summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Slightly better embedsMadeline2022-10-012-27/+159
|
* Better embed handlingMadeline2022-10-013-128/+156
|
* Make `afk` optional in ActivitySchemaMadeline2022-10-011-2/+2
|
* Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and ↵Madeline2022-09-302-2/+3
| | | | SELF_EDIT_GUILDS for control over guilds you own or have perms to edit
* Fix fetching members for roles in POST messageMadeline2022-09-292-16/+21
|
* Prevent URL embedding and mentions when in codeblockMadeline2022-09-291-3/+3
|
* Update read state on message createMadeline2022-09-291-8/+16
|
* Fix client crash on GUILD_CREATEMadeline2022-09-282-0/+2
|
* Remove user settings from GUILD_MEMBER_LIST_UPDATE responseMadeline2022-09-281-1/+1
|
* whoopsMadeline2022-09-281-1/+1
|
* Discovery splashes + fix guild icons disappearing on settings changeMadeline2022-09-283-7/+20
|
* Fix user guild settingsMadeline2022-09-281-13/+7
|
* Missed some schemasMadeline2022-09-2810-38/+54
|
* Use PrimaryIdColumn instead of PrimaryColumn in Invite and CategoryMadeline2022-09-282-6/+5
|
* Generate IDs for entities by defaultMadeline2022-09-281-1/+2
|
* Fix user validator preventing updateMadeline2022-09-271-40/+51
|
* Fix message editingMadeline2022-09-271-1/+1
|
* Bad check for if buffer is json string instead of gzipMadeline2022-09-271-2/+2
|
* Set tutorial to nullMadeline2022-09-271-0/+1
|
* Don't fetch all members in guild in Member.addToGuildMadeline2022-09-272-4/+18
|
* PrettierMadeline2022-09-26247-3427/+6137
|
* Remove the cdn storage location logMadeline2022-09-262-2/+3
|
* Move schemas to /src/util/schemasMadeline2022-09-2690-503/+458
|
* Add generate:client scriptMadeline2022-09-261-1/+1
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-262-1/+1
|
* Rearrange assets a bit, fix anything that uses assets folderMadeline2022-09-262-4/+6
|
* Add logout endpointMadeline2022-09-261-0/+16
|
* 'Fix' distinct alias typeorm issueMadeline2022-09-263-10/+7
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-25289-0/+142015
|
* :bug: fix types + packagesFlam3rboy2021-08-131-1/+0
|
* [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-131-0/+1
|
* :sparkles: webrtcFlam3rboy2021-08-124-54/+0
|
* :construction: initFlam3rboy2021-06-244-0/+54