summaryrefslogtreecommitdiff
path: root/spec/models/user_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* WIP: Allow group owner to enable runners from subgroups (#41981)41981-allow-group-owner-to-enable-runners-from-subgroupsDylan Griffith2018-03-271-0/+15
* Change avatar error message to include allowed file formatsFabian Schneider2018-03-221-1/+1
* Leverage user_contributed_projects to find recent events.40525-listing-user-activity-timeoutsAndreas Brandl2018-03-071-1/+0
* Extract method User#authorizations_for_projects.42877-fix-visibility-change-performanceAndreas Brandl2018-03-021-0/+26
* Don't attempt to update user tracked fields if database is in read-onlysh-guard-read-only-user-updatesStan Hu2018-02-171-0/+8
* Strip whitespace from username/login value for user lookupPeter Lauck2018-02-131-0/+8
* Merge branch 'feature/oidc-groups-claim' into 'master'Douwe Maan2018-02-081-1/+24
|\
| * Add groups to OpenID Connect claimsHassan Zamani2018-02-081-1/+24
* | Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan2018-02-061-2/+14
* | Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-9/+3
* | Validate user namespace before saving so that errors persist on modeldm-user-namespace-route-path-validationDouwe Maan2018-02-061-2/+19
* | Merge branch '26468-fix-admin-recent-sign-in' into 'master'Rémy Coutable2018-02-061-8/+14
|\ \
| * | Using correct column for sorting users by Recent Sign-inPoornima2018-02-051-8/+14
| |/
* | 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-1/+1
* | Add foreign keys to todos table.Andreas Brandl2018-02-051-1/+1
|/
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-4/+2
* Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-241-1/+1
* Yield no results for blank searches on User name, username and emailMark Fletcher2018-01-211-0/+16
* Merge branch 'mdelaossa/gitlab-ce-31995-project-limit-default-fix'Dmitriy Zaporozhets2018-01-041-0/+17
|\
| * User#projects_limit remove DB default and added NOT NULL constraintMario de la Ossa2017-12-301-0/+17
* | Fix user membership destroy relationFrancisco Javier López2018-01-021-1/+3
|/
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-13/+13
* Add BlocksJsonSerialization model concern and include it in UserRobert Speicher2017-12-191-0/+1
* Merge branch 'bvl-10-2-email-disclosure' into 'security-10-2'Douwe Maan2017-12-081-28/+7
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-0/+24
* Resolve "Display member role per project"Mike Greiling2017-12-071-0/+159
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-8/+31
* Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-161-1/+7
* Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-7/+31
* Always return full avatar URL for private/internal groups/projects when asset...Douwe Maan2017-11-091-9/+2
* Refactor User.find_by_any_emailYorick Peterse2017-11-071-0/+13
* Make sure group and project creation is blocked for new users that are extern...Douwe Maan2017-11-061-2/+4
* Add system hooks user_rename and group_renameWinnie Hellmann2017-11-031-0/+36
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-9/+0
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-2/+2
* Find forks within users/namespaces using fork membershipsBob Van Landuyt2017-10-071-0/+17
* Add a project forks spec helperBob Van Landuyt2017-10-071-1/+2
* Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-0/+45
* Make sure spec expectations are in their own paragraphsdigitalmoksha/gitlab-ce-feature/verify_secondary_emailsDouwe Maan2017-10-051-0/+52
* Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan2017-10-051-0/+1
|\
| * Support custom attributes on usersMarkus Koller2017-09-281-0/+1
* | must now set the devise default scope (since we now have an :email scope)Brett Walker2017-09-241-3/+3
* | add primary email as a secondary email whenever the primary is changedBrett Walker2017-09-231-5/+5
* | added email.confirmed scope and fix email comparisonBrett Walker2017-09-231-1/+1
* | allow a verified secondary email to be use as the primary withoutBrett Walker2017-09-231-0/+13
* | fixes for rubocopBrett Walker2017-09-231-6/+4
* | when a primary email is replaced and added to the secondary emails list,Brett Walker2017-09-231-0/+38
* | small cleanup changes based on feedbackBrett Walker2017-09-231-3/+3
* | Make GPG signature verification work with non-primary email (#36959)Brett Walker2017-09-231-14/+42
|/
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+2