301 Commits

Author SHA1 Message Date
Madeline
ddd3c86043 Registration tokens 2022-12-19 22:04:52 +11:00
TheArcaneBrony
3227933f28 Add register ratelimit 2022-12-19 20:57:43 +11:00
Madeline
f5671775ef comments 2022-12-19 20:50:36 +11:00
Erkin Alp Güney
8eff4de19d flags related rights and stats api 2022-12-19 20:49:38 +11:00
Madeline
f69aaa223e Fix config loading 2022-12-19 20:39:43 +11:00
Puyodead1
b84aa73852 implement guild profiles and fix user profiles 2022-12-19 20:37:59 +11:00
TheArcaneBrony
5e289fea77 Configurable MFA backup token length 2022-12-19 19:52:23 +11:00
TheArcaneBrony
da2fe81a8b case insensitive header for rate limits, fix rate limit default settings
Also disabled rate limit bypass right as it doesn't work...
2022-12-19 19:51:14 +11:00
Madeline
ac74a2cec4 Create webhooks 2022-12-19 19:31:23 +11:00
Madeline
295ef797fb Don't override existing config values 2022-12-19 18:35:36 +11:00
TheArcaneBrony
803ab38fad Move UserSettings to own entity 2022-12-19 17:52:44 +11:00
Madeline
d407d8ebe7 Add additional config 2022-12-19 16:51:24 +11:00
TheArcaneBrony
bc669ea9e1 Make ConfigValue a directory, move defaults to those classes instead of a separate object 2022-12-19 16:14:21 +11:00
Erkin Alp Güney
94b07e5efb removed char joiners as they are actually useful, added page break 2022-12-19 16:01:30 +11:00
Erkin Alp Güney
db4ed3bb6d make it configurable by guild feature flag 2022-12-19 15:59:58 +11:00
TheArcaneBrony
655ea00ff4 Make fosscord read config from json if CONFIG_PATH is set 2022-12-19 00:01:33 +11:00
TheArcaneBrony
5e4bbc2e83 Do the funny thing (make user->invite cascade delet) 2022-12-18 23:58:17 +11:00
ChrisChrome
ad5248ff97 Made nitro stuff make some sense 2022-12-18 23:54:48 +11:00
TheArcaneBrony
39f4aa6b70 Make teams nullable 2022-12-18 23:48:17 +11:00
Madeline
b74453d802 Refactor applications 2022-12-18 23:45:29 +11:00
ChrisChrome
245127f651 Add basic developer panel functionality - doesn't work yet
>
>
> Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2022-12-18 22:40:25 +11:00
Madeline
32e9d1828c Move to migrations. Use npm run generate:db for first database generation. 2022-12-18 22:14:12 +11:00
Puyodead1
1f72d884b2 fix: not being able to enable community 2022-12-18 16:31:03 +11:00
Madeline
1e2e82d975 Remove discord login config 2022-12-17 19:43:18 +11:00
Madeline
f59ec466de comments and such 2022-12-17 19:00:40 +11:00
Madeline
1148eaa6a2 user validation stuff 2022-12-17 18:50:27 +11:00
Madeline
444e815690 Remove bad banned words implementation 2022-12-17 18:45:42 +11:00
Madeline
eafa93b035 Remove use of PRODUCTION env var 2022-12-17 17:29:42 +11:00
Madeline
8d6b027242 murder migrations 2022-12-17 17:25:31 +11:00
Madeline
d8b3e95942 Only allow specific server features to be edited 2022-12-05 20:02:34 +11:00
Madeline
72faa449e0 Await some rabbitmq methods, don't reset some config values on start 2022-11-06 18:59:31 +11:00
Madeline
49ae07ff29 Allow running api, cdn, gateway separately 2022-10-31 13:17:21 +11:00
Madeline
1cacd4413a Add private_channels_version to client_state in identity. also set sentry user in gateway 2022-10-31 12:16:15 +11:00
Madeline
574fc1d7a0 various typos 2022-10-28 21:42:52 +11:00
Madeline
00e3606f7c Fix user settings not saving properly and guild folders 2022-10-28 19:23:02 +11:00
Madeline
e991e00f32 Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-services 2022-10-28 15:25:58 +11:00
Madeline
c00c70985c fix bad user validation 2022-10-27 23:12:48 +11:00
Madeline
070b193987 Fix typo in user validation 2022-10-26 18:45:25 +11:00
Madeline
fdbd150ce3 handle a specific case with rtl character 2022-10-25 11:27:39 +11:00
Madeline
aba1d02941 Remove whitespace characters in banned words detection 2022-10-25 11:20:01 +11:00
Madeline
c1b955aaae Fix BannedWords breaking because windows line endings 2022-10-25 11:12:08 +11:00
Madeline
f5b50ed3a8 Move message auto mod to the api route instead of a @beforeinsert/update method 2022-10-25 10:58:36 +11:00
Madeline
a2f5762791 Forgot some schemas + only generate schemas in util/schemas + add setup script 2022-10-24 19:46:33 +11:00
Madeline
0be1949130 Change android and ios client downloads to use /download endpoint, update Release entity to suck less 2022-10-24 14:35:08 +11:00
Madeline
0e315d27ab remove self_edit_guilds, was dumb 2022-10-07 20:07:35 +11:00
Madeline
c885fd5503 Embed cache 2022-10-03 23:50:34 +11:00
Madeline
69ff9c944c Twitter embeds 2022-10-03 23:38:53 +11:00
Madeline
5b463ee156 Make imagor optional 2022-10-02 22:25:47 +11:00
Madeline
547a57055f Make afk optional in ActivitySchema 2022-10-01 00:55:11 +10:00
Madeline
95e7238e8f Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SELF_EDIT_GUILDS for control over guilds you own or have perms to edit 2022-09-30 13:32:48 +10:00