summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | allow a verified secondary email to be use as the primary withoutBrett Walker2017-09-231-4/+14
* | when a primary email is replaced and added to the secondary emails list,Brett Walker2017-09-231-2/+5
* | small cleanup changes based on feedbackBrett Walker2017-09-231-5/+9
* | Make GPG signature verification work with non-primary email (#36959)Brett Walker2017-09-231-4/+11
|/
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+1
* Merge branch 'user-recent-push' into 'master'Douwe Maan2017-09-111-13/+6
|\
| * Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-13/+6
* | Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-1/+0
|/
* Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-4/+6
|\
| * Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-4/+6
* | Restore some changes from !9199Rubén Dávila2017-09-061-0/+1
* | Profile updates from providersAlexander Keramidas2017-09-061-1/+21
|/
* add User##verified_email? methodAlexis Reigel2017-09-051-0/+4
* Merge branch 'remove-unused-code' into 'master'Rémy Coutable2017-09-041-9/+0
|\
| * Remove unused `User#projects_limit_percent`Mehdi Lahmam2017-08-201-5/+0
| * Remove `User#projects_sorted_by_activity`Mehdi Lahmam2017-08-201-4/+0
* | Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan2017-09-011-1/+1
|\ \
| * | Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-1/+1
* | | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+1
* | | Move the logic to a concernHiroyuki Sato2017-08-291-1/+2
* | | Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-251-1/+1
|/ /
* | Add namespace errors from User#after_updatemk-fix-user-namespace-renameMichael Kozono2017-08-181-1/+6
* | Make username update fail if namespace part failsMichael Kozono2017-08-171-1/+1
|/
* expose Referable#non_referable_inspectdev.non-referable-inspecthttp://jneen.net/2017-08-161-5/+0
* Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-1/+1
|\
| * Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* | Merge branch 'rs-remove-username-from-sanitize-attrs' into 'master'Rémy Coutable2017-08-141-3/+3
|\ \ | |/ |/|
| * Remove `username` from `User#sanitize_attrs` callbackrs-remove-username-from-sanitize-attrsRobert Speicher2017-08-111-3/+3
* | don't send devise notifications to the ghost userhttp://jneen.net/2017-08-111-0/+1
|/
* Prevent user from changing username with container registry tagsMichael Kozono2017-08-091-0/+8
* 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