summaryrefslogtreecommitdiff
path: root/spec/mailers
Commit message (Expand)AuthorAgeFilesLines
...
* Add a "View in GitLab" link in notification emailsPierre de La Morinerie2014-03-031-0/+6
* Fix email testDmitriy Zaporozhets2014-02-251-1/+1
* Send emails from the authorPierre de La Morinerie2014-02-191-17/+73
* Remove the email subject prefixPierre de La Morinerie2014-02-191-3/+3
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+22
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
* Email on push mailer specDmitriy Zaporozhets2013-12-181-0/+24
* Merge pull request #5571 from bke-drewb/emailDmitriy Zaporozhets2013-11-081-11/+11
|\
| * Fix minor errors/annoyances in email templatesDrew Blessing2013-11-081-11/+11
* | Add specs for Email confirmationDmitriy Zaporozhets2013-11-081-0/+24
|/
* Fix the sigil for merge request emailsAbe Hassan2013-10-081-1/+1
* Enable UsersGroup observer, Add group_member methods to NotificationServiceDmitriy Zaporozhets2013-09-121-0/+20
* Fix mailer testsDmitriy Zaporozhets2013-08-261-2/+2
* Show iids for issues/mr in email subjectDmitriy Zaporozhets2013-08-221-5/+5
* Refactor access roles methodsDmitriy Zaporozhets2013-08-201-1/+1
* Merge Request on forked projectsIzaak Alpert2013-07-171-2/+2
* Fix profile emails with new key routeDmitriy Zaporozhets2013-06-241-1/+1
* Send project transfer email to all members. Added specs for project move emailDmitriy Zaporozhets2013-06-221-0/+18
* Fix mailer testDmitriy Zaporozhets2013-06-141-5/+3
* fixed test using repo with commits but old factoryDmitriy Zaporozhets2013-04-011-10/+3
* Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets2013-03-281-2/+2
* refactor emails a bit. Add email on ssh key creationDmitriy Zaporozhets2013-03-191-0/+22
* fix tests. added jquery.timeago.jsDmitriy Zaporozhets2013-03-191-1/+1
* Fix mailer testsDmitriy Zaporozhets2013-02-011-1/+1
* Add optional signup.Marin Jankovski2013-01-181-0/+30
* more tests fixedDmitriy Zaporozhets2013-01-151-2/+3
* Bit of cleanup and improving mailerDmitriy Zaporozhets2012-12-311-1/+1
* Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets2012-11-231-3/+1
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-20/+20
* Make Note methods sanerRiyad Preukschas2012-10-131-1/+1
* Spec fixedAlex Denisov2012-09-061-1/+1
* Issue_status_changed email addedAlex Denisov2012-08-291-0/+23
* Send notifiation on create UserProject relation (access granted)Alex Denisov2012-08-271-0/+20
* Remove some duplication in the Notify mailerRobert Speicher2012-08-201-3/+3
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-13/+13
* Update notifications mails and notify specs for GFMRiyad Preukschas2012-08-061-6/+8
* Disable issues sort. Recent issues on top. Fixed testsDmitriy Zaporozhets2012-07-021-16/+12
* Epic: Gitlab configuration with default valuesDmitriy Zaporozhets2012-07-021-1/+1
* Update Notify spec to use host set in config/gitlab.ymlRobb Kidd2012-05-161-1/+1
* Make Notify#new_merge_request_email resque friendly.Robb Kidd2012-05-151-1/+1
* Make Notify#new_issue_email resque friendly.Robb Kidd2012-05-151-1/+1
* Make Notify#note_wall_email resque friendlyRobb Kidd2012-05-151-1/+1
* Make Notify#note_commit_email resque friendlyRobb Kidd2012-05-151-2/+3
* Make Notify#note_issue_email resque friendlyRobb Kidd2012-05-151-1/+2
* Make Notify#note_merge_request_email resque friendlyRobb Kidd2012-05-151-2/+6
* Rename changed_mr_email to reassigned_mr_email & make resque friendlyRobb Kidd2012-05-151-3/+3
* Rename changed_issue_email to reassigned_issue_email & make resque friendlyRobb Kidd2012-05-151-4/+4
* Update new_user_email to take id for User and perform find itself.Robb Kidd2012-05-151-2/+2
* Add specs for all of the emails.Robb Kidd2012-05-151-33/+194
* Add specs for Notify ActionMailer emails.Robb Kidd2012-05-151-0/+82