Commit graph

42 commits

Author SHA1 Message Date
Dragory
4bdce129b3
fix: increase max API input size to 50MB 2021-11-03 01:16:29 +02:00
Dragory
9c1568b911
feat: download data exports directly from the server without a JS download step 2021-11-03 01:14:41 +02:00
Dragory
fc4f106afb
feat: add rate limits to import/export 2021-11-03 00:49:36 +02:00
Dragory
45941e47d6
feat(dashboard): add support for importing/exporting cases 2021-11-03 00:08:01 +02:00
Dragory
ac79eb09f5
Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
Dragory
3b09d2d679
Add rudimentary user management to dashboard 2021-09-05 16:42:35 +03:00
Dragory
947a49761e
Add support for API permission expiry 2021-09-05 13:53:46 +03:00
Dragory
817d38b8ac
Fix 100KB config size limit 2021-08-20 21:37:25 +03:00
Dragory
3ddfb3b65a
Merge branch 'master' of github.com:Dragory/ZeppelinBot 2021-08-15 00:08:43 +03:00
Dragory
cb8d914fef
Disallow anchors/aliases to objects when loading config YAML 2021-08-14 18:22:29 +03:00
Almeida
5b1a2ca7a3
added legacy plugins section 2021-08-14 14:56:45 +01:00
Dark
5efdf5ce95
Formatting and initial ButtonRoles DB work 2021-06-08 02:23:30 +02:00
Dark
6ac9d2f2a2
Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dragory
8f5a9e607a
Detect expired dashboard logins and redirect to the splash page 2021-05-22 21:33:34 +03:00
Dragory
f3a90faaa7
Refresh dashboard authentication on every API call and every 15 minutes 2021-05-22 21:15:23 +03:00
Dragory
d83acebb4c
Disable MIME type sniffing in archives 2021-05-19 11:31:26 +03:00
Dragory
0a8239996a
Fix tNormalizedNullOptional formatting in schema view in docs 2021-04-29 01:12:52 +03:00
Dragory
825bcf973f
Fix handling of partial server responses in simpleDiscordAPIRequest() 2021-04-12 13:04:04 +03:00
Dragory
629002b8d9
Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
baa3a5640e
Encrypt message data at rest 2020-09-16 22:32:43 +03:00
Dragory
c67a1df11d
Add support for server-specific timezone and date format settings 2020-08-10 00:24:06 +03:00
Dragory
557898e484
Handle plugin load errors gracefully 2020-07-30 20:40:00 +03:00
Dragory
7909c99a7f
Fix up docs 2020-07-30 13:08:06 +03:00
Dragory
a2d5bb51a7
Fix API config validation not taking default options into account 2020-07-28 23:28:26 +03:00
Dragory
e78e425ca3
api: listen on 0.0.0.0 2020-07-25 12:39:37 +03:00
Dragory
1064a1ca46
Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
Dragory
b6257b9189
Tweaks to availablePlugins types 2020-07-10 21:03:40 +03:00
Dark
0b8e480626 Prettier: Ignore union type mismatch fix
Otherwise it puts the any in its new line which is a lot of wasted space and just looks weird
2020-07-08 02:57:56 +02:00
Dark
0f226bfa93 Fix(?) error on docs caused by union type mismatch 2020-07-08 02:54:38 +02:00
Dragory
91badbe8f4
Fix extra lint error 2020-07-06 02:15:04 +03:00
Dragory
eb703face3
Fixes to docs api endpoints 2020-07-06 02:01:16 +03:00
Dragory
2aa48f2fe9
Merge master 2020-07-02 23:45:46 +03:00
Miikka
7e3f9ebd11 WIP 2020-06-30 17:48:18 +03:00
Dragory
6cd07ed696
Don'Ãt run message cleanup queries in the API process 2020-05-28 02:45:07 +03:00
Dragory
e0209d3319
dashboard: work on guild access page 2020-05-23 17:31:01 +03:00
Dragory
f90ee12b9f
dashboard: add staff vuex store 2020-05-23 16:28:05 +03:00
Dragory
d03d729438
dashboard/api: add support for Zeppelin staff members; add ViewGuild permission; code cleanup 2020-05-23 16:22:03 +03:00
Dragory
b251942e40
discordapp.com -> discord.com 2020-05-04 21:59:20 +03:00
Dragory
cec2c74eaa Disable unneeded tslint warning 2019-11-27 20:30:36 +02:00
Dragory
c9a21c64bf More work on API permissions 2019-11-08 00:04:24 +02:00
Dragory
9390b164d8 Fix issues caused by @shared tsconfig path 2019-11-08 00:03:02 +02:00
Dragory
16111bbe84 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