summaryrefslogtreecommitdiff
path: root/spec/models/user_spec.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'user-recent-push' into 'master'Douwe Maan2017-09-111-45/+13
|\
| * Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-45/+13
* | Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-2/+0
|/
* Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-1/+1
|\
| * Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* | Use indigo as default themeAnnabel Dunstone Gray2017-09-071-1/+1
* | Fix specs; start on light themeAnnabel Dunstone Gray2017-09-061-1/+1
* | Restore some changes from !9199Rubén Dávila2017-09-061-0/+2
* | Profile updates from providersAlexander Keramidas2017-09-061-0/+66
|/
* add User##verified_email? methodAlexis Reigel2017-09-051-0/+14
* Merge branch 'improve-autocomplete-user-performance' into 'master'Yorick Peterse2017-08-301-0/+17
|\
| * Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-251-0/+17
* | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-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-0/+56
* Migrate events into a new formatYorick Peterse2017-08-101-6/+19
* Prevent user from changing username with container registry tagsMichael Kozono2017-08-091-0/+11