summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Guild.tsnotsapinho2021-04-071-1/+1
|
* getPermission use cacheFlam3rboy2021-04-071-5/+5
|
* fix toObject typeFlam3rboy2021-04-071-3/+5
|
* :bug: fix lean not working with virtualsFlam3rboy2021-04-074-57/+69
|
* Merge branch 'main' of ↵Flam3rboy2021-04-061-1/+2
|\ | | | | | | https://github.com/discord-open-source/discord-server-util into main
| * :arrow_up: update mongodbFlam3rboy2021-04-061-1/+2
| |
| * resolve deprecation warningsafeuerstein2021-04-061-1/+1
| |
* | :art: remove _id and __v from responseFlam3rboy2021-04-064-53/+78
|/
* :bug: fix Message ModelFlam3rboy2021-04-062-5/+4
|
* remove date_of_birth as discord only saves if someone is older than 18 years ↵Flam3rboy2021-04-061-1/+0
| | | | (nsfw_allowed)
* :art: Convert id bigint to stringFlam3rboy2021-04-0617-237/+235
|
* :bug: fix User Model guildsFlam3rboy2021-04-062-1/+3
|
* :sparkles: add date of birth to userFlam3rboy2021-04-061-0/+2
|
* :rewind: revert guilds in user_dataFlam3rboy2021-04-061-1/+1
|
* :bug: fix DatabaseFlam3rboy2021-04-062-28/+34
|
* :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-051-52/+54
|
* :sparkles: Event EnumFlam3rboy2021-04-051-0/+43
|
* :art: MessageFlam3rboy2021-03-271-7/+7
|
* :art: update Message timestamp to use DateFlam3rboy2021-03-271-6/+6
|
* :sparkles: changed number to date typeFlam3rboy2021-03-087-16/+20
|
* :sparkles: AuditLogFlam3rboy2021-03-048-28/+69
|
* :sparkles: AuditLogFlam3rboy2021-03-041-0/+220
|
* :art: getPermission() default optsFlam3rboy2021-03-041-1/+1
|
* :art: getPermission cacheFlam3rboy2021-03-031-4/+11
|
* :construction: custom permissionsFlam3rboy2021-03-031-1/+6
|
* :bug: fix populate. finally 😅Flam3rboy2021-02-231-6/+12
|
* [Member] fix -> make id requiredFlam3rboy2021-02-221-4/+5
|
* :sparkles: MemberModel add virtual user fieldFlam3rboy2021-02-222-2/+12
|
* Custom PermissionFlam3rboy2021-02-221-1/+5
|
* Fix Member ModelFlam3rboy2021-02-223-24/+27
|
* :bug: fix Permission BitFieldFlam3rboy2021-02-221-10/+15
|
* :bug: fix ban Model SchemaFlam3rboy2021-02-211-1/+1
|
* :bug: fix Event modelFlam3rboy2021-02-211-2/+2
|
* updated InviteModelxnacly2021-02-211-54/+15
|
* fixed typo in Ban.tsxnacly2021-02-211-1/+1
|
* BanModel UpdateIntevel ツ2021-02-211-0/+2
| | | | I edited the ban scheme and added a new value
* :sparkles: Ban ModelFlam3rboy2021-02-192-0/+20
|
* :see_no_evil: revert changesFlam3rboy2021-02-171-0/+2
|
* :zap: UserModel remove guild bigint array -> instead use MemberModelFlam3rboy2021-02-171-2/+0
|
* :bug: fix Mongodb BigIntFlam3rboy2021-02-161-1/+1
|
* :bug: fix databaseFlam3rboy2021-02-1611-12/+35
|
* :bug: fix databaseFlam3rboy2021-02-161-5/+2
|
* :bug: fix Message ModelFlam3rboy2021-02-161-1/+1
|
* :bug: fix ConfigFlam3rboy2021-02-161-1/+1
|
* :bug: fix2 Message ModelFlam3rboy2021-02-161-1/+1
|
* :bug: fix message modelFlam3rboy2021-02-161-1/+1
|
* :bug: fix message modelFlam3rboy2021-02-151-1/+1
|
* :bug: fix guild modelFlam3rboy2021-02-141-1/+1
|
* :bug: fix Event typeFlam3rboy2021-02-144-7/+19
|
* :bug: fix permissionFlam3rboy2021-02-141-1/+1
|
* :bug: fix public member typeFlam3rboy2021-02-143-4/+7
|
* :bug: fix PermissionResolvableFlam3rboy2021-02-141-1/+34
|
* :bug: fix Permissions type declarationFlam3rboy2021-02-141-1/+1
|
* :sparkles: getPermission util functionFlam3rboy2021-02-141-3/+30
|
* :art: Channel + Member + Message + Role in separate collectionFlam3rboy2021-02-135-6/+66
|
* :bug: export MongooseCacheFlam3rboy2021-02-132-2/+4
|
* :sparkles: Config init takes default optsFlam3rboy2021-02-131-2/+2
|
* :zap: Config and database updateFlam3rboy2021-02-133-21/+26
|
* :sparkles: mongoose SchemasFlam3rboy2021-02-1315-44/+650
|
* move guild arrays into seperate collectionsFlam3rboy2021-02-124-6/+13
|
* :bug: fix exportFlam3rboy2021-02-122-121/+29
|
* :bug: can not override event -> update eventsFlam3rboy2021-02-121-46/+57
|
* :sparkles: updated other modelsFlam3rboy2021-02-1113-58/+478
|
* :sparkles: Event modelFlam3rboy2021-02-111-2/+416
|
* :bug: fix member modelFlam3rboy2021-02-111-8/+5
|
* fix models + move schemas in api and gatewayFlam3rboy2021-02-108-173/+6
|
* export eventFlam3rboy2021-02-101-0/+2
|
* added missing optional typesxnacly2021-02-091-35/+34
|
* added missing exports (guildschema)xnacly2021-02-092-2/+8
|
* added guild schemaxnacly2021-02-091-0/+35
|
* :sparkles: Event ModelFlam3rboy2021-02-081-0/+9
|
* :arrow_up: bump lambert-dbFlam3rboy2021-02-082-2/+5
|
* :sparkles: add guilds array to user modelFlam3rboy2021-02-061-0/+1
|
* :bug: fix identify schemaFlam3rboy2021-02-061-2/+2
|
* :sparkles: Schema interfacesFlam3rboy2021-02-065-38/+98
|
* update missing-native-js-functions versionFlam3rboy2021-02-061-13/+0
|
* :sparkles: convertBigIntToStringFlam3rboy2021-02-062-1/+14
|
* :bug: export files and classesFlam3rboy2021-02-051-0/+14
|
* :wrench: buildFlam3rboy2021-02-0512-5/+407
|
* Move Models/Schemas to server-utilFlam3rboy2021-02-0512-1/+309
|
* :bug: make default options optionalFlam3rboy2021-02-051-3/+3
|
* :art: rename Database -> dbFlam3rboy2021-02-051-2/+2
|
* :art: export functionsFlam3rboy2021-02-051-0/+6
|
* :tada: initFlam3rboy2021-02-051-0/+0
|
* DatabaseFlam3rboy2021-02-051-0/+6
|
* ConfigFlam3rboy2021-02-052-0/+33
|
* checkTokenFlam3rboy2021-02-051-0/+13