summary refs log tree commit diff
path: root/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* :bug: fix typingFlam3rboy2021-10-171-3/+2
* :art: reformattedFlam3rboy2021-10-171-2/+0
* :art: clean up instances on startFlam3rboy2021-10-171-1/+4
* :bug: user settingsFlam3rboy2021-10-171-2/+3
* :arrow_up: update mnjsfFlam3rboy2021-10-162-8/+8
* Fix /gateway/botChris Chrome2021-10-161-1/+1
* :lock: update modulesFlam3rboy2021-10-152-8921/+8474
* :lock: update set-value & tarFlam3rboy2021-10-151-82/+16225
* :bug: fix message sendingFlam3rboy2021-10-151-1/+1
* Merge pull request #455 from fosscord/stickerSamuel2021-10-1513-33/+482
|\
| * :sparkles: sticker eventsFlam3rboy2021-10-151-1/+27
| * Merge branch 'master' into stickerFlam3rboy2021-10-159-87/+2498
| |\
| * | :art: reformatFlam3rboy2021-10-153-7/+3
| * | :bug: fix sticker packsFlam3rboy2021-10-151-2/+4
| * | :bug: fix message sticker sendingFlam3rboy2021-10-154-3/+17
| * | :sparkles: sticker uploadFlam3rboy2021-10-152-7/+350
| * | :art: restructureFlam3rboy2021-10-141-2/+3
| * | :sparkles: sticker packsFlam3rboy2021-10-142-21/+2
| * | :sparkles: stickersFlam3rboy2021-10-142-0/+86
* | | Merge pull request #462 from hbjydev/unit-tests-expandedSamuel2021-10-154-12924/+2783
|\ \ \
| * | | feat: add tests to gateway routes, split into own routersHayden Young2021-10-152-6/+44
| * | | chore(merge): remote -> localHayden Young2021-10-152-12918/+2739
| | |/ | |/|
* / | feat: add a Router & Route snippet for vscodeHayden Young2021-10-151-0/+29
|/ /
* | :bug: fix unittestsFlam3rboy2021-10-153-63/+2354
* | Merge pull request #460 from fosscord/devSamuel2021-10-153-0/+36
|\ \
| * | :art: exclude healthz/readyz from authFlam3rboy2021-10-151-0/+2
| * | Merge branch 'master' into pr/hbjydev/454Flam3rboy2021-10-1524-10852/+729
| |\ \
| * | | 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-152-20/+104
|\ \ \ \ | |_|/ / |/| | |
| * | | :bug: fix pruneFlam3rboy2021-10-151-24/+32
| * | | :zap: speed up message queryFlam3rboy2021-10-151-27/+21
| * | | added route /guilds/:id/prune GET count and POST prune.Maddy2021-10-132-1/+83
* | | | :art: do not automatically create default guildFlam3rboy2021-10-141-4/+4
| |_|/ |/| |
* | | :bug: fix migration + autojoinFlam3rboy2021-10-141-1/+1
|/ /
* | Merge pull request #430 from Thesourtimes/masterFlam3rboy2021-10-114-0/+106
|\ \
| * | :art: gifsFlam3rboy2021-10-114-72/+56
| * | Merge branch 'master' into pr/Thesourtimes/430Flam3rboy2021-10-1118-10845/+616
| |\ \
| * | | Implement GIFsuurgothat2021-10-093-0/+122
| | |/ | |/|
* | | :bug: fix #371Flam3rboy2021-10-111-2/+2
| |/ |/|
* | Merge branch 'master' into pr/TheArcaneBrony/434Flam3rboy2021-10-102-4/+7
|\ \
| * | :bug: fix modify role.permissionsFlam3rboy2021-10-102-4/+7
* | | :bug: fix vanity urlFlam3rboy2021-10-101-10/+2
* | | Fix duplicate keyThe Arcane Brony2021-10-103-8/+4
|/ /
* | :bug: fix emojis routeFlam3rboy2021-10-103-173/+431
* | Merge branch 'master' into pr/LoboMetalurgico/424Flam3rboy2021-10-1012-10787/+118
|\ \
| * | :bug: fix tsc compilerFlam3rboy2021-10-101-1/+2
| * | :bug: convert bigint literal to objectFlam3rboy2021-10-103-5/+10
| * | :art: clean up imports + classesFlam3rboy2021-10-106-68/+2
| * | :art: clean up dependenciesFlam3rboy2021-10-103-10713/+104
* | | Merge branch 'fosscord:master' into milestoneV1/routes/implement/emojisLobo Metalúrgico2021-10-093-4/+58
|\| |
| * | :sparkles: random guest username generation addedxnacly2021-10-091-1/+42
| * | :bug: rewrite locale en to en-USFlam3rboy2021-10-091-0/+6
| * | :sparkles: added read stateFlam3rboy2021-10-091-2/+6
| * | :art: cdn now also works without setting a public endpointFlam3rboy2021-10-091-1/+4
| |/
* | (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-094-12/+41
|\|
| * :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-091-5/+7
| * :bug: fix password changingFlam3rboy2021-10-091-4/+22
* | (api): fix route nameLobo Metalúrgico2021-10-081-0/+0
* | (api): inital emojis route implementationLobo Metalúrgico2021-10-081-0/+78
|/
* :art: fix imports with new build scriptFlam3rboy2021-10-091-1/+2
* :bug: fix buildFlam3rboy2021-10-092-19/+0
* :sparkles: bundle build scriptFlam3rboy2021-10-082-1/+733
* Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-...Flam3rboy2021-10-071-2/+5
|\
| * :bug: fix types + swcrc configsFlam3rboy2021-10-072-3/+8
| * :bug: fix swcrc config: rewrite import -> requireFlam3rboy2021-10-072-9/+12
* | :bug: fix swc configFlam3rboy2021-10-073-22/+16
|/
* Compiler testThe Arcane Brony2021-10-065-41/+1110
* :arrow_up: update packagesFlam3rboy2021-10-061-2/+2
* :arrow_up: lambert-server@1.2.11Flam3rboy2021-10-052-8/+8
* :bug: fix set user settingsFlam3rboy2021-10-051-33/+0
* :bug: fix user projectionFlam3rboy2021-10-054-5/+9
* :art: reformattedFlam3rboy2021-10-053-9/+19
* :bug: fix client localeFlam3rboy2021-10-051-1/+2
* :sparkles: added autoJoin guild to configFlam3rboy2021-10-053-73/+32
* :art: move field error to utilFlam3rboy2021-10-055-31/+3
* :sparkles: add User.register() methodFlam3rboy2021-10-051-127/+60
* :arrow_up: update mnjsfFlam3rboy2021-10-052-10/+10
* :bug: fix guild create with client templateFlam3rboy2021-10-051-21/+17
* :sparkles: auto register guest accountFlam3rboy2021-10-051-0/+10
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-042-8/+8
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-041-0/+2
|\
| * :arrow_up: update dependenciesFlam3rboy2021-10-041-0/+2
* | :construction: different db enginesFlam3rboy2021-10-044-27/+375
|/
* 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-031-2/+2
|/
* 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-032-2/+23
* :art: restructure gatewayFlam3rboy2021-10-021-1/+1
* 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-011-2/+5
|/
* :sparkles: registration disabled noticeFlam3rboy2021-10-011-0/+9
* hotfix for misc routesuurgothat2021-09-306-7/+10
* Add misc routesuurgothat2021-09-3014-2/+183
* store improvementsuurgothat2021-09-294-24/+156
* :bug: fix channel permission overwritesFlam3rboy2021-09-265-103/+110
* :sparkles: add private and public endpointFlam3rboy2021-09-252-57/+4
* :bug: message attachment urlFlam3rboy2021-09-251-0/+5
* :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
* :bug: fix install scriptFlam3rboy2021-09-231-1/+0
* :bug: fix (pre) install scriptsFlam3rboy2021-09-231-2/+2
* :sparkles: example value in documentationFlam3rboy2021-09-213-6/+15
* :sparkles: unit tests expect eventFlam3rboy2021-09-212-5995/+6627
* :sparkles: generate openapi documentationFlam3rboy2021-09-2116-1047/+7373
* :bug: fix unittestsFlam3rboy2021-09-204-21/+82
* :sparkles: add option to disable all rate limitsFlam3rboy2021-09-202-1/+4
* :bug: fix errror handlerFlam3rboy2021-09-201-3/+4
* :art: rewrite importsFlam3rboy2021-09-202-313/+2330
* Merge branch 'master' into unittestsFlam3rboy2021-09-2026-984/+1047
|\
| * :bug: fix relationshipsFlam3rboy2021-09-202-254/+14
| * Merge pull request #382 from fosscord/auto-delete-relationsFlam3rboy2021-09-205-33/+15
| |\
| | * :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-201-11/+1
| | * :construction: auto delete relationsFlam3rboy2021-09-201-6/+14
| | * Merge branch 'master' into auto-delete-relationsFlam3rboy2021-09-1914-655/+941
| | |\
| | * | :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-193-16/+0
| * | | Update index.tsFlam3rboy2021-09-201-5/+1
| * | | oRdEr Of OpErAtIoNsChris Chrome2021-09-201-2/+2
| * | | Merge remote-tracking branch 'origin/master'Chris Chrome2021-09-204-27/+29
| |\ \ \
| | * | | :sparkles: accept invite pageFlam3rboy2021-09-204-23/+25
| | * | | :arrow_up: update test clientFlam3rboy2021-09-201-4/+4
| | | |/ | | |/|
| * | | Fix one thing, another problem pops upChris Chrome2021-09-203-2/+6
| * | | Delete messages before deleting channelChris Chrome2021-09-201-2/+2
| |/ /
| * | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-1914-655/+941
| |\ \ | | |/ | |/|
| | * Fix environment variable name to work on non-Windows platformsThe Arcane Brony2021-09-181-9/+9
| | * Merge pull request #375 from TheArcaneBrony/request-loggingFlam3rboy2021-09-183-0/+160
| | |\
| | | * Add response code white/blacklistingThe Arcane Brony2021-09-181-1/+20
| | | * Add request logging (with env var: log-requests)The Arcane Brony2021-09-183-0/+141
| | * | Merge branch 'fosscord:master' into fix-dmAlTech982021-09-181-0/+11
| | |\|
| | | * Update connections.tsFlam3rboy2021-09-181-2/+3
| | | * Add /users/@me/connectionsThe Arcane Brony2021-09-181-0/+10
| | * | Removed ChannelService, more fixesAlTech982021-09-184-10/+10
| | * | Merge branch 'fosscord:master' into fix-dmAlTech982021-09-1810-76/+88
| | |\|
| | * | Fix icon, owner_id change and channel deletion for group DMsAlTech982021-09-172-602/+592
| | * | Merge branch 'fosscord:master' into fix-dmAlTech982021-09-172-3/+5
| | |\ \
| | * | | Fix GET /users/@me/channelsAlTech982021-09-171-12/+3
| | * | | Implemented DMs and group DMsAlTech982021-09-167-52/+143
| | * | | Dummy sticker-packs routesAlTech982021-09-162-0/+28
| * | | | :truck: move handleFile to cdnFlam3rboy2021-09-194-9/+5
| * | | | :art: user is verified by defaultFlam3rboy2021-09-191-1/+1
| * | | | :bug: fix guild create iconFlam3rboy2021-09-182-3/+4
| | |_|/ | |/| |
* | | | :sparkles: route middleware test optionFlam3rboy2021-09-184-13/+12
* | | | :sparkles: jest automatic testsFlam3rboy2021-09-186-7/+129
* | | | :art: use typescript plugin that converts to relative pathsFlam3rboy2021-09-184-37/+3257
* | | | :sparkles: generate test responsesFlam3rboy2021-09-185-49/+175
* | | | :pencil: add default route description to all routesFlam3rboy2021-09-1810-21/+28
|/ / /
* | / :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-1710-76/+88
| |/ |/|
* | :bug: fix vanity urlFlam3rboy2021-09-162-3/+5
|/
* :arrow_up: update packageFlam3rboy2021-09-162-10/+10
* Revert "fix #128"Flam3rboy2021-09-161-52/+9
* Revert "fix #129"Flam3rboy2021-09-161-17/+0
* Revert ":construction: webhook"Flam3rboy2021-09-169-365/+14
* :arrow_up: fix + update dependenciesFlam3rboy2021-09-161-666/+1458
* :construction: webhookFlam3rboy2021-09-149-14/+365
* fix #129Flam3rboy2021-09-141-0/+17
* fix #128Flam3rboy2021-09-141-9/+52
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-1412-24/+122
|\
| * Merge pull request #360 from AlTech98/inviteFlam3rboy2021-09-143-4/+20
| |\
| | * Emit INVITE_DELETEAlTech982021-09-141-2/+15
| | * Fix invites creationAlTech982021-09-142-2/+5
| * | add store endpointsuurgothat2021-09-132-0/+22
| |/
| * Fix #356AlTech982021-09-133-13/+34
| * Update index.tsFlam3rboy2021-09-131-1/+1
| * Emit USER_UPDATE, fix #214AlTech982021-09-131-4/+12
| * Delete attachments of deleted messages, fix #273AlTech982021-09-135-4/+35
* | :bug: fix fosscord.jsFlam3rboy2021-09-131-0/+14
* | :art: remove unused importsFlam3rboy2021-09-1321-266/+61
|/
* :bug: fix In() queryFlam3rboy2021-09-132-2/+2
* :bug: fix relationshipFlam3rboy2021-09-131-53/+55
* :bug: fix dm #321Flam3rboy2021-09-133-10/+12
* :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-134-333/+266
* Merge branch 'typescript-interface-body-parser+autogenerate-unit-tests+docume...Flam3rboy2021-09-1284-1354/+8898
|\
| * :sparkles: #307 doneFlam3rboy2021-09-1275-1485/+7638
| * :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-125-15/+1323
| * :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-1244-82/+165
* | Add dummy missing routesAlTech982021-09-126-1/+51
|/
* Fix relationships get queryAlTech982021-09-091-1/+1
* Fix upload sizeStilic2021-09-081-1/+1
* Add token authorization method to swagger openapiCyber2021-09-041-6/+13
* :arrow_up: update test clientFlam3rboy2021-09-042-5/+5
* :bug: fix releaseFlam3rboy2021-09-041-2/+1
* Added /guilds/:id/voice-states apisAlTech982021-09-044-0/+96
* Added missing permissions and channel typesAlTech982021-09-041-0/+4
* :bug: fix patch-packageFlam3rboy2021-09-041-0/+1
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-0413-750/+37
|\
| * fixed /discoverable-guildsxnacly2021-09-031-1/+4
| * added first draft of /discoverable-guildsxnacly2021-09-031-0/+14
| * Revert "added big todo list to Guild.ts (big chungus)"xnacly2021-09-032-15/+0
| * added big todo list to Guild.ts (big chungus)xnacly2021-09-032-0/+15
| * replace '@me' with req.user_id in guild joinxnacly2021-09-031-1/+2
| * moved Constants and Errorhandler from api to utilxnacly2021-09-0310-748/+7
| * added template for future routesxnacly2021-09-031-0/+10
| * Merge branch 'master' of https://github.com/fosscord/fosscord-serverxnacly2021-09-031-10/+28
| |\
| * | fixed 'undefined not found' + error not showing in clientxnacly2021-09-031-2/+2
* | | :bug: api member add roles -> make sure that roles existFlam3rboy2021-09-041-8/+7
* | | :bug: fix invitesFlam3rboy2021-09-043-9/+6
* | | :bug: fix permissions if user is only member of guildFlam3rboy2021-09-041-3/+2
* | | :arrow_up: update mpath because of a security vulnerabilityFlam3rboy2021-09-041-4/+4
* | | :bug: fix error handler and asset routerFlam3rboy2021-09-041-1/+1
| |/ |/|
* | :zap: improve invite generationFlam3rboy2021-09-031-10/+28
|/
* :bug: fix #311Flam3rboy2021-09-033-4/+16
* :bug: fix member roles + listFlam3rboy2021-09-033-11/+7
* :sparkles: guild position updateFlam3rboy2021-09-033-8/+49
* :pencil: drop tables scriptFlam3rboy2021-09-031-0/+30
* :bug: fix message sendingFlam3rboy2021-09-032-7/+7
* :arrow_up: update dependenciesFlam3rboy2021-09-034-634/+396
* :bug: fix member + member listFlam3rboy2021-09-0312-92/+95
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-024-19/+21
* :sparkles: add user_id field to MemberFlam3rboy2021-09-0212-46/+32
* :art: update openapi titleFlam3rboy2021-09-021-4/+4
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-025-9/+43
|\
| * added /login unittestxnacly2021-09-013-3/+36
| * see parentxnacly2021-09-011-3/+3
| * fixed globalSetup for jestxnacly2021-09-011-3/+4
* | :arrow_up: update dependenciesFlam3rboy2021-09-012-48/+661
* | :bug: fix entity types and projectionFlam3rboy2021-09-012-25/+3
* | :sparkles: generate open api schema based on body and db entitiesFlam3rboy2021-09-0110-768/+1853
|/
* Merge pull request #301 from fosscord/feat--DiscordApiErrorsFlam3rboy2021-09-018-118/+105
|\
| * :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-018-118/+105
* | Merge pull request #300 from fosscord/typeormFlam3rboy2021-09-0174-1845/+2632
|\|
| * Merge branch 'typeorm' into typeormFlam3rboy2021-08-3121-164/+155
| |\
| | * Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-314-2/+67
| | |\
| | * | :bug: db query fixesFlam3rboy2021-08-3110-41/+45
| | * | :sparkles: channel recipientsFlam3rboy2021-08-311-3/+4
| | * | Channel utility methods in entityFlam3rboy2021-08-312-54/+1
| | * | fix member rolesFlam3rboy2021-08-313-4/+4
| | * | :zap: use insert instead of saveFlam3rboy2021-08-312-25/+25
| | * | :bug: fix message sendingFlam3rboy2021-08-312-34/+68
| | * | :sparkles: typeorm error handlerFlam3rboy2021-08-311-3/+8
| * | | Created list of all possible api errors and made them throwable in routes codeAlTech982021-08-313-66/+256
| | |/ | |/|
| * | Implemented voice apis #127 and #78AlTech982021-08-304-2/+67
| |/
| * added first unittests for api endpointsxnacly2021-08-304-1/+39
| * added setup for jest testsxnacly2021-08-303-2/+16
| * added jest config, installed supertestxnacly2021-08-302-17/+280
| * removed jest configxnacly2021-08-301-192/+0
| * added db to gitignorexnacly2021-08-301-1/+4
| * fixed wrong statuscode in docsxnacly2021-08-301-1/+1