summary refs log tree commit diff
path: root/util/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-04:construction: different db enginesFlam3rboy11-40/+415
2021-10-04replace chalk with nanocolorsuurgothat10-11/+59
2021-10-04Add warn for git + remove unnecessary importuurgothat2-6/+14
2021-10-04Rainbow the logsuurgothat9-28/+46
2021-10-04:sparkles: custom user flags offsetFlam3rboy1-0/+2
2021-10-03:truck: rename id -> sku_idFlam3rboy1-22/+6
2021-10-03Add subscription plans so the client doesn't crashThe Arcane Brony1-14/+31
2021-10-03:bug: fix message reactionsFlam3rboy2-6/+4
2021-10-03fix request failiure with error code 400afeuerstein1-1/+1
2021-10-03:bug: fix registrationFlam3rboy1-0/+1
2021-10-03:sparkles: add ``right`` option to route()Flam3rboy6-5/+31
2021-10-03:sparkles: User instance rightsFlam3rboy4-40/+119
2021-10-02:art: restructure gatewayFlam3rboy9-12/+36
2021-10-01Add default value to guild discovery"The Arcane Brony1-2/+1
2021-10-01Add setting to show all guilds in discovery, fix query for guild discoveryThe Arcane Brony2-2/+13
2021-10-01:bug: fix schema + user modify not workingFlam3rboy2-460/+154
2021-10-01:bug: fix disable registerFlam3rboy1-1/+1
2021-10-01:sparkles: registration disabled noticeFlam3rboy1-0/+9
2021-10-01:sparkles: new user flagsFlam3rboy1-0/+2
2021-10-01fix #406Flam3rboy2-1/+2
2021-09-30hotfix for misc routesuurgothat6-7/+10
2021-09-30Add misc routesuurgothat14-2/+183
2021-09-29store improvementsuurgothat4-24/+156
2021-09-26:bug: fix channel permission overwritesFlam3rboy6-105/+112
2021-09-25:bug: fix role can't set permissionFlam3rboy1-2/+13
2021-09-25:sparkles: add private and public endpointFlam3rboy7-69/+29
2021-09-25:bug: message attachment urlFlam3rboy1-0/+5
2021-09-25:lock: XSS content type: htmlFlam3rboy1-2/+15
2021-09-25:sparkles: key value configFlam3rboy3-19/+70
2021-09-25:bug: fix #392Flam3rboy1-2/+2
2021-09-25:bug: fix guild template createFlam3rboy1-13/+15
2021-09-24:sparkles: added User flagsFlam3rboy1-0/+2
2021-09-23:art: sort openapi tags by alphabetFlam3rboy1-6597/+5994
2021-09-23:art: remove start from setup scriptFlam3rboy2-293/+1230
2021-09-23:bug: prepare/postinstall only works for packages not local npm installFlam3rboy1-1/+1
2021-09-23:bug: fix install scriptFlam3rboy2-3/+2
2021-09-23:bug: fix (pre) install scriptsFlam3rboy8-14/+28
2021-09-23Ok, so it DOES buildChris Chrome2-3/+5
2021-09-23Use @yukikaze-bot/erlpackChris Chrome5-11/+832
2021-09-22Update README.mdSlappy8261-1/+1
2021-09-21:sparkles: example value in documentationFlam3rboy3-6/+15
2021-09-21:sparkles: unit tests expect eventFlam3rboy3-5996/+6628
2021-09-21:sparkles: generate openapi documentationFlam3rboy19-1048/+7415
2021-09-20:bug: fix unittestsFlam3rboy4-21/+82
2021-09-20:sparkles: add option to disable all rate limitsFlam3rboy6-6/+10
2021-09-20:bug: fix errror handlerFlam3rboy1-3/+4
2021-09-20:art: rewrite importsFlam3rboy26-363/+2601
2021-09-20:bug: fix relationshipsFlam3rboy2-254/+14
2021-09-20:bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy23-97/+153
2021-09-20Update index.tsFlam3rboy1-5/+1
2021-09-20oRdEr Of OpErAtIoNsChris Chrome1-2/+2
2021-09-20:sparkles: finish and fix .delete() for one-to-many relationsFlam3rboy1-8/+9
2021-09-20:sparkles: accept invite pageFlam3rboy7-27/+43
2021-09-20Fix one thing, another problem pops upChris Chrome3-2/+6
2021-09-20:arrow_up: update test clientFlam3rboy1-4/+4
2021-09-20:construction: auto delete relationsFlam3rboy5-69/+112
2021-09-20Delete messages before deleting channelChris Chrome1-2/+2
2021-09-19Update README.mdFlam3rboy1-1/+1
2021-09-19:truck: move file handle to utilityFlam3rboy7-4/+422
2021-09-19:art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy7-20/+532
2021-09-19:art: remove deleteMessageAttachments and move to entityFlam3rboy4-17/+8
2021-09-19:bug: fix bundle debugFlam3rboy4-9/+270
2021-09-19:truck: move handleFile to cdnFlam3rboy4-9/+5
2021-09-19:art: user is verified by defaultFlam3