summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* remove distFlam3rboy2021-04-066-86/+0
|
* Merge branch 'main' of ↵Flam3rboy2021-04-0693-3262/+62
|\ | | | | | | https://github.com/discord-open-source/discord-server-util into main
| * Merge pull request #2 from afeuerstein/mainFlam3rboy2021-04-0693-3294/+62
| |\ | | | | | | Merge fosscord/fosscord-server-util/ with afeuerstein/fosscord-server-util/
| | * :arrow_up: update mongodbFlam3rboy2021-04-065-13/+89
| | |
| | * update mongoose version to get rid of circular dependency issueFlam3rboy2021-04-062-4/+10
| | |
| | * resolve deprecation warningsafeuerstein2021-04-061-1/+1
| | |
| | * resolve conflicting mongodb and mongoose versionsafeuerstein2021-04-061-82/+24
| | |
| | * remove compiled typescript code from repoafeuerstein2021-04-0688-3259/+3
| |/
* / :art: remove _id and __v from responseFlam3rboy2021-04-0615-99/+178
|/
* :bug: fix Message ModelFlam3rboy2021-04-066-12/+10
|
* remove date_of_birth as discord only saves if someone is older than 18 years ↵Flam3rboy2021-04-063-3/+1
| | | | (nsfw_allowed)
* :wrench: buildFlam3rboy2021-04-063-3/+3
|
* :art: Convert id bigint to stringFlam3rboy2021-04-0659-495/+493
|
* :bug: fix User Model guildsFlam3rboy2021-04-066-4/+7
|
* :sparkles: add date of birth to userFlam3rboy2021-04-064-1/+5
|
* :rewind: revert guilds in user_dataFlam3rboy2021-04-062-2/+2
|
* :bug: fix DatabaseFlam3rboy2021-04-0617-181/+252
|
* :sparkles: save private data in user.user_dataFlam3rboy2021-04-061-32/+39
|
* :sparkles: add Guild virtual fieldsFlam3rboy2021-04-061-1/+41
|
* :bug: fix Ready eventFlam3rboy2021-04-061-6/+22
|
* :bug: fix Activity ModelFlam3rboy2021-04-061-33/+33
|
* :sparkles: export ReadyEventDataFlam3rboy2021-04-053-111/+114
|
* :sparkles: Event EnumFlam3rboy2021-04-054-2/+131
|
* :art: MessageFlam3rboy2021-03-272-14/+14
|
* :art: update Message timestamp to use DateFlam3rboy2021-03-274-14/+14
|
* :sparkles: changed number to date typeFlam3rboy2021-03-0826-48/+116
|
* :sparkles: AuditLogFlam3rboy2021-03-0423-58/+136
|
* :sparkles: AuditLogFlam3rboy2021-03-044-0/+537
|
* :art: getPermission() default optsFlam3rboy2021-03-043-4/+4
|
* :art: getPermission cacheFlam3rboy2021-03-037-17/+33
|
* :construction: custom permissionsFlam3rboy2021-03-031-1/+6
|
* :bug: fix populate. finally 😅Flam3rboy2021-02-231-6/+12
|
* [Member] fix -> make id requiredFlam3rboy2021-02-223-8/+10
|
* :sparkles: MemberModel add virtual user fieldFlam3rboy2021-02-227-5/+23
|
* :wrench: buildFlam3rboy2021-02-229-11/+14
|
* Custom PermissionFlam3rboy2021-02-221-1/+5
|
* Fix Member ModelFlam3rboy2021-02-223-24/+27
|
* :bug: fix Permission BitFieldFlam3rboy2021-02-223-20/+31
|
* :bug: fix ban Model SchemaFlam3rboy2021-02-213-3/+3
|
* :bug: fix Event modelFlam3rboy2021-02-214-5/+5
|
* updated InviteModelxnacly2021-02-214-108/+26
|
* fixed typo in Ban.tsxnacly2021-02-212-2/+2
|
* BanModel UpdateIntevel ツ2021-02-214-1/+5
| | | | I edited the ban scheme and added a new value
* :wrench: buildFlam3rboy2021-02-196-1/+31
|
* :sparkles: Ban ModelFlam3rboy2021-02-192-0/+20
|
* :see_no_evil: revert changesFlam3rboy2021-02-174-1/+5
|
* :zap: UserModel remove guild bigint array -> instead use MemberModelFlam3rboy2021-02-174-5/+1
|
* :bug: fix Mongodb BigIntFlam3rboy2021-02-163-2/+4
|
* :bug: fix databaseFlam3rboy2021-02-1633-34/+109
|
* :bug: fix databaseFlam3rboy2021-02-163-9/+4
|
* :bug: fix Message ModelFlam3rboy2021-02-163-3/+3
|
* :bug: fix ConfigFlam3rboy2021-02-163-3/+3
|
* :bug: fix2 Message ModelFlam3rboy2021-02-163-3/+3
|
* :bug: fix message modelFlam3rboy2021-02-163-3/+3
|
* :bug: fix message modelFlam3rboy2021-02-153-4/+3
|
* :bug: fix guild modelFlam3rboy2021-02-142-2/+1
|
* :bug: fix Event typeFlam3rboy2021-02-1412-18/+40
|
* :bug: fix permissionFlam3rboy2021-02-144-4/+4
|
* :bug: fix public member typeFlam3rboy2021-02-148-10/+16
|
* :bug: fix PermissionResolvableFlam3rboy2021-02-143-3/+38
|
* :bug: fix Permissions type declarationFlam3rboy2021-02-142-2/+2
|
* :sparkles: getPermission util functionFlam3rboy2021-02-1488-1503/+62
|
* :art: Channel + Member + Message + Role in separate collectionFlam3rboy2021-02-1320-18/+142
|
* :bug: export MongooseCacheFlam3rboy2021-02-138-11/+13
|
* :sparkles: Config init takes default optsFlam3rboy2021-02-134-6/+6
|
* :zap: Config and database updateFlam3rboy2021-02-1351-97/+836
|
* :sparkles: mongoose SchemasFlam3rboy2021-02-1317-46/+654
|
* move guild arrays into seperate collectionsFlam3rboy2021-02-128-15/+22
|
* :bug: fix exportFlam3rboy2021-02-125-176/+81
|
* :bug: can not override event -> update eventsFlam3rboy2021-02-122-87/+104
|
* :wrench: buildFlam3rboy2021-02-1129-20/+478
|
* :sparkles: updated other modelsFlam3rboy2021-02-1113-58/+478
|
* :sparkles: Event modelFlam3rboy2021-02-114-6/+753
|
* :wrench: buildFlam3rboy2021-02-111-7/+5
|
* :bug: fix member modelFlam3rboy2021-02-111-8/+5
|
* fix models + move schemas in api and gatewayFlam3rboy2021-02-1084-193/+1243
|
* export eventFlam3rboy2021-02-104-4/+7
|
* added missing optional typesxnacly2021-02-092-70/+67
|
* added missing exports (guildschema)xnacly2021-02-098-10/+20
|
* Merge branch 'main' of ↵xnacly2021-02-091-4/+4
|\ | | | | | | https://github.com/discord-open-source/discord-server-util into main
| * update repository urlsFlam3rboy2021-02-091-3/+3
| |
| * update nameFlam3rboy2021-02-091-1/+1
| |
* | added missing build for guild schemaxnacly2021-02-093-0/+17
|/
* added guild schemaxnacly2021-02-091-0/+35
|
* :sparkles: Event ModelFlam3rboy2021-02-087-2/+40
|
* :arrow_up: bump lambert-dbFlam3rboy2021-02-086-12/+18
|
* :arrow_up: bump lambert-db to version 1.1.6Flam3rboy2021-02-072-8/+8
|
* update lambert-dbFlam3rboy2021-02-062-18/+138
|
* :wrench: buildFlam3rboy2021-02-064-5/+6
|
* :sparkles: add guilds array to user modelFlam3rboy2021-02-061-0/+1
|
* :bug: fix identify schemaFlam3rboy2021-02-061-2/+2
|
* :sparkles: Schema interfacesFlam3rboy2021-02-0611-77/+195
|
* update missing-native-js-functions versionFlam3rboy2021-02-063-21/+8
|
* :sparkles: convertBigIntToStringFlam3rboy2021-02-068-7/+1045
|
* :bug: export files and classesFlam3rboy2021-02-054-3/+38
|
* :wrench: buildFlam3rboy2021-02-0582-21/+1437
|
* Move Models/Schemas to server-utilFlam3rboy2021-02-0514-2/+312
|
* :bug: make default options optionalFlam3rboy2021-02-052-6/+6
|
* :art: rename Database -> dbFlam3rboy2021-02-0517-3/+126
|
* :wrench: buildFlam3rboy2021-02-052-3/+13
|
* :art: export functionsFlam3rboy2021-02-051-0/+6
|
* :tada: initFlam3rboy2021-02-054-0/+934
|
* DatabaseFlam3rboy2021-02-051-0/+6
|
* ConfigFlam3rboy2021-02-052-0/+33
|
* checkTokenFlam3rboy2021-02-051-0/+13
|
* Initial commitFlam3rboy2021-02-043-0/+126