summaryrefslogtreecommitdiff
path: root/app/Template/config
AgeCommit message (Collapse)Author
2016-02-13Add setting option to disable private projectsFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-02-03Change sidebar styleFrederic Guillot
2016-01-31Simplify layout and templates generationFrederic Guillot
2016-01-31Templates cleanupFrederic Guillot
2016-01-29Move Gitlab and Github authentication to external pluginsFrederic Guillot
2016-01-29Move Google authentication to an external pluginFrederic Guillot
2016-01-09Add forgot password featureFrederic Guillot
2015-12-24Update active menu in sidebarsFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic 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-09-26Add getPluginHomepage()Frederic Guillot
2015-09-26Add page to show the list of pluginsFrederic 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-13First draft for plugins systemFrederic Guillot
2015-08-29Include documentation in the applicationFrederic Guillot
2015-08-26Move tasks Gantt chartFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-19Improve sidebar menusFrederic Guillot
2015-07-25Switch to MIT licenseFrederic Guillot
2015-07-25Add settings to disable subtask timer and another to not include closed ↵Frederic Guillot
tasks into CFD
2015-07-19Add settings option to define the default task colorFrederic Guillot
2015-07-18Add icon to hide/show sidebarFrederic Guillot
2015-07-16Display OAuth2 urls on integration page and update docFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-05Slack channel can be overridden to post to another channel/private group or ↵Ash Bike
send direct messages. Need to make these database changes: INSERT INTO settings VALUES ('integration_slack_webhook_channel', ''); ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
2015-07-04Add keyboard shortcuts to switch between board/calendar/list viewFrederic Guillot
2015-07-04Add keyboard shortcut to focus on the search boxFrederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-18Send all Kanboard events to the webhook (breaking change)Frederic Guillot
2015-05-16Display tasks in the calendar + improve settingsFrederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-04-19Add Sendgrid integration (incoming email handling)Frederic Guillot
2015-04-19Add Mailgun integration (incoming emails)Frederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-03-30Add Gravatar integrationFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Add Slack integrationFrederic Guillot
2015-03-28Add currency rates for budget calculationFrederic Guillot
2015-03-26Display subtask estimates in the user calendar according to the timetableFrederic Guillot
2015-03-16Merge and improve pull-request #666 (custom stylesheet)Frederic Guillot
2015-02-28Improve toggle compact/horizontal scrolling viewFrederic Guillot
2015-02-14Add keyboard shortcut to open the board selectorFrederic Guillot
2015-02-14Add a section to display keyboard shorcutsFrederic Guillot
2015-02-14Refactoring/simplification of the pull-request about linksFrederic Guillot
2015-02-13Add task links (Merge pull-request #610)Frederic Guillot
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot