summary refs log tree commit diff
path: root/api/src/routes/channels (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-152-10/+16
|\
| * Update bulk-delete.tsErkin Alp Güney2022-05-151-7/+13
| |
| * Update purge.tsErkin Alp Güney2022-05-151-3/+3
| |
* | messages before/after soundness checkErkin Alp Güney2022-04-301-3/+12
|/
* patch for missing router schema, and also add purge route self-deletion checksErkin Alp Güney2022-04-301-2/+11
|
* introduce the purge endpointErkin Alp Güney2022-04-282-1/+78
| | | | 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 invite right enforcementbinsky2022-04-091-1/+1
|
* correct right nameErkin Alp Güney2022-04-081-1/+1
|
* invite right enforcedErkin Alp Güney2022-04-081-1/+2
|
* 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 dummy endpoints to prevent client loading some settings panels indefinitelyTheArcaneBrony2022-01-241-0/+4
|
* 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-202-35/+42
|
* :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 typingFlam3rboy2021-10-171-3/+2
|
* :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
|/
* :bug: convert bigint literal to objectFlam3rboy2021-10-101-2/+2
|
* :art: clean up imports + classesFlam3rboy2021-10-102-3/+2
|
* :sparkles: added read stateFlam3rboy2021-10-091-2/+6
|
* :art: cdn now also works without setting a public endpointFlam3rboy2021-10-091-1/+4
|
* :bug: fix typingFlam3rboy2021-10-091-1/+1
|
* :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: 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
|\ | | | | Auto delete relations
| * :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
| | | | | | | | | | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* | | Delete messages before deleting channelChris Chrome2021-09-201-2/+2
| |/ |/| | | | | Might need some testing, but seems pretty solid for one line of code lol
* | 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
| | | | This reverts commit a359375b77aef4c0792680149382be18661b8bac.
* 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