summaryrefslogtreecommitdiff
path: root/app/Model/Notification.php
AgeCommit message (Expand)Author
2015-12-29Send notifications on user mentionsFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Make user notifications pluggableFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-11Fix minor issuesFrederic Guillot
2015-10-03Add web notificationsFrederic Guillot
2015-07-18Fix cosmetic issuesFrederic Guillot
2015-06-19Fix phpdoc commentsFrederic Guillot
2015-06-14Fix wrong event name in switch/caseFrederic Guillot
2015-06-14Improve activity stream/notification for task update events and add new notif...Frederic Guillot
2015-06-13Show changes in task update notificationsFrederic Guillot
2015-06-11Remove unused use statementsFrederic Guillot
2015-06-11Change variable namesFrederic Guillot
2015-06-07Add user filter/condition for notificationsFrederic Guillot
2015-06-06Improve email sending system and add Postmark as mail transportFrederic Guillot
2015-05-30Add debugging log to record the time to send an emailFrederic Guillot
2015-04-22Send notifications with the language of the recipientFrederic Guillot
2015-04-11Make sure the user is connectedFrederic Guillot
2015-04-11Fix php errorFrederic Guillot
2015-04-07Display the author in email notificationsFrederic Guillot
2015-02-07Uncheck tasks and swimlanes from project duplication and update translationsFrederic Guillot
2015-02-07Reduce duplication in Notification::getMailSubject()Colin Williams
2015-01-02Fix bugs, improve perfs and use SimpleLogger instead of MonologFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-27Fixs after replacing the event dispatcherFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-11-26Move event and notification templates to a subfolderFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-11-01Fix issue with notifications and projects that allow everybodyFrédéric Guillot
2014-10-12Project activity refactoring and listeners improvementsFrédéric Guillot
2014-10-07Only send notifications to project members (#299)Frédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-09-19Exclude current user in email notifications, pull-request #273)Frédéric Guillot
2014-09-16Add more events and notifications for tasksFrédéric Guillot
2014-09-10Add subtasks and comments historyFrédéric Guillot
2014-08-17Fix encoding issue in mail subjectFrédéric Guillot
2014-08-15Add email notificationsFrédéric Guillot