3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 22:01:50 +00:00
zeppelin/backend/src
Dragory 5bc0f335d2
Fix persist plugin removing already-granted roles
Specifically, the mute role granted by the mutes plugin.
2020-01-20 23:37:29 +02:00
..
api Disable unneeded tslint warning 2019-11-27 20:30:36 +02:00
data Persist: remove voice mute persist support 2020-01-12 17:05:55 +02:00
migrations Run prettier and check tslint on entire codebase 2020-01-12 11:48:31 +02:00
plugins Fix persist plugin removing already-granted roles 2020-01-20 23:37:29 +02:00
configValidator.ts changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this 2020-01-12 22:21:14 +11:00
customArgumentTypes.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
index.ts Set default success emoji to zep_check; add error_emoji support, mirroring success_emoji but for error messages 2020-01-12 13:44:31 +02:00
migrateConfigsToDB.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
PluginRuntimeError.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Queue.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
QueuedEventEmitter.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
SimpleCache.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
SimpleError.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
templateFormatter.test.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
templateFormatter.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
types.ts Set default success emoji to zep_check; add error_emoji support, mirroring success_emoji but for error messages 2020-01-12 13:44:31 +02:00
uptime.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
utils.test.ts Initial work on stats 2019-12-01 15:57:35 +02:00
utils.ts Add function for formatting large numbers 2020-01-12 16:34:33 +02:00
validation.test.ts Run a loose pre-check before preprocessStaticConfig 2019-11-28 02:34:41 +02:00
validatorUtils.ts Run a loose pre-check before preprocessStaticConfig 2019-11-28 02:34:41 +02:00