mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
2.2 KiB
2.2 KiB
Plugin Development
Note: The plugin API is considered alpha at the moment.
Plugins are useful to extend the core functionalities of Kanboard, adding features, creating themes or changing the default behavior.
Plugin creators should specify explicitly the compatible versions of Kanboard. Internal code of Kanboard may change over time and your plugin must be tested with new versions. Always check the ChangeLog for breaking changes.
- Creating your plugin
- Using plugin hooks
- Override default application behaviors
- Add schema migrations for plugins
- Add mail transports
- Add notification types
- Attach metadata to users, tasks and projects
- Authentication architecture
- Authentication plugin registration
- Authorization Architecture
- Custom Group Providers
- LDAP client