summaryrefslogtreecommitdiff
path: root/spec/models/user_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Memoize a user's personal projects countYorick Peterse2017-08-071-0/+24
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-36/+36
* Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-271-0/+20
|\
| * update invalid gpg signatures when email changesAlexis Reigel2017-07-271-0/+20
| * don't sync to keychain fileAlexis Reigel2017-07-271-20/+0
| * remove gpg from keychain when user's email changesAlexis Reigel2017-07-271-0/+20
* | Use described_class when possibleRémy Coutable2017-07-271-64/+64
* | Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
|/
* Adjust tests to work with latest shoulda gemdz-update-shouldaDmitriy Zaporozhets2017-07-241-1/+3
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
* Fixes the user order being overriden in the autocomplete controllerfix-exact-matches-of-username-and-email-on-top-of-the-user-searchTiago Botelho2017-07-141-3/+3
* Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-141-0/+22
|\
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-0/+22
* | Stop sanitizing user 'name' when inserting into dbNathan Neulinger2017-07-121-0/+12
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
|/
* Inserts exact matches of username, email and name to the top of the user sear...26125-match-username-on-searchTiago Botelho2017-06-291-25/+32
* Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-0/+14
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Merge branch '30725-reset-user-limits-when-unchecking-external-user' into 'ma...Douwe Maan2017-06-191-0/+34
|\
| * refactors user model validations30725-reset-user-limits-when-unchecking-external-userTiago Botelho2017-06-191-0/+2
| * Ensures default user limits when external user is uncheckedTiago Botelho2017-06-161-0/+32