summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-20Update uk_UA (Ukrainian) translationcl0ne
2018-07-19Add search within a range of dates for completion and modificationKamil
2018-07-16Add search within a range of dates for creation/moved date fieldsKamil
2018-07-09Update Docker image to Alpine Linux 3.8Frédéric Guillot
2018-07-06SetEnv usage should be guardedJyoti Sharma
mod_env may not be present on a system in which case browser will get 500 Internal Server Error. The error in apache logs say "Invalid command 'SetEnv', perhaps misspelled or defined by a module not included in the server configuration".
2018-07-05Make HTTP client timeout configurableFrédéric Guillot
2018-07-04Use SET NAMES instead of charset for DB connectionkufeiko
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-27Improve Russian translationVictor IT
2018-06-25Update Russian translationVictor-IT
2018-06-21Vendoring deprecated composer libsFrédéric Guillot
2018-06-19Update German translationSyratus
2018-06-18Updated Hungarian translationBalázs Úr
2018-06-15Update ChangeLogFrédéric Guillot
2018-06-11Update jQuery to latest versionFrédéric Guillot
2018-06-11Defer javascript files by defaultMichael 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-11update chinese translationsrenothing
2018-06-08Add more fields in bulk task creation formFrédéric Guillot
2018-06-08Update pt_BR translationsClaudio Ferreira Filho
2018-06-08Update da_DK translationsOle Carlsen
2018-06-07Add quick link assign me in different viewsFrédéric Guillot
2018-06-06Update ChangeLogMiodrag Tokić
2018-06-06fix config overrides in dockerPaul Sweeney
2018-06-06Remove old crontab definition in Docker imageFrédéric Guillot
2018-06-06add daily background job to cron under dockerPaul Sweeney
2018-06-06Reword project settings labelFrédéric Guillot
2018-06-06Fix typo in translation stringFrédéric Guillot
2018-06-06Update Danish translationsOle Carlsen
2018-06-06Fix bad search and replace in old commitFrédéric Guillot
Commit eafaa4b03770a73080520952112905eb8135a62f
2018-06-06Add bulk task modification in list viewFrédéric Guillot
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-31Increase Nginx fastcgi buffers (Docker)David souza
2018-05-29Correct some mistakes in Japanese translationFUJII Ryota
2018-05-28fix config overrides in dockerPaul Sweeney
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-16Update ChangeLogFrédéric Guillot
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