Commit Graph

2887 Commits

Author SHA1 Message Date
Madeline 76d094a492 Test fix for that voice state error 2022-07-09 16:38:45 +10: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 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 cd01465d69 bot stuff idk 2022-07-09 13:48:22 +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 b65fa86ac6 Oauth login now copies avatar 2022-07-08 00:59:09 +10: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 b85b156b33 Merge branch 'feat/latestWebClient' into slowcord 2022-07-06 23:52:37 +10:00
Madeline e5dfaf2d54 Fix types for welcome screen 2022-07-06 23:52:25 +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 ffc3811b1f Start of Slowcord bot 2022-07-05 01:42:19 +10:00
Madeline 3877a404a1 Moved slowcord login server to own dir 2022-07-05 01:13:05 +10: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 7555a496b4 Merge branch 'feat/offlineMembers' into slowcord 2022-07-03 16:07:08 +10:00
Madeline e085b365be Better implementation of offline member group in lazy request 2022-07-03 16:03:57 +10:00
Madeline e5b0e10cc7 Send offline member group in LazyRequest 2022-07-03 15:48:13 +10:00
Madeline c9a33ce173 Handle offline members group in LazyRequest 2022-07-03 15:39:00 +10:00
Madeline 13a399cb59 Use 1:1 dms instead of group dms 2022-07-03 15:01:51 +10:00
Madeline 117d431685 Disable compact mode 2022-07-03 14:59:19 +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 b3ec0ccba3.
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 0ee023b2bd Whoops, syntax error 2022-07-03 01:40:01 +10:00
Madeline a340e1a25d Merge branch 'fix/nicknames' into slowcord 2022-07-03 01:37:04 +10:00