summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2018-06-05Make sure task timestamps are updated when using bulk move featureFrédéric Guillot
2018-06-04Update old and translate new texts for ru_RUArs Kurd
2018-06-04Run cron jobs via URLMiodrag 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-04Fix misspelled nameMiodrag Tokić
2018-06-03Correct English textJames
2018-06-03Add dashboard and search task footer hooksMichael Vickers
Implement new hooks requested in kanboard/kanboard#3863
2018-06-01Update German translationFrédéric Guillot
2018-06-01Make sure automatic actions are applied to all tasks when using bulk operationsFrédéric Guillot
2018-06-01Add checkboxes in list view to move tasks to another column at onceFrédéric Guillot
2018-06-01Add basic print stylesheetlastlink
2018-05-29Correct some mistakes in Japanese translationFUJII Ryota
2018-05-28Update tr_TR translationerpnedir
2018-05-25Correct typos in English textJames
2018-05-25Increase size of the "users.language" columnMiodrag 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-16Correct misspellings of ru_RU translationDracer5
2018-05-15update chinese translationsrenothing
2018-05-14Update ru_RU translationArs Kurd
2018-05-11Update da_DK translationOle Carlsen
2018-05-11translate time string in another templateAndrew Engelbrecht
2018-05-10Make hardcoded hours string translatableFrédéric Guillot
2018-05-10Add link to open images in a new tabFrédéric Guillot
2018-05-10Make subtask title text field wider when editing subtasksFrédéric Guillot
2018-05-09Make cli locale commands working outside of source treeFrédéric Guillot
2018-05-09Hide private projects checkbox if the feature is disabledFrédéric Guillot
2018-05-09Improve dashboard paginationFrédéric Guillot
2018-05-07Do not show inactive users in group members dropdownFrédéric Guillot
2018-05-07Add uk_UA (Ukrainian) translationcl0ne
2018-05-04Clarified English text: logical 'and' not intendedAndrew Engelbrecht
See issue #3817
2018-05-03Fix escaping issue for Markdown editorFrédéric Guillot
2018-05-03Update ru_RU translationDracer5
2018-05-02Avoid people to remove themselves from project permissionsFrédéric Guillot
2018-04-30Add missing translationsFrédéric Guillot
2018-04-30Don't markdown project owner's name in tooltipAndrew Engelbrecht
2018-04-30better whitespace handling by ./cli locale:compareAndrew Engelbrecht
2018-04-30Add and correct ru_RU translationArs Kurd
2018-04-28Update pt_PT translationEskiso
2018-04-27Remove all attachments when removing a projectFrédéric Guillot
2018-04-20Update Parsedown libraryFrédéric Guillot
2018-04-20Update German translationFrédéric Guillot
2018-04-20Rewrite tooltips code without jQueryFrédéric Guillot
2018-04-18Update pt-BR translationClaudio Ferreira Filho
2018-04-18Fix margin for task recurrence tooltipFrédéric Guillot
2018-04-16Improve notificationskent1
- Translate subtask status - Translate internal link labels - Add link to tasks and projects in overdue notifications
2018-04-12Adjust field size to keep compatibility with MySQL 5.6Frédéric Guillot
2018-04-12Use utf8mb4 encoding for MySQL instead of utf8Frédéric Guillot
2018-04-11Increase text fields length in several tablesFrédéric Guillot
2018-04-09Update Chinese translationsrenothing
2018-04-06Make sure no empty group is submitted on project permissions pageFrédéric Guillot
2018-04-06Move documentation to https://docs.kanboard.org/Frédéric Guillot
2018-04-05Update German translationFrédéric Guillot