Commit Graph

51 Commits

Author SHA1 Message Date
Frederic Guillot
aafa1de4d5 Handle username with dots in user mentions 2016-12-17 12:11:17 -05:00
Frederic Guillot
23d862aef8 Add suggest menu for task ID 2016-12-03 12:56:12 -05:00
Frederic Guillot
f73d0d2ac9 Make user mentions great again 2016-12-01 22:52:58 -05:00
Frederic Guillot
700e226ba8 Fix link generation when user mention is followed by a punctuation mark 2016-11-30 18:26:40 -05:00
Frederic Guillot
91c1109b05 Change column move restriction behavior 2016-09-19 20:45:36 -04:00
Frederic Guillot
3043163747 Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
Frederic Guillot
d8f6d85683 Add project restrictions for custom roles 2016-09-11 16:08:03 -04:00
Frederic Guillot
a0227cad69 Define only what is allowed for column restrictions 2016-09-10 23:12:38 -04:00
Frederic Guillot
75470c7242 Apply column restrictions to the board 2016-09-08 22:33:16 -04:00
Frederic Guillot
fedf4ea2de Custom project roles inherit from project members 2016-09-08 20:44:03 -04:00
Frederic Guillot
d8b60ca0fa Update test case, ChangeLog and contributors 2016-08-14 14:50:04 -04:00
Frederic Guillot
010199e8f8 Add the possibility to attach template hooks with a callback 2016-08-13 18:41:01 -04:00
Frederic Guillot
2ebe8b3272 Add the possibility to attach template hooks with local variables 2016-08-13 18:08:46 -04:00
Frederic Guillot
be22f0619e Remove method UserModel::getFullname() 2016-07-24 13:29:24 -04:00
Frederic Guillot
4b94714b3d Fixed PHP error in UserHelper when having no user session 2016-07-01 09:05:10 -04:00
Frederic Guillot
cd4c09c10a Conifgure email settings through user interface 2016-06-05 14:53:46 -04:00
Frederic Guillot
a27057dd6f Expose to the user interface the email sender address 2016-06-02 20:58:34 -04:00
Frederic Guillot
c50255813b Added mail helper 2016-06-01 21:28:24 -04:00
Frederic Guillot
679a22c718 Added some unit tests for avatar letter with UTF-8 2016-05-30 21:01:41 -04:00
Frederic Guillot
14713b0ec7 Rename all models 2016-05-28 19:48:22 -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
82b5b491be Rename task view controller 2016-05-26 22:23:12 -04:00
Frederic Guillot
f2cce5ade8 Rename ProjectEdit controller 2016-05-25 22:46:21 -04:00
Frederic Guillot
d8472d17bd Update test case 2016-05-16 21:11:43 -04:00
Frederic Guillot
9ec654186a User creation forms are now displayed with inline popup 2016-05-15 21:50:46 -04:00
Frederic Guillot
8a6f02735b Added task creation menu for all projects views 2016-05-15 20:09:43 -04:00
Frederic Guillot
6bdc25490f Unify task drop-down menu between different views 2016-05-04 21:51:38 -04:00
Frederic Guillot
9fa8f63d25 Fixed improper Markdown escaping for some tooltips 2016-04-29 18:43:57 -04:00
Frederic Guillot
fc8f8748b9 Fixed wrong task link generation within Markdown text 2016-04-29 17:32:43 -04:00
Frederic Guillot
2eadfb2291 Refactor ProjectActivity model to use Filter and Formatter interface 2016-04-10 12:13:42 -04:00
Frederic Guillot
a20f4f2904 Improve UserHelper::getInitials() 2016-03-27 17:20:21 -04:00
Frederic Guillot
8f3e2b2e5c Helper refactoring 2016-03-04 20:10:34 -05:00
Frederic Guillot
6ef83d0e05 Add unit test for transition model 2016-02-29 22:40:26 -05:00
Frederic Guillot
9249498503 Add file preview for Markdown and text files 2016-02-16 22:06:53 -05:00
Frederic Guillot
8936792f6f Add file attachements to projects 2016-02-16 21:12:43 -05:00
Frederic Guillot
58cef28967 The date time format can be chosen in application settings 2016-02-06 18:08:41 -05:00
Frederic Guillot
ffb8494fec Category label is broken on the board if there's a url in the description 2016-02-05 21:24:22 -05:00
Frederic Guillot
fc21d3873e When creating a new project, have the possibility to select another project to duplicate 2016-01-31 17:46:19 -05:00
Frederic Guillot
051bf1c9db Add configurable task priority 2016-01-24 20:38:39 -05:00
Frederic Guillot
60f3d7f83d Fix broken test 2016-01-24 18:37:17 -05:00
Frederic Guillot
1bbd4faf56 Fix broken unit test 2016-01-14 21:59:19 -05:00
Frederic Guillot
6f9af3659c Added the possiblity to define custom routes from plugins 2015-12-22 19:06:03 +01:00
Frederic Guillot
7f980cffcc Show profile link for @username mentions 2015-12-15 22:39:39 -05:00
Frederic Guillot
e9fedf3e5c Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
Frederic Guillot
a675271ad7 Rewrite of session management 2015-11-15 12:50:33 -05:00
Frederic Guillot
9c9ed02cd7 Change namespace to add Kanboard as prefix 2015-10-13 22:19:17 -04:00
Frederic Guillot
78ecdc05c3 Add plugin hooks for assets 2015-09-21 21:07:15 -04:00
Frederic Guillot
2021dccc5a Move subtask forecast to a plugin
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
2015-09-20 15:53:28 -04:00
Frederic Guillot
fe57edd9e8 Add abstract cache layer 2015-09-20 12:38:35 -04:00