summaryrefslogtreecommitdiff
path: root/app/controllers/sent_notifications_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-1/+1
|
* Fix initial implementation to actually render the unsubscribe pageRémy Coutable2016-09-201-2/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto2016-09-201-0/+4
| | | | | | | | | * 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
* #can_unsubscribe? -> #?unsubscribable?Zeger-Jan van de Weg2016-01-111-1/+1
|
* Minor improvements, unsubscribe from email footerZeger-Jan van de Weg2016-01-091-2/+2
|
* Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-0/+25