Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-01-30 | Add missing CSRF check in TwoFactorController::deactivate() | Frédéric Guillot | |
2019-01-28 | Fix pt_br translation typo | rafacamargo123 | |
2019-01-19 | Fix PHP error in task views (tag colors) | Cyboulette | |
2019-01-11 | Hide edit button when user cannot edit task | Rafael de Camargo | |
Check for custom roles to show edit button Fixes #4123 | |||
2019-01-10 | Fix permission check before "Assign to me" | Rafael de Camargo | |
Users who should not be able to change assignee cannot "assign to me" Fixes #4121 | |||
2019-01-08 | Fix permission check to show project options | rafacamargo123 | |
Fixes #4105 | |||
2019-01-05 | Fix assignable users on a group with a custom role | rafacamargo123 | |
Groups custom roles are now handled the same ways users custom roles are. | |||
2018-12-27 | Fix import of automatic actions when parameters are "unassigned" or "no ↵ | rafacamargo123 | |
category" | |||
2018-12-26 | Update pt_BR translations | rafacamargo123 | |
2018-12-26 | Update da_DK translations | Ole Carlsen | |
2018-12-26 | Update Chinese translations | renothing | |
2018-12-19 | Update SQL dumps | Frédéric Guillot | |
2018-12-19 | Added priority,swimlane,column values from parent task to task converted ↵ | Fejer Peter | |
from sub task | |||
2018-12-18 | Update and sync translations | Frédéric Guillot | |
2018-12-11 | Add sorting by reference in list view | AI3Zakir | |
2018-12-03 | Update Norwegian to 100% | eagleofnorth | |
2018-12-01 | Add remove() to Settings Model | Craig Crosby | |
2018-11-28 | Add hook to Board Settings | Craig Crosby | |
2018-11-27 | Disable php_uname() warning | Ben RUBSON | |
2018-11-08 | New automatic action: move the task to another swimlane when assigned to a user | Marcin | |
2018-11-08 | Add the locale en_GB | Richard Levitte | |
2018-10-31 | Fix postgres schema version + move to separate lines | trendspotter | |
2018-10-31 | Fix custom roles duplication | Matteo Mazza | |
The source_column_id and destination_column_id are searched into the correct project: the newly created one. | |||
2018-10-27 | Adding more hyphens to German translation | Stephan Fischer | |
Made some strings more consistent. | |||
2018-10-25 | Fix typo | Balázs Úr | |
2018-10-25 | Add ordering comments by id along with creation | rafacamargo123 | |
Order comments correctly when they are added on the same second. | |||
2018-10-25 | Register action assign category based on swimlane | Interleaved | |
2018-10-25 | Assign category based on swimlane change | Interleaved | |
2018-10-25 | Register new swimlane action in action manager | Interleaved | |