summaryrefslogtreecommitdiff
path: root/models/project.php
AgeCommit message (Collapse)Author
2014-04-27Add some phpdoc commentsFrédéric Guillot
2014-04-26Add a filter by user and due date + minor changesFrédéric Guillot
2014-03-09Automatic actionsFrédéric Guillot
2014-03-05Improve unit testFrédéric Guillot
2014-03-05Admin users are not allowed for a projecttoomyem
In function isUserAllowed() it is only checked if: 1. any user is assigned to the project (if no then allow anybody) 2. if logged user is allowed for given project But also _admin_ users _not assigned_ to the project shall be allowed.
2014-03-01Add acl and access list for projectsFrédéric Guillot
2014-02-22Add kiosk mode, public board access with read-only and auto-refreshFrédéric Guillot
2014-02-22Add a page to display completed tasks and add the completion date column for ↵Frédéric Guillot
tasks
2014-02-16Improve webhook to add a taskFrédéric Guillot
2014-01-25First commitFrédéric Guillot