summary refs log tree commit diff
path: root/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* :art: user is verified by defaultFlam3rboy2021-09-191-1/+1
* :bug: fix guild create iconFlam3rboy2021-09-182-3/+4
* :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-042-2/+2
| |/ |/|
* | :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-132-7/+24
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-133-146/+173
|\
| * :bug: fix dependencies and build for bundleFlam3rboy2021-08-132-7/+20972
| * :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
* Merge branch 'pr/darkhpp/261-2'Flam3rboy2021-08-131-511/+1395
|\
| * Merge branch 'master' into pr/darkhpp/261-2Flam3rboy2021-08-1366-379/+164
| |\
| * | Fix namingdarkhpp2021-08-131-1/+1
| * | [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-132-525/+1424
* | | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-135-161/+113
|\ \ \ | |_|/ |/| |
| * | server-util 1.3.55Intevel ツ2021-08-132-4/+4
| * | server-util 1.3.54Intevel ツ2021-08-132-7/+7
| * | Create Emoji.tsIntevel ツ2021-08-131-0/+14
| * | Fixed #257 Can't change nicknameIntevel ツ2021-08-133-11169/+64
| |/
* | rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-1361-150/+188
* | :sparkles: server bundleFlam3rboy2021-08-135-227/+0
|/
* :sparkles: apiFlam3rboy2021-08-12232-0/+153827