summary refs log tree commit diff
path: root/src/api/global.d.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-01Better embed handlingMadeline5-128/+298
2022-10-01Make `afk` optional in ActivitySchemaMadeline2-56/+2
2022-09-30Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SE...Madeline2-2/+3
2022-09-29Fix fetching members for roles in POST messageMadeline2-16/+21
2022-09-29Prevent URL embedding and mentions when in codeblockMadeline1-3/+3
2022-09-29Update read state on message createMadeline1-8/+16
2022-09-28Fix client crash on GUILD_CREATEMadeline2-0/+2
2022-09-28Remove user settings from GUILD_MEMBER_LIST_UPDATE responseMadeline1-1/+1
2022-09-28whoopsMadeline1-1/+1
2022-09-28fix loginRedirectMadeline1-1/+1
2022-09-28Discovery splashes + fix guild icons disappearing on settings changeMadeline4-7/+23
2022-09-28Fix user guild settingsMadeline1-13/+7
2022-09-28Missed some schemasMadeline11-2495/+2580
2022-09-28Use PrimaryIdColumn instead of PrimaryColumn in Invite and CategoryMadeline2-6/+5
2022-09-28Generate IDs for entities by defaultMadeline1-1/+2
2022-09-27Fix user validator preventing updateMadeline1-40/+51
2022-09-27Fix message editingMadeline1-1/+1
2022-09-27Make client cacher suck less?Madeline1-10/+18
2022-09-27Bad check for if buffer is json string instead of gzipMadeline1-2/+2
2022-09-27Set tutorial to nullMadeline1-0/+1
2022-09-27Don't fetch all members in guild in Member.addToGuildMadeline2-4/+18
2022-09-26client patcher stuffMadeline2-10/+15
2022-09-26PrettierMadeline280-4048/+6940
2022-09-26Remove the cdn storage location logMadeline2-2/+3
2022-09-26Move schemas to /src/util/schemasMadeline94-8368/+8252
2022-09-26Fix scripts/benchmark/connections.jsMadeline1-2/+2
2022-09-26Add generate:client scriptMadeline5-4/+140
2022-09-26Fix slowcord additional servicesMadeline8-12204/+249
2022-09-26Remove import to class-validator, fix listening on port message in bundleMadeline5-2/+41
2022-09-26Fix and remove some scripts + use ajv/typescript-json-schema required by patchesMadeline11-1406/+17802
2022-09-26Bring back loginRedirect but fix it. Also move some assets out of publicMadeline3-0/+17
2