summaryrefslogtreecommitdiff
path: root/app/mailers/notify.rb
Commit message (Expand)AuthorAgeFilesLines
* Send emails from the authorPierre de La Morinerie2014-02-191-1/+18
* Don't write the project namespace in email subjectsPierre de La Morinerie2014-02-191-1/+1
* Remove the email subject prefixPierre de La Morinerie2014-02-191-6/+6
* Fix misleading commentPierre de La Morinerie2014-02-191-1/+1
* Fix broken test in spec/models/project_spec.rbJason Hollingsworth2014-01-241-1/+1
* Set noreply@HOSTNAME for reply_to field in all emailsDmitriy Zaporozhets2013-12-091-0/+1
* Email templates when user was added to groupDmitriy Zaporozhets2013-09-111-12/+2
* Update emails to describe path using for_fork?Izaak Alpert2013-07-171-0/+1
* refactor emails a bit. Add email on ssh key creationDmitriy Zaporozhets2013-03-191-104/+9
* Add a delay for sending emailsDmitriy Zaporozhets2013-02-011-0/+4
* Fix sending commit note email to id instead emailDmitriy Zaporozhets2013-02-011-2/+2
* Fix few test and notify for commit authorDmitriy Zaporozhets2013-01-151-1/+1
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-151-4/+8
|\
| * email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-091-1/+1
| * sidekiqDmitriy Zaporozhets2013-01-091-1/+1
| * Bit of cleanup and improving mailerDmitriy Zaporozhets2012-12-311-2/+5
| * Use project with namespace in email subjectDmitriy Zaporozhets2012-12-311-1/+1
| * Add missing subject for wall commentDmitriy Zaporozhets2012-12-301-1/+1
| * added RAILS_RELATIVE_URL_ROOT supportChris Frohoff2012-12-281-0/+1
* | Fix commit note notificationRiyad Preukschas2013-01-021-2/+2
|/
* Fix email send on close/reopen issue. Display project name with namespace. re...Dmitriy Zaporozhets2012-12-201-0/+1
* Send update instructions after project namespace id changed or namespace path...Dmitriy Zaporozhets2012-12-201-0/+6
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-4/+4
* Removed feature: comments on wikiDmitriy Zaporozhets2012-11-291-9/+1
* Reorder and group methods in Notify mailerRiyad Preukschas2012-10-181-35/+66
* Make Note methods sanerRiyad Preukschas2012-10-131-1/+1
* Capitlization of /gitlab/i normalized. #1367Alex Denisov2012-09-061-4/+4
* Issue_status_changed email addedAlex Denisov2012-08-291-0/+8
* Send notifiation on create UserProject relation (access granted)Alex Denisov2012-08-271-0/+7
* Remove more duplication in the Notify mailerRobert Speicher2012-08-201-14/+18
* Remove some duplication in the Notify mailerRobert Speicher2012-08-201-10/+34
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-10/+10
* Fixed gfm mailerDmitriy Zaporozhets2012-08-091-0/+1
* Update notifications mails and notify specs for GFMRiyad Preukschas2012-08-061-9/+10
* Fix missing @project errorsRiyad Preukschas2012-08-061-0/+9
* Add comments to Wiki pagesIan Morgan2012-07-191-0/+7
* fix port issueDmitriy Zaporozhets2012-07-031-1/+1
* Disable issues sort. Recent issues on top. Fixed testsDmitriy Zaporozhets2012-07-021-1/+2
* Epic: Gitlab configuration with default valuesDmitriy Zaporozhets2012-07-021-3/+3
* Make Notify#new_merge_request_email resque friendly.Robb Kidd2012-05-151-5/+3
* Make Notify#new_issue_email resque friendly.Robb Kidd2012-05-151-6/+3
* Add delegate for project's name on Note.Robb Kidd2012-05-151-4/+4
* Make Notify#note_wall_email resque friendlyRobb Kidd2012-05-151-5/+4
* Make Notify#note_commit_email resque friendlyRobb Kidd2012-05-151-5/+4
* Make Notify#note_issue_email resque friendlyRobb Kidd2012-05-151-6/+5
* Make Notify#note_merge_request_email resque friendlyRobb Kidd2012-05-151-6/+5
* Rename changed_mr_email to reassigned_mr_email & make resque friendlyRobb Kidd2012-05-151-7/+6
* Rename changed_issue_email to reassigned_issue_email & make resque friendlyRobb Kidd2012-05-151-7/+6
* Update new_user_email to take id for User and perform find itself.Robb Kidd2012-05-151-3/+3
* Fix missing call to MergeRequest.find in Notify#changed_merge_request_emailRobb Kidd2012-05-141-1/+1