summary refs log tree commit diff
path: root/src/util/entities/Message.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attachment -> PublicAttachment in schemasRory&2026-04-181-1/+1
|
* Split out attachment handling from message handlerRory&2026-04-171-0/+17
|
* Fix attachmentsRory&2026-04-151-1/+1
|
* jsonbRory&2026-04-151-9/+9
|
* Presence disconnect works!Rory&2026-04-131-1/+1
|
* Align Message object with API specwhinis2026-04-131-7/+6
|
* Fix Typing event so that it returns undefined rather than nullwhinis2026-04-131-14/+8
| | | | Added clean data to message entity so it respects json tags.
* Added the @JsonRemoveEmpty decrorator to most of the fields in the message ↵whinis2026-04-131-0/+24
| | | | class. Hopefully shouldn't break anything.
* make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gwOh642026-03-211-2/+12
|
* Message toJSON -> null vs undefinedRory&2026-03-211-9/+5
|
* merge the functionsMathMan052026-03-201-46/+42
|
* more pk fixesMathMan052026-03-201-5/+0
|
* a lot of small fixesMathMan052026-03-201-0/+1
|
* it ain't asyncMathMan052026-03-201-1/+1
|
* sign 'emMathMan052026-03-201-1/+61
|
* switch messages to base message typeMathMan052026-03-201-2/+2
|
* Shorten importsRory&2026-03-141-1/+1
|
* Fix undefined accessPablo Stebler2026-02-251-1/+1
|
* Add Decorators to clean classes before json serialization and remove invalid ↵whinis2026-02-171-0/+9
| | | | states.
* fix it the other way arroundMathMan052026-02-131-1/+1
|
* fix pinsMathMan052026-02-131-1/+1
|
* fix it the other way arroundMathMan052026-02-131-1/+1
|
* fix pinsMathMan052026-02-131-1/+1
|
* trace origin of the issueMathMan052026-02-131-1/+4
|
* oops, fix the callMathMan052026-02-131-1/+1
|
* fix it bettererMathMan052026-02-131-1/+1
|
* hopefully fix this bugMathMan052026-02-131-1/+1
|
* speed up fetching messagesMathMan052026-02-131-2/+24
|
* Fix leaking private User data in mentionsAhmed A2026-02-131-0/+1
|
* more changesMathMan052026-02-031-1/+1
|
* initial recipients workMathMan052026-01-281-0/+1
|
* thread API startMathMan052026-01-281-1/+1
|
* sechema changes+migrationsMathMan052026-01-281-0/+10
|
* chore: run prettierCyberL12025-12-181-2/+2
|
* feat: add message forwards (normal messages only)CyberL12025-12-181-1/+4
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-241/+241
|
* Rename PRIVATE_ROUTE -> EPHEMERAL, fix typoRory&2025-12-171-1/+1
|
* createMessageWithDefaults: unset memberRory&2025-12-021-0/+2
|
* update to use flagsMathMan052025-11-231-1/+2
|
* is it a hack if it works?MathMan052025-11-231-1/+30
|
* Message#createWithDefaults: Set mesasge type if message_reference is set and ↵ github/temp tempRory&2025-11-221-0/+3
| | | | no other type is set
* fix: set `message_reference_id` to null if original message is deletedCyberL12025-10-201-2/+1
|
* Use message.createRory&2025-10-191-1/+1
|
* Force back propagate idsRory&2025-10-191-0/+8
|
* Always mutate opts, not messageRory&2025-10-191-14/+12
|
* Maybe more robust enforcementRory&2025-10-191-7/+10
|
* Helper to create valid messagesRory&2025-10-191-0/+41
|
* feat: add `interaction_metadata` to `toJSON`CyberL12025-10-181-0/+1
|
* fix: move types to schemaCyberL12025-10-181-2/+0
|
* fix: add `user` object on `interaction` and `interaction_metadata` for messagesCyberL12025-10-181-0/+2
|
* feat: interactions (incomplete)CyberL12025-10-171-4/+12
|
* Reorganise schemas a little bitRory&2025-10-151-265/+12
|
* Remove mariadb support as it isnt maintained and hasnt worked in over a yearRory&2025-09-301-2/+0
|
* Fix column type on Message.pinned_atRory&2025-09-291-3/+2
|
* fix: make `pinned_at` column nullable (for real this time)CyberL12025-09-291-2/+2
|
* fix: make `pinned_at` column nullableCyberL12025-09-291-1/+1
|
* No error when message not foundRory&2025-09-291-1/+1
|
* Implement greetingRory&2025-09-291-0/+1
|
* Implement fetching DM messages by user IDRory&2025-09-291-0/+30
|
* fix: use `createDateColumn()`CyberL12025-09-291-1/+2
|
* refactor: add `pinned` getter to `Message` entityCyberL12025-09-291-0/+5
|
* refactor: use `pinned_at` to check if message is pinnnedCyberL12025-09-291-5/+2
|
* fix: getting message pinssCyberL12025-09-291-0/+3
|
* PrettierRory&2025-07-061-2/+2
|
* Make IP/user-agent validation in CDN workRory&2025-07-061-3/+3
|
* use prototype when signing messageEmma [it/its]@Rory&2025-07-061-1/+1
|
* Sign media per userEmma [it/its]@Rory&2025-07-061-0/+10
|
* "engine" const value sharedTomatoCake2024-08-181-1/+2
|
* Run prettier for @Entity()TomatoCake2024-08-171-1/+4
|
* Add utf8mb4 "engine" property to all entitysTomatoCake2024-08-171-1/+1
|
* fix: add webhook_id to webhook's messagesCyber2024-08-141-1/+1
|
* Merge branch 'master' into feat/webhooks-3TomatoCake2024-08-081-4/+83
|\
| * prettier .-.TomatoCake2024-07-281-2/+12
| |
| * Fix msg component typingsTomatoCake2024-07-281-4/+73
| |
* | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server ↵TomatoCake2024-07-181-2/+33
|\| | | | | | | into feat/webhooks-3
| * Make poll a single object instead of an arrayTomatoCake2024-07-091-1/+1
| |
| * Add new message flags once againTomatoCake2024-07-051-3/+37
| |
| * Fix message flags being nullPuyodead12024-04-141-2/+2
| |
* | try manual conflict resolvingTomatoCake2024-07-181-0/+3
| |
* | Fix ESLint & prettierTomatoCake2024-07-181-1/+1
| |
* | webhook fixes & username/avatar property for msgTomatoCake2024-07-181-4/+15
|/
* fix some issues with discord bot libsPuyodead12023-11-291-0/+1
|
* goofMadeline2023-08-071-1/+1
|
* add back guild id to message tojsonMadeline2023-08-071-1/+0
|
* some abaddon compatMadeline2023-07-311-1/+25
|
* Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-2/+2
| | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
* Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-2/+2
|\
| * feat: Database Query CacheSamuel2023-03-181-2/+2
| |
* | SPACEBARMadeline2023-03-311-1/+1
| |
* | SPACEBARMadeline2023-03-311-1/+1
|/
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Remove use of `PRODUCTION` env varMadeline2022-12-171-4/+1
|
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-251-16/+0
|
* PrettierMadeline2022-09-261-8/+19
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-1/+0
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+296