Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | Docker: Forbid access to the data directory | FUJII Ryota | |
2019-02-25 | Clarify the comment about MAIL_SMTP_ENCRYPTION | FUJII Ryota | |
2019-02-21 | Update GitHub issue template | Frédéric Guillot | |
2019-02-21 | Remove dependency on bower | 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-02-01 | Update license year | Frédéric Guillot | |
2019-02-01 | Update Docker image to Alpine 3.9 | Frédéric Guillot | |
2019-01-31 | Avoid CSRF in users CSV import | Frédéric Guillot | |
2019-01-30 | Update unit tests | 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-20 | Limit assignee drop-down selector scope | Miodrag Tokić | |
On the task details page "Add a sub-task" pop-up modal contains drop-down (the SELECT HTML element) with "form-user_id" as the `name` and the `id` attribute value. This element is in conflict with another, hidden INPUT element with the same `name` and the `id` value. This causes an issue where clicking the "Me" (Assignee) link / shortcut (A) element doesn't select your name in the Assignee SELECT element. Avoiding conflict by changing the SELECT element `id` value is not possible as the SELECT element is generated using `FormHelper::select()` function which uses the same value for attribute `name` and `id`. Given the assignee shortcut feature is used only in two places: edit task and edit sub-task dialog, the simplest solution is to select the closest SELECT element to the link / shortcut (A) element or limit the scope to the currently opened dialog. This fix uses the latter approach by limiting the scope of targeted selector. | |||
2018-12-19 | Update ChangeLog | Frédéric Guillot | |
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 | |