summary refs log tree commit diff
path: root/src/util/entities/Member.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use import type in entities where possible github/entity-fix-attempt entity-fix-attemptRory&2026-03-201-2/+2
* Try to make entity imports in entities lazy, didnt yet resolve circular impor...Rory&2026-03-201-3/+3
* Clean up nonspecific imports in entitiesRory&2026-03-201-2/+3
* Shorten importsRory&2026-03-141-2/+1
* Remove unused imports for entitiesRory&2026-03-141-2/+1
* [rel/1518] Member flagsRory&2026-03-071-0/+4
* Renamed to JsonNumber and removed from incorrectly typed date fieldwhinis2026-02-181-2/+1
* Add decorator to change Bigint back to string using Numberwhinis2026-02-181-0/+2
* Add member profile customisation fields to dbRory&2026-02-031-3/+12
* Channel/thread util methods ported from #876Rory&2026-01-291-1/+1
* 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
* | | set default notification valueMathMan052025-11-171-1/+1
|/ /
* | 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
|\
| * 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
* Add ESLint (#941)Madeline2023-01-201-9/+16
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
* 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