summary refs log tree commit diff
path: root/api/src/routes/channels/#channel_id/messages/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-269/+0
|
* ...and againMadeline2022-09-021-3/+2
|
* ...try againMadeline2022-09-021-6/+2
|
* Apply Iratu's patch for relationshipsMadeline2022-09-021-8/+15
| | | | Wrap get messages in try catch because around is broken
* Configurable max attachment sizeMadeline2022-08-221-1/+1
|
* fosscord-server/pulls/858Madeline2022-08-211-9/+14
|
* Fix before and after queries doing gt and lt comparisions incorrectlyMadeline2022-08-021-2/+2
|
* Fix messages?after=snowflake calling new Snowflake, which is not allwoedMadeline2022-08-021-1/+1
|
* Attempt to fix message ID bugMadeline2022-07-221-2/+1
|
* Revert ascending order thingMadeline2022-07-221-1/+1
|
* Get messages by ascending orderMadeline2022-07-221-1/+1
|
* await the dm channel handlerMadeline2022-07-221-1/+1
|
* Attempt to fix headers being set after send to client in send messageMadeline2022-07-171-1/+1
|
* Removed unused importMadeline2022-07-091-1/+1
| | | tab autocomplete really loves doing this to me
* Allow multiple attachments in messagesMadeline2022-07-091-10/+15
|
* Update index.tsErkin Alp Güney2022-05-151-14/+18
|
* messages before/after soundness checkErkin Alp Güney2022-04-301-3/+12
|
* introduce the purge endpointErkin Alp Güney2022-04-281-1/+3
| | | | closes #281
* Can no longer send messages to channel types that do not support it ( ↵Madeline2022-04-231-0/+5
| | | | categories, voice etc )
* 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-181-2/+3
|/
* [Fix] Client bug (#623)ImAaronFR2022-02-091-1/+4
| | | If you don't delete this property for some reasons after you send a message in a guild, your roles will be removed (client sided) for everyone, this fixes it.
* Remove nulled properties from GET `/channels/#id/messages` for improved ↵Madeline2022-02-041-0/+7
| | | | compatibility with some client ( discord.js )
* Add unhandled channel types to IsTextChannel methodMadeline2022-01-231-2/+6
|
* Message fixes | Character limits and embed fixes (#581)Madeline2022-01-111-1/+1
| | | | | | | * Adds message character limits (#503) * Fixed message `embeds` being ignored for `embed` * Update Message.ts Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Add Sentry, fix compile errorsThe Arcane Brony2021-12-221-4/+4
|
* :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
| | | | | | | | | | Edited Member entity to include last_message_id to avoid searching for every members last message when pruning When a message is sent through /channels/:id/messages last_message_id of sending Member is updated.
* | :bug: fix message sticker sendingFlam3rboy2021-10-151-0/+1
|/
* :art: clean up imports + classesFlam3rboy2021-10-101-2/+1
|
* :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: message attachment urlFlam3rboy2021-09-251-0/+5
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-191-9/+52
|\
| * Removed ChannelService, more fixesAlTech982021-09-181-3/+3
| |
| * Implemented DMs and group DMsAlTech982021-09-161-9/+37
| |
* | :truck: move handleFile to cdnFlam3rboy2021-09-191-2/+1
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-141-0/+1
|\
| * Delete attachments of deleted messages, fix #273AlTech982021-09-131-0/+1
| |
* | :art: remove unused importsFlam3rboy2021-09-131-11/+6
|/
* :sparkles: #307 doneFlam3rboy2021-09-121-37/+64
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-3/+3
|
* 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: db query fixesFlam3rboy2021-08-311-16/+20
|
* :bug: convert bigint -> stringFlam3rboy2021-08-291-1/+1
|
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-291-16/+14
|
* :construction: apiFlam3rboy2021-08-241-23/+19
|
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-131-1/+1
|
* :sparkles: apiFlam3rboy2021-08-121-0/+146