summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Collapse)Author
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-17Make user notifications pluggableFrederic Guillot
2015-10-16Make mail transports pluggable and move integrations to pluginsFrederic Guillot
- Postmark: https://github.com/kanboard/plugin-postmark - Mailgun: https://github.com/kanboard/plugin-mailgun - Sendgrid: https://github.com/kanboard/plugin-sendgrid
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-12Add CSV import for tasksFrederic Guillot
2015-10-12Add user CSV importFrederic Guillot
2015-10-12Merge pull-request #1350Frederic Guillot
2015-10-11Add comments sortingFrederic Guillot
2015-10-11Fix minor issuesFrederic Guillot
2015-10-10Allow plugins to override CSP rulesFrederic Guillot
2015-10-10#1340 add append/replace option to dustom filtersBlueTeck
2015-10-07When duplicating a task redirect to the new taskFrederic Guillot
2015-10-03Add web notificationsFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-09-26Append filters instead of replacing value for users and categories dropdownsFrederic Guillot
2015-09-26Change swimlane layout to save space on the screenFrederic Guillot
2015-09-26Add page to show the list of pluginsFrederic Guillot
2015-09-26Show "Open this task" in dropdown menu for closed tasksFrederic Guillot
2015-09-23Change interface for objectStorageFrederic Guillot
2015-09-23Do not check anymore data folder permissionsFrederic 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-20Remove unused statementFrederic Guillot
2015-09-20Add formattersFrederic Guillot
2015-09-20Move timetable to a pluginFrederic Guillot
Plugin repository: https://github.com/kanboard/plugin-timetable
2015-09-20Move subtask forecast to a pluginFrederic Guillot
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
2015-09-16Add abstract storage layerFrederic Guillot
2015-09-13Move budget outside of the coreFrederic Guillot
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
2015-09-12Show localized documentation if availableFrederic Guillot
2015-09-05Improve unit testsFrederic Guillot
2015-09-05Creating another task stay in the popoverFrederic Guillot
2015-09-05Improve pull-request about swimlane descriptionFrederic Guillot
2015-09-04#1144 Add description field to swimlane.Fabiano Pereira
2015-08-29Include documentation in the applicationFrederic Guillot
2015-08-26Move tasks Gantt chartFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-23Improve file attachments tooltip on the boardFrederic Guillot
2015-08-23Make screenshot feature compatible with Firefox 40Frederic Guillot
2015-08-22Add new automated action to change task color based on the task linkFrederic Guillot
2015-08-22Add global Gantt chart for all projectsFrederic Guillot
2015-08-21Add users and categories filters on the boardFrederic Guillot
2015-08-20Show closed tasks on the Gantt chart and fix rounding for task progressFrederic Guillot
2015-08-19Improve sidebar menusFrederic Guillot
2015-08-16Add project users overviewFrederic Guillot
2015-08-14Fix potential issue with conflict namespaceFrederic Guillot
2015-08-14Add Gantt chart for projectsFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-08-07Fix permission issue when changing the url manuallyFrederic Guillot
2015-08-01Add bruteforce protectionFrederic Guillot
2015-07-28Fix bug: wrong template name for subtasks tooltip due to previous file renameFrederic Guillot
2015-07-25Add settings to disable subtask timer and another to not include closed ↵Frederic Guillot
tasks into CFD
2015-07-19Fix minor issuesFrederic Guillot