3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00
Commit graph

654 commits

Author SHA1 Message Date
Dragory
a78e82a024 Code style tweak 2019-07-29 22:58:13 +03:00
Dragory
027335223a Dashboard: disable source maps in prod builds, add debug build with source maps and no minification 2019-07-29 22:57:58 +03:00
Dragory
c8b3591fce Dashboard: fix docs link after logging in, move logout button to the right 2019-07-29 22:36:04 +03:00
Dragory
c20c300a7a Splash: docs -> documentation 2019-07-29 22:32:11 +03:00
Dragory
5398e5476e Dashboard: don't collapse whitespace in code blocks (or anywhere) 2019-07-29 22:31:47 +03:00
Dragory
e472855c05 Docs: update user section of ArgumentTypes (from Dark) 2019-07-29 21:56:03 +03:00
Dragory
e63d350981 Tweaks 2019-07-29 21:51:38 +03:00
Dragory
9de1fec934 Docs: add 'work in progress' notification 2019-07-29 21:51:25 +03:00
Dragory
5637a851c5 Move material icons import to docs.scss for lazy loading 2019-07-29 21:34:34 +03:00
Dragory
bacfc9fffa Include buefy in package-lock.json 2019-07-29 21:34:19 +03:00
Dragory
3b5d970f4c Docs: consistent menu capitalization 2019-07-29 21:30:36 +03:00
Miikka
f648823610 Merge pull request #15 from DarkView/master
More docs work - Page for Document types and done LocateUser
2019-07-29 21:30:09 +03:00
Nils Blömeke
eec9bf8899 More docs work - Page for Document types and done LocateUser 2019-07-29 18:55:32 +02:00
Dragory
16939b998a More docs 2019-07-28 20:13:01 +03:00
Dragory
bf16dad8f9 Dashboard: rename component folders to lowercase 2019-07-28 18:26:36 +03:00
Dragory
7c66064d53 Work on documentation 2019-07-28 18:24:32 +03:00
Dragory
52c254e1fc Better config validator error message for missing properties 2019-07-22 13:50:41 +03:00
Dragory
6874a08904 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
db3e5cd32d CompanionChannels: snake_case for config options, 'companions' -> 'entries' 2019-07-22 13:27:28 +03:00
Dragory
e565f4dadb Better debug message 2019-07-22 13:14:10 +03:00
Dragory
ca9494ea33 CompanionChannels: refactor config format, don't do unnecessary permission changes 2019-07-22 13:11:14 +03:00
Dragory
357306ef7b dashboard: fix space indents; code formatting 2019-07-22 13:10:36 +03:00
Dragory
28b4541e79 Fix unknown property validation; fix override validation; be clear about which property is unknown 2019-07-22 13:09:05 +03:00
Dragory
9a7530cf48 Handle OAuth2 token errors separately from regular server errors 2019-07-22 02:44:45 +03:00
Dragory
8aab6194a0 Fix YAML errors not showing the proper error message in config editor 2019-07-22 02:00:15 +03:00
Dragory
5c2cd240e1 Revert emoji match fix 2019-07-22 01:33:38 +03:00
Dragory
f759de648b Fix invalid response in default route 2019-07-22 01:13:08 +03:00
Dragory
1f13fdf664 Don't post server errors publically 2019-07-22 01:11:36 +03:00
Dragory
e249cf3139 Include process file for API, separate bot/api process files 2019-07-22 01:04:31 +03:00
Dragory
e37987946f Fix overzealous auth requirement in API 2019-07-22 00:49:05 +03:00
Dragory
153674da7d Remove LogServer in favor of API server's log endpoint (again) 2019-07-22 00:48:26 +03:00
Dragory
a407a219a6 Lazy-load dashboard components 2019-07-22 00:28:02 +03:00
Dragory
0623eb79b7 Fix code splitting for dashboard 2019-07-22 00:27:18 +03:00
Dragory
1798322418 Delete unneeded file 2019-07-22 00:17:57 +03:00
Dragory
9c1267d601 Don't save identical configs as new revisions 2019-07-22 00:14:24 +03:00
Dragory
d7a21facdc Dashboard styling; don't allow login if you have no guild perms; allow logging out 2019-07-22 00:11:24 +03:00
Dragory
16a5b5c13a Add temporary config auto-reload 2019-07-22 00:10:54 +03:00
Dragory
8d7a937bcd ormconfig: load api or bot .env, whichever exists 2019-07-22 00:10:27 +03:00
Dragory
63d6b096b2 Update Knub to 20.3.1 2019-07-22 00:10:03 +03:00
Dragory
24afc0a503 Typing fixes; show last reload time in !about 2019-07-22 00:09:45 +03:00
Dragory
d6599c78b7 Disable no-submodule-imports tslint inspection 2019-07-21 21:29:06 +03:00
Dragory
a3327796bb ReactionRoles: enable auto refresh by default 2019-07-21 21:20:57 +03:00
Dragory
40843d9134 Update dependencies 2019-07-21 21:16:11 +03:00
Dragory
039f0452fb Add io-ts config schemas to all guild plugins 2019-07-21 21:15:52 +03:00
Dragory
21402b2ea4 Update emoji-regex to 8.0.0 2019-07-21 14:40:50 +03:00
Dragory
16599e1d5e Ignore all files ending in .env from git 2019-07-21 14:40:34 +03:00
Dragory
63b3ab8e89 Update README 2019-07-21 14:40:10 +03:00
Dragory
55f0f6c391 Separate bot and API server .env files. Add example .env files. 2019-07-21 14:37:46 +03:00
Dragory
9082b71b69 Fix certain emoji not being matched 2019-07-21 14:36:05 +03:00
Dragory
0634fd542c GuildInfoSaver: also update owner id 2019-07-12 14:25:27 +03:00