summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | oRdEr Of OpErAtIoNsChris Chrome2021-09-201-2/+2
| | * | | Merge remote-tracking branch 'origin/master'Chris Chrome2021-09-207-31/+47
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-201-1/+1
| |\ \ \ \
| * | | | | :sparkles: accept invite pageFlam3rboy2021-09-207-27/+43
| * | | | | :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
| | |/ /
| | * / Update README.mdFlam3rboy2021-09-191-1/+1
| |/ /
| * | :truck: move file handle to utilityFlam3rboy2021-09-197-4/+422
| * | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-1929-692/+1176
| |\ \ | | |/ | |/|
| | * Merge pull request #377 from TheArcaneBrony/request-loggingFlam3rboy2021-09-181-9/+9
| | |\
| | | * 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 pull request #369 from AlTech98/fix-dmFlam3rboy2021-09-1825-692/+990
| | |\ \ | | | |/ | | |/|
| | | * Merge branch 'fosscord:master' into fix-dmAlTech982021-09-181-0/+11
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #374 from TheArcaneBrony/dummy-connections-endpointFlam3rboy2021-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-1811-139/+131
| | | * Fix gateway not listening for new channels eventsAlTech982021-09-183-18/+9
| | | * Merge branch 'fosscord:master' into fix-dmAlTech982021-09-1810-76/+88
| | | |\ | | | |/ | | |/|
| | | * Fix icon, owner_id change and channel deletion for group DMsAlTech982021-09-175-606/+631
| | | * Merge branch 'fosscord:master' into fix-dmAlTech982021-09-172-3/+5
| | | |\
| | | * | Fix GET /users/@me/channelsAlTech982021-09-171-12/+3
| | | * | Update ChannelService.tsFlam3rboy2021-09-171-1/+2
| | | * | Implemented DMs and group DMsAlTech982021-09-1619-79/+342
| | | * | Dummy sticker-packs routesAlTech982021-09-162-0/+28
| | | * | Gateway permission check fixAlTech982021-09-163-3/+10
| * | | | :bug: fix bundle debugFlam3rboy2021-09-194-9/+270
| * | | | :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-1816-90/+4169
* | | | :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-1611-369/+18
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-161-0/+661
|\
| * Merge pull request #366 from erkinalp/patch-2Flam3rboy2021-09-141-0/+661
| |\
| | * Add licence file into fosscord-server repositoryErkin Alp Güney2021-09-141-0/+661
| |/
* | :arrow_up: fix + update dependenciesFlam3rboy2021-09-165-8277/+6525
* | :construction: webhookFlam3rboy2021-09-1411-18/+369
* | fix #129Flam3rboy2021-09-141-0/+17
* | fix #128Flam3rboy2021-09-141-9/+52
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-1414-25/+124
|\
| * 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
| * | Merge pull request #359 from Thesourtimes/masterFlam3rboy2021-09-142-0/+22
| |\ \ | | |/ | |/|
| | * add store endpointsuurgothat2021-09-132-0/+22
| |/
| * Merge pull request #358 from AlTech98/fix-356Flam3rboy2021-09-133-13/+34
| |\
| | * Fix #356AlTech982021-09-133-13/+34
| |/
| * Merge pull request #357 from AlTech98/user-updateFlam3rboy2021-09-131-4/+12
| |\
| | * Update index.tsFlam3rboy2021-09-131-1/+1
| | * Emit USER_UPDATE, fix #214AlTech982021-09-131-4/+12
| |/
| * Merge pull request #355 from AlTech98/attachmentsFlam3rboy2021-09-137-5/+37
| |\
| | * Delete attachments of deleted messages, fix #273AlTech982021-09-136-4/+36
| | * Fix attachments not being saved to dbAlTech982021-09-131-1/+1
| |/
* | :bug: fix fosscord.jsFlam3rboy2021-09-133-2/+18
* | :art: remove unused importsFlam3rboy2021-09-1321-266/+61
|/
* :bug: fix In() queryFlam3rboy2021-09-133-5/+13
* :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