| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Attachment -> PublicAttachment in schemas | Rory& | 2026-04-18 | 1 | -1/+1 |
| | | |||||
| * | Split out attachment handling from message handler | Rory& | 2026-04-17 | 1 | -0/+17 |
| | | |||||
| * | Fix attachments | Rory& | 2026-04-15 | 1 | -1/+1 |
| | | |||||
| * | jsonb | Rory& | 2026-04-15 | 1 | -9/+9 |
| | | |||||
| * | Presence disconnect works! | Rory& | 2026-04-13 | 1 | -1/+1 |
| | | |||||
| * | Align Message object with API spec | whinis | 2026-04-13 | 1 | -7/+6 |
| | | |||||
| * | Fix Typing event so that it returns undefined rather than null | whinis | 2026-04-13 | 1 | -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 ↵ | whinis | 2026-04-13 | 1 | -0/+24 |
| | | | | | class. Hopefully shouldn't break anything. | ||||
| * | make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gw | Oh64 | 2026-03-21 | 1 | -2/+12 |
| | | |||||
| * | Message toJSON -> null vs undefined | Rory& | 2026-03-21 | 1 | -9/+5 |
| | | |||||
| * | merge the functions | MathMan05 | 2026-03-20 | 1 | -46/+42 |
| | | |||||
| * | more pk fixes | MathMan05 | 2026-03-20 | 1 | -5/+0 |
| | | |||||
| * | a lot of small fixes | MathMan05 | 2026-03-20 | 1 | -0/+1 |
| | | |||||
| * | it ain't async | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| | | |||||
| * | sign 'em | MathMan05 | 2026-03-20 | 1 | -1/+61 |
| | | |||||
| * | switch messages to base message type | MathMan05 | 2026-03-20 | 1 | -2/+2 |
| | | |||||
| * | Shorten imports | Rory& | 2026-03-14 | 1 | -1/+1 |
| | | |||||
| * | Fix undefined access | Pablo Stebler | 2026-02-25 | 1 | -1/+1 |
| | | |||||
| * | Add Decorators to clean classes before json serialization and remove invalid ↵ | whinis | 2026-02-17 | 1 | -0/+9 |
| | | | | | states. | ||||
| * | fix it the other way arround | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| | | |||||
| * | fix pins | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| | | |||||
| * | fix it the other way arround | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| | | |||||
| * | fix pins | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| | | |||||
| * | trace origin of the issue | MathMan05 | 2026-02-13 | 1 | -1/+4 |
| | | |||||
| * | oops, fix the call | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| | | |||||
| * | fix it betterer | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| | | |||||
| * | hopefully fix this bug | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| | | |||||
| * | speed up fetching messages | MathMan05 | 2026-02-13 | 1 | -2/+24 |
| | | |||||
| * | Fix leaking private User data in mentions | Ahmed A | 2026-02-13 | 1 | -0/+1 |
| | | |||||
| * | more changes | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | | |||||
| * | initial recipients work | MathMan05 | 2026-01-28 | 1 | -0/+1 |
| | | |||||
| * | thread API start | MathMan05 | 2026-01-28 | 1 | -1/+1 |
| | | |||||
| * | sechema changes+migrations | MathMan05 | 2026-01-28 | 1 | -0/+10 |
| | | |||||
| * | chore: run prettier | CyberL1 | 2025-12-18 | 1 | -2/+2 |
| | | |||||
| * | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 1 | -1/+4 |
| | | |||||
| * | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 1 | -241/+241 |
| | | |||||
| * | Rename PRIVATE_ROUTE -> EPHEMERAL, fix typo | Rory& | 2025-12-17 | 1 | -1/+1 |
| | | |||||
| * | createMessageWithDefaults: unset member | Rory& | 2025-12-02 | 1 | -0/+2 |
| | | |||||
| * | update to use flags | MathMan05 | 2025-11-23 | 1 | -1/+2 |
| | | |||||
| * | is it a hack if it works? | MathMan05 | 2025-11-23 | 1 | -1/+30 |
| | | |||||
| * | Message#createWithDefaults: Set mesasge type if message_reference is set and ↵ github/temp temp | Rory& | 2025-11-22 | 1 | -0/+3 |
| | | | | | no other type is set | ||||
| * | fix: set `message_reference_id` to null if original message is deleted | CyberL1 | 2025-10-20 | 1 | -2/+1 |
| | | |||||
| * | Use message.create | Rory& | 2025-10-19 | 1 | -1/+1 |
| | | |||||
| * | Force back propagate ids | Rory& | 2025-10-19 | 1 | -0/+8 |
| | | |||||
| * | Always mutate opts, not message | Rory& | 2025-10-19 | 1 | -14/+12 |
| | | |||||
| * | Maybe more robust enforcement | Rory& | 2025-10-19 | 1 | -7/+10 |
| | | |||||
| * | Helper to create valid messages | Rory& | 2025-10-19 | 1 | -0/+41 |
| | | |||||
| * | feat: add `interaction_metadata` to `toJSON` | CyberL1 | 2025-10-18 | 1 | -0/+1 |
| | | |||||
| * | fix: move types to schema | CyberL1 | 2025-10-18 | 1 | -2/+0 |
| | | |||||
| * | fix: add `user` object on `interaction` and `interaction_metadata` for messages | CyberL1 | 2025-10-18 | 1 | -0/+2 |
| | | |||||
| * | feat: interactions (incomplete) | CyberL1 | 2025-10-17 | 1 | -4/+12 |
| | | |||||
| * | Reorganise schemas a little bit | Rory& | 2025-10-15 | 1 | -265/+12 |
| | | |||||
| * | Remove mariadb support as it isnt maintained and hasnt worked in over a year | Rory& | 2025-09-30 | 1 | -2/+0 |
| | | |||||
| * | Fix column type on Message.pinned_at | Rory& | 2025-09-29 | 1 | -3/+2 |
| | | |||||
| * | fix: make `pinned_at` column nullable (for real this time) | CyberL1 | 2025-09-29 | 1 | -2/+2 |
| | | |||||
| * | fix: make `pinned_at` column nullable | CyberL1 | 2025-09-29 | 1 | -1/+1 |
| | | |||||
| * | No error when message not found | Rory& | 2025-09-29 | 1 | -1/+1 |
| | | |||||
| * | Implement greeting | Rory& | 2025-09-29 | 1 | -0/+1 |
| | | |||||
| * | Implement fetching DM messages by user ID | Rory& | 2025-09-29 | 1 | -0/+30 |
| | | |||||
| * | fix: use `createDateColumn()` | CyberL1 | 2025-09-29 | 1 | -1/+2 |
| | | |||||
| * | refactor: add `pinned` getter to `Message` entity | CyberL1 | 2025-09-29 | 1 | -0/+5 |
| | | |||||
| * | refactor: use `pinned_at` to check if message is pinnned | CyberL1 | 2025-09-29 | 1 | -5/+2 |
| | | |||||
| * | fix: getting message pinss | CyberL1 | 2025-09-29 | 1 | -0/+3 |
| | | |||||
| * | Prettier | Rory& | 2025-07-06 | 1 | -2/+2 |
| | | |||||
| * | Make IP/user-agent validation in CDN work | Rory& | 2025-07-06 | 1 | -3/+3 |
| | | |||||
| * | use prototype when signing message | Emma [it/its]@Rory& | 2025-07-06 | 1 | -1/+1 |
| | | |||||
| * | Sign media per user | Emma [it/its]@Rory& | 2025-07-06 | 1 | -0/+10 |
| | | |||||
| * | "engine" const value shared | TomatoCake | 2024-08-18 | 1 | -1/+2 |
| | | |||||
| * | Run prettier for @Entity() | TomatoCake | 2024-08-17 | 1 | -1/+4 |
| | | |||||
| * | Add utf8mb4 "engine" property to all entitys | TomatoCake | 2024-08-17 | 1 | -1/+1 |
| | | |||||
| * | fix: add webhook_id to webhook's messages | Cyber | 2024-08-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into feat/webhooks-3 | TomatoCake | 2024-08-08 | 1 | -4/+83 |
| |\ | |||||
| | * | prettier .-. | TomatoCake | 2024-07-28 | 1 | -2/+12 |
| | | | |||||
| | * | Fix msg component typings | TomatoCake | 2024-07-28 | 1 | -4/+73 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server ↵ | TomatoCake | 2024-07-18 | 1 | -2/+33 |
| |\| | | | | | | | into feat/webhooks-3 | ||||
| | * | Make poll a single object instead of an array | TomatoCake | 2024-07-09 | 1 | -1/+1 |
| | | | |||||
| | * | Add new message flags once again | TomatoCake | 2024-07-05 | 1 | -3/+37 |
| | | | |||||
| | * | Fix message flags being null | Puyodead1 | 2024-04-14 | 1 | -2/+2 |
| | | | |||||
| * | | try manual conflict resolving | TomatoCake | 2024-07-18 | 1 | -0/+3 |
| | | | |||||
| * | | Fix ESLint & prettier | TomatoCake | 2024-07-18 | 1 | -1/+1 |
| | | | |||||
| * | | webhook fixes & username/avatar property for msg | TomatoCake | 2024-07-18 | 1 | -4/+15 |
| |/ | |||||
| * | fix some issues with discord bot libs | Puyodead1 | 2023-11-29 | 1 | -0/+1 |
| | | |||||
| * | goof | Madeline | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | add back guild id to message tojson | Madeline | 2023-08-07 | 1 | -1/+0 |
| | | |||||
| * | some abaddon compat | Madeline | 2023-07-31 | 1 | -1/+25 |
| | | |||||
| * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 1 | -2/+2 |
| | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | ||||
| * | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 1 | -2/+2 |
| |\ | |||||
| | * | feat: Database Query Cache | Samuel | 2023-03-18 | 1 | -2/+2 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| |/ | |||||
| * | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 1 | -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 var | Madeline | 2022-12-17 | 1 | -4/+1 |
| | | |||||
| * | Move message auto mod to the api route instead of a @beforeinsert/update method | Madeline | 2022-10-25 | 1 | -16/+0 |
| | | |||||
| * | Prettier | Madeline | 2022-09-26 | 1 | -8/+19 |
| | | |||||
| * | Remove import to class-validator, fix listening on port message in bundle | Madeline | 2022-09-26 | 1 | -1/+0 |
| | | |||||
| * | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -0/+296 |
