summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* :bug: fix executable + pause on crashFlam3rboy2021-10-171-1/+4
* :bug: fix docker imageFlam3rboy2021-10-174-71/+3
* :bug: fix executableFlam3rboy2021-10-171-20/+2
* :bug: fix typingFlam3rboy2021-10-171-3/+2
* :bug: fix typo in custom statusFlam3rboy2021-10-171-1/+1
* :arrow_up: update sqlite3Flam3rboy2021-10-174-108/+1845
* :sparkles: migration for timestamp migrationsFlam3rboy2021-10-172-1/+16
* Merge pull request #467 from hbjydev/fix-migration-column-issueSamuel2021-10-171-1/+1
|\
| * fix: make timestamp column a bigintHayden Young2021-10-151-1/+1
* | :bug: default session activitesFlam3rboy2021-10-172-1/+2
* | :sparkles: add presence migrationFlam3rboy2021-10-171-0/+11
* | Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-171-2/+1
|\ \
| * | Update README.mdSamuel2021-10-161-2/+1
* | | :art: reformattedFlam3rboy2021-10-172-8/+11
* | | :art: clean up instances on startFlam3rboy2021-10-171-1/+4
* | | :bug: user settingsFlam3rboy2021-10-171-2/+3
* | | :zap: added benchmarkFlam3rboy2021-10-173-1/+26
* | | :sparkles: User presence/statusFlam3rboy2021-10-179-50/+193
* | | :sparkles: added session + memberlist eventFlam3rboy2021-10-175-66/+62
* | | :zap: improve performance of identify + listenerFlam3rboy2021-10-172-79/+152
* | | :arrow_up: update mnjsfFlam3rboy2021-10-1610-49/+49
|/ /
* | Merge pull request #471 from ChrisChrome/patch-1Samuel2021-10-161-1/+1
|\ \
| * | Fix /gateway/botChris Chrome2021-10-161-1/+1
|/ /
* | :sparkles: lazy loading of guilds for bots closes #451Flam3rboy2021-10-161-7/+27
* | :bug: fix #450 (only if user is a bot application)Flam3rboy2021-10-161-1/+2
* | :lock: update modulesFlam3rboy2021-10-158-12704/+8952
* | :lock: update set-value & tarFlam3rboy2021-10-152-106/+23492
* | :bug: fix migration timestampeFlam3rboy2021-10-151-1/+1
|/
* :bug: fix message sendingFlam3rboy2021-10-151-1/+1
* Merge pull request #455 from fosscord/stickerSamuel2021-10-1527-47/+664
|\
| * :sparkles: sticker eventsFlam3rboy2021-10-152-1/+37
| * :sparkles: automatically run db migrationsFlam3rboy2021-10-156-1/+106
| * Merge branch 'master' into stickerFlam3rboy2021-10-1520-323/+19950
| |\
| * | :art: reformatFlam3rboy2021-10-156-13/+7
| * | :bug: fix sticker packsFlam3rboy2021-10-153-6/+10
| * | :bug: fix message sticker sendingFlam3rboy2021-10-155-4/+18
| * | :sparkles: sticker uploadFlam3rboy2021-10-153-11/+359
| * | :art: restructureFlam3rboy2021-10-142-3/+4
| * | :sparkles: sticker db entitiesFlam3rboy2021-10-142-1/+49
| * | :sparkles: sticker packsFlam3rboy2021-10-142-21/+2
| * | :sparkles: stickersFlam3rboy2021-10-142-0/+86
* | | Merge pull request #462 from hbjydev/unit-tests-expandedSamuel2021-10-155-20429/+2799
|\ \ \
| * | | feat: add tests to gateway routes, split into own routersHayden Young2021-10-152-6/+44
| * | | chore(merge): remote -> localHayden Young2021-10-153-20423/+2755
| | |/ | |/|
* | | Merge pull request #464 from hbjydev/api-snippetsSamuel2021-10-151-0/+29
|\ \ \ | |/ / |/| |
| * | feat: add a Router & Route snippet for vscodeHayden Young2021-10-151-0/+29
|/ /
* | :bug: fix unittestsFlam3rboy2021-10-158-693/+28842
* | Merge pull request #459 from hbjydev/cdn-s3Samuel2021-10-156-16166/+7520
|\ \
| * \ Merge branch 'master' into cdn-s3Hayden Young2021-10-159-37/+161
| |\ \ | |/ / |/| |
* | | Merge pull request #460 from fosscord/devSamuel2021-10-154-12/+49
|\ \ \
| * \ \ Merge pull request #454 from hbjydev/status-probesSamuel2021-10-1594-17257/+16817
| |\ \ \
| | * | | :art: exclude healthz/readyz from authFlam3rboy2021-10-151-0/+2
| | * | | Merge branch 'master' into pr/hbjydev/454Flam3rboy2021-10-1591-17257/+16781
| | |\ \ \
| | * | | | feat: implement a database check on the healthz and readyz probes, remove /-/...Hayden Young2021-10-143-12/+16
| | * | | | feat: initial addition of a healthz, readyz and metrics routeHayden Young2021-10-143-0/+30
| |/ / / /
* | | | | Merge pull request #448 from Mr2u/masterSamuel2021-10-154-21/+108
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | :bug: fix pruneFlam3rboy2021-10-153-28/+35
| * | | | :zap: speed up message queryFlam3rboy2021-10-151-27/+21
| * | | | Merge branch 'fosscord:master' into masterMr2u2021-10-1312-11/+79
| |\ \ \ \
| * | | | | added route /guilds/:id/prune GET count and POST prune.Maddy2021-10-133-1/+87
* | | | | | :art: do not automatically create default guildFlam3rboy2021-10-141-4/+4
| |_|_|_|/ |/| | | |
| | | | * chore: update ts-node during npm run setupHayden Young2021-10-152-10726/+985
| | | | * chore: merge master into cdn-s3Hayden Young2021-10-1591-16597/+19712
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | :bug: fix migration + autojoinFlam3rboy2021-10-142-3/+6
| |/ / / |/| | |
* | | | :pencil: improve loggingFlam3rboy2021-10-124-5/+1
* | | | :zap: improve memory managmentFlam3rboy2021-10-124-4/+13
* | | | :zap: benchmark testsFlam3rboy2021-10-123-0/+63
* | | | Merge pull request #444 from Mr2u/masterSamuel2021-10-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | ...actually fix windows usernames breaking npm run setup ( I forgot to quote ...Maddy2021-10-121-2/+2
|/ / /
* | | Merge pull request #443 from Mr2u/masterSamuel2021-10-121-2/+2
|\ \ \
| * | | npm run build on Windows with usernames containing spaces fails, fixed by esc...Maddy2021-10-121-2/+2
|/ / /
* | | Merge pull request #430 from Thesourtimes/masterFlam3rboy2021-10-115-11/+116
|\ \ \
| * | | :art: gifsFlam3rboy2021-10-115-83/+66
| * | | Merge branch 'master' into pr/Thesourtimes/430Flam3rboy2021-10-1177-17230/+16574
| |\ \ \
| * | | | Implement GIFsuurgothat2021-10-093-0/+122
* | | | | :bug: fix #371Flam3rboy2021-10-111-2/+2
| |/ / / |/| | |
* | | | Merge pull request #435 from TheArcaneBrony/change-enums-to-numberFlam3rboy2021-10-117-11/+8
|\ \ \ \
| * | | | Put local types backThe Arcane Brony2021-10-108-17/+17
| * | | | Change enums to numbersThe Arcane Brony2021-10-108-20/+17
* | | | | Merge pull request #437 from erkinalp/patch-4Flam3rboy2021-10-111-3/+7
|\ \ \ \ \
| * | | | | Update Rights.tsFlam3rboy2021-10-111-1/+1
| * | | | | Added more rights, and explained existing onesErkin Alp Güney2021-10-101-3/+7
|/ / / / /
* | | | | Merge pull request #434 from TheArcaneBrony/remove-vanity-urlFlam3rboy2021-10-108-37/+54
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into pr/TheArcaneBrony/434Flam3rboy2021-10-103-47/+23
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | :bug: fix modify role.permissionsFlam3rboy2021-10-103-47/+23
| * | | | | Merge branch 'master' into remove-vanity-urlFlam3rboy2021-10-102-8/+11
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | :art: update migration scriptFlam3rboy2021-10-101-8/+10
* | | | | | :bug: fix IdentifyFlam3rboy2021-10-101-3/+1
| * | | | | Merge branch 'remove-vanity-url' of https://github.com/thearcanebrony/fosscor...Flam3rboy2021-10-101-4/+4
| |\| | | |
| | * | | | forgot to fix primary columns on invitesThe Arcane Brony2021-10-101-4/+4
| * | | | | added vanity db migrationFlam3rboy2021-10-103-12/+28
| * | | | | :bug: fix vanity urlFlam3rboy2021-10-101-10/+2
| |/ / / /
| * / / / Fix duplicate keyThe Arcane Brony2021-10-106-22/+28
|/ / / /
* | | | :bug: fix null user in identifyFlam3rboy2021-10-101-1/+1
* | | | :bug: fix Emoji missing in identifyFlam3rboy2021-10-103-2/+2
* | | | :sparkles: migrate scriptFlam3rboy2021-10-101-2/+3
* | | | Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-1014-66/+696
|\ \ \ \
| * \ \ \ Merge pull request #424 from LoboMetalurgico/milestoneV1/routes/implement/emojisFlam3rboy2021-10-1014-66/+696
| |\ \ \ \
| | * | | | :bug: fix emojis routeFlam3rboy2021-10-103-173/+431
| | * | | | :art: emoji db migrationFlam3rboy2021-10-108-9/+234
| | * | | | :bug: fix cdn route not working without hashFlam3rboy2021-10-102-3/+26
| | * | | | :bug: fix cdnFlam3rboy2021-10-101-18/+3
| | * | | | Merge branch 'master' into pr/LoboMetalurgico/424Flam3rboy2021-10-1048-17014/+15658
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'fosscord:master' into milestoneV1/routes/implement/emojisLobo Metalúrgico2021-10-099-21/+94
| | |\ \ \ \
| | * | | | | (api): fix some issuesLobo Metalúrgico2021-10-091-3/+2
| | * | | | | (api): implement post on emoji routeLobo Metalúrgico2021-10-091-4/+38
| | * | | | | (api): add patch to emoji routeLobo Metalúrgico2021-10-091-0/+26
| | * | | | | Merge remote-tracking branch 'upstream/master' into milestoneV1/routes/implem...Lobo Metalúrgico2021-10-0911-20/+53
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | (api): fix route nameLobo Metalúrgico2021-10-081-0/+0
| | * | | | | (api): inital emojis route implementationLobo Metalúrgico2021-10-082-0/+80
* | | | | | | :bug: fix Identify ready payload missing usersFlam3rboy2021-10-101-1/+3
|/ / / / / /
* | | | | | :see_no_evil: remove console.logFlam3rboy2021-10-101-1/+0
* | | | | | :bug: fix tsc compilerFlam3rboy2021-10-106-31/+54
* | | | | | :bug: fix windows process.getuidFlam3rboy2021-10-101-1/+1
* | | | | | :bug: convert bigint literal to objectFlam3rboy2021-10-105-7/+12
* | | | | | :art: clean up imports + classesFlam3rboy2021-10-1015-146/+23
* | | | | | :art: clean up dependenciesFlam3rboy2021-10-1018-16722/+15526
* | | | | | :sparkles: changed and fixed compilerFlam3rboy2021-10-108-130/+66
| |_|/ / / |/| | | |
* | | | | :sparkles: random guest username generation addedxnacly2021-10-091-1/+42
* | | | | :bug: rewrite locale en to en-USFlam3rboy2021-10-091-0/+6
* | | | | :bug: fix build.js?Flam3rboy2021-10-091-1/+1
* | | | | :sparkles: added read stateFlam3rboy2021-10-094-11/+22
* | | | | :sparkles: handleFile() now returns mime_type and sizeFlam3rboy2021-10-091-4/+19
* | | | | :art: cdn now also works without setting a public endpointFlam3rboy2021-10-092-4/+4
| |/ / / |/| | |
* | | | Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0910-18/+48
|\ \ \ \
| * \ \ \ Merge pull request #429 from fosscord/devFlam3rboy2021-10-092-2/+3
| |\ \ \ \
| * \ \ \ \ Merge pull request #428 from fosscord/devFlam3rboy2021-10-099-16/+45
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* / | | | | :bug: fix array key in configFlam3rboy2021-10-091-2/+5
|/ / / / /
| | | | * fix: don't set location by defaultHayden Young2021-10-142-8/+15
| | | | * chore: remove unused importHayden Young2021-10-141-1/+1
| | | | * feat: implement an S3-based storage APIHayden Young2021-10-144-6095/+3591
| | | |/
| | | * Merge pull request #438 from Mr2u/devFlam3rboy2021-10-111-1/+1
| | |/|
| | | * npm run build on Windows with usernames containing space fails, fixed by wrap...Maddy2021-10-111-1/+1
| | |/
| | * :bug: fix typingFlam3rboy2021-10-092-2/+3
| |/
| * :art: do not auto guest register on login/register pageFlam3rboy2021-10-091-1/+1
| * :bug: fix claim accountFlam3rboy2021-10-091-4/+12
| * :sparkles: added guestsRequireInvite to configFlam3rboy2021-10-092-5/+9
| * :bug: fix password changingFlam3rboy2021-10-091-4/+22
| * :bug: fix cdnFlam3rboy2021-10-095-6/+5
|/
* :bug: fix importFlam3rboy2021-10-093-3/+6
* :bug: fix old node versionFlam3rboy2021-10-091-2/+2
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-092-7/+8
|\
| * :rocket: 2000 commit - changed ascii artxnacly2021-10-081-6/+6
| * replaced node:16 with alpine in bundle Dockerfilexnacly2021-10-081-1/+2
* | :art: fix imports with new build scriptFlam3rboy2021-10-0915-42/+43
* | :bug: fix buildFlam3rboy2021-10-0913-126/+252
|/
* :sparkles: added Dockerfile for bundlexnacly2021-10-082-0/+9
* Merge pull request #418 from TheArcaneBrony/compiler-changeFlam3rboy2021-10-0827-85/+5375
|\
| * :sparkles: bundle build scriptFlam3rboy2021-10-0814-166/+1574
| * Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-...Flam3rboy2021-10-077-43/+45
| |\
| | * :bug: fix types + swcrc configsFlam3rboy2021-10-0711-1242/+68
| | * :bug: fix swcrc config: rewrite import -> requireFlam3rboy2021-10-079-95/+81
| * | :bug: fix swc configFlam3rboy2021-10-0716-1317/+105
| * | :zap: fast build scriptFlam3rboy2021-10-072-18/+37
| |/
| * Compiler testThe Arcane Brony2021-10-0629-122/+5195
|/
* :arrow_up: update packagesFlam3rboy2021-10-065-23/+23
* :arrow_up: lambert-server@1.2.11Flam3rboy2021-10-058-30/+32
* :art: add build script to bundle setupFlam3rboy2021-10-051-1/+1
* :bug: fix set user settingsFlam3rboy2021-10-051-33/+0
* :bug: fix user projectionFlam3rboy2021-10-057-6/+13
* :art: reformattedFlam3rboy2021-10-053-9/+19
* :bug: fix client localeFlam3rboy2021-10-051-1/+2
* :sparkles: added autoJoin guild to configFlam3rboy2021-10-055-74/+123
* :art: move field error to utilFlam3rboy2021-10-057-8/+6
* :sparkles: add User.register() methodFlam3rboy2021-10-052-136/+153
* :arrow_up: update mnjsfFlam3rboy2021-10-0510-46/+46
* :bug: fix windows db file pathFlam3rboy2021-10-051-1/+1
* :bug: fix lazy requestFlam3rboy2021-10-051-1/+12
* :art: improve migration scriptFlam3rboy2021-10-051-21/+103
* :bug: fix guild create with client templateFlam3rboy2021-10-051-21/+17
* :sparkles: auto register guest accountFlam3rboy2021-10-051-0/+10
* :bug: fix bundle setupFlam3rboy2021-10-051-1/+1
* :sparkles: db migrate scriptFlam3rboy2021-10-043-4/+52
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-0416-63/+63
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0412-14/+104
|\
| * Merge pull request #413 from Thesourtimes/masterFlam3rboy2021-10-0412-14/+94
| |\
| | * :arrow_up: update dependenciesFlam3rboy2021-10-044-1/+7
| | * replace chalk with nanocolorsuurgothat2021-10-0410-11/+59
| | * Add warn for git + remove unnecessary importuurgothat2021-10-042-6/+14
| | * Rainbow the logsuurgothat2021-10-049-28/+46
| |/
* / :construction: different db enginesFlam3rboy2021-10-0411-40/+415
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0439-531/+692
|\
| * Merge pull request #412 from TheArcaneBrony/masterFlam3rboy2021-10-032-24/+25
| |\
| | * :truck: rename id -> sku_idFlam3rboy2021-10-031-22/+6
| | * Add subscription plans so the client doesn't crashThe Arcane Brony2021-10-031-14/+31
| * | :bug: fix message reactionsFlam3rboy2021-10-032-6/+4
| |/
| * Merge pull request #411 from afeuerstein/masterFlam3rboy2021-10-031-1/+1
| |\
| | * fix request failiure with error code 400afeuerstein2021-10-031-1/+1
| |/
| * :bug: fix registrationFlam3rboy2021-10-031-0/+1
| * :sparkles: add ``right`` option to route()Flam3rboy2021-10-036-5/+31
| * :sparkles: User instance rightsFlam3rboy2021-10-034-40/+119
| * :art: restructure gatewayFlam3rboy2021-10-029-12/+36
| * Merge pull request #410 from TheArcaneBrony/masterFlam3rboy2021-10-012-3/+13
| |\
| | * Merge branch 'master' of https://github.com/TheArcaneBrony/fosscord-serverThe Arcane Brony2021-10-012-460/+154
| | |\
| | | * Merge branch 'fosscord:master' into masterTheArcaneBrony2021-10-012-460/+154
| | | |\ | | |_|/ | |/| |
| * | | :bug: fix schema + user modify not workingFlam3rboy2021-10-012-460/+154
| | * | Add default value to guild discovery"The Arcane Brony2021-10-011-2/+1
| | |/
| | * Add setting to show all guilds in discovery, fix query for guild discoveryThe Arcane Brony2021-10-012-2/+13
| |/
| * :bug: fix disable registerFlam3rboy2021-10-011-1/+1
| * :sparkles: registration disabled noticeFlam3rboy2021-10-011-0/+9
| * Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-0114-7/+323
| |\
| | * Merge pull request #404 from Thesourtimes/masterFlam3rboy2021-09-306-7/+10
| | |\
| | | * hotfix for misc routesuurgothat2021-09-306-7/+10
| | |/
| | * Merge pull request #403 from Thesourtimes/masterFlam3rboy2021-09-3014-2/+183
| | |\
| | | * Add misc routesuurgothat2021-09-3014-2/+183
| | |/
| | * Merge pull request #402 from Thesourtimes/masterFlam3rboy2021-09-294-24/+156
| | |\
| | | * store improvementsuurgothat2021-09-294-24/+156
| | |/
| * | :sparkles: new user flagsFlam3rboy2021-10-011-0/+2
| * | fix #406Flam3rboy2021-10-012-1/+2
* | | :sparkles: custom user flags offsetFlam3rboy2021-10-041-0/+2
| |/ |/|
* | Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-09-2822-6809/+6255
|\|
| * :bug: fix channel permission overwritesFlam3rboy2021-09-266-105/+112
| * :bug: fix role can't set permissionFlam3rboy2021-09-251-2/+13
| * :sparkles: add private and public endpointFlam3rboy2021-09-257-69/+29
| * :bug: message attachment urlFlam3rboy2021-09-251-0/+5
| * :lock: XSS content type: htmlFlam3rboy2021-09-251-2/+15
| * :sparkles: key value configFlam3rboy2021-09-253-19/+70
| * :bug: fix #392Flam3rboy2021-09-251-2/+2
| * :bug: fix guild template createFlam3rboy2021-09-251-13/+15
| * :art: sort openapi tags by alphabetFlam3rboy2021-09-231-6597/+5994
* | Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-09-24185-12377/+46903
|\|
| * :art: remove start from setup scriptFlam3rboy2021-09-232-293/+1230
| * Merge pull request #372 from fosscord/unittestsFlam3rboy2021-09-2373-2889/+26804
| |\
| | * :bug: prepare/postinstall only works for packages not local npm installFlam3rboy2021-09-231-1/+1
| | * :bug: fix install scriptFlam3rboy2021-09-232-3/+2
| | * Merge branch 'master' into unittestsFlam3rboy2021-09-236-903/+12078
| | |\ | | |/ | |/|
| * | Merge pull request #394 from ChrisChrome/erlpack-fixFlam3rboy2021-09-235-12/+835
| |\ \
| | * | Ok, so it DOES buildChris Chrome2021-09-232-3/+5
| | * | Use @yukikaze-bot/erlpackChris Chrome2021-09-235-11/+832
| |/ /
| * | Merge pull request #393 from Slappy826/patch-1Flam3rboy2021-09-231-1/+1
| |\ \
| | * | Update README.mdSlappy8262021-09-221-1/+1
| |/ /
| | * :bug: fix (pre) install scriptsFlam3rboy2021-09-238-14/+28
| | * :sparkles: example value in documentationFlam3rboy2021-09-213-6/+15
| | * :sparkles: unit tests expect eventFlam3rboy2021-09-213-5996/+6628
| | * :sparkles: generate openapi documentationFlam3rboy2021-09-2119-1048/+7415
| | * :bug: fix unittestsFlam3rboy2021-09-204-21/+82
| | * :sparkles: add option to disable all rate limitsFlam3rboy2021-09-206-6/+10
| | * :bug: fix errror handlerFlam3rboy2021-09-201-3/+4
| | * :art: rewrite importsFlam3rboy2021-09-2026-363/+2601
| | * Merge branch 'master' into unittestsFlam3rboy2021-09-2071-1227/+2260
| | |\ | | |/ | |/|
| * | :bug: fix relationshipsFlam3rboy2021-09-202-254/+14
| * | Merge pull request #382 from fosscord/auto-delete-relationsFlam3rboy2021-09-2029-171/+363
| |\ \
| | * | :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-2023-97/+153
| | * | :sparkles: finish and fix .delete() for one-to-many relationsFlam3rboy2021-09-201-8/+9
| | * | :construction: auto delete relationsFlam3rboy2021-09-205-69/+112
| | * | Merge branch 'master' into auto-delete-relationsFlam3rboy2021-09-1932-684/+1175
| | |\ \
| | * | | :art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy2021-09-197-20/+532
| | * | | :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-194-17/+8
| * | | | Merge pull request #386 from ChrisChrome/masterFlam3rboy2021-09-203-2/+2
| |\ \ \ \
| | * | | | Update index.tsFlam3rboy2021-09-201-5/+1