summary refs log tree commit diff
path: root/src/api/routes/guilds/#guild_id/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor channel positions in guildMadeline2023-10-041-12/+4
|
* goofMadeline2023-08-121-4/+4
|
* set rules/updates in guild if we created themMadeline2023-08-121-2/+6
|
* Implement community "create one for me"Madeline2023-08-101-0/+72
|
* * call toJSON of keys in gateway when using erlpackMadeline2023-07-291-1/+1
| | | | | | * dont send bitrate/etc as null when should be undefined * set user flags to number instead of string * send empty 'threads' in identify when not using new state v2
* fix typosMadeline2023-04-141-1/+1
|
* clusterfuckPuyodead12023-04-131-1/+1
|
* guildsPuyodead12023-04-131-17/+50
|
* fixing lots of openapi crapPuyodead12023-04-131-8/+8
|
* Remove ALL fosscord mentionsMadeline2023-03-311-4/+4
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Add ESLint (#941)Madeline2023-01-201-6/+6
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Fix a funny security vulnChrisChrome2023-01-181-1/+1
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* PrettierMadeline2023-01-051-4/+12
|
* Only allow specific server features to be editedMadeline2022-12-051-0/+22
|
* remove self_edit_guilds, was dumbMadeline2022-10-071-2/+2
|
* fix self_edit_guilds rightMadeline2022-10-071-2/+2
|
* Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and ↵Madeline2022-09-301-1/+1
| | | | SELF_EDIT_GUILDS for control over guilds you own or have perms to edit
* whoopsMadeline2022-09-281-1/+1
|
* Discovery splashes + fix guild icons disappearing on settings changeMadeline2022-09-281-7/+16
|
* Missed some schemasMadeline2022-09-281-17/+1
|
* PrettierMadeline2022-09-261-29/+61
|
* Move schemas to /src/util/schemasMadeline2022-09-261-3/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+76