summary refs log tree commit diff
path: root/api/src/routes/channels/#channel_id/messages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-256-769/+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-212-10/+15
|
* 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
|
* /channel/:id/messages/:id/ack responds with { token: null } on discord.comMadeline2022-07-131-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
|
* 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
| | | | closes #281
* 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 ↵Madeline2022-04-241-5/+19
| | | | the future, and cannot overwrite existing messages
* 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 ( ↵Madeline2022-04-231-0/+5
| | | | | | | | categories, voice etc )
* | 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
| | | 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
|
* 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
| | | | | | | | | | 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
|
* :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