| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 1 | -5/+5 |
| | | |||||
| * | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 1 | -1/+1 |
| |\ | |||||
| * | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 1 | -361/+361 |
| | | | |||||
| * | | Trace origin for addToGuild call, warn if sending null roles | Rory& | 2025-12-02 | 1 | -0/+1 |
| | | | |||||
| * | | Expose mor emember keys | Rory& | 2025-11-25 | 1 | -0/+6 |
| | | | |||||
| * | | Fix type on communication_disabled_until | Rory& | 2025-11-25 | 1 | -1/+1 |
| | | | |||||
| * | | implement timeouts and quarantines | Rory& | 2025-11-25 | 1 | -1/+1 |
| | | | |||||
| * | | member count fixes | MathMan05 | 2025-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into notiFix | Cyber | 2025-11-18 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | update last message id in more places | MathMan05 | 2025-11-17 | 1 | -0/+7 |
| | | | | | | | | | | | | | This update should update the last message id in the greet message endpoint and the Member creation message. | ||||
| * | | | set default notification value | MathMan05 | 2025-11-17 | 1 | -1/+1 |
| |/ / | | | | | | | This should make it so that people who just joined have the default notification value as set by the guild instead of always defaulting to all messages. | ||||
| * | | fix full user object being exposed | MathMan05 | 2025-10-30 | 1 | -44/+9 |
| | | | |||||
| * | | More schema work, moved most stuff from entities to schemas, though messy | Rory& | 2025-10-15 | 1 | -84/+2 |
| | | | |||||
| * | | Remove mariadb support as it isnt maintained and hasnt worked in over a year | Rory& | 2025-09-30 | 1 | -2/+0 |
| | | | |||||
| * | | Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246 | Rory& | 2025-09-29 | 1 | -0/+2 |
| | | | |||||
| * | | fix op 8 | dank074 | 2024-11-13 | 1 | -2/+2 |
| |/ | |||||
| * | 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 |
| | | | |||||
| * | | fix: nickmane reset by command | Cyber | 2024-08-19 | 1 | -2/+4 |
| |/ | |||||
| * | Send position property on guild join | TomatoCake | 2024-07-04 | 1 | -4/+11 |
| | | |||||
| * | member projection: select avatar | Puyodead1 | 2023-12-09 | 1 | -2/+4 |
| | | |||||
| * | typeorm inverse relations of guild relations | Madeline | 2023-09-02 | 1 | -0/+1 |
| | | |||||
| * | Fix OOM on large guild join | Madeline | 2023-08-12 | 1 | -10/+10 |
| | | |||||
| * | Fix docs for /users/:id/profile | Madeline | 2023-06-11 | 1 | -5/+5 |
| | | |||||
| * | Fix DC client throwing on GUILD_CREATE | Madeline | 2023-04-12 | 1 | -9/+17 |
| | | |||||
| * | Merge pull request #1023 from Rainb0wCodes/master | Madeline | 2023-04-11 | 1 | -0/+9 |
| |\ | | | | | properly track reactions | ||||
| | * | send public member in message_reaction_add eventt | Madeline | 2023-04-11 | 1 | -0/+9 |
| | | | |||||
| * | | Fix obvious bugs in Member removeRole function | ochen1 | 2023-04-09 | 1 | -2/+2 |
| |/ | |||||
| * | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | |||||
| * | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | |||||
| * | Fix missing props in welcome message creation, which causes every client who ↵ | Madeline | 2023-02-01 | 1 | -1/+5 |
| | | | | | received the welcome message to disconnect. | ||||
| * | Add ESLint (#941) | Madeline | 2023-01-20 | 1 | -9/+16 |
| | | | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint | ||||
| * | 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 | ||||
| * | Prettier | Madeline | 2023-01-05 | 1 | -6/+6 |
| | | |||||
| * | Profile themes and pronouns | Madeline | 2022-12-31 | 1 | -0/+6 |
| | | |||||
| * | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -1/+3 |
| | | |||||
| * | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 1 | -1/+14 |
| | | |||||
| * | Made nitro stuff make some sense | ChrisChrome | 2022-12-18 | 1 | -1/+0 |
| | | |||||
| * | Remove bad banned words implementation | Madeline | 2022-12-17 | 1 | -5/+1 |
| | | |||||
| * | Fix client crash on GUILD_CREATE | Madeline | 2022-09-28 | 1 | -0/+1 |
| | | |||||
| * | Don't fetch all members in guild in Member.addToGuild | Madeline | 2022-09-27 | 1 | -2/+16 |
| | | |||||
| * | Prettier | Madeline | 2022-09-26 | 1 | -16/+52 |
| | | |||||
| * | 'Fix' distinct alias typeorm issue | Madeline | 2022-09-26 | 1 | -2/+0 |
| | | |||||
| * | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -0/+430 |
