summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Collapse)Author
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
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-10-30Add section for predefined contentsFrederic Guillot
2017-10-27Remove feature "Allow everybody to access to this project"Frederic Guillot
2017-10-20Add bulk subtasks creationFrederic Guillot
2017-09-27Make sure people do not access to files of other projectsFrederic Guillot
2017-09-23Do not expose IDs in formsFrederic Guillot
2017-09-23Avoid people to alter other projects by changing form dataFrederic Guillot
2017-08-11Filter variables when updating user profileFrederic Guillot
2017-08-11Make sure only admins can change password of other usersFrederic Guillot
2017-07-16Add "Create another link" checkbox for internal link as in sub-task creationOlivier Maridat
2017-06-09Remove checkbox to simplify task mail formFrederic Guillot
2017-06-03Add autocomplete dropdown on comment subject and email fieldsFrederic Guillot
2017-06-03Add dropdown menu to autocomplete email field from project membersFrederic Guillot
2017-06-03Add the possibility to create a comment when a task is sent by emailFrederic Guillot
2017-05-22Show only active users in auto-complete formsFrederic Guillot
2017-05-12Avoid PHP notice when regenerating API token for a userFrederic Guillot
2017-04-30Return HTTP 403 when access is forbiddenSimon Doppler
2017-04-12Bug: Improve task update restrictionBusfreak
the function "checkPermission" has been removed and replaced with "projectRole->canUpdateTask"
2017-04-08Use user variable instead of current sessionFrederic Guillot
2017-04-08Improve dashboardFrederic Guillot
2017-04-08Add assignee restriction for custom project roles (dnd)Frederic Guillot
2017-04-08Improve task update restrictionFrederic Guillot
2017-04-07Add project restriction to block task editionFrederic Guillot
2017-04-05Add new project restriction to block assignee changeFrederic Guillot
2017-04-01Move Gravatar to external pluginFrederic Guillot
2017-04-01Move Gantt charts to external pluginFrederic Guillot
2017-04-01Move calendar to external pluginFrederic Guillot
2017-03-19Improve subtask toggleFrederic Guillot
2017-03-12Redirect to project list when removing a projectFrederic Guillot
2017-03-12Simplify dashboard to use new tasks list viewFrederic Guillot
2017-03-11Move dashboard menu for calendar and activity streamFrederic Guillot
2017-03-11Move notifications outside of dashboardFrederic Guillot
2017-03-11Use same layout as task listing for task searchFrederic Guillot
2017-03-11Change groups list layoutFrederic Guillot
2017-03-11Make user actions available from contextual menuFrederic Guillot
2017-03-09Render QR code for TwoFactor authentication without Google Chart APIFrederic Guillot
2017-02-26Add toggle button to show/hide subtasks in task list viewFrederic Guillot
2017-02-26Display tags in task list viewFrederic Guillot