Commit Graph

402 Commits

Author SHA1 Message Date
Frederic Guillot
cf7bac1860 Added config parameter to allow self-signed certificates for the HTTP client 2016-06-05 15:42:22 -04:00
Frederic Guillot
cd4c09c10a Conifgure email settings through user interface 2016-06-05 14:53:46 -04:00
Frederic Guillot
f48e545631 Upgrade Docker image to Alpine Linux 3.4 2016-06-05 11:30:31 -04:00
Frederic Guillot
3eb5ec2a85 Replace jQuery mobile detection by the library isMobile 2016-06-03 22:27:46 -04:00
Frederic Guillot
4987e245bb Do not sync user role if LDAP groups are not configured 2016-05-30 21:47:31 -04:00
Frederic Guillot
ed074d1764 Move task import outside of project settings 2016-05-28 21:24:24 -04:00
Frederic Guillot
605c9e9efa Update ChangeLog 2016-05-28 19:50:58 -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
d9101da79e Mark notification as read when clicking on it 2016-05-26 20:50:50 -04:00
Frederic Guillot
b584285ddc Remove webhook endpoint to create tasks (breaking change) 2016-05-26 08:47:52 -04:00
Frederic Guillot
74a84a28e3 Support strtotime strings for date search 2016-05-25 21:00:01 -04:00
Frederic Guillot
47ec4d89bc Do not send notifications to disabled users 2016-05-24 22:14:29 -04:00
Frederic Guillot
8d69c49da5 Manage plugins from the user interface and from the command line 2016-05-20 12:51:05 -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
0830fe22b7 Minor Gantt chart improvements
* Task do not open anymore in a new window on the Gantt chart
* Do not display task progress for tasks with no start/end date
2016-05-18 20:34:36 -04:00
Frederic Guillot
996997a12d Added the possibility to convert a subtask to a task 2016-05-17 22:08:57 -04:00
Frederic Guillot
8a6f02735b Added task creation menu for all projects views 2016-05-15 20:09:43 -04:00
Frederic Guillot
c15c4ba0f4 Use latest hipster tools to manage assets 2016-05-15 12:33:44 -04:00
Frederic Guillot
ae70f47cc1 Added dropdown for projects 2016-05-13 22:36:41 -04:00
Frederic Guillot
10f662ce07 Add tasks in bulk from the board 2016-05-13 21:44:31 -04:00
Frederic Guillot
f8cff344a2 Added LDAP configuration examples 2016-05-08 10:48:37 -04:00
Frederic Guillot
03179a1269 Change button label for tasks/projects upload form 2016-05-08 09:46:12 -04:00
Frederic Guillot
06dd98afe8 Improve avatar upload form 2016-05-07 22:56:03 -04:00
Frederic Guillot
55ee906ba3 Added support for language LDAP attribute 2016-05-07 18:05:33 -04:00
Frederic Guillot
300dabe6b4 Added support for LDAP user photo profile 2016-05-07 12:59:35 -04:00
Frederic Guillot
94989663ec User roles are now synced with LDAP at each login 2016-05-07 10:36:46 -04:00
Frederic Guillot
400e230881 Added support for Mysql SSL connection 2016-05-06 19:19:05 -04:00
Frederic Guillot
cfb96c8749 Allow a project owner to manage his own public project 2016-05-05 22:13:11 -04:00
Frederic Guillot
ab56d9aff2 Fixed PHP warning when removing a user with no Avatar image 2016-05-05 21:36:43 -04:00
Frederic Guillot
6b78b882d8 Improve web page title on the task view 2016-05-04 23:16:59 -04:00
Frederic Guillot
d5c95e8240 Added automated action to change task color based on the priority 2016-05-04 22:52:08 -04:00
Frederic Guillot
6bdc25490f Unify task drop-down menu between different views 2016-05-04 21:51:38 -04:00
Frederic Guillot
60c8867fee Improve LDAP user group membership synchronization 2016-05-03 22:51:48 -04:00
Frederic Guillot
3872dee261 Added support for LDAP Posix Groups (OpenLDAP with memberUid) 2016-04-30 20:38:16 -04:00
Frederic Guillot
9fa8f63d25 Fixed improper Markdown escaping for some tooltips 2016-04-29 18:43:57 -04:00
Frederic Guillot
a34f83fb30 Fix bug: closing all tasks by column, also update closed tasks 2016-04-29 17:44:06 -04:00
Frederic Guillot
fc8f8748b9 Fixed wrong task link generation within Markdown text 2016-04-29 17:32:43 -04:00
Frederic Guillot
81a25cbe63 Fixed wrong URL on comment toggle link for sorting 2016-04-27 20:45:45 -04:00
Frederic Guillot
36bdcf193b Category and user filters do not append anymore in search field 2016-04-24 18:07:05 -04:00
Frederic Guillot
f74d7ef209 Added more template hooks 2016-04-24 17:03:09 -04:00
Frederic Guillot
da1725c225 Added searchTasks API procedure 2016-04-22 18:49:19 -04:00
Frederic Guillot
756716766c Added priority field to API procedures 2016-04-21 21:21:34 -04:00
Frederic Guillot
60e0753b90 Added API procedure "getMemberGroups" 2016-04-21 21:10:04 -04:00
Frederic Guillot
78ffcf9496 Update doc for CLI 2016-04-18 21:57:23 -04:00
Frederic Guillot
14fcf0c872 Added some documentation to install Kanboard outside of the docroot 2016-04-14 22:19:27 -04:00
Frederic Guillot
ab02a9a162 Fixed form submission with Meta+Enter keyboard shortcut 2016-04-13 18:24:36 -04:00
Frederic Guillot
63387fa9cf Added command line utility to reset user password and to disable 2FA 2016-04-12 22:26:44 -04:00
Frederic Guillot
06b86313c9 Removed PHP notices in comment suppression view 2016-04-11 21:06:20 -04:00
Frederic Guillot
9f0166502b Added search in activity stream 2016-04-10 15:18:20 -04:00
Frederic Guillot
38326c4ddf Added search by task creator 2016-04-10 08:15:10 -04:00