| Commit message (Expand) | Author | Age | Files | Lines |
| * | EmbedHandlers: more configuration for embeds, switch to storing all returned ... | Rory& | 2026-03-26 | 1 | -5/+4 |
| * | User: use single query to determine taken discriminators | Rory& | 2026-03-26 | 1 | -6/+5 |
| * | Embeds: factor out from postMessage | Rory& | 2026-03-26 | 1 | -0/+7 |
| * | make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gw | Oh64 | 2026-03-21 | 2 | -4/+15 |
| * | Message toJSON -> null vs undefined | Rory& | 2026-03-21 | 1 | -9/+5 |
| * | Message*Event: as->satisfies (WIP) | Rory& | 2026-03-21 | 1 | -1/+1 |
| * | Migrate Thread*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -9/+12 |
| * | Migrate Channel*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+2 |
| * | Migrate Member#addToGuild GuildCreateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+2 |
| * | Migrate GuildMember*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -26/+28 |
| * | Migrate GuildDeleteEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate ChannelRecipient*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate GuildMemberUpdate to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -8/+9 |
| * | merge the functions | MathMan05 | 2026-03-20 | 1 | -46/+42 |
| * | more pk fixes | MathMan05 | 2026-03-20 | 2 | -8/+5 |
| * | a lot of small fixes | MathMan05 | 2026-03-20 | 3 | -0/+19 |
| * | 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 |
| * | Remove all traces of sqlite3 - resolves #1617 | Rory& | 2026-03-20 | 2 | -1/+4 |
| * | Remove PrimaryIdAutoGenerated (only for what used to be mongodb support) | Rory& | 2026-03-20 | 1 | -4/+2 |
| * | Remove PrimaryIdColumn (only for what used to be mongodb support) | Rory& | 2026-03-20 | 6 | -19/+17 |
| * | Fix some comments | Rory& | 2026-03-19 | 1 | -1/+1 |
| * | Schemas for stickers | Rory& | 2026-03-17 | 1 | -1/+0 |
| * | Clean up schemas some more | Rory& | 2026-03-16 | 1 | -2/+0 |
| * | Some minor work | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | Remove array global pollution | Rory& | 2026-03-14 | 1 | -2/+3 |
| * | Shorten imports | Rory& | 2026-03-14 | 5 | -9/+7 |
| * | Remove unused imports for entities | Rory& | 2026-03-14 | 9 | -17/+10 |
| * | Clean up some type guards | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | properly mark unused params | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | sticker impl | MathMan05 | 2026-03-07 | 1 | -0/+39 |
| * | Dont serialise guild parents | Rory& | 2026-03-07 | 1 | -0/+1 |
| * | Dont serialize discovery weight/exclusion status | Rory& | 2026-03-07 | 1 | -0/+2 |
| * | [rel/1518] Member flags | Rory& | 2026-03-07 | 1 | -0/+4 |
| * | added clean_data to places after a member is created but not constructed to a... | whinis | 2026-02-26 | 1 | -0/+2 |
| * | disable toJSON for read states? | Rory& | 2026-02-25 | 1 | -15/+15 |
| * | Fix undefined access | Pablo Stebler | 2026-02-25 | 1 | -1/+1 |
| * | last_pinned_timestamp int4 -> timestamp | Rory& | 2026-02-25 | 1 | -2/+2 |
| * | Faster pings | Rory& | 2026-02-23 | 1 | -10/+29 |
| * | Renamed to JsonNumber and removed from incorrectly typed date field | whinis | 2026-02-18 | 3 | -9/+8 |
| * | Add decorator to change Bigint back to string using Number | whinis | 2026-02-18 | 3 | -0/+21 |
| * | Add Decorators to clean classes before json serialization and remove invalid ... | whinis | 2026-02-17 | 2 | -0/+37 |
| * | Fix loading discord guild templates | ChrisChrome | 2026-02-16 | 3 | -4/+7 |
| * | 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 |
| * | Add discovery filtering | Rory& | 2026-02-10 | 1 | -0/+6 |
| * | dont send channel create for dms that were already open??? | Rory& | 2026-02-08 | 1 | -1/+5 |
| * | create tags | MathMan05 | 2026-02-05 | 2 | -2/+5 |
| * | array init | MathMan05 | 2026-02-05 | 3 | -0/+69 |
| * | merge master | MathMan05 | 2026-02-04 | 1 | -0/+3 |
| |\ |
|
| | * | more thread improvements | MathMan05 | 2026-02-03 | 1 | -0/+3 |
| * | | forum fixes | MathMan05 | 2026-02-04 | 1 | -0/+2 |
| |/ |
|
| * | some fixes | MathMan05 | 2026-02-04 | 1 | -1/+7 |
| * | Merge remote-tracking branch 'mathium05/threadFixes' | Rory& | 2026-02-04 | 2 | -2/+2 |
| |\ |
|
| | * | more changes | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | some thread fixes | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| * | | Add member profile customisation fields to db | Rory& | 2026-02-03 | 1 | -3/+12 |
| * | | Add user profile costomisation fields to db | Rory& | 2026-02-03 | 1 | -1/+23 |
| |/ |
|
| * | Channel/thread util methods ported from #876 | Rory& | 2026-01-29 | 2 | -5/+136 |
| * | Thread members ported from #876 | Rory& | 2026-01-29 | 2 | -0/+196 |
| * | Merge remote-tracking branch 'origin/dev/threads' | Rory& | 2026-01-28 | 2 | -1/+26 |
| |\ |
|
| | * | initial recipients work | MathMan05 | 2026-01-28 | 2 | -0/+2 |
| | * | thread API start | MathMan05 | 2026-01-28 | 2 | -1/+2 |
| | * | sechema changes+migrations | MathMan05 | 2026-01-28 | 2 | -1/+23 |
| * | | Add basic thread helper functions | Rory& | 2026-01-28 | 1 | -0/+12 |
| * | | Update channel type enum to un-erkinalp-ize it, and match discord | Rory& | 2026-01-28 | 1 | -1/+1 |
| |/ |
|
| * | Port User.tag getter from pomelo as utility | Rory& | 2026-01-23 | 1 | -1/+8 |
| * | Add stub POSt report endpoint | Rory& | 2026-01-17 | 2 | -1/+46 |
| * | fix invite API slightly | MathMan05 | 2025-12-22 | 1 | -0/+6 |
| * | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 2 | -9/+9 |
| * | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 2 | -4/+4 |
| * | Use inserts instead of save for new entities | Rory& | 2025-12-19 | 1 | -1/+6 |
| * | chore: run prettier | CyberL1 | 2025-12-18 | 1 | -2/+2 |
| * | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 1 | -1/+4 |
| * | Drop extended_settings, account data soon. Closes #1160 | Rory& | 2025-12-17 | 1 | -5/+0 |
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 2 | -7/+5 |
| |\ |
|
| | * | Run ESLint | TomatoCake | 2024-09-01 | 1 | -8/+1 |
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 1 | -6/+4 |
| * | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 46 | -2965/+2965 |
| * | | Prettier u6 | Rory& | 2025-12-17 | 9 | -134/+44 |
| * | | Prettier -1 | Rory& | 2025-12-17 | 1 | -1/+0 |
| * | | Prettier 8 | Rory& | 2025-12-17 | 2 | -14/+2 |
| * | | Prettier 6 | Rory& | 2025-12-17 | 1 | -4/+2 |
| * | | Prettier 2 | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | finally make eslint happy | Rory& | 2025-12-17 | 1 | -3/+3 |
| * | | Centralise ip info logic | Rory& | 2025-12-17 | 1 | -1/+25 |
| * | | Rename PRIVATE_ROUTE -> EPHEMERAL, fix typo | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | Update session info | Rory& | 2025-12-17 | 1 | -16/+61 |
| * | | Fix session | Rory& | 2025-12-16 | 1 | -3/+3 |
| * | | Device management | Rory& | 2025-12-16 | 1 | -1/+19 |
| * | | Session fixes | Rory& | 2025-12-16 | 1 | -2/+2 |
| * | | More maybe un-blowing-up | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | Create sessions for new users | Rory& | 2025-12-16 | 1 | -9/+40 |
| * | | Fix missing config usage for backup codes | Rory& | 2025-12-13 | 1 | -1/+2 |
| * | | Maybe?> | Rory& | 2025-12-13 | 1 | -7/+6 |
| * | | Fix missing group by? | Rory& | 2025-12-13 | 1 | -0/+2 |
| * | | Fix typo in getDmChannels helper | Rory& | 2025-12-13 | 1 | -1/+1 |
| * | | Instance ban stuff | Rory& | 2025-12-13 | 1 | -1/+55 |
| * | | More instance ban stuff | Rory& | 2025-12-12 | 4 | -11/+27 |
| * | | Fix IP tracking for bans | Rory& | 2025-12-12 | 1 | -0/+57 |
| * | | Perhaps, dont IP ban moderators | Rory& | 2025-12-07 | 1 | -2/+2 |
| * | | createMessageWithDefaults: unset member | Rory& | 2025-12-02 | 1 | -0/+2 |
| * | | Trace origin for addToGuild call, warn if sending null roles | Rory& | 2025-12-02 | 1 | -0/+1 |
| * | | don't show invis | MathMan05 | 2025-11-29 | 1 | -0/+3 |
| * | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 1 | -0/+6 |
| |\ \ |
|
| | * \ | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 1 | -0/+6 |
| | |\ \ |
|
| | | * | | Expose mor emember keys | Rory& | 2025-11-25 | 1 | -0/+6 |
| * | | | | remove remove | MathMan05 | 2025-11-26 | 1 | -2/+2 |
| |/ / / |
|
| * | | | fix distinct | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| * | | | remove distinct | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| * | | | rid of contains all | MathMan05 | 2025-11-25 | 1 | -3/+3 |
| * | | | get rid of single | MathMan05 | 2025-11-25 | 1 | -2/+2 |
| |/ / |
|
| * | | Channel: revert part of permission unification PR | Rory& | 2025-11-25 | 1 | -1/+55 |
| * | | Fix type on communication_disabled_until | Rory& | 2025-11-25 | 1 | -1/+1 |
| * | | implement timeouts and quarantines | Rory& | 2025-11-25 | 1 | -1/+1 |
| * | | centerlize permision checking more | MathMan05 | 2025-11-25 | 1 | -50/+1 |
| * | | 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 |
| * | | add extraFields optional param on toPrivateUser, expose rights on READY | Rory& | 2025-11-22 | 1 | -2/+2 |
| * | | only for gorups | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| * | | fix groups more | MathMan05 | 2025-11-20 | 1 | -115/+41 |
| * | | fix: default `activities` to empty array | CyberL1 | 2025-11-20 | 1 | -8/+2 |
| * | | implement mention_count | MathMan05 | 2025-11-18 | 1 | -8/+1 |
| * | | member count fixes | MathMan05 | 2025-11-18 | 1 | -1/+1 |
| * | | Merge branch 'master' into notiFix | Cyber | 2025-11-18 | 2 | -1/+17 |
| |\ \ |
|
| | * \ | Merge branch 'master' into welcomeUpdate | Cyber | 2025-11-18 | 1 | -1/+10 |
| | |\ \ |
|
| | | * | | prevent bots from joining guild with config | MathMan05 | 2025-11-17 | 1 | -1/+10 |
| | * | | | update last message id in more places | MathMan05 | 2025-11-17 | 1 | -0/+7 |
| | |/ / |
|
| * / / | set default notification value | MathMan05 | 2025-11-17 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge branch 'master' into users-fix2 | Cyber | 2025-11-09 | 1 | -1/+1 |
| |\ \ |
|
| | * | | fix | MathMan05 | 2025-10-30 | 1 | -1/+1 |
| | * | | fix SQLite | MathMan05 | 2025-10-30 | 1 | -1/+1 |
| * | | | fix full user object being exposed | MathMan05 | 2025-10-30 | 1 | -44/+9 |
| |/ / |
|
| * | | fix: defualt `options` to `[]` | CyberL1 | 2025-10-23 | 1 | -2/+2 |
| * | | Revert "Default to `[]` for `options`, `integration_types`, `contexts`" | Cyber | 2025-10-23 | 1 | -3/+3 |
| * | | fix: default `options`, `integration_types` and `contexts` to empty array | CyberL1 | 2025-10-23 | 1 | -3/+3 |
| * | | 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 |
| * | | Automod mayhaps? | Rory& | 2025-10-18 | 1 | -6/+6 |
| * | | 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 |
| * | | Local changes | Rory& | 2025-10-16 | 1 | -3/+3 |
| * | | Add application command schema | Rory& | 2025-10-16 | 2 | -0/+89 |
| * | | More schema work, moved most stuff from entities to schemas, though messy | Rory& | 2025-10-15 | 13 | -526/+16 |
| * | | Reorganise schemas a little bit | Rory& | 2025-10-15 | 5 | -291/+16 |
| * | | Properly traverse result object | Rory& | 2025-10-11 | 1 | -1/+3 |
| * | | Try other way of querying? | Rory& | 2025-10-11 | 1 | -5/+1 |
| * | | Return defaults for missing {proto-,}settings | Rory& | 2025-10-11 | 3 | -4/+23 |
| * | | Try to fix duplicate user settings | Rory& | 2025-10-11 | 1 | -1/+1 |
| * | | Fix nix, update admin api db models | Rory& | 2025-10-05 | 1 | -2/+2 |
| * | | Clean up array extensions | Rory& | 2025-10-04 | 1 | -3/+3 |
| * | | Add dotnet-ish Random class | Rory& | 2025-10-04 | 1 | -2/+2 |
| * | | Remove mariadb support as it isnt maintained and hasnt worked in over a year | Rory& | 2025-09-30 | 43 | -86/+0 |
| * | | Clean up unused imports | Rory& | 2025-09-30 | 6 | -17/+9 |
| * | | 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 |
| * | | Delete expired invites | Rory& | 2025-09-29 | 1 | -2/+11 |
| * | | Add fetching guild profiles | Rory& | 2025-09-29 | 1 | -0/+3 |
| * | | Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246 | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | | Fix ID references | Rory& | 2025-09-29 | 1 | -2/+2 |
| * | | Add first half of cloud attachment uploads | Rory& | 2025-09-29 | 1 | -0/+85 |
| * | | Implement greeting | Rory& | 2025-09-29 | 1 | -0/+1 |
| * | | Implement fetching DM messages by user ID | Rory& | 2025-09-29 | 3 | -64/+73 |
| * | | Move to some etension methods | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | | Channel: add helpers to calculate user permissions and determine channel visi... | Rory& | 2025-09-29 | 1 | -8/+79 |
| * | | Fix creating guilds | Rory& | 2025-09-29 | 1 | -72/+22 |
| * | | Colorful roles | Rory& | 2025-09-29 | 1 | -0/+17 |
| * | | A little bit of formatting cleanup | Rory& | 2025-09-29 | 1 | -0/+2 |
| * | | Initialise settings versions | Rory& | 2025-09-29 | 1 | -16/+11 |
| * | | Make guild channels nullable | Rory& | 2025-09-29 | 1 | -8/+8 |
| * | | Release -> ClientRelease | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | | Setting protos support | Rory& | 2025-09-29 | 2 | -0/+171 |
| * | | Fix typo | Rory& | 2025-09-29 | 1 | -1/+1 |
| * | | 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 |
| * | | Add automod migration | Rory& | 2025-07-27 | 1 | -1/+2 |
| * | | Implement CRUD for automod | Emma [it/its]@Rory& | 2025-07-27 | 2 | -1/+90 |
| * | | Prettier | Rory& | 2025-07-06 | 2 | -4/+8 |
| * | | Make IP/user-agent validation in CDN work | Rory& | 2025-07-06 | 2 | -9/+16 |
| * | | use prototype when signing message | Emma [it/its]@Rory& | 2025-07-06 | 1 | -1/+1 |
| * | | dont duplicate urls | Emma [it/its]@Rory& | 2025-07-06 | 1 | -2/+2 |
| * | | include rest of attachment when signing | Emma [it/its]@Rory& | 2025-07-06 | 1 | -0/+1 |
| * | | Sign media per user | Emma [it/its]@Rory& | 2025-07-06 | 2 | -0/+19 |
| * | | Fix the creation of guilds from templates | Zane Helton | 2025-06-29 | 1 | -1/+28 |
| * | | add webrtc support (#1284) | dank074 | 2025-06-22 | 4 | -0/+124 |
| * | | run prettier | dank074 | 2024-11-19 | 1 | -1/+1 |
| * | | Merge pull request #1232 from dank074/patch/eslintConfig | Madeline | 2024-11-14 | 1 | -1/+1 |
| |\ \ |
|
| | * | | turn off eslint rules causing issues | dank074 | 2024-11-13 | 1 | -1/+1 |
| | |/ |
|
| * / | fix op 8 | dank074 | 2024-11-13 | 1 | -2/+2 |
| |/ |
|
| * | Add more application properties | TomatoCake | 2024-08-31 | 1 | -5/+20 |
| * | Listing & creation of Developer Portal teams | TomatoCake | 2024-08-24 | 1 | -0/+8 |
| * | Merge pull request #1178 from DEVTomatoCake/fix/1154-mysql-charset | Madeline | 2024-08-22 | 38 | -128/+280 |
| |\ |
|
| | * | "engine" const value shared | TomatoCake | 2024-08-18 | 38 | -38/+76 |
| | * | Run prettier for @Entity() | TomatoCake | 2024-08-17 | 38 | -38/+152 |
| | * | Add utf8mb4 "engine" property to all entitys | TomatoCake | 2024-08-17 | 38 | -131/+131 |
| * | | Merge branch 'master' into fix/widget.json-channel-ordering-deleted-channels | Madeline | 2024-08-22 | 2 | -5/+7 |
| |\ \ |
|
| | * \ | Merge pull request #1126 from DEVTomatoCake/feat/local-image-proxy | Madeline | 2024-08-19 | 1 | -3/+3 |
| | |\ \ |
|
| | | * | | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-08-15 | 5 | -27/+135 |
| | | |\| |
|
| | | * | | Merge branch 'master' into feat/local-image-proxy | TomatoCake | 2024-07-18 | 5 | -7/+88 |
| | | |\ \ |
|
| | | * | | | running prettier for others | TomatoCake | 2024-06-28 | 1 | -4/+3 |
| | * | | | | fix: nickmane reset by command | Cyber | 2024-08-19 | 1 | -2/+4 |
| | | |_|/
| |/| | |
|
| * | | | | re-add CDN TODO comment | TomatoCake | 2024-08-18 | 1 | -0/+1 |
| * | | | | Prettier, remove manual deletion of msgs | TomatoCake | 2024-08-18 | 1 | -9/+12 |
| * | | | | widget.json channel_ordering, fix channel deletion | TomatoCake | 2024-08-18 | 1 | -2/+14 |
| |/ / / |
|
| * | | | fix: add webhook_id to webhook's messages | Cyber | 2024-08-14 | 1 | -1/+1 |
| * | | | Merge pull request #1161 from DEVTomatoCake/feat/bio-max-length-config | Madeline | 2024-08-14 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | Make profile bio max length configurable | TomatoCake | 2024-08-10 | 1 | -4/+4 |
| * | | | | Merge pull request #1159 from DEVTomatoCake/feat/request-guild-members | Madeline | 2024-08-14 | 1 | -5/+7 |
| |\ \ \ \ |
|
| | * | | | | Fix issues with requesting presences | TomatoCake | 2024-08-11 | 1 | -5/+7 |
| | |/ / / |
|
| * / / / | Icon for discovery categories & fix "primary_only" | TomatoCake | 2024-08-13 | 1 | -3/+7 |
| |/ / / |
|
| * | | | 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 |
| | | |/
| |/| |
|
| * | | | Consistent relations, url property, src channel | TomatoCake | 2024-07-18 | 1 | -3/+13 |
| * | | | Perms for GET webhook, url property | TomatoCake | 2024-07-18 | 1 | -3/+5 |
| * | | | Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int... | TomatoCake | 2024-07-18 | 7 | -10/+94 |
| |\| | |
|
| | * | | feat: badges | Cyber | 2024-07-17 | 3 | -0/+40 |
| | * | | 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 |
| | * | | Send position property on guild join | TomatoCake | 2024-07-04 | 1 | -4/+11 |
| | * | | Prettier -.- | TomatoCake | 2024-07-04 | 1 | -1/+0 |
| | |/ |
|
| | * | Add missing entries to UserSettings | Diana Nilsson | 2024-06-27 | 1 | -0/+7 |
| | * | Remove parent for childs on category deletion | TomatoCake | 2024-06-05 | 1 | -4/+4 |
| | * | 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 | 2 | -8/+19 |
| |/ |
|
| * | member projection: select avatar | Puyodead1 | 2023-12-09 | 1 | -2/+4 |
| * | fix some issues with discord bot libs | Puyodead1 | 2023-11-29 | 2 | -0/+8 |
| * | fucking postgres | Madeline | 2023-10-04 | 2 | -14/+14 |