summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-2/+1
* Fix access to projects shared with a nested groupdm-nested-group-shared-projectsDouwe Maan2017-02-281-1/+1
* Merge branch '12726-preserve-issues-after-deleting-users' into 'master' Douwe Maan2017-02-241-1/+54
|\
| * Don't allow deleting a ghost user.Timothy Andrew2017-02-241-1/+3
| * Implement final review comments from @DouweM and @rymaiTimothy Andrew2017-02-241-37/+35
| * Implement review comments from @rymai and @yorickpeterseTimothy Andrew2017-02-241-4/+10
| * Use a `ghost` boolean to track ghost users.Timothy Andrew2017-02-241-5/+10
| * Implement review comments from @DouweM and @nick.thomas.Timothy Andrew2017-02-241-0/+13
| * Extract code from `Namespace#clean_path` for ghost user generation.Timothy Andrew2017-02-241-14/+13
| * Deleting a user shouldn't delete associated issues.Timothy Andrew2017-02-241-1/+31
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
|/
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-28/+28
* Fix new offensesDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-27/+27
* Enable Rails/ValidationDouwe Maan2017-02-231-1/+1
* Drop theme ID from users tableAnnabel Dunstone Gray2017-02-151-1/+0
* Add GFM support to nested groupsdz-nested-groups-gfm-altDmitriy Zaporozhets2017-02-131-1/+1
* Make deploy key not show in User's keys listPawel Chojnacki2017-02-131-1/+6
* Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable2017-02-131-1/+1
|\
| * Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* | Don't perform Devise trackable updates on blocked User recordsrs-warden-blocked-usersRobert Speicher2017-02-101-0/+9
* | Bypass signup domain validation for external usersReza Mohammadi2017-02-081-1/+1
* | Merge branch 'ee-1439-read-only-user' into 'master' Douwe Maan2017-02-071-0/+15
|\ \
| * | Fix indentationee-1439-read-only-userDouwe Maan2017-02-061-4/+4
| * | Backport of the frontend view, including testsJose Ivan Vargas2017-02-061-0/+15
| |/
* | Don't delete assigned MRs/issues when user is deletedDouwe Maan2017-02-061-2/+3
|/
* Merge branch 'dz-nested-groups-access-improvements' into 'master' Dmitriy Zaporozhets2017-01-251-0/+9
|\
| * Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets2017-01-251-0/+9
* | Fixing sort of Users so that users who never logged in will be displayed lastPoornima M2017-01-241-2/+2
|/
* Remove the project_authorizations.id columnremove-project-authorizations-id-columnYorick Peterse2017-01-081-2/+2
* Merge branch 'add_email_password_confirmation' into 'master' Douwe Maan2017-01-041-0/+1
|\
| * Add email and password confirmation fields to registration formDrew Blessing2017-01-031-0/+1
* | Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-1/+1
|/
* Merge branch 'project-authorizations-diff' into 'master' Nick Thomas2016-12-201-28/+10
|\
| * Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-28/+10
* | remove build_user from model UserArsenev Vladislav2016-12-181-4/+0
|/
* Merge branch '25741_enable_multiline_operation_indentation_rubocop_rule' into...Sean McGivern2016-12-171-1/+1
|\
| * Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* | Fix sort functionality for group/project membersDouglas Barbosa Alexandre2016-12-161-2/+4
|/
* Be smarter when finding a sudoed user in API::Helpers25482-fix-api-sudoRémy Coutable2016-12-131-4/+0
* If SSH prototol is disabled don't say the user requires SSH keysAndrew Smith2016-12-011-1/+1
* Merge branch 'refresh-authorizations-with-lease' into 'master' Douwe Maan2016-11-281-21/+15
|\
| * Refresh project authorizations using a Redis leaserefresh-authorizations-with-leaseYorick Peterse2016-11-251-21/+15
* | Merge branch 'events-cache-invalidation' into 'master' Douwe Maan2016-11-281-14/+0
|\ \ | |/ |/|
| * Remove event caching codeYorick Peterse2016-11-231-14/+0
* | Merge branch 'dz-allow-nested-group-routing' into 'master' Douwe Maan2016-11-241-1/+5
|\ \
| * | Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-231-1/+5
| |/
* | Change personal projects access level to master in User#project_authorization...Ahmad Sherif2016-11-231-1/+1
|/
* Merge branch 'remove-unnecessary-self-from-user-model' into 'master' Rémy Coutable2016-11-211-54/+53
|\
| * Remove unnecessary self from user modelSemyon Pupkov2016-11-191-54/+53