summary refs log tree commit diff
path: root/webrtc (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-15fix: make API dockerfile use correct setup stepsHayden Young5-17/+69
2021-10-15:bug: fix unittestsFlam3rboy8-693/+28842
2021-10-15chore: update ts-node during npm run setupHayden Young2-10726/+985
2021-10-15:art: exclude healthz/readyz from authFlam3rboy1-0/+2
2021-10-15:bug: fix pruneFlam3rboy3-28/+35
2021-10-15:zap: speed up message queryFlam3rboy1-27/+21
2021-10-14fix: don't set location by defaultHayden Young2-8/+15
2021-10-14chore: remove unused importHayden Young1-1/+1
2021-10-14feat: implement an S3-based storage APIHayden Young4-6095/+3591
2021-10-14:art: do not automatically create default guildFlam3rboy1-4/+4
2021-10-14feat: implement a database check on the healthz and readyz probes, remove /-/...Hayden Young3-12/+16
2021-10-14feat: initial addition of a healthz, readyz and metrics routeHayden Young3-0/+30
2021-10-14:bug: fix migration + autojoinFlam3rboy2-3/+6
2021-10-13added route /guilds/:id/prune GET count and POST prune.Maddy3-1/+87
2021-10-12:pencil: improve loggingFlam3rboy4-5/+1
2021-10-12:zap: improve memory managmentFlam3rboy4-4/+13
2021-10-12:zap: benchmark testsFlam3rboy3-0/+63
2021-10-12...actually fix windows usernames breaking npm run setup ( I forgot to quote ...Maddy1-2/+2
2021-10-12npm run build on Windows with usernames containing spaces fails, fixed by esc...Maddy1-2/+2
2021-10-11:art: gifsFlam3rboy5-83/+66
2021-10-11:bug: fix #371Flam3rboy1-2/+2
2021-10-11Update Rights.tsFlam3rboy1-1/+1
2021-10-11npm run build on Windows with usernames containing space fails, fixed by wrap...Maddy1-1/+1
2021-10-10Added more rights, and explained existing onesErkin Alp Güney1-3/+7
2021-10-10Put local types backThe Arcane Brony8-17/+17
2021-10-10Change enums to numbersThe Arcane Brony8-20/+17
2021-10-10:bug: fix modify role.permissionsFlam3rboy3-47/+23
2021-10-10:art: update migration scriptFlam3rboy1-8/+10
2021-10-10added vanity db migrationFlam3rboy3-12/+28
2021-10-10:bug: fix vanity urlFlam3rboy1-10/+2
2021-10-10forgot to fix primary columns on invitesThe Arcane Brony1-4/+4
2021-10-10Fix duplicate keyThe Arcane Brony6-22/+28
2021-10-10:bug: fix IdentifyFlam3rboy1-3/+1
2021-10-10:bug: fix null user in identifyFlam3rboy1-1/+1
2021-10-10:bug: fix Emoji missing in identifyFlam3rboy3-2/+2
2021-10-10:sparkles: migrate scriptFlam3rboy1-2/+3
2021-10-10:bug: fix Identify ready payload missing usersFlam3rboy1-1/+3
2021-10-10:bug: fix emojis routeFlam3rboy3-173/+431
2021-10-10:art: emoji db migrationFlam3rboy8-9/+234
2021-10-10:bug: fix cdn route not working without hashFlam3rboy2-3/+26
2021-10-10:bug: fix cdnFlam3rboy1-18/+3
2021-10-10:see_no_evil: remove console.logFlam3rboy1-1/+0
2021-10-10:bug: fix tsc compilerFlam3rboy6-31/+54
2021-10-10:bug: fix windows process.getuidFlam3rboy1-1/+1
2021-10-10:bug: convert bigint literal to objectFlam3rboy5-7/+12
2021-10-10:art: clean up imports + classesFlam3rboy15-146/+23
2021-10-10:art: clean up dependenciesFlam3rboy18-16722/+15526
2021-10-10:sparkles: changed and fixed compilerFlam3rboy8-130/+66
2021-10-09:sparkles: random guest username generation addedxnacly1-1/+42
2021-10-09(api): fix some issuesLobo Metalúrgico1-3/+2
2021-10-09:bug: rewrite locale en to en-USFlam3rboy1-0/+6
2021-10-09:bug: fix build.js?Flam3rboy1-1/+1
2021-10-09:sparkles: added read stateFlam3rboy4-11/+22
2021-10-09:sparkles: handleFile() now returns mime_type and sizeFlam3rboy1-4/+19
2021-10-09Implement GIFsuurgothat3-0/+122
2021-10-09(api): implement post on emoji routeLobo Metalúrgico1-4/+38
2021-10-09(api): add patch to emoji routeLobo Metalúrgico1-0/+26
2021-10-09:art: cdn now also works without setting a public endpointFlam3rboy2-4/+4
2021-10-09:bug: fix array key in configFlam3rboy1-2/+5
2021-10-09:bug: fix typingFlam3rboy2-2/+3
2021-10-09:art: do not auto guest register on login/register pageFlam3rboy1-1/+1
2021-10-09:bug: fix claim accountFlam3rboy1-4/+12
2021-10-09:sparkles: added guestsRequireInvite to configFlam3rboy2-5/+9
2021-10-09:bug: fix password changingFlam3rboy1-4/+22
2021-10-09:bug: fix cdnFlam3rboy5-6/+5
2021-10-08(api): fix route nameLobo Metalúrgico1-0/+0
2021-10-08(api): inital emojis route implementationLobo Metalúrgico2-0/+80
2021-10-09:bug: fix importFlam3rboy3-3/+6
2021-10-09:bug: fix old node versionFlam3rboy1-2/+2
2021-10-09:art: fix imports with new build scriptFlam3rboy15-42/+43
2021-10-09:bug: fix buildFlam3rboy13-126/+252
2021-10-08:rocket: 2000 commit - changed ascii artxnacly1-6/+6
2021-10-08replaced node:16 with alpine in bundle Dockerfilexnacly1-1/+2
2021-10-08:sparkles: added Dockerfile for bundlexnacly2-0/+9
2021-10-08:sparkles: bundle build scriptFlam3rboy14-166/+1574
2021-10-07:bug: fix swc configFlam3rboy16-1317/+105
2021-10-07:zap: fast build scriptFlam3rboy2-18/+37
2021-10-07:bug: fix types + swcrc configsFlam3rboy11-1242/+68
2021-10-07:bug: fix swcrc config: rewrite import -> requireFlam3rboy9-95/+81
2021-10-06Compiler testThe Arcane Brony29-122/+5195
2021-10-06:arrow_up: update packagesFlam3rboy5-23/+23
2021-10-05:arrow_up: lambert-server@1.2.11Flam3rboy8-30/+32
2021-10-05:art: add build script to bundle setupFlam3rboy1-1/+1
2021-10-05:bug: fix set user settingsFlam3rboy1-33/+0
2021-10-05:bug: fix user projectionFlam3rboy7-6/+13
2021-10-05:art: reformattedFlam3rboy3-9/+19
2021-10-05:bug: fix client localeFlam3rboy1-1/+2
2021-10-05:sparkles: added autoJoin guild to configFlam3rboy5-74/+123
2021-10-05:art: move field error to utilFlam3rboy7-8/+6
2021-10-05:sparkles: add User.register() methodFlam3rboy2-136/+153
2021-10-05:arrow_up: update mnjsfFlam3rboy10-46/+46
2021-10-05:bug: fix windows db file pathFlam3rboy1-1/+1
2021-10-05:bug: fix lazy requestFlam3rboy1-1/+12
2021-10-05:art: improve migration scriptFlam3rboy1-21/+103
2021-10-05:bug: fix guild create with client templateFlam3rboy1-21/+17
2021-10-05:sparkles: auto register guest accountFlam3rboy1-0/+10
2021-10-05:bug: fix bundle setupFlam3rboy1-1/+1
2021-10-04:sparkles: db migrate scriptFlam3rboy3-4/+52
2021-10-04:sparkles: generalize primary column to work with mongodb object idFlam3rboy16-63/+63
2021-10-04:arrow_up: update dependenciesFlam3rboy4-1/+7
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 endpointFlam3rboy6-67/+27
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 pageFlam3rboy6-27/+41
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 entitiesFlam3rboy