├── Controller ├── InstaSettingsController.php └── TaskCancellationController.php ├── LICENSE ├── Plugin.php ├── README.md └── Template ├── cancel.php ├── layout ├── footer.php └── sidebar.php └── settings.php /Controller/InstaSettingsController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/Controller/InstaSettingsController.php -------------------------------------------------------------------------------- /Controller/TaskCancellationController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/Controller/TaskCancellationController.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/LICENSE -------------------------------------------------------------------------------- /Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/Plugin.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/README.md -------------------------------------------------------------------------------- /Template/cancel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/Template/cancel.php -------------------------------------------------------------------------------- /Template/layout/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/Template/layout/footer.php -------------------------------------------------------------------------------- /Template/layout/sidebar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/Template/layout/sidebar.php -------------------------------------------------------------------------------- /Template/settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juehv/kanboard-InstantActions/HEAD/Template/settings.php --------------------------------------------------------------------------------