summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'enhance-logging' into 'master'Robert Speicher2017-10-021-0/+6
|\
| * Remove lock reason and add guard clauseBrian Neel2017-09-291-1/+1
| * Merge conflict resolutionBrian Neel2017-09-271-6/+6
| * # This is a combination of 1 commit.Brian Neel2017-09-271-0/+6
* | Merge branch '33493-attempt-to-link-saml-users-to-ldap-by-email' into 'master'Douwe Maan2017-10-021-1/+5
|\ \
| * | Refactors SAML identity creation in gl_user.Tiago Botelho2017-10-021-1/+5
| |/
* | Support custom attributes on usersMarkus Koller2017-09-281-0/+2
* | refactor emails servicerefactor-servicesJames Lopez2017-09-281-2/+2
* | refactor users update serviceJames Lopez2017-09-281-3/+3
* | refactor services to match EE signatureJames Lopez2017-09-281-5/+5
|/
* 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