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
/
Controller
/
Action.php
Age
Commit message (
Collapse
)
Author
2016-02-20
Split Board model into multiple classes
Frederic Guillot
2016-01-31
Simplify layout and templates generation
Frederic Guillot
2016-01-13
Move some validators to separate classes
Frederic Guillot
2016-01-03
Improve Automatic Actions plugin api
Frederic Guillot
2015-12-05
Rewrite of the authentication and authorization system
Frederic Guillot
2015-11-15
Rewrite of session management
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-08-22
Add new automated action to change task color based on the task link
Frederic Guillot
2015-07-18
Fix cosmetic issues
Frederic Guillot
2015-07-12
Start to implement url rewrite (nice urls)
Frederic Guillot
2015-04-03
Various fixes for PHPAnalyzer
Frederic Guillot
2014-12-31
Acl refactoring
Frédéric Guillot
2014-11-09
Start templates cleanup and reorganisation
Frédéric Guillot
2014-11-09
Add projects to the dashboard and rename some methods
Frédéric Guillot
2014-11-02
Change layout (experimental)
Frédéric Guillot
2014-10-05
Regular users are able to create private projects
Frédéric Guillot
2014-09-28
Improve automatic actions (check for compatible events/actions/parameters)
Frédéric Guillot
2014-09-20
Extract project permissions to a separate class
Frédéric Guillot
2014-09-20
Split Task model into smaller classes
Frédéric Guillot
2014-08-30
Projects management refactoring
Frédéric Guillot
2014-07-01
Allow 'no category' and 'unassigned' in actions.
Francois Ferrand
This can be used to assign a color to task with no category/assignee, or to reset assignee.
2014-05-28
Add CSRF protections
Frédéric Guillot
2014-05-23
Minor code improvements
Frédéric Guillot
2014-05-22
Code refactoring (add autoloader and change files organization)
Frédéric Guillot