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
/
Model
/
ProjectActivity.php
Age
Commit message (
Expand
)
Author
2016-04-10
Added search in activity stream
Frederic Guillot
2016-04-10
Refactor ProjectActivity model to use Filter and Formatter interface
Frederic Guillot
2016-04-09
Filter refactoring
Frederic Guillot
2016-03-26
Added avatar image upload
Frederic Guillot
2016-01-17
Fix regression: make sql query compatible with Mysql
Frederic Guillot
2016-01-17
Replace raw SQL query by PicoDb
Frederic Guillot
2015-10-17
Move slack, hipchat and jabber integrations to plugins
Frederic Guillot
2015-10-17
Move ProjectActivitySubscriber to a new notification type
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-06-14
Improve activity stream/notification for task update events and add new notif...
Frederic Guillot
2015-03-30
Avoid code duplication in pull-request #746
Frederic Guillot
2015-03-30
Merge pull-request #746
Frederic Guillot
2015-03-30
Add Gravatar integration
Frederic Guillot
2015-03-29
add activity stream to task #693
BlueTeck
2015-03-28
Add Slack integration
Frederic Guillot
2015-02-14
Fix PHPAnalyzer issues
Frederic Guillot
2015-02-09
added getProjectActivity + getOverdueTasks to API
BlueTeck
2015-02-07
Rename subtask model
Frederic Guillot
2015-01-28
Fix potential issue with old Sqlite versions
Frederic Guillot
2014-12-31
Move activity event data to json instead of PHP serialization
Frédéric Guillot
2014-12-28
Template helpers refactoring
Frédéric Guillot
2014-12-27
Fix some PHPAnalyzer issues
Frédéric Guillot
2014-12-27
Move events handling to Symfony\EventDispatcher
Frédéric Guillot
2014-11-26
Move event and notification templates to a subfolder
Frédéric Guillot
2014-11-14
Use Pimple instead of Core\Registry and add Monolog for logging
Frédéric Guillot
2014-10-14
Add a dashboard (first version)
Frédéric Guillot
2014-10-12
Project activity refactoring and listeners improvements
Frédéric Guillot