summaryrefslogtreecommitdiff
path: root/spec/models/user_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* add password and user specfeature/user-audit-2James Lopez2017-06-091-0/+12
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
* Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin2017-06-061-0/+4
* Fix hard-deleting users when they have authored issuesNick Thomas2017-06-021-1/+1
* Remove some deprecated methodstc-improve-project-api-perfToon Claes2017-05-301-19/+0
* Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-45/+86
|\
| * Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-45/+86
* | ensure rss token on readAlexis Reigel2017-05-241-3/+5
* | add missing spec for incoming email token presenceAlexis Reigel2017-05-241-0/+7
* | add rss_token attribute to user modelAlexis Reigel2017-05-241-0/+7
* | Fixes #32474Michael Kozono2017-05-171-3/+13
* | Invalidate cache for issue and MR counters more granularlycounters_cache_invalidationValery Sizov2017-05-151-0/+28
|/
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Use relative paths for group/project/user avatarsblackst0ne2017-05-101-2/+9
* Devise can assign trackable fields, but only allow writes once/hourtc-cache-trackable-attributesToon Claes2017-05-081-1/+11
* Limit `update_tracked_fields` to write to database once/hourToon Claes2017-05-081-0/+19
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-0/+59
* Merge branch 'backport-ee-4b464eaaee' into 'master' Robert Speicher2017-05-051-0/+11
|\
| * Backport avatar-related spec changes from gitlab-org/gitlab-ee@4b464eaaeebackport-ee-4b464eaaeeRémy Coutable2017-05-041-0/+11
* | Add CHANGELOG entry, some specs and locale file for German.Ruben Davila2017-05-041-0/+8
|/
* Reject group-routes as names of child namespacesBob Van Landuyt2017-05-011-0/+12
* Skip validation when creating internal (ghost, service desk) usersdm-fix-ghost-user-validationDouwe Maan2017-04-261-0/+10
* Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern2017-04-201-2/+0
|\
| * Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov2017-04-181-2/+0
* | Fix active user countJames Lopez2017-04-191-0/+12
|/
* Remove the User#is_admin? methodblackst0ne2017-04-091-2/+2
* Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-061-1/+28
|\
| * 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/+27
* | rename cache db column with `_cached` suffixAlexis Reigel2017-04-061-4/+4
* | check all groups for 2fa requirementAlexis Reigel2017-04-061-0/+41
* | Support 2FA requirement per-groupMarkus Koller2017-04-061-0/+42
|/
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-12/+0
* Fix projects_limit RangeError on user createAlexander Randa2017-03-241-0/+1
* Make sure alias email would never match:Lin Jen-Shin2017-03-171-1/+3
* Merge branch 'refactor/global-permissions-for-internal-users' into 'master' Sean McGivern2017-03-131-16/+0
|\
| * don't require ghost users to be blockedhttp://jneen.net/2017-03-091-16/+0
* | Resolve transient failure in spec/models/user_spec.rbGeorge Andrinopoulos2017-03-131-2/+3
|/
* 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
* Fix access to projects shared with a nested groupdm-nested-group-shared-projectsDouwe Maan2017-02-281-2/+2
* Fix specs for the ghost user feature.12726-preserve-issues-after-deleting-usersTimothy Andrew2017-02-241-2/+4
* Use a `ghost` boolean to track ghost users.Timothy Andrew2017-02-241-0/+14
* Extract code from `Namespace#clean_path` for ghost user generation.Timothy Andrew2017-02-241-2/+2
* Deleting a user shouldn't delete associated issues.Timothy Andrew2017-02-241-1/+38
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-4/+4
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-8/+8
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-8/+8
* Enable Style/DotPositionDouwe Maan2017-02-231-4/+4