summaryrefslogtreecommitdiff
path: root/app/Subscriber
AgeCommit message (Expand)Author
2016-05-24Added NotificationJobFrederic Guillot
2016-05-23Added QueueManager to process background jobsFrederic Guillot
2016-05-15Added task creation menu for all projects viewsFrederic Guillot
2016-05-15Refactoring: added controlled middleware and changed response classFrederic Guillot
2016-05-14Update PicoDbFrederic Guillot
2016-05-07Added support for language LDAP attributeFrederic Guillot
2016-05-07Added support for LDAP user photo profileFrederic Guillot
2016-03-04PHPdoc cleanupFrederic Guillot
2016-02-20Split Board model into multiple classesFrederic Guillot
2016-02-14Add ProjecFile and TaskFile modelsFrederic Guillot
2016-01-16Remove __CLASS__ from debug logsFrederic Guillot
2016-01-16Allow one call by eventFrederic Guillot
2016-01-16Make sure that some event subscribers are not executed multiple timesFrederic Guillot
2016-01-16Remove class TaskMovedDateSubscriberFrederic Guillot
2016-01-16Improve class ProjectDailyColumnStatsFrederic Guillot
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-29Send notifications on user mentionsFrederic Guillot
2015-12-12Fix regression for subtask restrictionFrederic Guillot
2015-12-10Skip 2FA for RememberMeAuthFrederic Guillot
2015-12-06Add line separator in debug logsFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-10-25Move some classes to namespace Core\HttpFrederic Guillot
2015-10-17Move ProjectActivitySubscriber to a new notification typeFrederic Guillot
2015-10-17Move webhook to project notification typeFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-17Make user notifications pluggableFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-09-14Fix issue: task time tracking is not updated when deleting a subtaskFrederic Guillot
2015-07-25Add settings to disable subtask timer and another to not include closed tasks...Frederic Guillot
2015-07-06Add lead and cycle time for projectsFrederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-06-16API: Change parameters for updateTask, enforce the use of moveTaskPosition() ...Frederic 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-07Add user filter/condition for notificationsFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-18Send all Kanboard events to the webhook (breaking change)Frederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-05-10Recurring tasks (#847): rename class constantsFrederic Guillot
2015-05-10Recurring tasks (#847): move hardcoded conditions to event subscriber + refac...Frederic Guillot
2015-05-09Fix some php analyzer issuesFrederic Guillot
2015-04-19Rename Hipchat classFrederic Guillot
2015-04-18Add Slack and Hipchat integrations for each projectsFrederic Guillot
2015-04-11Add burndown chartFrederic Guillot
2015-04-06Fix bug with notifications and subtask restrictionFrederic Guillot
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Add Slack integrationFrederic Guillot
2015-03-26Add task transitions historyFrederic Guillot
2015-02-14Fix PHPAnalyzer issuesFrederic Guillot