stable
Clone or download
Read-only
Part of story #9952 Select mattermost channels by notifications Keep methods to keep functional others plugins Change-Id: Ic1730ff208214a5c95e7605a12ab7e0547d91e88
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +13 | −11 | Go to diff View file |
M | db/install.sql | +0 | −6 | Go to diff View file |
A | db/mysql/updates/2017/201703221547_delete_channels.php | +46 | −0 | Go to diff View file |
M | db/uninstall.sql | +0 | −1 | Go to diff View file |
M | include/BotMattermost/AdminController.php | +5 | −7 | Go to diff View file |
M | include/BotMattermost/Bot/Bot.php | +3 | −16 | Go to diff View file |
M | include/BotMattermost/Bot/BotDao.php | +3 | −133 | Go to diff View file |
M | include/BotMattermost/Bot/BotFactory.php | +13 | −50 | Go to diff View file |
M | include/SenderServices/Sender.php | +20 | −15 | Go to diff View file |
M | include/botmattermostPlugin.class.php | +9 | −0 | Go to diff View file |
M | site-content/en_US/botmattermost.tab | +2 | −1 | Go to diff View file |
M | site-content/fr_FR/botmattermost.tab | +2 | −1 | Go to diff View file |
M | template/index.mustache | +4 | −11 | Go to diff View file |
M | template/modal-add-bot.mustache | +0 | −7 | Go to diff View file |
M | template/modal-edit-bot.mustache | +0 | −7 | Go to diff View file |
M | tests/BotMattermost/SenderServices/SenderTest.php | +8 | −12 | Go to diff View file |
A | www/themes/BurningParrot/css/_bot_configuration.scss | +10 | −0 | Go to diff View file |
A | www/themes/BurningParrot/css/style-blue.scss | +22 | −0 | Go to diff View file |
A | www/themes/BurningParrot/css/style-green.scss | +22 | −0 | Go to diff View file |
A | www/themes/BurningParrot/css/style-grey.scss | +22 | −0 | Go to diff View file |
A | www/themes/BurningParrot/css/style-orange.scss | +22 | −0 | Go to diff View file |
A | www/themes/BurningParrot/css/style-purple.scss | +22 | −0 | Go to diff View file |
A | www/themes/BurningParrot/css/style-red.scss | +22 | −0 | Go to diff View file |
D | www/themes/FlamingParrot/css/style.scss | +0 | −69 | Go to diff View file |
D | www/themes/default/css/style.scss | +0 | −32 | Go to diff View file |