Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | Improve 2FA | Frederic Guillot | |
2016-01-03 | Improve Automatic Actions plugin api | Frederic Guillot | |
2015-12-30 | Remove arguments of beforeAction() method | Frederic Guillot | |
2015-12-29 | Add autocompletion in textarea for user mentions | Frederic Guillot | |
2015-12-17 | Show only active projects in board selector | Frederic Guillot | |
2015-12-15 | Show profile link for @username mentions | Frederic Guillot | |
2015-12-14 | Improve pull-request that compare hours | Frederic Guillot | |
2015-12-14 | Merge pull-request #1528 | Frederic Guillot | |
2015-12-14 | Fix pagination in group members listing | Frederic Guillot | |
2015-12-11 | added/reworded some comments | Matthew Cillo | |
2015-12-11 | removed debug line and added title | Matthew Cillo | |
2015-12-07 | added working template of compare hours | Matthew Cillo | |
2015-12-05 | Remove unused use statements | Frederic Guillot | |
2015-12-05 | Sync locales | Frederic Guillot | |
2015-12-05 | Rewrite of the authentication and authorization system | Frederic Guillot | |
2015-11-25 | Add groups (teams) | Frederic Guillot | |
2015-11-15 | Code cleanup | Frederic Guillot | |
2015-11-15 | Rewrite of session management | Frederic Guillot | |
2015-11-14 | Fix PHP error when adding a new user with email notification enabled | Frederic Guillot | |
2015-11-14 | Fix bug in daily project summary CSV export | Frederic Guillot | |
2015-10-25 | Move token generation to Security namespace | Frederic Guillot | |
2015-10-24 | Regenerate thumbnails if missing | Frederic Guillot | |
2015-10-23 | People should not see any tasks during a search when they are not associated ↵ | Frederic Guillot | |
to a project | |||
2015-10-19 | Cleanup and minor fixes | Frederic Guillot | |
2015-10-17 | Move slack, hipchat and jabber integrations to plugins | Frederic Guillot | |
2015-10-17 | Run php-cs-fixer on the code base | Frederic Guillot | |
2015-10-17 | Make user notifications pluggable | Frederic Guillot | |
2015-10-16 | Make mail transports pluggable and move integrations to plugins | Frederic Guillot | |
- Postmark: https://github.com/kanboard/plugin-postmark - Mailgun: https://github.com/kanboard/plugin-mailgun - Sendgrid: https://github.com/kanboard/plugin-sendgrid | |||
2015-10-13 | Change namespace to add Kanboard as prefix | Frederic Guillot | |
2015-10-12 | Add CSV import for tasks | Frederic Guillot | |
2015-10-12 | Add user CSV import | Frederic Guillot | |
2015-10-12 | Merge pull-request #1350 | Frederic Guillot | |
2015-10-11 | Add comments sorting | Frederic Guillot | |
2015-10-11 | Fix minor issues | Frederic Guillot | |
2015-10-10 | Allow plugins to override CSP rules | Frederic Guillot | |
2015-10-10 | #1340 add append/replace option to dustom filters | BlueTeck | |
2015-10-07 | When duplicating a task redirect to the new task | Frederic Guillot | |
2015-10-03 | Add web notifications | Frederic Guillot | |
2015-10-02 | Add custom filters (refactoring of pull-request #1312) | Frederic Guillot | |
2015-09-26 | Append filters instead of replacing value for users and categories dropdowns | Frederic Guillot | |
2015-09-26 | Change swimlane layout to save space on the screen | Frederic Guillot | |
2015-09-26 | Add page to show the list of plugins | Frederic Guillot | |
2015-09-26 | Show "Open this task" in dropdown menu for closed tasks | Frederic Guillot | |
2015-09-23 | Change interface for objectStorage | Frederic Guillot | |
2015-09-23 | Do not check anymore data folder permissions | Frederic Guillot | |
People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessary needs to have a persistent local data folder or to change the permissions. | |||
2015-09-20 | Remove unused statement | Frederic Guillot | |
2015-09-20 | Add formatters | Frederic Guillot | |
2015-09-20 | Move timetable to a plugin | Frederic Guillot | |
Plugin repository: https://github.com/kanboard/plugin-timetable | |||
2015-09-20 | Move subtask forecast to a plugin | Frederic Guillot | |
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast | |||
2015-09-16 | Add abstract storage layer | Frederic Guillot | |