summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Use full path of user's avatar in webhooks34339-user_avatar-url-in-push-event-webhook-json-payload-is-relative-should-be-absoluteblackst0ne2017-08-091-1/+1
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-5/+5
* Memoize a user's personal projects countYorick Peterse2017-08-071-1/+5
* Remove redundant query from User#recent_pushYorick Peterse2017-08-071-10/+8
* implement #inspect for all Referablesdev.referable-inspecthttp://jneen.net/2017-08-011-0/+5
* use db's on_delete instead of has_many :dependentAlexis Reigel2017-07-271-1/+1
* use after_commit instead of AfterCommitQueueAlexis Reigel2017-07-271-3/+2
* perform signature update in sidekiq workerAlexis Reigel2017-07-271-1/+2
* update invalid gpg signatures when email changesAlexis Reigel2017-07-271-0/+5
* don't sync to keychain fileAlexis Reigel2017-07-271-7/+0
* remove gpg from keychain when user's email changesAlexis Reigel2017-07-271-0/+7
* add profile gpg key page to manage gpg keysAlexis Reigel2017-07-271-0/+1
* Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-191-1/+3
* Fixes the user order being overriden in the autocomplete controllerfix-exact-matches-of-username-and-email-on-top-of-the-user-searchTiago Botelho2017-07-141-1/+1
* Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-141-4/+8
|\
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-4/+8
* | Stop sanitizing user 'name' when inserting into dbNathan Neulinger2017-07-121-1/+1
|/
* refactor created at filter to use model scopesJames Lopez2017-07-071-0/+1
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-30/+30
* Merge branch '34078-allow-to-enable-feature-flags-with-more-granularity' into...Robert Speicher2017-06-291-0/+1
|\
| * Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ...Rémy Coutable2017-06-271-1/+1
| * Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-0/+1
* | Inserts exact matches of username, email and name to the top of the user sear...26125-match-username-on-searchTiago Botelho2017-06-291-1/+10
|/
* Provide hint to create a personal access token for Git over HTTPRobin Bobbitt2017-06-261-1/+7
* Merge branch 'feature/add-new-services' into 'master'Sean McGivern2017-06-261-7/+6
|\
| * fix spec failuresJames Lopez2017-06-251-2/+2
| * refactor update user service not to do auth checksJames Lopez2017-06-231-3/+3
| * refactor emails serviceJames Lopez2017-06-231-2/+0
| * add missing user updatesJames Lopez2017-06-231-3/+4
| * update missing email actionsJames Lopez2017-06-231-1/+1
| * update to use emails destroy serviceJames Lopez2017-06-231-1/+1
* | Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-0/+6
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-28/+28
* refactors user model validations30725-reset-user-limits-when-unchecking-external-userTiago Botelho2017-06-191-9/+9
* Ensures default user limits when external user is uncheckedTiago Botelho2017-06-161-6/+9
* Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin2017-06-061-1/+1
* Refactor the DeleteUserWorkerNick Thomas2017-06-051-0/+5
* Merge branch '33215-fix-hard-delete-of-users' into 'master'Douwe Maan2017-06-021-5/+1
|\
| * Fix hard-deleting users when they have authored issuesNick Thomas2017-06-021-5/+1
* | Merge branch 'dm-gravatar-username' into 'master'Sean McGivern2017-06-011-1/+1
|\ \ | |/ |/|
| * Add username parameter to gravatar URLDouwe Maan2017-06-011-1/+1
* | Merge branch 'document-not-using-serialize' into 'master'Douwe Maan2017-06-011-1/+1
|\ \
| * | Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-1/+1
* | | Don't match email addresses or foo@bar as user referencesdm-emails-are-not-user-referencesDouwe Maan2017-05-311-0/+1
* | | Remove some deprecated methodstc-improve-project-api-perfToon Claes2017-05-301-6/+0
* | | Add starred_by scope to ProjectToon Claes2017-05-301-1/+1
|/ /
* | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-21/+13
|\ \
| * | Hide nested group UI/API support for MySQLYorick Peterse2017-05-171-2/+0
| * | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-21/+15