809 Commits

Author SHA1 Message Date
Madeline
3f59a5b529 Check if role icon was actually sent or if it's just an empty string 2022-07-10 22:06:26 +10:00
Madeline
7b4c483ae9 Merge branch 'feat/latestWebClient' into slowcord 2022-07-10 14:22:27 +10:00
Madeline
5612a47b49 Try to allow role icons to be removed 2022-07-10 14:18:49 +10:00
Madeline
9a685108c7 Fix username/discrim changing 2022-07-10 13:50:32 +10:00
Madeline
e7c8b7f1f1 Merge branch 'master' into feat/latestWebClient 2022-07-10 13:40:38 +10:00
Madeline
1d7b9329be Merge branch 'master' into slowcord 2022-07-09 19:07:51 +10:00
Madeline
879bfa7391 Redirect to custom login page when client navigates to /login or /register 2022-07-09 18:58:17 +10:00
Madeline
7b59049a89 Merge branch 'fix/registerNewClients' into slowcord 2022-07-09 18:47:34 +10:00
Madeline
90eabd933b * Make max website preview download size for embeds configurable
* Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
2022-07-09 09:45:28 +03:00
Madeline
9eb7c5de0f Merge branch 'fix/messageLinkMetas' into slowcord 2022-07-09 16:04:03 +10:00
Madeline
6b5e48167c * Make max website preview download size for embeds configurable
* Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
2022-07-09 16:01:32 +10:00
Madeline
f3274419a1 Removed unused import
tab autocomplete really loves doing this to me
2022-07-09 14:58:50 +10:00
Madeline
5d3cc1eb50 Merge branch 'feat/latestWebClient' into slowcord 2022-07-09 14:17:20 +10:00
Madeline
990f3a7904 Merge branch 'feat/multiUploads' into feat/latestWebClient 2022-07-09 14:16:50 +10:00
Madeline
5c1532c798 Merge branch 'master' into feat/multiUploads 2022-07-09 14:16:15 +10:00
Madeline
402d9ecc7b Allow multiple attachments in messages 2022-07-09 14:15:15 +10:00
Madeline
bcf4cdd326 Merge branch 'fix/claim_accounts' into slowcord 2022-07-08 22:47:18 +10:00
Madeline
faa13a90cd Check if email required in PATCH @me 2022-07-08 22:45:10 +10:00
Madeline
4476e9c6bc Filter out schemas that block generation instead, and also include util in files 2022-07-07 21:53:30 +03:00
Madeline
19515a832a Typescript-json-schema does not crawl extends 2022-07-07 21:53:30 +03:00
Madeline
aa3c3abcab Merge branch 'fix/claim_accounts' into slowcord 2022-07-07 23:37:05 +10:00
Madeline
e1ebfe79d2 Merge branch 'master' into fix/claim_accounts 2022-07-07 23:34:43 +10:00
Madeline
806ca5f269 Ensure password was given if email is given in PATCH @me 2022-07-07 23:30:47 +10:00
Madeline
bba8ae54d7 Somehow the ID of demo user changed. Use email of demo instead 2022-07-07 23:25:46 +10:00
Madeline
096b98d22f Fix role icons not deleting? 2022-07-07 16:32:55 +10:00
Madeline
172c08eae7 Merge branch 'feat/latestWebClient' into slowcord 2022-07-06 23:48:55 +10:00
Madeline
cc1dd05858 Merge branch 'master' into slowcord 2022-07-05 14:35:58 +10:00
LachlanCourt
d75eefe7cd Format changed files 2022-07-04 22:22:43 +03:00
LachlanCourt
582491cfe1 Ensure query fails if role with specified id does not exist 2022-07-04 22:22:43 +03:00
LachlanCourt
99afcf0f3c Add semicolon 2022-07-04 22:22:43 +03:00
LachlanCourt
c7fa223853 Simplify role query as per code review 2022-07-04 22:22:43 +03:00
LachlanCourt
6a801eafbf Move role_id specific api routes to correct file 2022-07-04 22:22:43 +03:00
LachlanCourt
e91a8decea Fix compile error in get request 2022-07-04 22:22:43 +03:00
LachlanCourt
a72b8a0bd9 Create role subdirectory and add GET api route 2022-07-04 22:22:43 +03:00
Madeline
316efa02e8 Welcome screen 2022-07-04 19:45:28 +10:00
Madeline
a97bc5182d Placeholder member verification endpoint 2022-07-04 19:33:47 +10:00
Madeline
7111e8b1a5 Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient 2022-07-03 21:03:49 +10:00
Madeline
9aaa59bcc3 Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient 2022-07-03 20:58:44 +10:00
Madeline
edcc5948ff Add premium_progress_bar_enabled to GuildUpdateSchema 2022-07-03 20:56:57 +10:00
Madeline
aa80bad127 Add Nitro Lite Monthly SKU 2022-07-03 20:56:44 +10:00
Madeline
fef27927fe Bump client version 2022-07-03 20:56:25 +10:00
Madeline
fcf879980d Merge branch 'fix/nicknames' into slowcord 2022-07-03 01:51:23 +10:00
Madeline
28510f23bd Revert "Perhaps a better nickname change implementation"
This reverts commit b3ec0ccba3acbcb40d5a01014fd304e0b99c37ef.
2022-07-03 01:51:02 +10:00
Madeline
209e5c33df Merge branch 'fix/nicknames' into slowcord 2022-07-03 01:47:57 +10:00
Madeline
b3ec0ccba3 Perhaps a better nickname change implementation 2022-07-03 01:47:43 +10:00
Madeline
effd158319 Allow nicknames through MemberChangeSchema 2022-07-03 01:36:18 +10:00
Madeline
e6ffc7c13c Merge branch 'fix/nicknames' into slowcord 2022-07-03 01:35:11 +10:00
Madeline
02e55d22ad Allow nicknames through MemberChangeSchema 2022-07-03 01:33:18 +10:00
Madeline
6e333f9696 Prevent demo user from editing their profile 2022-07-03 00:02:01 +10:00
Madeline
5edbdb8998 Revert RateLimit.ts 2022-07-02 23:48:52 +10:00