Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | Make HTTP client timeout configurable | Frédéric Guillot | |
2018-07-04 | Use SET NAMES instead of charset for DB connection | kufeiko | |
When using charset in buildDsn, not all variables are set on the server side. That leads to MySQL assuming latin1 charset and errors with Cyrillic, for example (I figured out the letter 'И', capital breaks the things). | |||
2018-06-27 | Improve Russian translation | Victor IT | |
2018-06-25 | Update Russian translation | Victor-IT | |
2018-06-21 | Vendoring deprecated composer libs | Frédéric Guillot | |
2018-06-19 | Update German translation | Syratus | |
2018-06-18 | Updated Hungarian translation | Balázs Úr | |
2018-06-15 | Update ChangeLog | Frédéric Guillot | |
2018-06-11 | Update jQuery to latest version | Frédéric Guillot | |
2018-06-11 | Defer javascript files by default | Michael Vickers | |
Prevent scripts blocking browser HTML parsing. The modern method instead of moving scripts to the end of the body tag as suggested in kanboard/kanboard#3829 | |||
2018-06-11 | update chinese translations | renothing | |
2018-06-08 | Add more fields in bulk task creation form | Frédéric Guillot | |
2018-06-08 | Update pt_BR translations | Claudio Ferreira Filho | |
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 | Update ChangeLog | Miodrag Tokić | |
2018-06-06 | fix config overrides in docker | Paul Sweeney | |
2018-06-06 | Remove old crontab definition in Docker image | Frédéric Guillot | |
2018-06-06 | add daily background job to cron under 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-31 | Increase Nginx fastcgi buffers (Docker) | David souza | |
2018-05-29 | Correct some mistakes in Japanese translation | FUJII Ryota | |
2018-05-28 | fix config overrides in docker | Paul Sweeney | |
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 | Update ChangeLog | Frédéric Guillot | |
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 | |