Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-02 | Sync translations | Frédéric Guillot | |
2019-07-02 | Sort columns by due date | Craig Crosby | |
2019-06-27 | Add "identifier" beside "name" while creating a new project | Florian Völker | |
2019-06-24 | Update Chinese translations | renothing | |
2019-06-24 | Update da_DK translations | Ole Carlsen | |
2019-06-21 | Update French translation | Frédéric Guillot | |
2019-06-19 | Hide one task count when there is only one swimlane | Rafael de Camargo | |
Don't show two task counts per column when there is only one swimlane. Fixes #4208 | |||
2019-06-15 | Add automatic action to move task between columns based on due date | renothing | |
2019-06-06 | add bitcoin to the currency list | mildis | |
bitcoin is referenced using its financial symbol XBT description is with a lowercase b because its about the unit, not the trading system | |||
2019-06-04 | Add missing curl_close() | Frédéric Guillot | |
2019-06-04 | Display cURL error message in logs | Frédéric Guillot | |
2019-06-03 | Add cURL support to HTTP Client | mildis | |
- Add HTTP_PROXY_EXCLUDE option when cURL is used - Show HTTP client backend in about page - Fallback to legacy Stream Contexts if cURL extension is not available | |||
2019-05-27 | Update Chinese translations | renothing | |
2019-05-27 | Feature: Set "start date" and "end date" on projects from API | Tobias Balle-Petersen | |
Added parameters "start_date" and "end_date" to functions createProject and updateProject. These parameters could not previously be set from the API. Documentation should be updated to reflect the change (If approved). | |||
2019-05-26 | Update pt_br translation | Rafael de Camargo | |
2019-05-26 | Fix text file preview | Rafael de Camargo | |
Escapes any html tags on text files | |||
2019-05-26 | Add View File on popover to tooltip | Rafael de Camargo | |
Merged this if with the if used on template:task_file:files | |||
2019-05-13 | Do not show duplicated results when multiple comments match | Rafael de Camargo | |
2019-05-03 | Add new hook template:export:header | Bastian Rang | |
2019-05-01 | Update pt_br translations | Rafael de Camargo | |
2019-04-27 | Add HTML tag in email notifications | Frédéric Guillot | |
2019-04-27 | Add Auto-Submitted E-mail header as per RFC 8384 | Frédéric Guillot | |
2019-04-08 | Update da_DK translation | Ole Carlsen | |
2019-04-05 | Add missing template and translations | Frédéric Guillot | |
2019-04-01 | Update pt-BR translation | rafacamargo123 | |
2019-03-25 | Update Hungarian translation | Balázs Úr | |
2019-03-13 | it_IT translation update | Marco Segato | |
2019-03-11 | Fix wrong Japanese translation | Kiyohito AOKI | |
2019-03-10 | Add Slovak translation | Slavko | |
2019-03-07 | Changes search by reference to case insentive | rafacamargo123 | |
Search was being performed case sensitive, changed to case insensitive | |||
2019-03-07 | Update translations.php | Kiyohito AOKI | |
2019-02-28 | Fix postgres schema usage | trendspotter | |
2019-02-27 | Simplify local Docker image build | Frédéric Guillot | |
2019-02-19 | Update da_DK translations | Ole Carlsen | |
2019-02-19 | Always display task accordion elements | Frédéric Guillot | |
2019-02-19 | Replace accordion Javascript component by <details> HTML element | Frédéric Guillot | |
2019-02-17 | Complete Japanese translation | Kiyohito AOKI | |
2019-02-15 | Fix MySQL migration when using increment values different from 1 | Psy-Q | |
Fixes #4137 | |||
2019-02-13 | Update Japanese translation | Kiyohito AOKI | |
2019-02-13 | Add missing webhook event: task.move.project | Frédéric Guillot | |
Fixes #3969 | |||
2019-02-08 | Add new actions to reorder tasks by column | Frédéric Guillot | |
2019-02-02 | Update ChangeLog | Frédéric Guillot | |
2019-02-01 | Authorize only API tokens when 2FA is enabled | Frédéric Guillot | |
2019-02-01 | Limit avatar image size | Frédéric Guillot | |
fixes #4041 | |||
2019-01-31 | Avoid CSRF in users CSV import | Frédéric Guillot | |
2019-01-30 | Avoid XSS in pagination ordering | Frédéric Guillot | |
2019-01-30 | Disable by default plugin installer | Frédéric Guillot | |
- There is no code review or any approval process to submit a plugin. - Anyone can submit a backdoor as plugin. - This is up to the Kanboard instance owner to validate if a plugin is legit. | |||
2019-01-30 | Do not show projects dropdown when prompting the 2FA code | Frédéric Guillot | |
2019-01-30 | Always returns a 404 otherwise people might guess which user exist | Frédéric Guillot | |
2019-01-30 | Check if user role has changed while the session is open | Frédéric Guillot | |