summary refs log tree commit diff
path: root/api/src/routes/guilds/index.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-32/+0
* Split schemas into files in utilTheArcaneBrony2022-08-131-15/+1
* Resolve changes undone by rebasing from masterTheArcaneBrony2022-08-091-1/+1
* rights enforcement in guild createErkin Alp Güney2022-04-081-3/+4
* :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
* :truck: move handleFile to cdnFlam3rboy2021-09-191-3/+2
* :bug: fix guild create iconFlam3rboy2021-09-181-1/+2
* :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-171-2/+2
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-141-1/+1
|\
| * Fix #356AlTech982021-09-131-1/+1
* | :art: remove unused importsFlam3rboy2021-09-131-2/+1
|/
* :sparkles: #307 doneFlam3rboy2021-09-121-3/+16
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-1/+1
* moved Constants and Errorhandler from api to utilxnacly2021-09-031-1/+1
* :bug: fix #311Flam3rboy2021-09-031-0/+2
* :bug: fix member roles + listFlam3rboy2021-09-031-4/+4
* :bug: fix member + member listFlam3rboy2021-09-031-42/+42
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-021-4/+4
* :sparkles: add user_id field to MemberFlam3rboy2021-09-021-1/+1
* :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-011-1/+2
* :zap: use insert instead of saveFlam3rboy2021-08-311-22/+19
* :construction: typeormFlam3rboy2021-08-301-48/+40
* :bug: convert bigint -> stringFlam3rboy2021-08-291-1/+1
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-291-10/+7
* :construction: apiFlam3rboy2021-08-241-3/+3
* :bug: fix vanity urlFlam3rboy2021-08-191-1/+1
* :bug: fix guild create with channel templateFlam3rboy2021-08-141-1/+21
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-131-1/+1
* :sparkles: apiFlam3rboy2021-08-121-0/+89