summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* :bug: fix relationshipFlam3rboy2021-09-134-65/+94
* :bug: fix dm #321Flam3rboy2021-09-137-31/+50
* :bug: fix channel events + message sendFlam3rboy2021-09-133-13/+17
* :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-12118-1539/+10374
|\
| * :sparkles: #307 doneFlam3rboy2021-09-1275-1485/+7638
| * :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-125-15/+1323
| * :bug: fix gatewayFlam3rboy2021-09-124-4/+6
| * :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-1279-269/+1641
* | Merge pull request #353 from AlTech98/dummy-routesFlam3rboy2021-09-126-1/+51
|\ \ | |/ |/|
| * Add dummy missing routesAlTech982021-09-126-1/+51
|/
* Merge pull request #348 from AlTech98/fix-cdn-uploadFlam3rboy2021-09-121-0/+2
|\
| * Increased CDN max upload to 10mbAlTech982021-09-091-0/+2
* | Merge pull request #347 from AlTech98/fixrelationshipsFlam3rboy2021-09-121-1/+1
|\ \ | |/ |/|
| * Fix relationships get queryAlTech982021-09-091-1/+1
|/
* Merge pull request #345 from fosscord/revert-344-masterconner2021-09-091-2/+0
|\
| * Revert "Increased CDN max upload to 10mb, fix #318"conner2021-09-091-2/+0
|/
* Merge pull request #344 from AlTech98/masterconner2021-09-091-0/+2
|\
| * Removed urlencoded bodyparserAlTech982021-09-091-1/+0
| * Increased CDN max upload to 10mbAlTech982021-09-081-0/+3
|/
* Merge pull request #343 from Stilic/patch-1Flam3rboy2021-09-081-1/+1
|\
| * Fix upload sizeStilic2021-09-081-1/+1
|/
* Update User.tsFlam3rboy2021-09-071-0/+5
* Update README.mdxnacly2021-09-051-1/+1
* Merge pull request #338 from CyberL1/masterFlam3rboy2021-09-041-6/+13
|\
| * Add token authorization method to swagger openapiCyber2021-09-041-6/+13
|/
* :arrow_up: update test clientFlam3rboy2021-09-046-9/+10
* :bug: fix releaseFlam3rboy2021-09-042-11/+10
* :bug: fix releaseFlam3rboy2021-09-041-3/+4
* Merge pull request #320 from AlTech98/masterFlam3rboy2021-09-048-36/+125
|\
| * :pencil: added comments and updated typeFlam3rboy2021-09-042-39/+4
| * Added /guilds/:id/voice-states apisAlTech982021-09-044-0/+96
| * Added missing permissions and channel typesAlTech982021-09-043-1/+22
| * VOICE_SERVER_UPDATE now has the endpoint of the guild's regionAlTech982021-09-041-3/+10
|/
* :bug: fix ReadyEventDataFlam3rboy2021-09-041-1/+1
* :bug: fix patch-packageFlam3rboy2021-09-044-265/+2
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-0416-52/+177
|\
| * fixed /discoverable-guildsxnacly2021-09-031-1/+4
| * added first draft of /discoverable-guildsxnacly2021-09-031-0/+14
| * readded todosxnacly2021-09-031-0/+37
| * Revert "added big todo list to Guild.ts (big chungus)"xnacly2021-09-033-52/+1
| * added big todo list to Guild.ts (big chungus)xnacly2021-09-033-1/+52
| * replace '@me' with req.user_id in guild joinxnacly2021-09-031-1/+2
| * added ban check to `Member.addToGuild`xnacly2021-09-031-2/+6
| * moved Constants and Errorhandler from api to utilxnacly2021-09-0311-48/+104
| * added template for future routesxnacly2021-09-031-0/+10
| * Merge branch 'master' of https://github.com/fosscord/fosscord-serverxnacly2021-09-032-17/+69
| |\
| * | 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 ready members payloadFlam3rboy2021-09-043-5/+21
* | | :bug: fix invitesFlam3rboy2021-09-044-9/+8
* | | :bug: fix permissions if user is only member of guildFlam3rboy2021-09-042-5/+7
* | | :arrow_up: update mpath because of a security vulnerabilityFlam3rboy2021-09-044-16/+16
* | | :bug: fix error handler and asset routerFlam3rboy2021-09-042-2/+2
| |/ |/|
* | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-033-8/+23
|\|
| * Merge pull request #314 from AlTech98/masterFlam3rboy2021-09-033-8/+23
| |\
| | * :bug: only delete session id for authenticated connectionsFlam3rboy2021-09-031-1/+1
| | * Fix to send the voice leave event only to the right sessionAlTech982021-09-031-1/+1
| | * Make the user leave the current channel before joining one in another guildAlTech982021-09-031-0/+9
| | * Temp fix for Guild.voice_states not workingAlTech982021-09-031-2/+3
| | * Merge remote-tracking branch 'origin/master'AlTech982021-09-036-21/+43
| | |\
| | * | VoiceState fix for db updateAlTech982021-09-032-6/+11
* | | | :zap: improve invite generationFlam3rboy2021-09-031-10/+28
* | | | :zap: improve invite generationFlam3rboy2021-09-031-7/+41
|/ / /
* | / :bug: fix #311Flam3rboy2021-09-038-28/+34
| |/ |/|
* | :bug: fix member roles + listFlam3rboy2021-09-034-13/+9
* | :bug: fix member has no roles in guild createFlam3rboy2021-09-031-4/+6
* | :bug: fix client connection crash on guild createFlam3rboy2021-09-032-4/+28
|/
* fix #310Flam3rboy2021-09-031-5/+5
* :zap: simplify permissions queryFlam3rboy2021-09-031-3/+11
* :bug: fix#310Flam3rboy2021-09-031-5/+21
* :sparkles: guild position updateFlam3rboy2021-09-033-8/+49
* :see_no_evil: add database.db to .gitignoreFlam3rboy2021-09-031-1/+2
* :pencil: drop tables scriptFlam3rboy2021-09-031-0/+30
* :bug: fix message sendingFlam3rboy2021-09-034-8/+9
* :bug: fix #289Flam3rboy2021-09-032-16/+14
* :arrow_up: update dependenciesFlam3rboy2021-09-0312-2028/+449
* :art: update entitiesFlam3rboy2021-09-035-28/+43
* :bug: fix member + member listFlam3rboy2021-09-0316-156/+183
* fix #309Flam3rboy2021-09-031-0/+2
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-026-23/+25
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-0212-23/+166
|\
| * Merge pull request #306 from AlTech98/masterFlam3rboy2021-09-0212-23/+166
| |\
| | * :sparkles: add editor configFlam3rboy2021-09-021-0/+5
| | * :art: reformat filesFlam3rboy2021-09-028-51/+71
| | * VOICE_STATE_UPDATE implementation, fix #210AlTech982021-09-0211-24/+142
| |/
* / :sparkles: add user_id field to MemberFlam3rboy2021-09-0217-80/+68
|/
* :art: update openapi titleFlam3rboy2021-09-021-4/+4
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-027-27/+69
|\
| * added /login unittestxnacly2021-09-013-3/+36
| * see parentxnacly2021-09-011-3/+3
| * fixed globalSetup for jestxnacly2021-09-012-20/+29
| * removed logging of database queriesxnacly2021-09-011-1/+1
* | :arrow_up: update dependenciesFlam3rboy2021-09-013-49/+661
* | :bug: fix entity types and projectionFlam3rboy2021-09-0111-90/+68
* | :sparkles: generate open api schema based on body and db entitiesFlam3rboy2021-09-0110-768/+1853
|/
* Merge pull request #302 from sudenoh/masterFlam3rboy2021-09-011-0/+2
|\
| * Added property maxWebhooks to ConfigValue and defined a default value in Defa...sudenoh2021-09-011-0/+2
|/
* Merge pull request #301 from fosscord/feat--DiscordApiErrorsFlam3rboy2021-09-019-144/+132
|\
| * :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-018-118/+105
| * fix #295Flam3rboy2021-09-011-26/+27
* | Merge pull request #300 from fosscord/typeormFlam3rboy2021-09-01167-4956/+20435
|\|
| * Merge pull request #299 from AlTech98/typeormFlam3rboy2021-08-313-66/+256
| |\
| | * Merge branch 'typeorm' into typeormFlam3rboy2021-08-3158-433/+586
| | |\ | | |/ | |/|
| * | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-316-5/+76
| |\ \
| * | | :bug: db query fixesFlam3rboy2021-08-3113-48/+59
| * | | :sparkles: channel recipientsFlam3rboy2021-08-314-24/+39
| * | | 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
| * | | :sparkles: delete _ids from entitiesFlam3rboy2021-08-3131-241/+382
| | | * Created list of all possible api errors and made them throwable in routes codeAlTech982021-08-313-66/+256
| | |/
| | * Merge pull request #297 from AlTech98/typeormFlam3rboy2021-08-316-5/+76
| |/|
| | * Implemented voice apis #127 and #78AlTech982021-08-306-5/+76
| |/
| * 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
| * Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-306-118/+252
| |\
| | * added unittests for filestorage [cdn]xnacly2021-08-292-1/+29
| | * added /external unit tests [cdn]xnacly2021-08-291-1/+57
| | * fixed missing imports and programming issues [cdn]xnacly2021-08-291-17/+10
| | * added todo to fileStorage [cdn]xnacly2021-08-291-0/+2
| | * added /avatars unittests [cdn]xnacly2021-08-291-1/+56
| * | :construction: typeormFlam3rboy2021-08-3010-76/+67
| * | :zap: only local rate limit to prevent to much pressure on the databaseFlam3rboy2021-08-302-21/+52
| * | :bug: convert bigint -> stringFlam3rboy2021-08-299-12/+12
| |/
| * fixed tests for cdnxnacly2021-08-291-2/+1
| * Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-291-2/+2
| |\
| | * fixed wrong type declaration in Gateway readyEventxnacly2021-08-291-2/+2
| * | fix cdnFlam3rboy2021-08-291-3/+2
| * | fix bundleFlam3rboy2021-08-296-70/+43
| * | fix login register + messageFlam3rboy2021-08-295-26/+42
| * | fix utilFlam3rboy2021-08-2910-36/+39
| * | fix rate limitFlam3rboy2021-08-292-48/+52
| |/
| * :sparkles: typeorm gatewayFlam3rboy2021-08-296-50/+85
| * :sparkles: update utilFlam3rboy2021-08-2935-6517/+855
| * :sparkles: typeorm api rewrite doneFlam3rboy2021-08-2948-993/+467
| * :construction: typeormFlam3rboy2021-08-2718-732/+1465
| * :construction: apiFlam3rboy2021-08-2717-164/+1129
| * :sparkles: use RelationIdFlam3rboy2021-08-2621-82/+444
| * :bug: fix unit testsFlam3rboy2021-08-265-589/+257
| * :sparkles: unit testFlam3rboy2021-08-2610-9180/+1017
| * :bug: patch modulesFlam3rboy2021-08-263-0/+644
| * Merge branch 'master' into typeormFlam3rboy2021-08-243-18/+18
| |\
| * | :sparkles: utilFlam3rboy2021-08-2445-35800/+7571
| * | :white_check_mark: util unit testsFlam3rboy2021-08-242-2/+36
| * | :construction: gatewayFlam3rboy2021-08-243-71/+52
| * | :construction: apiFlam3rboy2021-08-2445-454/+381
| * | :sparkles: typeorm entitiesFlam3rboy2021-08-2423-0/+21011
| * | generate schemaFlam3rboy2021-08-232-9/+19509
| * | testFlam3rboy2021-08-231-15/+19
| * | :construction: typeormFlam3rboy2021-08-2218-226/+11851
| * | :construction: typeormFlam3rboy2021-08-2148-477/+3357
* | | Merge pull request #287 from EMREOYUN/patch-1Flam3rboy2021-08-271-15/+15
|\ \ \ | |_|/ |/| |
| * | 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
* | | Merge pull request #277 from daantje1/patch-1Flam3rboy2021-08-221-2/+2
|\ \ \ | |/ / |/| |
| * | Add more dutch translations :DDaan Schenkel2021-08-221-2/+2
|/ /
* | Merge pull request #275 from LukasDoesDev/patch-1Flam3rboy2021-08-211-1/+1
|\ \ | |/ |/|
| * Fix content security policy policyLukas Does Dev2021-08-211-1/+1
|/
* :art: update bundle buildFlam3rboy2021-08-194-4/+5
* :bug: fix vanity urlFlam3rboy2021-08-194-33/+51
* added all unittests for attachmentsxnacly2021-08-181-2/+12
* added unittests for ping and attachmentsxnacly2021-08-181-22/+22
* remove console.info from jest outputxnacly2021-08-181-0/+1
* revert b1c459bxnacly2021-08-181-1/+1
* added unittests for attachments [post]xnacly2021-08-182-5/+74
* moved importxnacly2021-08-181-2/+1
* fixed wrong wording in HTTPErrorxnacly2021-08-181-1/+1
* added a common error to CONTRIBUTE.mdxnacly2021-08-181-0/+4
* fixed timeout request by not throwing an issuexnacly2021-08-181-1/+1
* Merge branches 'master' and 'master' of https://github.com/fosscord/fosscord-...Flam3rboy2021-08-187-13/+6656
|\
| * Merge branch 'master' of git://github.com/fosscord/fosscord-serverxnacly2021-08-186-6/+6
| |\
| * | added unittest setup + ping route testxnacly2021-08-187-13/+6656
* | | revert 2cff55fFlam3rboy2021-08-186-6/+6
| |/ |/|
* | :bug: update build scriptFlam3rboy2021-08-186-6/+6
|/
* :bug: fix #267Flam3rboy2021-08-181-1/+1
* :bug: fix guild channel reorderFlam3rboy2021-08-181-15/+22
* :loud_sound: opcode loggerFlam3rboy2021-08-182-5/+8
* :sparkles: add default_auto_archive_duration to channelFlam3rboy2021-08-182-0/+6
* :ambulance: user settings routeFlam3rboy2021-08-182-2/+59
* fix #199Flam3rboy2021-08-181-4/+7
* :bug: fix findOneAndUpdateFlam3rboy2021-08-1817-40/+43
* fix #199Flam3rboy2021-08-171-3/+1
* :art: clean upFlam3rboy2021-08-178-19/+13
* :sparkles: mention regexFlam3rboy2021-08-172-0/+5
* :sparkles: message mention parsingFlam3rboy2021-08-171-15/+59
* :sparkles: use RELEASE_VERSION envFlam3rboy2021-08-171-5/+5
* :loud_sound: verbose error handlerFlam3rboy2021-08-174-9/+12
* :bug: fix login routeFlam3rboy2021-08-171-1/+4
* :bug: fix importFlam3rboy2021-08-171-1/+1
* :bug: update bundle importFlam3rboy2021-08-171-3/+3
* :bug: fix bundleFlam3rboy2021-08-171-3/+3
* :bug: fix releaseFlam3rboy2021-08-171-0/+1
* :bug: update release.ymlFlam3rboy2021-08-171-1/+5
* :bug: fix releaseFlam3rboy2021-08-172-6/+18
* :bug: fix bundle import pathFlam3rboy2021-08-172-20/+3
* :bug: fix releaseFlam3rboy2021-08-171-5/+5
* :bug: fix windowsFlam3rboy2021-08-171-6/+5
* :bug: fix windows releaseFlam3rboy2021-08-171-0/+1
* :bug: fix symlink linuxFlam3rboy2021-08-161-8/+8
* fix pre release scriptFlam3rboy2021-08-161-4/+1
* :bug: pre release scriptFlam3rboy2021-08-161-3/+23
* :bug: fix releaseFlam3rboy2021-08-161-1/+1
* fix releaseFlam3rboy2021-08-161-1/+1
* :bug: fix releaseFlam3rboy2021-08-161-1/+1
* :bug: fix release update pathFlam3rboy2021-08-161-29/+3
* :bug: update releaseFlam3rboy2021-08-161-3/+29
* :bug: fix releaseFlam3rboy2021-08-161-3/+3
* :bug: fix symlink in bundleFlam3rboy2021-08-161-3/+3
* :sparkles: delete finished todosFlam3rboy2021-08-163-6/+0
* :bug: fix release caxa start commandFlam3rboy2021-08-161-3/+3
* update EventFlam3rboy2021-08-163-19/+3
* :sparkles: update auth middlewareFlam3rboy2021-08-161-3/+9
* update Rate Limit with new event transmissionFlam3rboy2021-08-162-46/+47
* :bug: fix release caxaFlam3rboy2021-08-161-3/+3
* :bug: fix release versionFlam3rboy2021-08-151-1/+1
* :bug: fix releaseFlam3rboy2021-08-151-1/+3
* :bug: fix util installFlam3rboy2021-08-153-8/+1
* :bug: build bundleFlam3rboy2021-08-155-5/+5
* :bug: fix bundle postinstallFlam3rboy2021-08-158-18/+49
* :arrow_up: update mongoose typesFlam3rboy2021-08-159-1216/+483
* delete assetsFlam3rboy2021-08-1519-1142/+2
* :bug: fix server bundleFlam3rboy2021-08-1531-664/+17612
* :bug: prevent @everyone role deletionFlam3rboy2021-08-151-7/+4
* :construction: auto updateFlam3rboy2021-08-152-0/+82
* :bug: fix typesFlam3rboy2021-08-154-2/+6
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-08-151-5/+5
|\
| * Update release.ymlFlam3rboy2021-08-151-5/+5
* | update packagesFlam3rboy2021-08-155-23/+56
|/
* Update release.ymlFlam3rboy2021-08-151-95/+94
* Update release.ymlFlam3rboy2021-08-151-0/+1
* Update release.ymlFlam3rboy2021-08-151-1/+1
* Update release.ymlFlam3rboy2021-08-151-93/+94
* :bug: fix version number in releaseFlam3rboy2021-08-151-0/+2
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-08-151-1/+1
|\
| * Merge pull request #270 from reisxd/patch-1Flam3rboy2021-08-151-1/+1
| |\
| | * Add ACCOUNT_DISABLED translation for Turkishreis2021-08-151-1/+1
| |/
* | update releaseFlam3rboy2021-08-152-4/+5
* | :bug: fix tsc missingFlam3rboy2021-08-157-277/+101
|/
* :sparkles: start.bat and start.sh scriptFlam3rboy2021-08-1510-16062/+306
* :art: clean up server bundleFlam3rboy2021-08-148-163/+176
* move devDependencies to dependenciesFlam3rboy2021-08-148-438/+193