summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Collapse)Author
2019-12-10Compact comment list view on board task icon hoverDzial Techniczny WMW Projekt s.c
2019-07-30Add project ID to ExternalTaskProviderInterface::fetch()Frédéric Guillot
2019-07-15Fix English grammatical errorsFrédéric Guillot
2019-07-10Save thumbnails as PNG to allow transparencyKN4CK3R
2019-07-05Make sure the Project Identifier is saved when creating a project from ↵Florian
anther one
2019-07-02Sort columns by due dateCraig Crosby
2019-06-27Add "identifier" beside "name" while creating a new projectFlorian Völker
2019-02-08Add new actions to reorder tasks by columnFrédéric Guillot
2019-02-01Limit avatar image sizeFrédéric Guillot
fixes #4041
2019-01-31Avoid CSRF in users CSV importFrédéric Guillot
2019-01-30Do not show projects dropdown when prompting the 2FA codeFrédéric Guillot
2019-01-30Always returns a 404 otherwise people might guess which user existFrédéric Guillot
2019-01-30Add missing CSRF check in TwoFactorController::deactivate()Frédéric Guillot
2019-01-19Fix PHP error in task views (tag colors)Cyboulette
2019-01-10Fix permission check before "Assign to me"Rafael de Camargo
Users who should not be able to change assignee cannot "assign to me" Fixes #4121
2018-10-15Redirect to board view of the current task after duplicationMichael Vickers
2018-08-12Allow 'No assignee' for external task on single user public boardsJulian Maurice
'No assignee' option is already available in modification but not in creation. This patch fixes that by allowing the 'No assignee' option on external task creation.
2018-08-11Allow to associate tags to colorsJulian Maurice
The color is then used as background in the board, list and task details views
2018-08-09Allow to associate project categories to colorsJulian Maurice
The color is then used as background in the board and list views
2018-07-29Change 'entered' to 'enter'W1lkins
2018-06-08Add more fields in bulk task creation formFrédéric Guillot
2018-06-07Add quick link assign me in different viewsFrédéric Guillot
2018-06-06Add bulk task modification in list viewFrédéric Guillot
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-01Add checkboxes in list view to move tasks to another column at onceFrédéric Guillot
2018-04-06Make sure no empty group is submitted on project permissions pageFrédéric Guillot
2018-04-06Move documentation to https://docs.kanboard.org/Frédéric Guillot
2018-04-02Add default filter per userAurélien
2018-03-09Fix broken daily summary exportFrédéric Guillot
2018-03-05Redirect to original URL after oauth loginkent1
2018-03-02Display exceptions from plugins while refreshing boardFrédéric Guillot
2018-02-02Remove dependency on PicoFeedFrédéric Guillot
2018-01-29Add CSRF check for task and project files uploadFrédéric Guillot
2018-01-29Add missing CSRF check on avatar upload formFrédéric Guillot
2018-01-29Add missing CSRF check in saveUploadDB() methodFrédéric Guillot
2017-12-12Store PHP sessions in the databaseFrédéric Guillot
2017-12-01Improve permission checks on custom filters pageFrédéric Guillot
2017-11-27Update image links in documentationFrédéric Guillot
2017-11-17Add the possibility to send tasks and comments to multiple recipientsFrederic Guillot
2017-11-16Add projects searchFrederic Guillot
2017-11-16Add search in groupsFrederic Guillot
2017-11-16Fix PHP notice in PR #3557Frederic Guillot
2017-11-16Allow searching for users in the user list.Ramón Cahenzli
Squashed commit of the following: commit 46595b7ae0bccfc8e5252daf8101e59ff53fdcdf Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 19:12:11 2017 +0100 Preserve search terms and sort order commit 5445816f1dd7e7de876e226cf8479660a92c07ad Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 18:53:43 2017 +0100 First working user search. commit 620b9787ef7998c4bf219d25075e35f4cfa3d1ee Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 16:06:37 2017 +0100 Moving user search to its own action commit 0c17ac2428c2b38c9535f7a63f8be7582e4e332b Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 14:58:34 2017 +0100 WIP on user search, adding search form
2017-11-14Task CSV import is now able to handle more fieldsFrederic Guillot
Add support for the priority, start date, tags and one external link.
2017-11-09Add user backend provider systemFrederic Guillot
2017-11-08Remove useless URL paramsFrederic Guillot
2017-11-08Improve iCalendar feed to include tasks with start/end date and due date ↵Frederic Guillot
with a time
2017-11-03Use task description templates in bulk task creationFrederic Guillot