summaryrefslogtreecommitdiff
path: root/app/mailers/emails/members.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+19
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-9/+0
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-35/+16
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+32
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-6/+34
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-08-051-1/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-12/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-5/+11
|
* Respect alt email when sending group access notifications63568-access-email-notifications-custom-emailMario de la Ossa2019-07-251-7/+10
| | | | | When sending access granted/rejected emails we should also respect custom emails set for groups/sub-groups
* Fix typo in project invitation declined testWei-Meng Lee2019-05-311-1/+1
|
* Send notifications to group-specific email addressWei-Meng Lee2019-05-311-2/+1
| | | | | | - Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
* Enable frozen in app/mailers/**/*.rbgfyoung2018-08-151-0/+2
|
* Resolve "group request membership mail with too long list of "To:""🙈 jacopo beschi 🙉2018-02-191-9/+2
|
* Speed up Group#user_ids_for_project_authorizationsNick Thomas2017-08-141-2/+2
|
* wrap subject with method subjectFu Xu2016-10-031-1/+1
|
* Fallback to group's owners/masters when a project has none18757-fixRémy Coutable2016-06-201-0/+5
| | | | | | | A project in a group can have no explicit owners/masters, in that case we fallbacks to the group's owners/masters. Signed-off-by: Rémy Coutable <remy@rymai.me>
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-56/+33
| | | | | | | | | + Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
* Factorize members mails into a new Emails::Members moduleRémy Coutable2016-06-141-0/+104
Signed-off-by: Rémy Coutable <remy@rymai.me>