summary refs log tree commit diff
path: root/src/util/entities/Guild.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove mariadb support as it isnt maintained and hasnt worked in over a yearRory&2025-09-301-2/+0
|
* Fix creating guildsRory&2025-09-291-72/+22
|
* Make guild channels nullableRory&2025-09-291-8/+8
|
* Fix the creation of guilds from templatesZane Helton2025-06-291-1/+28
| | | | | | | | | | | | | | | | The biggest hold-up was missing fields (`premium_tier`, `welcome_screen`, etc.) but it looks like someone has provided a helpful function called `createGuild(...)` to provide sensible default values. This commit fixes the errors related to creating a guild from a template. I've also refactored the code to include roles and channels in the template. To make sure that the @everyone role is cloned correctly, when creating the guild from a template, we check if the role's ID matches the template's `source_guild_id`. If it does, we set the @everyone role to the new guild's ID.
* "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-4/+4
|
* fucking postgresMadeline2023-10-041-8/+8
|
* refactor channel positions in guildMadeline2023-10-041-2/+60
|
* remove default welcome screen textMadeline2023-08-121-2/+2
|
* * call toJSON of keys in gateway when using erlpackMadeline2023-07-291-0/+7
| | | | | | * dont send bitrate/etc as null when should be undefined * set user flags to number instead of string * send empty 'threads' in identify when not using new state v2
* Merge branch 'master' into feat/refactorIdentifyMadeline2023-07-281-22/+22
|\
| * move guild/user prop initialisations into create/register methodsMadeline2023-04-141-11/+20
| |
| * guildsPuyodead12023-04-131-11/+2
| |
* | Role flagsMadeline2023-04-041-0/+1
|/
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-2/+2
| | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
* Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-2/+2
|\
| * feat: Database Query CacheSamuel2023-03-181-2/+2
| |
* | SPACEBARMadeline2023-03-311-1/+1
| |
* | SPACEBARMadeline2023-03-311-1/+1
|/
* Add ESLint (#941)Madeline2023-01-201-5/+3
| | | | | | | * 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-3/+6
|
* Use config for some default guild propertiesMadeline2022-12-241-30/+18
|
* Fix guild features being undefined if not using defaultFeaturesMadeline2022-12-211-1/+1
|
* Move UserSettings to own entityTheArcaneBrony2022-12-191-1/+5
|
* Don't fetch all members in guild in Member.addToGuildMadeline2022-09-271-2/+2
|
* PrettierMadeline2022-09-261-12/+30
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+363