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
/
Base.php
Age
Commit message (
Collapse
)
Author
2015-09-20
Add formatters
Frederic Guillot
2015-09-20
Fix some phpdoc and remove useless code
Frederic Guillot
2015-09-20
Fix Mysql error about gitlab_id when creating remote user
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-06-07
Add user filter/condition for notifications
Frederic Guillot
2015-05-30
Fix bug in calendar condition
Frederic Guillot
2015-05-24
Helpers refactoring
Frederic Guillot
2015-05-16
Display tasks in the calendar + improve settings
Frederic Guillot
2015-05-09
Fix some php analyzer issues
Frederic Guillot
2015-04-03
Various fixes for PHPAnalyzer
Frederic Guillot
2015-03-14
Calculate the time spent based on the timetable
Frederic Guillot
2015-03-12
Start to develop the budget module
Frederic Guillot
2015-02-13
Add task links (Merge pull-request #610)
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-03
Implemented Changes to Project Duplication to include Swimlanes and Tasks.
Michael Lüpkes
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
2015-01-25
Fix bug duplicate project with a too long name
Frederic Guillot
2015-01-17
Add top links to the calendar
Frederic Guillot
2014-12-31
Acl refactoring
Frédéric Guillot
2014-12-28
Add Gitlab webhook
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
Fix some Scrutinizer issues
Frédéric Guillot
2014-11-23
Fix some issues
Frédéric Guillot
2014-11-23
Fix issues with PHP 5.3 and phpdocs
Frédéric Guillot
2014-11-23
Fixes for scrutinizer
Frédéric Guillot
2014-11-22
Some refactoring for PHP 5.3
Frédéric Guillot
2014-11-14
Use Pimple instead of Core\Registry and add Monolog for logging
Frédéric Guillot
2014-10-12
Add pagination/column sorting for search and completed tasks
Frédéric Guillot
2014-10-11
Add 3 new fields for tasks: start date, time estimated and time spent
Frédéric Guillot
2014-09-20
Models refactoring/improvements
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-09-09
Start to implement task history and project activity
Frédéric Guillot
2014-08-19
Add phpdoc comment
Frédéric Guillot
2014-08-16
Various minor fixes
Frédéric Guillot
2014-08-16
Authentication backends refactoring
Frédéric Guillot
2014-08-15
Add email notifications
Frédéric Guillot
2014-05-28
Add CSRF protections
Frédéric Guillot
2014-05-25
Add subtasks
Frédéric Guillot
2014-05-23
Improve user interface
Frédéric Guillot
2014-05-22
Code refactoring (add autoloader and change files organization)
Frédéric Guillot