gosora/routes/panel
Azareal 7691078ce5 Fixed a bug in AddHook where the indices of the hooks would be off by one.
RemoveHook now panics under conditions which should normally never happen, but which when it does, gives off a far more useful message.
Changed the order of the conditional after BypassActive in PluginsDeactivate, so the error message will show up now.
The deactivation handler is optional again for plugins.

Added more tests for the plugin system.
2018-07-29 23:02:48 +10:00
..
analytics.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
backups.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
common.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
debug.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
forums.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
logs.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
pages.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
plugins.go Fixed a bug in AddHook where the indices of the hooks would be off by one. 2018-07-29 23:02:48 +10:00
settings.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
users.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00