Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-28 | Disable user scaling to avoid page shrinking when drag&drop on mobile device | Haocen | |
2018-10-23 | Revert "Easier closing of dialogs" (introduces regression on date time picker) | Frédéric Guillot | |
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015. | |||
2018-10-15 | Easier closing of dialogs | Michael | |
Allow closing of dialogs by clicking on the background area around it. When the dialog is closed in this manner, if it contains a form with changed data present a warning that there are unsaved changes. Likewise if the user attempts to navigate away from the page, eg page reload, bookmark click, address bar entry. If the dialog does not contain a form or the data remains unchanged no warning messages are shown. | |||
2018-06-01 | Add basic print stylesheet | lastlink | |
2017-01-22 | Add user invitations | Frederic Guillot | |
2016-08-06 | Convert vanilla CSS to SASS | Frederic Guillot | |
2016-06-05 | Display local date format in date picker | Frederic Guillot | |
2016-06-03 | Add link in project name | Sébastien Kergreis | |
2016-05-28 | Rename controllers | Frederic Guillot | |
2016-05-28 | Rename controllers | Frederic Guillot | |
2016-05-16 | Improve user controllers and views | Frederic Guillot | |
2016-05-15 | Refactoring: added controlled middleware and changed response class | Frederic Guillot | |
2016-05-15 | Move Chosen images to the right directory and put back JS files in head | Frederic Guillot | |
2016-05-15 | Use latest hipster tools to manage assets | Frederic Guillot | |
2016-05-04 | Improve web page title on the task view | Frederic Guillot | |
2016-03-24 | Remove controller action for Markdown preview | Frederic Guillot | |
2016-03-11 | Added "?" to display list of keyboard shortcuts | Frederic Guillot | |
2016-03-04 | Helper refactoring | Frederic Guillot | |
2015-12-05 | Rewrite of the authentication and authorization system | 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-21 | Add plugin hooks for assets | Frederic Guillot | |
2015-09-20 | Move subtask forecast to a plugin | Frederic Guillot | |
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast | |||
2015-09-13 | First draft for plugins system | Frederic Guillot | |
2015-09-05 | Fix Markdown preview links focus | Frederic Guillot | |
2015-08-28 | Add no referrer policy in meta tags | Frederic Guillot | |
2015-08-16 | Add project users overview | Frederic Guillot | |
2015-07-21 | Add loading icon on board view | Frederic Guillot | |
2015-07-12 | Start to implement url rewrite (nice urls) | Frederic Guillot | |
2015-07-07 | Move board collapse/expand mode to server side to avoid board flickering | Frederic Guillot | |
2015-07-04 | Show title in tooltip for collapsed tasks | Frederic Guillot | |
2015-07-04 | Do not allow closed tasks to move on the board | Frederic Guillot | |
2015-06-23 | Improve assets loading: remove http call to load task colors and async load ↵ | Frederic Guillot | |
of app.js | |||
2015-06-15 | Use css to truncate the page title | Frederic Guillot | |
2015-06-13 | UI: Improve tabindex for task forms | Frederic Guillot | |
2015-06-13 | Fix bug: Force edge mode for Internet Explorer | Frederic Guillot | |
2015-05-24 | Helpers refactoring | Frederic Guillot | |
2015-04-25 | Add print stylesheet for boards | Frederic Guillot | |
2015-04-18 | Fix wrong login url for expired session | Frederic Guillot | |
2015-04-11 | Add auth controller | Frederic Guillot | |
2015-03-21 | Remove html escaping for custom css | Frederic Guillot | |
2015-03-16 | Merge and improve pull-request #666 (custom stylesheet) | Frederic Guillot | |
2015-03-04 | Escape markdown code in column tooltips. | Francois Ferrand | |
This is needed to avoid issues when the code contains quotes. | |||
2015-03-01 | Translate chosen selects | Frederic Guillot | |
2015-02-24 | Use single quotes for attributes with Markdown/HTML content to avoid browser ↵ | Frederic Guillot | |
bugs | |||
2015-02-24 | Add 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-14 | Replace home icon with KB logo | Frederic Guillot | |
2015-02-08 | Update moment.js and add timezone in template | Frederic Guillot | |
2015-02-08 | Improve js and add native language support for datepicker and calendar | Frederic Guillot | |
2015-01-25 | Fix bug board selector redirection | Frederic Guillot | |
2015-01-17 | Add project calendars (merge/refactoring of #490) | Frederic Guillot | |