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
/
ProjectPermission.php
Age
Commit message (
Expand
)
Author
2016-05-28
Rename all models
Frederic Guillot
2016-05-28
Remove model base class
Frederic Guillot
2016-04-09
Filter refactoring
Frederic Guillot
2016-02-13
Enable/Disable users
Frederic Guillot
2015-12-29
Add autocompletion in textarea for user mentions
Frederic Guillot
2015-12-29
Send notifications on user mentions
Frederic Guillot
2015-12-17
Show only active projects in board selector
Frederic Guillot
2015-12-14
Fix wrong constant name that cause a PHP error in project management section
Frederic Guillot
2015-12-05
Rewrite of the authentication and authorization system
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 global Gantt chart for all projects
Frederic Guillot
2015-08-16
Add project users overview
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-06-03
normal user should not have inactive boards in board selector
Timotheus Pokorra
2015-03-21
Display projects on the dashboard and board selector when everybody allowed i...
Frederic Guillot
2015-02-14
Fix PHPAnalyzer issues
Frederic Guillot
2015-02-14
Refactoring/simplification of the pull-request about links
Frederic Guillot
2015-01-31
Add table/pagination to the project list
Frederic Guillot
2015-01-25
Do not show inactive projects info on the dashboard and update picodb (merge ...
Frederic Guillot
2015-01-02
Allow project managers to remove tasks
Frédéric Guillot
2015-01-02
Various fixes and improvements
Frédéric Guillot
2015-01-02
Fix bugs, improve perfs and use SimpleLogger instead of Monolog
Frédéric Guillot
2014-12-31
Acl refactoring
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-11
Add project owner support (allow user management to a regular user), see #316
Frédéric Guillot
2014-12-04
Move user templates to a subfolder
Frédéric Guillot
2014-11-25
Auto assign user during task creation if there is only one user
Frédéric Guillot
2014-11-09
Add projects to the dashboard and rename some methods
Frédéric Guillot
2014-10-21
Add option to allow everybody on a project
Frédéric Guillot
2014-10-05
Regular users are able to create private projects
Frédéric Guillot
2014-10-05
Projects are not anymore visible to everybody by default
Frédéric Guillot
2014-09-20
Extract project permissions to a separate class
Frédéric Guillot