Kanboard-Prod/app
Ash Bike bc6b443c3d Slack channel can be overridden to post to another channel/private group or send direct messages. Need to make these database changes:
INSERT INTO settings VALUES ('integration_slack_webhook_channel', '');
ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
2015-07-05 02:16:18 +05:30
..
Action Update Bitbucket webhooks to handle issues/commit/comments 2015-06-21 12:19:06 -04:00
Api Remove column default_project_id for users because it's useless now 2015-06-27 15:14:04 -04:00
Auth Helpers refactoring 2015-05-24 16:02:25 -04:00
Console Add cli command to compare locales + cleanup translation files 2015-06-21 15:45:26 -04:00
Controller Refactoring to implement new layout with filters: board/calendar/list views (work in progress) 2015-07-04 11:14:21 -04:00
Core Add project and column attributes for advanced search 2015-07-01 19:32:51 -04:00
Event Add more subscribers 2014-12-27 21:11:11 -05:00
Helper Add timer for subtasks and remove settings for subtask time tracking 2015-06-24 20:39:06 -04:00
Integration Slack channel can be overridden to post to another channel/private group or send direct messages. Need to make these database changes: 2015-07-05 02:16:18 +05:30
Library Rename directory app/Libs 2015-05-24 17:41:30 -04:00
Locale Fix typo in de_DE translation 2015-07-04 16:26:49 -04:00
Model Refactoring to implement new layout with filters: board/calendar/list views (work in progress) 2015-07-04 11:14:21 -04:00
Schema Remove column default_project_id for users because it's useless now 2015-06-27 15:14:04 -04:00
ServiceProvider Start to implement advanced search query language 2015-06-28 18:52:01 -04:00
Subscriber Add timer for subtasks and remove settings for subtask time tracking 2015-06-24 20:39:06 -04:00
Template Slack channel can be overridden to post to another channel/private group or send direct messages. Need to make these database changes: 2015-07-05 02:16:18 +05:30
.htaccess Code refactoring (add autoloader and change files organization) 2014-05-22 12:28:28 -04:00
check_setup.php API: new procedure 'removeAllFiles' and contract change for 'createFile' 2015-06-13 15:47:48 -04:00
common.php API: new procedure 'removeAllFiles' and contract change for 'createFile' 2015-06-13 15:47:48 -04:00
constants.php Add Sendgrid as mail transport 2015-06-13 13:17:16 -04:00
functions.php Avoid creating multiple instances of Translator 2015-05-24 16:30:40 -04:00