summary refs log tree commit diff
path: root/api/src/routes/channels/#channel_id/messages (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed unused importMadeline2022-07-091-1/+1
* Allow multiple attachments in messagesMadeline2022-07-091-10/+15
* Update index.tsErkin Alp Güney2022-05-151-14/+18
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-05-151-7/+13
|\
| * Update bulk-delete.tsErkin Alp Güney2022-05-151-7/+13
* | messages before/after soundness checkErkin Alp Güney2022-04-301-3/+12
|/
* introduce the purge endpointErkin Alp Güney2022-04-281-1/+3
* needs to be asyncErkin Alp Güney2022-04-281-1/+1
* use return codes to allow for automationErkin Alp Güney2022-04-241-3/+5
* Backfilling privilege does not imply right to post messagesErkin Alp Güney2022-04-241-2/+5
* While backfilling, message ids must now be valid snowflakes, cannot be in the...Madeline2022-04-241-5/+19
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-04-231-0/+5
|\
| * Can no longer send messages to channel types that do not support it ( categor...Madeline2022-04-231-0/+5
* | backfilling — first stepsErkin Alp Güney2022-04-231-1/+85
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-04-181-1/+1
|\
| * Unified ghost instead of separate ghostsErkin Alp Güney2022-04-181-1/+1
* | get single message && message rights enforcementErkin Alp Güney2022-04-182-2/+15
|/
* reactions rights enforcementErkin Alp Güney2022-04-172-2/+3
* fix the build mistakes from yesternightErkin Alp Güney2022-04-081-7/+12
* Update index.tsErkin Alp Güney2022-04-081-7/+10
* [Fix] Client bug (#623)ImAaronFR2022-02-091-1/+4
* Remove nulled properties from GET `/channels/#id/messages` for improved compa...Madeline2022-02-041-0/+7
* Add unhandled channel types to IsTextChannel methodMadeline2022-01-231-2/+6
* Message fixes | Character limits and embed fixes (#581)Madeline2022-01-111-1/+1
* Add Sentry, fix compile errorsThe Arcane Brony2021-12-221-4/+4
* prettier formatted /apidevelopomp2021-10-201-19/+17
* :bug: fix bulk deleteFlam3rboy2021-10-181-1/+1
* :zap: message performanceFlam3rboy2021-10-181-6/+6
* fix default cdn endpoint for message attachmentsSamuel2021-10-181-1/+1
* :bug: fix message sendingFlam3rboy2021-10-151-1/+1
* Merge branch 'master' into stickerFlam3rboy2021-10-151-20/+22
|\
| * :zap: speed up message queryFlam3rboy2021-10-151-27/+21
| * added route /guilds/:id/prune GET count and POST prune.Maddy2021-10-131-1/+9
* | :bug: fix message sticker sendingFlam3rboy2021-10-151-0/+1
|/
* :art: clean up imports + classesFlam3rboy2021-10-101-2/+1
* :sparkles: added read stateFlam3rboy2021-10-091-2/+6
* :art: cdn now also works without setting a public endpointFlam3rboy2021-10-091-1/+4
* :art: fix imports with new build scriptFlam3rboy2021-10-091-1/+2
* :bug: fix message reactionsFlam3rboy2021-10-031-2/+2
* hotfix for misc routesuurgothat2021-09-301-1/+0
* Add misc routesuurgothat2021-09-301-2/+25
* :bug: message attachment urlFlam3rboy2021-09-251-0/+5
* Merge branch 'master' into auto-delete-relationsFlam3rboy2021-09-192-10/+53
|\
| * Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-192-10/+53
| |\
| | * Removed ChannelService, more fixesAlTech982021-09-181-3/+3
| | * Implemented DMs and group DMsAlTech982021-09-162-10/+38
* | | :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-191-3/+0
|/ /
* / :truck: move handleFile to cdnFlam3rboy2021-09-191-2/+1
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-142-3/+5
|\
| * Delete attachments of deleted messages, fix #273AlTech982021-09-132-3/+5
* | :art: remove unused importsFlam3rboy2021-09-131-11/+6
|/
* :sparkles: #307 doneFlam3rboy2021-09-125-70/+99
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-124-7/+7
* Added missing permissions and channel typesAlTech982021-09-041-0/+4
* :bug: fix permissions if user is only member of guildFlam3rboy2021-09-041-3/+2
* :bug: fix message sendingFlam3rboy2021-09-031-2/+3
* :bug: fix member + member listFlam3rboy2021-09-031-1/+1
* :sparkles: add user_id field to MemberFlam3rboy2021-09-021-1/+1
* :bug: fix entity types and projectionFlam3rboy2021-09-011-2/+1
* :bug: db query fixesFlam3rboy2021-08-311-16/+20
* :bug: fix message sendingFlam3rboy2021-08-311-3/+4
* :bug: convert bigint -> stringFlam3rboy2021-08-291-1/+1
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-295-55/+57
* :construction: apiFlam3rboy2021-08-245-59/+52
* fix #199Flam3rboy2021-08-181-4/+7
* :bug: fix findOneAndUpdateFlam3rboy2021-08-181-1/+1
* fix #199Flam3rboy2021-08-171-3/+1
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-135-9/+9
* :sparkles: apiFlam3rboy2021-08-126-0/+489