index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Subscriber
Age
Commit message (
Collapse
)
Author
2016-01-03
Improve Automatic Actions plugin api
Frederic Guillot
2015-12-29
Send notifications on user mentions
Frederic Guillot
2015-12-12
Fix regression for subtask restriction
Frederic Guillot
2015-12-10
Skip 2FA for RememberMeAuth
Frederic Guillot
2015-12-06
Add line separator in debug logs
Frederic Guillot
2015-12-05
Rewrite of the authentication and authorization system
Frederic Guillot
2015-10-25
Move some classes to namespace Core\Http
Frederic Guillot
2015-10-17
Move ProjectActivitySubscriber to a new notification type
Frederic Guillot
2015-10-17
Move webhook to project notification type
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-17
Make user notifications pluggable
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-09-14
Fix issue: task time tracking is not updated when deleting a subtask
Frederic Guillot
2015-07-25
Add settings to disable subtask timer and another to not include closed ↵
Frederic Guillot
tasks into CFD
2015-07-06
Add lead and cycle time for projects
Frederic Guillot
2015-06-24
Add timer for subtasks and remove settings for subtask time tracking
Frederic Guillot
2015-06-16
API: Change parameters for updateTask, enforce the use of moveTaskPosition() ↵
Frederic Guillot
to move a task
2015-06-14
Improve activity stream/notification for task update events and add new ↵
Frederic Guillot
notification for swimlane change
2015-06-13
Show changes in task update notifications
Frederic Guillot
2015-06-07
Add user filter/condition for notifications
Frederic Guillot
2015-05-24
Helpers refactoring
Frederic Guillot
2015-05-18
Send all Kanboard events to the webhook (breaking change)
Frederic Guillot
2015-05-11
Add Jabber/XMPP integration
Frederic Guillot
2015-05-10
Recurring tasks (#847): rename class constants
Frederic Guillot
2015-05-10
Recurring tasks (#847): move hardcoded conditions to event subscriber + ↵
Frederic Guillot
refactoring
2015-05-09
Fix some php analyzer issues
Frederic Guillot
2015-04-19
Rename Hipchat class
Frederic Guillot
2015-04-18
Add Slack and Hipchat integrations for each projects
Frederic Guillot
2015-04-11
Add burndown chart
Frederic Guillot
2015-04-06
Fix bug with notifications and subtask restriction
Frederic Guillot
2015-04-03
Various fixes for PHPAnalyzer
Frederic Guillot
2015-03-29
Add Hipchat integration
Frederic Guillot
2015-03-28
Add Slack integration
Frederic Guillot
2015-03-26
Add task transitions history
Frederic Guillot
2015-02-14
Fix PHPAnalyzer issues
Frederic Guillot
2015-02-11
Add subscriber for task (moved date)
Frederic Guillot
2015-02-07
Update subtask spent based on the time tracking
Frederic Guillot
2015-02-07
Update task time tracking based on subtask time tracking
Frederic Guillot
2015-02-07
Rename subtask model
Frederic Guillot
2015-02-04
Add subtasks restrictions and time tracking
Frederic Guillot
2015-01-18
Fix typo in phpdoc
Frederic Guillot
2015-01-18
Fix some phpdoc comments
Frederic Guillot
2015-01-10
Change events for project modification subscriber
Frederic Guillot
2015-01-10
Add boostrap subscriber to cli script
Frederic Guillot
2015-01-02
Cleanup and fixes
Frédéric Guillot
2014-12-31
Acl refactoring
Frédéric Guillot
2014-12-28
Add Gitlab webhook
Frédéric Guillot
2014-12-27
Add more subscribers
Frédéric Guillot
2014-12-27
Fixs after replacing the event dispatcher
Frédéric Guillot
2014-12-27
Move events handling to Symfony\EventDispatcher
Frédéric Guillot