summary refs log tree commit diff
path: root/src/util/entities/Member.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deprecation: Use object-based relations for typeormRory&2025-12-191-5/+5
|
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-191-2/+2
|
* Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults'Rory&2025-12-171-1/+1
|\
* | lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-361/+361
| |
* | Trace origin for addToGuild call, warn if sending null rolesRory&2025-12-021-0/+1
| |
* | Expose mor emember keysRory&2025-11-251-0/+6
| |
* | Fix type on communication_disabled_untilRory&2025-11-251-1/+1
| |
* | implement timeouts and quarantinesRory&2025-11-251-1/+1
| |
* | member count fixesMathMan052025-11-181-1/+1
| |
* | Merge branch 'master' into notiFixCyber2025-11-181-0/+7
|\ \
| * | update last message id in more placesMathMan052025-11-171-0/+7
| | | | | | | | | | | | This update should update the last message id in the greet message endpoint and the Member creation message.
* | | set default notification valueMathMan052025-11-171-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 exposedMathMan052025-10-301-44/+9
| |
* | More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-151-84/+2
| |
* | Remove mariadb support as it isnt maintained and hasnt worked in over a yearRory&2025-09-301-2/+0
| |
* | Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246Rory&2025-09-291-0/+2
| |
* | fix op 8dank0742024-11-131-2/+2
|/
* Merge pull request #1178 from DEVTomatoCake/fix/1154-mysql-charsetMadeline2024-08-221-1/+5
|\
| * "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: nickmane reset by commandCyber2024-08-191-2/+4
|/
* Send position property on guild joinTomatoCake2024-07-041-4/+11
|
* member projection: select avatarPuyodead12023-12-091-2/+4
|
* typeorm inverse relations of guild relationsMadeline2023-09-021-0/+1
|
* Fix OOM on large guild joinMadeline2023-08-121-10/+10
|
* Fix docs for /users/:id/profileMadeline2023-06-111-5/+5
|
* Fix DC client throwing on GUILD_CREATEMadeline2023-04-121-9/+17
|
* Merge pull request #1023 from Rainb0wCodes/masterMadeline2023-04-111-0/+9
|\ | | | | properly track reactions
| * send public member in message_reaction_add eventtMadeline2023-04-111-0/+9
| |
* | Fix obvious bugs in Member removeRole functionochen12023-04-091-2/+2
|/
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Fix missing props in welcome message creation, which causes every client who ↵Madeline2023-02-011-1/+5
| | | | received the welcome message to disconnect.
* Add ESLint (#941)Madeline2023-01-201-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)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
* PrettierMadeline2023-01-051-6/+6
|
* Profile themes and pronounsMadeline2022-12-311-0/+6
|
* Client: update to canary 165341Puyodead12022-12-201-1/+3
|
* implement guild profiles and fix user profilesPuyodead12022-12-191-1/+14
|
* Made nitro stuff make some senseChrisChrome2022-12-181-1/+0
|
* Remove bad banned words implementationMadeline2022-12-171-5/+1
|
* Fix client crash on GUILD_CREATEMadeline2022-09-281-0/+1
|
* Don't fetch all members in guild in Member.addToGuildMadeline2022-09-271-2/+16
|
* PrettierMadeline2022-09-261-16/+52
|
* 'Fix' distinct alias typeorm issueMadeline2022-09-261-2/+0
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+430