- 23 Sep, 2017 24 commits
-
-
Brett Walker authored
a reconfirmation
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
for `emails` to be a top level route
-
Brett Walker authored
-
Brett Walker authored
This reverts commit 9f186db09d7f380cfbde4c0061be77c272518547.
-
Brett Walker authored
make sure it stays confirmed
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
added "Resend confirmation email" for unverified emails
-
Brett Walker authored
be used with the email profile page as well
-
Brett Walker authored
an rspec feature
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
text in the `.text` version consistent with the `.html` version
-
Brett Walker authored
-
Brett Walker authored
Send a confirmation email when the user adds a secondary email address. Utilizes the Devise `confirmable` capabilities. Issue #37385
-
Yorick Peterse authored
Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration Closes #38246 See merge request gitlab-org/gitlab-ce!14460
-
Stan Hu authored
`email_provider` by default is NULL, and if a user had not logged the value would remain NULL. Upgrading to GitLab 10.0 would lead to a PG::UniqueViolation because the post-deploy migration would attempt to reinsert the entry because the NULL comparison between `users.email_provider` and `user_synced_attributes_metadata.email_provider` would never match. Closes #38246
-
- 22 Sep, 2017 16 commits
-
-
Robert Speicher authored
Workaround for n+1 in Projects::TreeController#show Closes #38171 See merge request gitlab-org/gitlab-ce!14455
-
Douwe Maan authored
Allow the git circuit breaker to correctly handle missing repository storages Closes #36549 See merge request gitlab-org/gitlab-ce!14417
-
Marcia Ramos authored
fix typo in icons section See merge request gitlab-org/gitlab-ce!14444
-
Robert Speicher authored
Workaround for #38259 See merge request gitlab-org/gitlab-ce!14453
-
Andrew Newdigate authored
-
Rémy Coutable authored
Inform user that current shared projects will remain shared Closes #38220 See merge request gitlab-org/gitlab-ce!14441
-
-
Annabel Dunstone Gray authored
Removed old icons from project page Closes #36567 See merge request gitlab-org/gitlab-ce!14185
-
Phil Hughes authored
-
Rémy Coutable authored
Don't show %board-add-issues-modal if there's no project See merge request gitlab-org/gitlab-ce!14442
-
Phil Hughes authored
Make branches page translatable Closes #32797 See merge request gitlab-org/gitlab-ce!14221
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Demonstrate <details> and <summary> tags in doc/user/markdown.md See merge request gitlab-org/gitlab-ce!14247
-
Douwe Maan authored
Migrate Gitlab::Git::Repository#diff to Gitaly Closes gitaly#524 See merge request gitlab-org/gitlab-ce!14251
-
Douwe Maan authored
Index projects on repository storage See merge request gitlab-org/gitlab-ce!14414
-
Sarrah Vesselov authored
-