| Commit message (Expand) | Author | Age | Files | Lines |
| * | jsonb | Rory& | 2026-04-18 | 1 | -2/+2 |
| * | Fix Typing event so that it returns undefined rather than null | whinis | 2026-04-13 | 1 | -6/+1 |
| * | Maybe fix an issue elisa had with discord.py | whinis | 2026-04-13 | 1 | -0/+6 |
| * | Migrate Thread*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -6/+9 |
| * | Migrate Channel*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+2 |
| * | Migrate ChannelRecipient*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | a lot of small fixes | MathMan05 | 2026-03-20 | 1 | -0/+14 |
| * | Remove all traces of sqlite3 - resolves #1617 | Rory& | 2026-03-20 | 1 | -0/+3 |
| * | Remove array global pollution | Rory& | 2026-03-14 | 1 | -2/+3 |
| * | Remove unused imports for entities | Rory& | 2026-03-14 | 1 | -2/+2 |
| * | last_pinned_timestamp int4 -> timestamp | Rory& | 2026-02-25 | 1 | -2/+2 |
| * | Fix loading discord guild templates | ChrisChrome | 2026-02-16 | 1 | -1/+4 |
| * | dont send channel create for dms that were already open??? | Rory& | 2026-02-08 | 1 | -1/+5 |
| * | create tags | MathMan05 | 2026-02-05 | 1 | -0/+3 |
| * | array init | MathMan05 | 2026-02-05 | 1 | -0/+11 |
| * | 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 |
| * | some thread fixes | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| * | Channel/thread util methods ported from #876 | Rory& | 2026-01-29 | 1 | -4/+135 |
| * | Merge remote-tracking branch 'origin/dev/threads' | Rory& | 2026-01-28 | 1 | -1/+15 |
| |\ |
|
| | * | initial recipients work | MathMan05 | 2026-01-28 | 1 | -0/+1 |
| | * | thread API start | MathMan05 | 2026-01-28 | 1 | -0/+1 |
| | * | sechema changes+migrations | MathMan05 | 2026-01-28 | 1 | -1/+13 |
| * | | 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 |
| |/ |
|
| * | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 1 | -4/+4 |
| * | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 1 | -399/+399 |
| * | More instance ban stuff | Rory& | 2025-12-12 | 1 | -6/+8 |
| * | 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 |
| * | Channel: revert part of permission unification PR | Rory& | 2025-11-25 | 1 | -1/+55 |
| * | centerlize permision checking more | MathMan05 | 2025-11-25 | 1 | -50/+1 |
| * | only for gorups | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| * | fix groups more | MathMan05 | 2025-11-20 | 1 | -115/+41 |
| * | More schema work, moved most stuff from entities to schemas, though messy | Rory& | 2025-10-15 | 1 | -68/+2 |
| * | 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 |
| * | Remove mariadb support as it isnt maintained and hasnt worked in over a year | Rory& | 2025-09-30 | 1 | -2/+0 |
| * | Implement fetching DM messages by user ID | Rory& | 2025-09-29 | 1 | -2/+0 |
| * | 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 |
| * | run prettier | dank074 | 2024-11-19 | 1 | -1/+1 |
| * | Merge pull request #1178 from DEVTomatoCake/fix/1154-mysql-charset | Madeline | 2024-08-22 | 1 | -1/+5 |
| |\ |
|
| | * | "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 |
| * | | 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 |
| |/ |
|
| * | Remove parent for childs on category deletion | TomatoCake | 2024-06-05 | 1 | -4/+4 |
| * | fucking postgres | Madeline | 2023-10-04 | 1 | -6/+6 |
| * | refactor channel positions in guild | Madeline | 2023-10-04 | 1 | -10/+52 |
| * | typeorm inverse relations of guild relations | Madeline | 2023-09-02 | 1 | -2/+3 |
| * | make guild voice a text based channel | Puyodead1 | 2023-08-27 | 1 | -1/+1 |
| * | Implement community "create one for me" | Madeline | 2023-08-10 | 1 | -12/+14 |
| * | * call toJSON of keys in gateway when using erlpack | Madeline | 2023-07-29 | 1 | -0/+12 |
| * | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-07-28 | 1 | -1/+24 |
| |\ |
|
| | * | Rewrite getRouteDescriptions, fix message route not appearing in openapi spec | Madeline | 2023-04-16 | 1 | -0/+24 |
| * | | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-04-01 | 1 | -2/+2 |
| |\| |
|
| | * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 1 | -2/+2 |
| | * | 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 |
| | |/ |
|
| * / | Initial identify rewrite | Madeline | 2023-03-13 | 1 | -0/+7 |
| |/ |
|
| * | Add ESLint (#941) | Madeline | 2023-01-20 | 1 | -7/+7 |
| * | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 1 | -0/+18 |
| * | Prettier | Madeline | 2023-01-05 | 1 | -5/+8 |
| * | Create webhooks | Madeline | 2022-12-19 | 1 | -0/+6 |
| * | make it configurable by guild feature flag | Erkin Alp Güney | 2022-12-19 | 1 | -5/+5 |
| * | Prettier | Madeline | 2022-09-26 | 1 | -389/+457 |
| * | 'Fix' distinct alias typeorm issue | Madeline | 2022-09-26 | 1 | -3/+2 |
| * | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -0/+390 |