Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-20Fix failure in spec/features/unsubscribe_links_spec.rbRobert Speicher
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-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-03Fixed style on unsubscribe pageGustav Ernberg
Removed unnecassary logic Added missing 'the' Fix case Fixed specs
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-09-26Wrap List-Unsubscribe link in angle bracketsSean McGivern
2016-09-20Improve the Unsubscribe confirmation pageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-20Fix initial implementation to actually render the unsubscribe pageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-20Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto
* 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