Frédéric Guillot
233fd1a8a1
Authorize only API tokens when 2FA is enabled
2019-02-01 15:40:35 -08:00
Frédéric Guillot
2a299d33d1
Add bulk task modification in list view
2018-06-06 11:07:12 -07:00
Miodrag Tokić
5dae1e2e83
Run cron jobs via URL
...
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-04 09:59:55 -07:00
Frédéric Guillot
912cf378d7
Add checkboxes in list view to move tasks to another column at once
2018-06-01 15:58:17 -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
ec5ec2ea81
Add missing subtask permissions for project viewer role
2017-06-18 22:16:55 -04:00
Frederic Guillot
5cc4889473
Move Gantt charts to external plugin
2017-04-01 17:04:18 -04:00
Frederic Guillot
11a774e555
Send tasks by email
2017-02-18 20:21:48 -05:00
Frederic Guillot
8bf054a480
Open comments in board view with a modal dialog instead of tooltip
2017-02-11 17:22:10 -05:00
Frederic Guillot
20832b439d
More API procedures are now available to project members and project viewers
2017-01-27 18:38:34 -05:00
Frederic Guillot
83ad4e4448
Set API methods getColumns and getColumn accessible to project viewers
2017-01-26 22:26:07 -05:00
Frederic Guillot
10d96bfd66
Add user invitations
2017-01-22 22:38:00 -05:00
Frederic Guillot
3833c12ccc
Refactoring/rewrite of modal boxes handling
2017-01-02 17:01:27 -05:00
Frederic Guillot
1186104469
Add API calls to manage tags
2016-12-17 17:02:29 -05:00
Guan Shiliang
5964d5cb13
Fix issue #2881
...
The locally uploaded avatar images should be visible in public view
2016-12-12 10:30:28 +08:00
Frederic Guillot
b8f7532e5c
Add personal API access token
2016-12-03 15:43:36 -05:00
Frederic Guillot
a24840a533
Add the possibility to unlock users from the user interface
2016-08-26 21:27:30 -04:00
Frederic Guillot
f621129836
Added new API calls for project attachements
2016-06-26 15:17:38 -04:00
Frederic Guillot
3d34681610
Added new API calls for external task links
2016-06-26 14:33:53 -04:00
Frederic Guillot
4a230d331e
Added application and project roles validation for API procedure calls
2016-06-26 10:25:13 -04:00
Frederic Guillot
ce367a24fc
Added tag modification from the user interface
2016-06-24 22:10:14 -04:00
Frederic Guillot
88ee691bb9
Fix wrong redirect after removing a task from the task view page
2016-05-28 17:26:33 -04:00
Frederic Guillot
9e218032c4
Split Gantt controller
2016-05-28 14:29:07 -04:00
Frederic Guillot
8d12e2fe73
Split board controller into multiple classes
2016-05-28 14:05:57 -04:00
Frederic Guillot
1353929a7d
Rename controllers
2016-05-28 13:41:54 -04:00
Frederic Guillot
ab48a09f0d
Rename controllers
2016-05-28 11:31:54 -04:00
Frederic Guillot
82b5b491be
Rename task view controller
2016-05-26 22:23:12 -04:00
Frederic Guillot
9ebbe3da56
Rename task controllers
2016-05-26 21:38:43 -04:00
Frederic Guillot
33dea152fc
Rename 2FA controller
2016-05-26 21:05:54 -04:00
Frederic Guillot
f2cce5ade8
Rename ProjectEdit controller
2016-05-25 22:46:21 -04:00
Frederic Guillot
24ce1b42f8
Rename ProjectPermission controller
2016-05-25 22:34:19 -04:00
Frederic Guillot
ff892c5d25
Split project controller into multiple classes
2016-05-25 22:28:09 -04:00
Frederic Guillot
8314c99b56
Added QueueManager to process background jobs
2016-05-23 20:43:51 -04:00
Frederic Guillot
49f43090b2
Added plugin controller (WIP)
2016-05-18 22:07:49 -04:00
Frederic Guillot
bfd59d9e54
Reset failed login counter and unlock user when changing password
2016-05-18 21:27:36 -04:00
Frederic Guillot
46ed06268d
Rename subtask controller
2016-05-17 22:25:18 -04:00
Frederic Guillot
4514bc1d4b
Improve user controllers and views
2016-05-16 20:55:21 -04:00
Frederic Guillot
abdf6f9780
Improve group controllers and views
2016-05-16 20:19:07 -04:00
Frederic Guillot
de8ce875f4
Rename UserStatus controller
2016-05-15 21:54:50 -04:00
Frederic Guillot
9ec654186a
User creation forms are now displayed with inline popup
2016-05-15 21:50:46 -04:00
Frederic Guillot
20052c7dd2
User import is now a popover
2016-05-15 21:20:46 -04:00
Frederic Guillot
8a6f02735b
Added task creation menu for all projects views
2016-05-15 20:09:43 -04:00
Frederic Guillot
4fb57006a0
Added generic controller for task popovers
2016-05-04 22:08:42 -04:00
Frederic Guillot
820c929ab3
Added avatar image upload
2016-03-26 14:43:41 -04:00
Frederic Guillot
73bae9bb34
Rename controller TaskLink to TaskInternalLink
2016-03-18 21:16:25 -04:00
Frederic Guillot
22c5e32def
Improve automatic action creation
2016-03-05 17:40:49 -05:00
Frederic Guillot
1e169ae16c
Import automatic actions from another project
2016-03-05 13:39:55 -05:00
Frederic Guillot
9249498503
Add file preview for Markdown and text files
2016-02-16 22:06:53 -05:00
Frederic Guillot
8477da2643
Rename File controller to TaskFile
2016-02-14 15:49:59 -05:00