summary refs log tree commit diff
path: root/api/src/routes/guilds (follow)
Commit message (Expand)AuthorAgeFilesLines
* :sparkles: added autoJoin guild to configFlam3rboy2021-10-051-70/+7
* :bug: fix guild create with client templateFlam3rboy2021-10-051-21/+17
* :bug: fix guild template createFlam3rboy2021-09-251-13/+15
* :sparkles: generate openapi documentationFlam3rboy2021-09-211-2/+2
* Merge branch 'master' into unittestsFlam3rboy2021-09-203-15/+4
|\
| * :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-201-11/+1
| * :truck: move handleFile to cdnFlam3rboy2021-09-192-5/+3
| * :bug: fix guild create iconFlam3rboy2021-09-181-1/+2
* | :pencil: add default route description to all routesFlam3rboy2021-09-182-2/+2
|/
* :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-173-6/+6
* :bug: fix vanity urlFlam3rboy2021-09-161-3/+4
* Revert "fix #129"Flam3rboy2021-09-161-17/+0
* Revert ":construction: webhook"Flam3rboy2021-09-161-10/+0
* :construction: webhookFlam3rboy2021-09-141-0/+10
* fix #129Flam3rboy2021-09-141-0/+17
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-142-6/+6
|\
| * Fix #356AlTech982021-09-132-6/+6
* | :art: remove unused importsFlam3rboy2021-09-1311-31/+19
|/
* :bug: fix In() queryFlam3rboy2021-09-131-1/+1
* :sparkles: #307 doneFlam3rboy2021-09-1221-210/+251
* :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-121-15/+10
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-1216-29/+28
* Added /guilds/:id/voice-states apisAlTech982021-09-042-0/+30
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-044-4/+5
|\
| * replace '@me' with req.user_id in guild joinxnacly2021-09-031-1/+2
| * moved Constants and Errorhandler from api to utilxnacly2021-09-033-3/+3
* | :bug: api member add roles -> make sure that roles existFlam3rboy2021-09-041-8/+7
* | :bug: fix invitesFlam3rboy2021-09-041-2/+2
|/
* :bug: fix #311Flam3rboy2021-09-032-3/+15
* :bug: fix member roles + listFlam3rboy2021-09-032-10/+6
* :sparkles: guild position updateFlam3rboy2021-09-032-8/+37
* :bug: fix member + member listFlam3rboy2021-09-035-48/+47
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-023-16/+19
* :sparkles: add user_id field to MemberFlam3rboy2021-09-025-8/+12
* :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-013-19/+32
* Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-311-2/+7
|\
| * Implemented voice apis #127 and #78AlTech982021-08-301-2/+7
* | Channel utility methods in entityFlam3rboy2021-08-311-2/+1
* | fix member rolesFlam3rboy2021-08-313-4/+4
* | :zap: use insert instead of saveFlam3rboy2021-08-311-22/+19
|/
* :construction: typeormFlam3rboy2021-08-303-50/+42
* :bug: convert bigint -> stringFlam3rboy2021-08-291-1/+1
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-2914-284/+178
* :construction: apiFlam3rboy2021-08-273-37/+42
* :construction: apiFlam3rboy2021-08-2416-154/+122
* :bug: fix vanity urlFlam3rboy2021-08-192-8/+24
* :bug: fix #267Flam3rboy2021-08-181-1/+1
* :bug: fix guild channel reorderFlam3rboy2021-08-181-15/+22
* :bug: fix findOneAndUpdateFlam3rboy2021-08-185-18/+12
* :bug: prevent @everyone role deletionFlam3rboy2021-08-151-7/+4
* :bug: fix guild create with channel templateFlam3rboy2021-08-141-1/+21
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-131-2/+2
|\
| * Fixed #257 Can't change nicknameIntevel ツ2021-08-131-2/+2
* | rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-1319-31/+34
|/
* :sparkles: apiFlam3rboy2021-08-1219-0/+1212