summary refs log tree commit diff
path: root/src/api/routes/guilds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start implementing webhooks feat/webhooksPuyodead12023-12-101-5/+30
|
* fucking postgresMadeline2023-10-041-3/+6
|
* refactor channel positions in guildMadeline2023-10-043-46/+61
|
* prevent put /guilds/id/members/id for others until we have oauth2 scopes impledMadeline2023-08-271-1/+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
|
* Allow enabling welcome screen and check if welcome screen channels exist ↵Madeline2023-08-101-9/+24
| | | | within the guild (close #998)
* * 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
* Send user and roles id array in GET /guilds/:id/members/:idMadeline2023-06-111-2/+23
|
* Return entire guild object in POST /guildsMadeline2023-05-301-1/+1
|
* fix: add return and run prettierCyberL12023-05-131-3/+8
|
* fix: don't create new vanity url when there's no ALIASABLE_NAMES flagCyberL12023-05-101-0/+6
|
* Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-162-2/+2
|
* fix typosMadeline2023-04-142-2/+2
|
* clusterfuckPuyodead12023-04-139-9/+9
|
* oapi: fix guild discovery requirementsPuyodead12023-04-131-1/+1
|
* guildsPuyodead12023-04-1328-629/+1384
|
* fixing lots of openapi crapPuyodead12023-04-1317-96/+101
|
* don't allow editing @everyone roleMadeline2023-04-111-1/+4
|
* Add erkins noteMadeline2023-04-111-0/+1
|
* Don't fetch the entire role relation when counting member idsMadeline2023-04-111-8/+10
|
* member-counts routeMadeline2023-04-111-0/+39
|
* Use partition func instead + use Promise.allMadeline2023-04-111-20/+15
|
* Remove Member.isInGuildOrFail, as it will always pass ( route permission check )Madeline2023-04-111-3/+7
|
* prettierMadeline2023-04-112-35/+43
|
* Add PATCH /guilds/#guild_id/roles/#role_id/member-ids APIochen12023-04-091-0/+38
|
* Fix indentationochen12023-04-091-1/+1
|
* Add PATCH /guilds/#guild_id/roles/#role_id/members APIochen12023-04-091-0/+53
| | | Discord uses this in the Edit Role menu, Manage members tab to update the list of members with the role.
* Remove ALL fosscord mentionsMadeline2023-03-3132-63/+63
|
* Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-1/+0
| | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
* Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-0/+1
|\
| * fix: missing id in select querySamuel2023-03-181-0/+1
| |
* | SPACEBARMadeline2023-03-3132-32/+32
| |
* | SPACEBARMadeline2023-03-3132-32/+32
|/
* Fix being unable to unset nicknamesMadeline2023-02-051-1/+11
| | | | | Remove unwanted guild profile handler in cdn Fix rights check for bio/avatars of your own user
* Merge pull request from GHSA-9q7f-pv47-cxp9Madeline2023-02-021-1/+13
|
* Add ESLint (#941)Madeline2023-01-2022-88/+77
| | | | | | | * 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-1832-0/+576
| | | | | | | | | * 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-056-72/+126
|
* Fix new roles having duplicate positionsMadeline2022-12-302-6/+13
|
* Fix the roles bugMadeline2022-12-211-5/+8
|
* implement guild profiles and fix user profilesPuyodead12022-12-192-48/+64
|
* Only allow specific server features to be editedMadeline2022-12-051-0/+22
|
* Fix private messages being returned when no channel_id provided in searchMadeline2022-12-051-3/+17
|
* Fix bug allowing any member from kicking any member instance-wideMadeline2022-12-051-3/+3
|
* Fix pruneMadeline2022-12-031-1/+1
|
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-242-12/+2
|
* 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-2628-796/+1377
|
* Move schemas to /src/util/schemasMadeline2022-09-2620-171/+15
|
* Rearrange assets a bit, fix anything that uses assets folderMadeline2022-09-261-1/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2531-0/+1890