summary refs log tree commit diff
path: root/api/src/routes/channels (follow)
Commit message (Expand)AuthorAgeFilesLines
* :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