summary refs log tree commit diff
path: root/src/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* :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
* additional token checks: user disabled/deleted or if the token was revokedFlam3rboy2021-05-241-0/+4
* 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
* Fix compilation with strictNullChecks: truePaul Munteanu2021-05-232-4/+4
* :sparkles: BanSchemaFlam3rboy2021-05-221-0/+9
* :bug: fix Message ModelFlam3rboy2021-05-221-1/+1
* :sparkles: Message reaction user_idsFlam3rboy2021-05-221-0/+2
* :bug: fix Channel + Invite ModelFlam3rboy2021-05-222-7/+19
* :bug: fix Public MemberFlam3rboy2021-05-211-1/+1
* :sparkles: MessageAckEventFlam3rboy2021-05-212-0/+15
* :bug: make Message created_at optionalFlam3rboy2021-05-211-1/+1
* :sparkles: [Message] Model add created_atFlam3rboy2021-05-211-1/+7
* :bug: fix typesFlam3rboy2021-05-182-4/+6
* 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
* :bug: fix Webhook modelFlam3rboy2021-04-241-0/+1
* :bug: fix member modelFlam3rboy2021-04-231-8/+0
* :sparkles: Webhook ModelFlam3rboy2021-04-232-0/+91
* :bug: fix Activity ModelFlam3rboy2021-04-171-1/+1
* :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-084-6/+14
* 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
|/
* :bug: fix lean not working with virtualsFlam3rboy2021-04-072-55/+58
* :art: remove _id and __v from responseFlam3rboy2021-04-062-30/+69
* :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-0615-232/+230
* :bug: fix User Model guildsFlam3rboy2021-04-061-1/+1
* :sparkles: add date of birth to userFlam3rboy2021-04-061-0/+2
* :rewind: revert guilds in user_dataFlam3rboy2021-04-061-1/+1
* :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-045-25/+62
* :sparkles: AuditLogFlam3rboy2021-03-041-0/+220
* [Member] fix -> make id requiredFlam3rboy2021-02-221-4/+5
* :sparkles: MemberModel add virtual user fieldFlam3rboy2021-02-222-2/+12
* Fix Member ModelFlam3rboy2021-02-223-24/+27
* :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-191-0/+19
* :see_no_evil: revert changesFlam3rboy2021-02-171-0/+2
* :zap: UserModel remove guild bigint array -> instead use MemberModelFlam3rboy2021-02-171-2/+0
* :bug: fix databaseFlam3rboy2021-02-1610-10/+30
* :bug: fix Message ModelFlam3rboy2021-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 public member typeFlam3rboy2021-02-142-3/+6
* :art: Channel + Member + Message + Role in separate collectionFlam3rboy2021-02-134-6/+19
* :bug: export MongooseCacheFlam3rboy2021-02-131-0/+2
* :sparkles: mongoose SchemasFlam3rboy2021-02-1312-37/+486
* move guild arrays into seperate collectionsFlam3rboy2021-02-124-6/+13
* :bug: fix exportFlam3rboy2021-02-121-3/+2
* :bug: can not override event -> update eventsFlam3rboy2021-02-121-46/+57
* :sparkles: updated other modelsFlam3rboy2021-02-1112-51/+394
* :sparkles: Event modelFlam3rboy2021-02-111-2/+416
* :bug: fix member modelFlam3rboy2021-02-111-8/+5
* fix models + move schemas in api and gatewayFlam3rboy2021-02-103-3/+6
* added missing optional typesxnacly2021-02-091-35/+34
* :sparkles: Event ModelFlam3rboy2021-02-081-0/+9
* :sparkles: add guilds array to user modelFlam3rboy2021-02-061-0/+1
* :sparkles: Schema interfacesFlam3rboy2021-02-062-37/+35
* Move Models/Schemas to server-utilFlam3rboy2021-02-058-0/+238