summaryrefslogtreecommitdiff
path: root/spec/helpers/emails_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-231-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-211-0/+112
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-041-0/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-201-1/+36
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-0/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-0/+2
|
* Prevent disclosure of merge request id via emailFelipe Artur2019-08-191-12/+44
| | | | | Do not disclosure merge request id via email for unauthorized users when closing issues.
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-1/+1
| | | | Updates changed method names and fixes spec failures
* Change s_() calls to _() callsMichał Zając2019-06-041-4/+4
| | | | There are no namespaces in the strings so we don't need those
* Include MR information if possible when emailing notification of closing an ↵Michał Zając2019-05-161-0/+39
| | | | issue
* Show header and footer system messages in emailAlexandru Croitor2019-02-271-0/+54
| | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* Add `sanitize_name` helper to sanitize URLs in user full nameKushal Pandya2019-01-311-0/+14
|
* Add List-Id to notification emailsOlivier Crête2018-12-131-0/+55
|
* Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-071-3/+1
|
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
| | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* restrict height of the custom brand logo in emailsAlexis Reigel2017-02-221-1/+1
|
* use custom brand logo in pipeline mailsAlexis Reigel2017-02-221-0/+32
|
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-6/+6
|
* Explain reset token expiration in emailsVinnie Okada2015-05-161-0/+46
Tell new users when their password reset token expires and provide a link to get a new one.