summary refs log tree commit diff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace characters in banned words detectionMadeline2022-10-251-0/+2
* Fix BannedWords breaking because windows line endingsMadeline2022-10-251-1/+1
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-252-16/+4
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-243-1/+13
* Change android and ios client downloads to use /download endpoint, update Rel...Madeline2022-10-241-6/+3
* remove self_edit_guilds, was dumbMadeline2022-10-072-2/+1
* Embed cacheMadeline2022-10-032-1/+14
* Twitter embedsMadeline2022-10-031-0/+6
* Make imagor optionalMadeline2022-10-021-0/+2
* Make `afk` optional in ActivitySchemaMadeline2022-10-011-2/+2
* Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SE...Madeline2022-09-301-1/+2
* Fix client crash on GUILD_CREATEMadeline2022-09-282-0/+2
* Discovery splashes + fix guild icons disappearing on settings changeMadeline2022-09-281-0/+1
* Missed some schemasMadeline2022-09-286-0/+45
* Use PrimaryIdColumn instead of PrimaryColumn in Invite and CategoryMadeline2022-09-282-6/+5
* Generate IDs for entities by defaultMadeline2022-09-281-1/+2
* Fix user validator preventing updateMadeline2022-09-271-40/+51
* Don't fetch all members in guild in Member.addToGuildMadeline2022-09-272-4/+18
* PrettierMadeline2022-09-26102-945/+1816
* Move schemas to /src/util/schemasMadeline2022-09-2645-70/+595
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-1/+0
* 'Fix' distinct alias typeorm issueMadeline2022-09-263-10/+7
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2583-0/+7266
* :sparkles: rtcFlam3rboy2021-08-1216-1198/+0
* :sparkles: config add rate limitFlam3rboy2021-08-121-13/+47
* fix rabbitmq exportFlam3rboy2021-08-121-11/+15
* :bug: fix config: don't use mongodb change streamsFlam3rboy2021-08-121-4/+4
* :sparkles: added .overwriteChannel function to permissionsFlam3rboy2021-08-121-2/+13
* :sparkles: rabbitmqFlam3rboy2021-08-113-18/+37
* added deleted and disabled check for checkTokenxnacly2021-08-101-1/+1
* :bug: fix MessageTypeFlam3rboy2021-08-091-22/+22
* :recycle: convert bigint literals to objects for backwards compatibilityFlam3rboy2021-08-094-66/+66
* :bug: fix bitfield resolveFlam3rboy2021-08-081-1/+1
* [Config] Make brokers null by defaultDiego Magdaleno2021-07-291-4/+2
* [Config] Handle kafkaDiego Magdaleno2021-07-291-2/+15
* Add regions to ConfigPaul Munteanu2021-07-261-0/+19
* :loud_sound: fix logFlam3rboy2021-07-181-1/+1
* auto throw error if findOne doesn't find any docFlam3rboy2021-07-101-1/+0
* :see_no_evil: :lock: hide db password in logFlam3rboy2021-07-081-1/+3
* :bug: fix ConfigFlam3rboy2021-07-071-1/+1
* :sparkles: checkToken return user dataFlam3rboy2021-06-301-2/+5
* :sparkles: Rate Limit modelFlam3rboy2021-06-281-11/+17
* :bug: fix mongoose cacheFlam3rboy2021-06-272-8/+23
* :sparkles: Config: ipdataApiKey + register.blockProxiesFlam3rboy2021-06-271-0/+4
* :sparkles: allow bot tokensFlam3rboy2021-06-241-0/+1
* :bug: fix checkTokenFlam3rboy2021-06-232-2/+2
* :art: rename recipients -> recipient_idsFlam3rboy2021-05-311-5/+5
* :bug: fix configFlam3rboy2021-05-311-1/+1
* fix message modelFlam3rboy2021-05-301-1/+1
* :sparkles: add requestSignature to ConfigFlam3rboy2021-05-291-1/+3
* :sparkles: add cdn.endpoint to configFlam3rboy2021-05-281-0/+6
* :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-241-1/+8
* Config: Don't cast to unknow and rather give a gernic typeDiego Magdaleno2021-05-231-2/+2
* :bug: fix checktokenFlam3rboy2021-05-231-3/+2
* Config: export getConfigPathForFileDiego Magdaleno2021-05-221-1/+1
* Config: New config and store classes to replace the mongo methodDiego Magdaleno2021-05-221-34/+109
* :bug: fix Message ModelFlam3rboy2021-05-221-3/+3
* :sparkles: system user permissionsFlam3rboy2021-05-221-0/+2
* :bug: fix Channel + Invite ModelFlam3rboy2021-05-221-1/+1
* fix channel permission calcFlam3rboy2021-05-212-2/+2
* :bug: convert string to bigint PermissionsFlam3rboy2021-05-212-3/+11
* :bug: fix typesFlam3rboy2021-05-182-6/+20
* :bug: add MessageType enumFlam3rboy2021-05-143-5/+33
|\
| * :sparkles: add MessageType enumFlam3rboy2021-05-143-5/+33
* | :bug: fix Database toObjectFlam3rboy2021-05-102-3/+3
|/
* :sparkles: add dm permissionFlam3rboy2021-04-261-14/+50
* :bug: fix stringFlam3rboy2021-04-241-1/+2
* :art: String trimSpecial pass string OR undefinedFlam3rboy2021-04-241-1/+2
* :sparkles: throw missing permissionFlam3rboy2021-04-231-4/+11
* Merge branch 'main' of https://github.com/discord-open-source/discord-server-...Flam3rboy2021-04-147-42/+94
|\
| * added toBigInt and BigInt getters to bitfieldsnotsapinho2021-04-085-3/+18
| * Merge branch 'main' of https://github.com/fosscord/fosscord-server-utilxnacly2021-04-084-40/+67
| |\
| | * getPermission use cacheFlam3rboy2021-04-071-5/+5
| | * fix toObject typeFlam3rboy2021-04-071-3/+5
| | * :bug: fix lean not working with virtualsFlam3rboy2021-04-071-0/+9
| | * 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-061-0/+7
| | |/
| | * :art: Convert id bigint to stringFlam3rboy2021-04-062-5/+5
| | * :bug: fix User Model guildsFlam3rboy2021-04-061-0/+2
| | * :bug: fix DatabaseFlam3rboy2021-04-062-28/+34
| * | added hasThrowxnacly2021-04-081-0/+10
| |/
* / :zap: export regexFlam3rboy2021-04-142-2/+4
|/
* :sparkles: AuditLogFlam3rboy2021-03-043-3/+7
* :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
* Custom PermissionFlam3rboy2021-02-221-1/+5
* :bug: fix Permission BitFieldFlam3rboy2021-02-221-10/+15
* :bug: fix Mongodb BigIntFlam3rboy2021-02-161-1/+1
* :bug: fix databaseFlam3rboy2021-02-161-2/+5
* :bug: fix databaseFlam3rboy2021-02-161-5/+2
* :bug: fix ConfigFlam3rboy2021-02-161-1/+1
* :bug: fix permissionFlam3rboy2021-02-141-1/+1
* :bug: fix public member typeFlam3rboy2021-02-141-1/+1
* :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-131-0/+47
* :sparkles: Config init takes default optsFlam3rboy2021-02-131-2/+2
* :zap: Config and database updateFlam3rboy2021-02-133-21/+26
* :sparkles: mongoose SchemasFlam3rboy2021-02-133-7/+164
* :arrow_up: bump lambert-dbFlam3rboy2021-02-082-2/+5
* update missing-native-js-functions versionFlam3rboy2021-02-061-13/+0
* :sparkles: convertBigIntToStringFlam3rboy2021-02-062-1/+14
* :wrench: buildFlam3rboy2021-02-0511-0/+435