summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
AgeCommit message (Collapse)Author
2017-01-22Add user invitationsFrederic Guillot
2016-08-06Convert vanilla CSS to SASSFrederic Guillot
2016-06-05Display local date format in date pickerFrederic Guillot
2016-06-03Add link in project nameSébastien Kergreis
2016-05-28Rename controllersFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-16Improve user controllers and viewsFrederic Guillot
2016-05-15Refactoring: added controlled middleware and changed response classFrederic Guillot
2016-05-15Move Chosen images to the right directory and put back JS files in headFrederic Guillot
2016-05-15Use latest hipster tools to manage assetsFrederic Guillot
2016-05-04Improve web page title on the task viewFrederic Guillot
2016-03-24Remove controller action for Markdown previewFrederic Guillot
2016-03-11Added "?" to display list of keyboard shortcutsFrederic Guillot
2016-03-04Helper refactoringFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic 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-21Add plugin hooks for assetsFrederic Guillot
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-09-05Fix Markdown preview links focusFrederic Guillot
2015-08-28Add no referrer policy in meta tagsFrederic Guillot
2015-08-16Add project users overviewFrederic Guillot
2015-07-21Add loading icon on board viewFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-07Move board collapse/expand mode to server side to avoid board flickeringFrederic Guillot
2015-07-04Show title in tooltip for collapsed tasksFrederic Guillot
2015-07-04Do not allow closed tasks to move on the boardFrederic Guillot
2015-06-23Improve assets loading: remove http call to load task colors and async load ↵Frederic Guillot
of app.js
2015-06-15Use css to truncate the page titleFrederic Guillot
2015-06-13UI: Improve tabindex for task formsFrederic Guillot
2015-06-13Fix bug: Force edge mode for Internet ExplorerFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-04-25Add print stylesheet for boardsFrederic Guillot
2015-04-18Fix wrong login url for expired sessionFrederic Guillot
2015-04-11Add auth controllerFrederic Guillot
2015-03-21Remove html escaping for custom cssFrederic Guillot
2015-03-16Merge and improve pull-request #666 (custom stylesheet)Frederic Guillot
2015-03-04Escape markdown code in column tooltips.Francois Ferrand
This is needed to avoid issues when the code contains quotes.
2015-03-01Translate chosen selectsFrederic Guillot
2015-02-24Use single quotes for attributes with Markdown/HTML content to avoid browser ↵Frederic Guillot
bugs
2015-02-24Add project description field.Francois Ferrand
Description is shown in a popup when hovering the 'information' icon, like column description, which is shown in project list on dashboard and in board's title. This is useful to document the categories and colors used in the project.
2015-02-14Replace home icon with KB logoFrederic Guillot
2015-02-08Update moment.js and add timezone in templateFrederic Guillot
2015-02-08Improve js and add native language support for datepicker and calendarFrederic Guillot
2015-01-25Fix bug board selector redirectionFrederic Guillot
2015-01-17Add project calendars (merge/refactoring of #490)Frederic Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-14Start to improve the ui for tabletsFrédéric Guillot
2014-11-29Improve session handler and add Ajax session checkFrédéric Guillot