3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
Commit graph

787 commits

Author SHA1 Message Date
Dragory
ee58769460 Add bot alerts for missing audit log permissions; ignore internal server errors on discord's side when fetching audit logs 2019-07-22 13:50:24 +03:00
Dragory
fb481aa583 CompanionChannels: snake_case for config options, 'companions' -> 'entries' 2019-07-22 13:27:28 +03:00
Dragory
6eff4dd80f Better debug message 2019-07-22 13:14:10 +03:00
Dragory
20d7d77178 CompanionChannels: refactor config format, don't do unnecessary permission changes 2019-07-22 13:11:14 +03:00
Dragory
0ea655ecee dashboard: fix space indents; code formatting 2019-07-22 13:10:36 +03:00
Dragory
00e34b322d Fix unknown property validation; fix override validation; be clear about which property is unknown 2019-07-22 13:09:05 +03:00
Dragory
6f75185e74 Handle OAuth2 token errors separately from regular server errors 2019-07-22 02:44:45 +03:00
Dragory
828385d0eb Fix YAML errors not showing the proper error message in config editor 2019-07-22 02:00:15 +03:00
Dragory
004a753a58 Revert emoji match fix 2019-07-22 01:33:38 +03:00
Dragory
e34f3b1442 Fix invalid response in default route 2019-07-22 01:13:08 +03:00
Dragory
283041cd52 Don't post server errors publically 2019-07-22 01:11:36 +03:00
Dragory
541856d3b5 Include process file for API, separate bot/api process files 2019-07-22 01:04:31 +03:00
Dragory
1c7508ffc5 Fix overzealous auth requirement in API 2019-07-22 00:49:05 +03:00
Dragory
b24dd6a938 Remove LogServer in favor of API server's log endpoint (again) 2019-07-22 00:48:26 +03:00
Dragory
c0603a73fc Lazy-load dashboard components 2019-07-22 00:28:02 +03:00
Dragory
7deae18ca7 Fix code splitting for dashboard 2019-07-22 00:27:18 +03:00
Dragory
76b898d597 Delete unneeded file 2019-07-22 00:17:57 +03:00
Dragory
14dd31d015 Don't save identical configs as new revisions 2019-07-22 00:14:24 +03:00
Dragory
0f724fc9bd Dashboard styling; don't allow login if you have no guild perms; allow logging out 2019-07-22 00:11:24 +03:00
Dragory
a517ca3906 Add temporary config auto-reload 2019-07-22 00:10:54 +03:00
Dragory
51a9b2bfa5 ormconfig: load api or bot .env, whichever exists 2019-07-22 00:10:27 +03:00
Dragory
688249cbb8 Update Knub to 20.3.1 2019-07-22 00:10:03 +03:00
Dragory
3e0498f96b Typing fixes; show last reload time in !about 2019-07-22 00:09:45 +03:00
Dragory
2ff93f71db Disable no-submodule-imports tslint inspection 2019-07-21 21:29:06 +03:00
Dragory
b48d39fe09 ReactionRoles: enable auto refresh by default 2019-07-21 21:20:57 +03:00
Dragory
d460bed4a9 Update dependencies 2019-07-21 21:16:11 +03:00
Dragory
74c78f51ce Add io-ts config schemas to all guild plugins 2019-07-21 21:15:52 +03:00
Dragory
2f3dfa96db Update emoji-regex to 8.0.0 2019-07-21 14:40:50 +03:00
Dragory
271e71daa4 Ignore all files ending in .env from git 2019-07-21 14:40:34 +03:00
Dragory
73168e2392 Update README 2019-07-21 14:40:10 +03:00
Dragory
2a10837194 Separate bot and API server .env files. Add example .env files. 2019-07-21 14:37:46 +03:00
Dragory
0c00c5355f Fix certain emoji not being matched 2019-07-21 14:36:05 +03:00
Dragory
d80bc54635 GuildInfoSaver: also update owner id 2019-07-12 14:25:27 +03:00
Dragory
4cf58bd9f5 Reminders: fix double/triple/etc. posting after reload 2019-07-12 14:21:25 +03:00
Dragory
a6aacc1998 Merge branch 'DarkView-LocatePlugin' 2019-07-11 12:56:09 +03:00
Dragory
0c1f7bda6c Add more indices to vc_alerts 2019-07-11 12:55:55 +03:00
Dragory
f190e73c28 Fix merge conflicts, remove PluginRuntimeError changes 2019-07-11 12:52:02 +03:00
Dragory
f58c4c2ace Update knub to 20.2.1 2019-07-11 12:48:26 +03:00
Dragory
b66a091799 Update Knub to 20.2.0 2019-07-11 12:42:00 +03:00
Dragory
9e1240856a Mutes: only post 'all mutes posted' confirmation if there are more than a couple chunks 2019-07-11 12:38:50 +03:00
Dragory
d1a9cf6dc9 Mutes: don't crash if the loading message for !mutes was already deleted 2019-07-11 12:37:49 +03:00
Miikka
633da55ccf
Merge pull request #12 from DarkView/MutesListLoadingMessage
Implemented loading and finished message for the mutes command
2019-07-11 12:37:04 +03:00
Miikka
b4ea5525c6
Merge pull request #10 from DarkView/FixMutingTheBot
Include or check to see if the acted on member is the bot
2019-07-11 12:36:17 +03:00
Dragory
9d197e2082 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-07-11 12:30:23 +03:00
Dragory
88057e2796 Merge branch 'DarkView-CompanionChannels' 2019-07-11 12:30:10 +03:00
Dragory
2d8713d54e Fix unload clear() call in CompanionChannelPlugin 2019-07-11 12:29:50 +03:00
Dragory
ac9a040673 Fix merge conflict 2019-07-11 12:28:39 +03:00
Miikka
57528d80d0
Merge pull request #2 from DarkView/patch-1
Fix leading white-space resulting in no results
2019-07-11 12:25:51 +03:00
Dragory
c6e8ee954a Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-07-11 12:24:05 +03:00
Dragory
da114c0e60 Switch from ajv to io-ts for config validation; validate configs on save in the API/dashboard; start work on creating io-ts schemas for all plugins 2019-07-11 12:23:57 +03:00