summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Namespace.for_user scope (formerly known as Namespace.root)mk-fix-issue-1843Douwe Maan2017-05-181-4/+2
* Fixes #32474Michael Kozono2017-05-171-1/+3
* Invalidate cache for issue and MR counters more granularlycounters_cache_invalidationValery Sizov2017-05-151-1/+9
* Move update_assignee_cache_counts to the serviceValery Sizov2017-05-121-0/+5
* Use relative paths for group/project/user avatarsblackst0ne2017-05-101-6/+5
* Merge branch 'tc-cache-trackable-attributes' into 'master' Douwe Maan2017-05-091-0/+11
|\
| * Devise can assign trackable fields, but only allow writes once/hourtc-cache-trackable-attributesToon Claes2017-05-081-4/+5
| * Limit `update_tracked_fields` to write to database once/hourToon Claes2017-05-081-0/+10
* | Fix sub-second timing comparison error for Devise confirmation periodsh-fix-almost-there-spec-mysqlStan Hu2017-05-071-0/+9
|/
* Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern2017-05-061-0/+9
|\
| * Resolve discussionsMichael Kozono2017-05-051-0/+4
| * Resolve discussionsMichael Kozono2017-05-051-1/+1
| * Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-0/+5
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov2017-05-051-0/+1
|\ \ | |/
| * First round of updates from the code review.Ruben Davila2017-05-021-0/+1
* | [Multiple issue assignees] Resolving conflictsValery Sizov2017-05-041-1/+0
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+5
|/
* Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-1/+1
* Skip validation when creating internal (ghost, service desk) usersdm-fix-ghost-user-validationDouwe Maan2017-04-261-1/+3
* Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern2017-04-201-8/+5
|\
| * Remove helpers assigned_issuables_count and cached_assigned_issuables_countuassign_on_member_removingValery Sizov2017-04-201-3/+3
| * Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov2017-04-181-5/+2
* | Fix active user countJames Lopez2017-04-191-1/+1
|/
* Remove an unused `cared` scope from Issue and MergeRequestrs-remove-open-for-scopeRobert Speicher2017-04-101-4/+0
* Remove the User#is_admin? methodblackst0ne2017-04-091-4/+0
* Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-061-1/+2
|\
| * Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-061-0/+1
| * Fix a bug with the User#abuse_report association.Timothy Andrew2017-04-061-1/+1
* | user#update_two_factor_requirement is publicAlexis Reigel2017-04-061-8/+8
* | rename cache db column with `_cached` suffixAlexis Reigel2017-04-061-1/+1
* | check all groups for 2fa requirementAlexis Reigel2017-04-061-1/+9
* | Support 2FA requirement per-groupMarkus Koller2017-04-061-0/+9
|/
* Remove unnecessary ORDER BY clause from `forked_to_project_id` subquerymhasbini2017-03-301-2/+4
* Merge branch 'sh-bring-back-option-to-be-notified-of-own-activity' into 'mast...Robert Speicher2017-03-271-0/+1
|\
| * Use default_value_for to set notified_of_own_activity instead of using a DB m...Stan Hu2017-03-241-0/+1
* | Implement new service for creating userGeorge Andrinopoulos2017-03-271-18/+3
* | Fix projects_limit RangeError on user createAlexander Randa2017-03-241-1/+3
|/
* Don't try to find a user by personal_access_token if the token is nilRémy Coutable2017-03-221-0/+2
* All CI offline migrationsKamil Trzciński2017-03-171-1/+1
* allow internal attributes to have a nil valuerefactor/global-permissions-for-internal-usershttp://jneen.net/2017-03-101-1/+1
* add .internal and .non_internal scopeshttp://jneen.net/2017-03-091-1/+13
* don't require ghost users to be blockedhttp://jneen.net/2017-03-091-7/+0
* don't require passwords for internal usershttp://jneen.net/2017-03-091-1/+8
* add User#internal? and some global permissionshttp://jneen.net/2017-03-091-1/+4
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-2/+2
* Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-2/+1
|\
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-2/+1
* | Add `has_many` associations for models that can have Upload recordsRobert Speicher2017-03-061-0/+1
* | Make triggers to be user awareKamil Trzcinski2017-03-051-0/+1
* | Change default project view for user from readme to files viewdz-change-project-viewDmitriy Zaporozhets2017-03-031-0/+1