Commit Graph

14 Commits

Author SHA1 Message Date
GitLab Bot b3e4ec8e8a Add latest changes from gitlab-org/gitlab@master 2019-10-23 09:06:03 +00:00
Thong Kuah 73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Robert Speicher 31ce89b1ac Fix failure in spec/features/unsubscribe_links_spec.rb
Not sure why this fails with the full login flow, but it's not necessary
and would've been changed eventually anyway, so whatever!
2017-06-19 18:59:04 -05:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Robert Speicher a6ec5121f0 Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
Gustav Ernberg a048e4a471 Fixed style on unsubscribe page
Removed unnecassary logic

Added missing 'the'

Fix case

Fixed specs
2017-06-03 17:06:44 +02:00
Valery Sizov 387c4b2c21 Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
Douglas Barbosa Alexandre 0c052f116c Remove default value for `project` argument on subscribable concern 2016-11-17 15:10:13 -02:00
Sean McGivern 20de47235e Wrap List-Unsubscribe link in angle brackets 2016-09-26 16:01:17 +01:00
Rémy Coutable ce12749a8a
Improve the Unsubscribe confirmation page
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-20 12:24:53 +02:00
Rémy Coutable c61a54f7fe Fix initial implementation to actually render the unsubscribe page
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-20 09:52:57 +02:00
Maximiliano Perez Coto b335730817 Fix "Unsubscribe" link in notification emails that is triggered by anti-virus
* Created a force=true param that will continue with the previous
  behaviour of the unsubscribe method
* Created a filter for not-logged users so they see a unsubsribe
  confirmation page
* Added the List-Unsubscribe header on emails so the email client can
  display it on top
2016-09-20 09:52:57 +02:00