summary refs log tree commit diff
path: root/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* :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
* :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
* :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
| * fixed translation path to display correct error msgxnacly2021-08-301-1/+1
| * :construction: typeormFlam3rboy2021-08-303-50/+42
| * :zap: only local rate limit to prevent to much pressure on the databaseFlam3rboy2021-08-301-19/+51
| * :bug: convert bigint -> stringFlam3rboy2021-08-294-5/+5
| * fix login register + messageFlam3rboy2021-08-295-26/+42
| * fix rate limitFlam3rboy2021-08-292-48/+52
| * :sparkles: typeorm api rewrite doneFlam3rboy2021-08-2948-993/+467
| * :construction: apiFlam3rboy2021-08-2717-164/+1129
| * Merge branch 'master' into typeormFlam3rboy2021-08-243-18/+18
| |\
| * | :construction: apiFlam3rboy2021-08-2445-454/+381
| * | testFlam3rboy2021-08-231-15/+19
| * | :construction: typeormFlam3rboy2021-08-211-1/+2
* | | TREMRE ÇELİK2021-08-271-15/+15
| |/ |/|
* | Merge pull request #278 from daantje1/patch-2Flam3rboy2021-08-221-15/+15
|\ \
| * | even more dutchDaan Schenkel2021-08-221-15/+15
* | | Add more dutch translations :DDaan Schenkel2021-08-221-2/+2
|/ /
* / Fix content security policy policyLukas Does Dev2021-08-211-1/+1
|/
* :bug: fix vanity urlFlam3rboy2021-08-193-14/+34
* revert 2cff55fFlam3rboy2021-08-181-1/+1
* :bug: update build scriptFlam3rboy2021-08-181-1/+1
* :bug: fix #267Flam3rboy2021-08-181-1/+1
* :bug: fix guild channel reorderFlam3rboy2021-08-181-15/+22
* :loud_sound: opcode loggerFlam3rboy2021-08-181-2/+5
* :sparkles: add default_auto_archive_duration to channelFlam3rboy2021-08-181-0/+4
* :ambulance: user settings routeFlam3rboy2021-08-182-2/+59
* fix #199Flam3rboy2021-08-181-4/+7
* :bug: fix findOneAndUpdateFlam3rboy2021-08-1814-37/+34
* fix #199Flam3rboy2021-08-171-3/+1
* :art: clean upFlam3rboy2021-08-173-5/+7
* :sparkles: message mention parsingFlam3rboy2021-08-171-15/+59
* :loud_sound: verbose error handlerFlam3rboy2021-08-172-3/+8
* :bug: fix login routeFlam3rboy2021-08-171-1/+4
* :sparkles: delete finished todosFlam3rboy2021-08-163-6/+0
* :sparkles: update auth middlewareFlam3rboy2021-08-161-3/+9
* update Rate Limit with new event transmissionFlam3rboy2021-08-162-46/+47
* :bug: build bundleFlam3rboy2021-08-151-1/+0
* :bug: fix bundle postinstallFlam3rboy2021-08-151-0/+1
* :arrow_up: update mongoose typesFlam3rboy2021-08-152-15/+13
* delete assetsFlam3rboy2021-08-1518-1142/+0
* :bug: fix server bundleFlam3rboy2021-08-1521-158/+16438
* :bug: prevent @everyone role deletionFlam3rboy2021-08-151-7/+4
* update packagesFlam3rboy2021-08-151-9/+16
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-08-151-1/+1
|\
| * Add ACCOUNT_DISABLED translation for Turkishreis2021-08-151-1/+1
* | update releaseFlam3rboy2021-08-151-1/+0
* | :bug: fix tsc missingFlam3rboy2021-08-151-1/+1
|/
* :sparkles: start.bat and start.sh scriptFlam3rboy2021-08-152-15515/+91
* move devDependencies to dependenciesFlam3rboy2021-08-143-386/+37
* :bug: fix Guild + Channel createFlam3rboy2021-08-143-5/+15
* :bug: fix guild create with channel templateFlam3rboy2021-08-141-1/+21
* :arrow_up: update test clientFlam3rboy2021-08-141-4/+4
* :construction: fix server bundleFlam3rboy2021-08-131-0/+10
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-132-141/+169
|\
| * :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-2/+20968
| * :bug: fix types + packagesFlam3rboy2021-08-132-20943/+5
* | :bug: fix api middlewareFlam3rboy2021-08-133-36/+41
|/
* :pencil: updated links to fosscord-serverFlam3rboy2021-08-133-11/+9