summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* :bug: fix configFlam3rboy2021-05-311-1/+1
* :sparkles: Channel recipientsFlam3rboy2021-05-301-4/+11
* :bug: fix Ready eventFlam3rboy2021-05-301-1/+1
* :sparkles: Relationship typesFlam3rboy2021-05-302-6/+26
* :bug: fix activity modelFlam3rboy2021-05-301-1/+1
* :bug: fix models with type propertyFlam3rboy2021-05-305-6/+6
* fix message modelFlam3rboy2021-05-302-3/+5
* :sparkles: add requestSignature to ConfigFlam3rboy2021-05-292-2/+7
* :bug: fix Message embed typeFlam3rboy2021-05-281-2/+11
* :sparkles: add cdn.endpoint to configFlam3rboy2021-05-281-0/+6
* :bug: fix MessageComponent recursive definitionFlam3rboy2021-05-271-2/+1
* :sparkles: add TeamFlam3rboy2021-05-261-0/+17
* :sparkles: add ApplicationFlam3rboy2021-05-261-0/+23
* :sparkles: add MessageComponentFlam3rboy2021-05-261-1/+49
* :bug: fix Snowflake workeridFlam3rboy2021-05-251-1/+1
* :bug: fix Snowflake process + worker idFlam3rboy2021-05-251-3/+4
* :bug: fix default endpointFlam3rboy2021-05-251-2/+2
* :sparkles: new configFlam3rboy2021-05-241-108/+199
* additional token checks: user disabled/deleted or if the token was revokedFlam3rboy2021-05-242-1/+12
* Config: Don't cast to unknow and rather give a gernic typeDiego Magdaleno2021-05-231-2/+2
* Models: Update avatar to reflect the new NULL changesDiego Magdaleno2021-05-231-2/+2
* Models: User can have a NULL email in case it is an unclaimed accountDiego Magdaleno2021-05-231-1/+1
* Merge branch 'fosscord:master' into masterDiego Magdaleno2021-05-222-5/+4
|\
| * :bug: fix checktokenFlam3rboy2021-05-232-5/+4
* | Fix compilation with strictNullChecks: truePaul Munteanu2021-05-232-4/+4
|/
* Config: export getConfigPathForFileDiego Magdaleno2021-05-221-1/+1
* Config: New config and store classes to replace the mongo methodDiego Magdaleno2021-05-221-34/+109
* :sparkles: BanSchemaFlam3rboy2021-05-221-0/+9
* :bug: fix Message ModelFlam3rboy2021-05-222-4/+4
* :sparkles: system user permissionsFlam3rboy2021-05-221-0/+2
* :sparkles: Message reaction user_idsFlam3rboy2021-05-221-0/+2
* :bug: fix Channel + Invite ModelFlam3rboy2021-05-223-8/+20
* :bug: fix Public MemberFlam3rboy2021-05-211-1/+1
* :sparkles: MessageAckEventFlam3rboy2021-05-212-0/+15
* fix channel permission calcFlam3rboy2021-05-212-2/+2
* :bug: make Message created_at optionalFlam3rboy2021-05-211-1/+1
* :bug: convert string to bigint PermissionsFlam3rboy2021-05-212-3/+11
* :sparkles: [Message] Model add created_atFlam3rboy2021-05-211-1/+7
* :bug: fix typesFlam3rboy2021-05-184-10/+26
* :bug: add MessageType enumFlam3rboy2021-05-143-5/+33
|\
| * :sparkles: add MessageType enumFlam3rboy2021-05-143-5/+33
* | :bug: fix Database toObjectFlam3rboy2021-05-102-3/+3
|/
* Update Guild.tsIntevel ツ2021-05-081-2/+8
* Update Guild.tsIntevel ツ2021-05-081-2/+10
* Update Guild.tsIntevel ツ2021-05-081-2/+10
* 1.1.2Intevel ツ2021-05-081-1/+1
* New Version 1.1.1Intevel ツ2021-05-061-0/+2
* Update Template.tsIntevel ツ2021-05-051-2/+2
* Added TemplateIntevel ツ2021-05-052-0/+62
* :sparkles: add dm permissionFlam3rboy2021-04-261-14/+50
* :bug: fix Webhook modelFlam3rboy2021-04-242-1/+3
* :art: String trimSpecial pass string OR undefinedFlam3rboy2021-04-241-1/+2
* :bug: fix member modelFlam3rboy2021-04-231-8/+0
* :sparkles: Webhook ModelFlam3rboy2021-04-232-0/+91
* :sparkles: throw missing permissionFlam3rboy2021-04-231-4/+11
* :bug: fix Activity ModelFlam3rboy2021-04-171-1/+1
* Merge branch 'main' of https://github.com/discord-open-source/discord-server-...Flam3rboy2021-04-1424-409/+735
|\
| * :bug: fix Activity modelFlam3rboy2021-04-092-7/+8
| * :bug: fix Activity model with body schemaFlam3rboy2021-04-092-3/+41
| * updated invite modelxnacly2021-04-081-0/+60
| * added toBigInt and BigInt getters to bitfieldsnotsapinho2021-04-089-9/+32
| * Merge branch 'main' of https://github.com/fosscord/fosscord-server-utilxnacly2021-04-0821-417/+611
| |\
| | * Merge branch 'main' of https://github.com/discord-open-source/discord-server-...Flam3rboy2021-04-071-1/+1
| | |\
| | | * Update Guild.tsnotsapinho2021-04-071-1/+1
| | * | :zap: use mongoose autopopulateFlam3rboy2021-04-076-4/+44
| | |/
| | * 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 https://github.com/discord-open-source/discord-server-...Flam3rboy2021-04-061-1/+2
| | |\
| | | * :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
| | * :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
| * | added hasThrowxnacly2021-04-081-0/+10
| |/
| * :art: MessageFlam3rboy2021-03-271-7/+7
| * :art: update Message timestamp to use DateFlam3rboy2021-03-271-6/+6
* | :zap: export regexFlam3rboy2021-04-142-2/+4
* | :bug: fix message modelFlam3rboy2021-04-141-9/+9
|/
* :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
* :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