Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-08 | Update da_DK translations | Ole Carlsen | |
2018-06-07 | Add quick link assign me in different views | Frédéric Guillot | |
2018-06-06 | fix config overrides in docker | Paul Sweeney | |
2018-06-06 | Reword project settings label | Frédéric Guillot | |
2018-06-06 | Fix typo in translation string | Frédéric Guillot | |
2018-06-06 | Update Danish translations | Ole Carlsen | |
2018-06-06 | Fix bad search and replace in old commit | Frédéric Guillot | |
Commit eafaa4b03770a73080520952112905eb8135a62f | |||
2018-06-06 | Add bulk task modification in list view | Frédéric Guillot | |
2018-06-05 | Make sure task timestamps are updated when using bulk move feature | Frédéric Guillot | |
2018-06-04 | Update old and translate new texts for ru_RU | Ars Kurd | |
2018-06-04 | Run cron jobs via URL | Miodrag Tokić | |
Kanboard supports running cron jobs via CLI. There are hosting services that don't offer CLI access, but they do offer calling a URL periodically. This feature is often used as a CLI cron job replacement. This commit adds a CronjobController called by "/cronjob" URL that will execute cron jobs as they were executed via CLI. The URL has public access, but is protected using the webhook token. The "/cronjob" URL should be called via HTTPS. | |||
2018-06-04 | Fix misspelled name | Miodrag Tokić | |
2018-06-03 | Correct English text | James | |
2018-06-03 | Add dashboard and search task footer hooks | Michael Vickers | |
Implement new hooks requested in kanboard/kanboard#3863 | |||
2018-06-01 | Update German translation | Frédéric Guillot | |
2018-06-01 | Make sure automatic actions are applied to all tasks when using bulk operations | Frédéric Guillot | |
2018-06-01 | Add checkboxes in list view to move tasks to another column at once | Frédéric Guillot | |
2018-06-01 | Add basic print stylesheet | lastlink | |
2018-05-29 | Correct some mistakes in Japanese translation | FUJII Ryota | |
2018-05-28 | Update tr_TR translation | erpnedir | |
2018-05-25 | Correct typos in English text | James | |
2018-05-25 | Increase size of the "users.language" column | Miodrag Tokić | |
The current schema definition for the language column in the users table is limited to 5 characters, while the longest currently available language code in Kanboard is 10 characters long - sr_Latn_RS. This limitation prevents switching to Serbian as the application interface language. As per the currently available ISO 639 language codes this column should be at least 11 characters in size. Examples of language codes of 11 characters in size are en-US-POSIX and shi_Latn_MA. References: - http://www.localeplanet.com/icu/iso639.html | |||
2018-05-16 | Correct misspellings of ru_RU translation | Dracer5 | |
2018-05-15 | update chinese translations | renothing | |
2018-05-14 | Update ru_RU translation | Ars Kurd | |
2018-05-11 | Update da_DK translation | Ole Carlsen | |
2018-05-11 | translate time string in another template | Andrew Engelbrecht | |
2018-05-10 | Make hardcoded hours string translatable | Frédéric Guillot | |
2018-05-10 | Add link to open images in a new tab | Frédéric Guillot | |
2018-05-10 | Make subtask title text field wider when editing subtasks | Frédéric Guillot | |
2018-05-09 | Make cli locale commands working outside of source tree | Frédéric Guillot | |
2018-05-09 | Hide private projects checkbox if the feature is disabled | Frédéric Guillot | |
2018-05-09 | Improve dashboard pagination | Frédéric Guillot | |
2018-05-07 | Do not show inactive users in group members dropdown | Frédéric Guillot | |
2018-05-07 | Add uk_UA (Ukrainian) translation | cl0ne | |
2018-05-04 | Clarified English text: logical 'and' not intended | Andrew Engelbrecht | |
See issue #3817 | |||
2018-05-03 | Fix escaping issue for Markdown editor | Frédéric Guillot | |
2018-05-03 | Update ru_RU translation | Dracer5 | |
2018-05-02 | Avoid people to remove themselves from project permissions | Frédéric Guillot | |
2018-04-30 | Add missing translations | Frédéric Guillot | |
2018-04-30 | Don't markdown project owner's name in tooltip | Andrew Engelbrecht | |
2018-04-30 | better whitespace handling by ./cli locale:compare | Andrew Engelbrecht | |
2018-04-30 | Add and correct ru_RU translation | Ars Kurd | |
2018-04-28 | Update pt_PT translation | Eskiso | |
2018-04-27 | Remove all attachments when removing a project | Frédéric Guillot | |
2018-04-20 | Update Parsedown library | Frédéric Guillot | |
2018-04-20 | Update German translation | Frédéric Guillot | |
2018-04-20 | Rewrite tooltips code without jQuery | Frédéric Guillot | |
2018-04-18 | Update pt-BR translation | Claudio Ferreira Filho | |
2018-04-18 | Fix margin for task recurrence tooltip | Frédéric Guillot | |