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
/
Console
Age
Commit message (
Expand
)
Author
2016-05-23
Added QueueManager to process background jobs
Frederic Guillot
2016-05-20
Manage plugins from the user interface and from the command line
Frederic Guillot
2016-04-18
Update doc for CLI
Frederic Guillot
2016-04-18
Added group notifications per projects for each user for overdue task… (#2132)
Kolesar
2016-04-12
Added command line utility to reset user password and to disable 2FA
Frederic Guillot
2016-04-12
Rename CLI classes
Frederic Guillot
2016-03-04
Add namespace Export and move classes
Frederic Guillot
2016-03-04
Create Import namespace and move classes
Frederic Guillot
2016-03-04
Remove model OverdueNotification
Frederic Guillot
2016-02-29
Add unit test for transition model
Frederic Guillot
2016-01-31
When creating a new project, have the possibility to select another project t...
Frederic Guillot
2016-01-28
Remove unused use statement
Frederic Guillot
2016-01-28
Added automatic actions based on a daily event
Frederic Guillot
2015-10-17
Fix some phpdoc
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-10-12
Add user CSV import
Frederic Guillot
2015-10-03
Add web notifications
Frederic Guillot
2015-07-18
Fix cosmetic issues
Frederic Guillot
2015-07-06
Cosmetic fixes
Frederic Guillot
2015-07-06
Add lead and cycle time for projects
Frederic Guillot
2015-06-21
Add cli command to compare locales + cleanup translation files
Frederic Guillot
2015-06-21
Move the script sync-locales.php to cli command
Frederic Guillot
2015-06-07
Add user filter/condition for notifications
Frederic Guillot
2015-03-28
Add task transitions csv export
Frederic Guillot
2015-01-04
Allow users to override the timezone and the language
Frederic Guillot
2015-01-04
Add subtasks export and move export actions to a specific controller
Frederic 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-29
Update cli doc
Frédéric Guillot
2014-11-29
Add command line export/calculation for daily project summaries
Frédéric Guillot
2014-11-29
Replace Core\Cli by Symfony\Console
Frédéric Guillot