summary refs log tree commit diff
path: root/api/src/routes/channels (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add misc routesuurgothat2021-09-301-2/+25
* :bug: fix channel permission overwritesFlam3rboy2021-09-262-9/+16
* :bug: message attachment urlFlam3rboy2021-09-251-0/+5
* :sparkles: generate openapi documentationFlam3rboy2021-09-211-2/+3
* Merge pull request #382 from fosscord/auto-delete-relationsFlam3rboy2021-09-202-9/+14
|\
| * :construction: auto delete relationsFlam3rboy2021-09-201-6/+14
| * Merge branch 'master' into auto-delete-relationsFlam3rboy2021-09-194-22/+133
| |\
| * | :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-191-3/+0
* | | Update index.tsFlam3rboy2021-09-201-5/+1
* | | oRdEr Of OpErAtIoNsChris Chrome2021-09-201-2/+2
* | | Fix one thing, another problem pops upChris Chrome2021-09-201-1/+4
* | | Delete messages before deleting channelChris Chrome2021-09-201-2/+2
| |/ |/|
* | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-194-22/+133
|\ \ | |/ |/|
| * Removed ChannelService, more fixesAlTech982021-09-183-8/+8
| * Merge branch 'fosscord:master' into fix-dmAlTech982021-09-181-3/+3
| |\
| * | Fix icon, owner_id change and channel deletion for group DMsAlTech982021-09-171-3/+5
| * | Implemented DMs and group DMsAlTech982021-09-164-19/+113
* | | :truck: move handleFile to cdnFlam3rboy2021-09-191-2/+1
| |/ |/|
* | :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-171-3/+3
|/
* Revert "fix #128"Flam3rboy2021-09-161-52/+9
* fix #128Flam3rboy2021-09-141-9/+52
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-143-4/+6
|\
| * Fix invites creationAlTech982021-09-141-1/+1
| * Delete attachments of deleted messages, fix #273AlTech982021-09-132-3/+5
* | :art: remove unused importsFlam3rboy2021-09-134-15/+10
|/
* :bug: fix dm #321Flam3rboy2021-09-131-2/+2
* :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-131-2/+2
* :sparkles: #307 doneFlam3rboy2021-09-1211-179/+216
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-128-12/+12
* Added missing permissions and channel typesAlTech982021-09-041-0/+4
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-042-2/+2
|\
| * moved Constants and Errorhandler from api to utilxnacly2021-09-032-2/+2
* | :bug: fix invitesFlam3rboy2021-09-041-5/+2
* | :bug: fix permissions if user is only member of guildFlam3rboy2021-09-041-3/+2
|/
* :zap: improve invite generationFlam3rboy2021-09-031-10/+28
* :bug: fix message sendingFlam3rboy2021-09-031-2/+3
* :bug: fix member + member listFlam3rboy2021-09-033-3/+3
* :sparkles: add user_id field to MemberFlam3rboy2021-09-023-3/+3
* :bug: fix entity types and projectionFlam3rboy2021-09-011-2/+1
* :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-012-3/+9
* :bug: db query fixesFlam3rboy2021-08-313-18/+22
* :bug: fix message sendingFlam3rboy2021-08-311-3/+4
* :bug: convert bigint -> stringFlam3rboy2021-08-291-1/+1
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-2911-123/+134
* :construction: apiFlam3rboy2021-08-2411-114/+89
* fix #199Flam3rboy2021-08-181-4/+7
* :bug: fix findOneAndUpdateFlam3rboy2021-08-184-8/+13
* fix #199Flam3rboy2021-08-171-3/+1
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-1311-20/+25
* :sparkles: apiFlam3rboy2021-08-1214-0/+855