Commit Graph

704 Commits

Author SHA1 Message Date
Frederic Guillot
95cdeed472 Task CSV import is now able to handle more fields
Add support for the priority, start date, tags and one external link.
2017-11-14 15:39:43 -08:00
Frederic Guillot
44aa24bab1 Add user backend provider system 2017-11-09 15:09:54 -08:00
Frederic Guillot
d8e88582f7 Remove useless URL params 2017-11-08 15:36:04 -08:00
Frederic Guillot
cafbd1f5a7 Improve iCalendar feed to include tasks with start/end date and due date with a time 2017-11-08 14:50:02 -08:00
Frederic Guillot
e6f8a76a18 Use task description templates in bulk task creation 2017-11-03 10:57:00 -07:00
Frederic Guillot
648dc6bcfb Add predefined templates for task descriptions 2017-11-02 15:41:58 -07:00
Frederic Guillot
48b40ec7bf Add section for predefined contents 2017-10-30 16:46:39 -07:00
Frederic Guillot
cc6618901b Remove feature "Allow everybody to access to this project" 2017-10-27 16:16:11 -07:00
Frederic Guillot
ed98f95cfa Add bulk subtasks creation 2017-10-20 14:47:04 -07:00
Frederic Guillot
7100f6de8a Make sure people do not access to files of other projects 2017-09-27 21:58:16 -07:00
Frederic Guillot
3e0f14ae2b Do not expose IDs in forms 2017-09-23 20:56:54 -07:00
Frederic Guillot
074f6c104f Avoid people to alter other projects by changing form data 2017-09-23 18:48:45 -07:00
Frederic Guillot
b79b18efd7 Filter variables when updating user profile 2017-08-11 22:18:53 -07:00
Frederic Guillot
88dd6abbf3 Make sure only admins can change password of other users 2017-08-11 21:24:29 -07:00
Olivier Maridat
46974915b3 Add "Create another link" checkbox for internal link as in sub-task creation 2017-07-16 19:21:22 -04:00
Frederic Guillot
3909814313 Remove checkbox to simplify task mail form 2017-06-09 18:29:25 -04:00
Frederic Guillot
6b9b9d2d1c Add autocomplete dropdown on comment subject and email fields 2017-06-03 17:51:20 -04:00
Frederic Guillot
9668723af4 Add dropdown menu to autocomplete email field from project members 2017-06-03 16:53:40 -04:00
Frederic Guillot
e27148dfd8 Add the possibility to create a comment when a task is sent by email 2017-06-03 12:03:46 -04:00
Frederic Guillot
f16ac8cd66 Show only active users in auto-complete forms 2017-05-22 14:37:37 -04:00
Frederic Guillot
eab2d872a8 Avoid PHP notice when regenerating API token for a user 2017-05-12 17:35:22 -04:00
Simon Doppler
4d2f2375a1 Return HTTP 403 when access is forbidden 2017-04-30 15:23:47 -04:00
Busfreak
ca562bb909 Bug: Improve task update restriction
the function "checkPermission" has been removed and replaced with
"projectRole->canUpdateTask"
2017-04-12 13:08:56 +02:00
Frederic Guillot
13129699ba Use user variable instead of current session 2017-04-08 18:24:07 -04:00
Frederic Guillot
d7b0cfbbe5 Improve dashboard 2017-04-08 13:58:25 -04:00
Frederic Guillot
fe9f3ba707 Add assignee restriction for custom project roles (dnd) 2017-04-08 11:18:58 -04:00
Frederic Guillot
9a8c6d6493 Improve task update restriction 2017-04-08 10:34:34 -04:00
Frederic Guillot
003c03a4e6 Add project restriction to block task edition 2017-04-07 21:46:36 -04:00
Frederic Guillot
481e767d35 Add new project restriction to block assignee change 2017-04-05 22:53:54 -04:00
Frederic Guillot
cd734e5ba7 Move Gravatar to external plugin 2017-04-01 17:56:20 -04:00
Frederic Guillot
5cc4889473 Move Gantt charts to external plugin 2017-04-01 17:04:18 -04:00
Frederic Guillot
253d5a9331 Move calendar to external plugin 2017-04-01 15:43:36 -04:00
Frederic Guillot
d915c2a96b Improve subtask toggle 2017-03-19 16:45:32 -04:00
Frederic Guillot
6e4c40bafc Redirect to project list when removing a project 2017-03-12 21:38:03 -04:00
Frederic Guillot
9b34631135 Simplify dashboard to use new tasks list view 2017-03-12 21:36:52 -04:00
Frederic Guillot
8f6b3295e8 Move dashboard menu for calendar and activity stream 2017-03-11 19:36:48 -05:00
Frederic Guillot
cfd3000d83 Move notifications outside of dashboard 2017-03-11 19:01:40 -05:00
Frederic Guillot
bb9e791657 Use same layout as task listing for task search 2017-03-11 18:08:25 -05:00
Frederic Guillot
d1edac845c Change groups list layout 2017-03-11 17:30:09 -05:00
Frederic Guillot
a22b8f3dc7 Make user actions available from contextual menu 2017-03-11 15:24:34 -05:00
Frederic Guillot
6d814566fb Render QR code for TwoFactor authentication without Google Chart API 2017-03-09 21:24:04 -05:00
Frederic Guillot
f3deb6492a Add toggle button to show/hide subtasks in task list view 2017-02-26 19:30:02 -05:00
Frederic Guillot
4a87fb34ba Display tags in task list view 2017-02-26 15:18:49 -05:00
Frederic Guillot
159c31cd3f Redesign users list layout 2017-02-26 12:17:39 -05:00
Frederic Guillot
a43f71dda9 Redesign project list view 2017-02-19 18:27:57 -05:00
Frederic Guillot
3b3e803369 Redesign task list view 2017-02-19 17:08:00 -05:00
Frederic Guillot
778c9d8212 Allow people to remove missing automatic actions
When an automatic action is installed from a plugin,
if the plugin is removed the automatic could stay
in the database if the user didn't remove manually
the automatic action.
2017-02-19 12:00:35 -05:00
Frederic Guillot
23ff360d62 Update translations 2017-02-19 09:11:05 -05:00
Frederic Guillot
11a774e555 Send tasks by email 2017-02-18 20:21:48 -05:00
Frederic Guillot
b4dc602381 Send comments by email 2017-02-18 18:25:46 -05:00