summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* :art: rename run script to startFlam3rboy2021-08-141-2/+2
* :sparkles: server bundleFlam3rboy2021-08-147-168/+277
* :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-1311-35/+110
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-1316-226/+8997
|\
| * :bug: fix dependencies and build for bundleFlam3rboy2021-08-1310-81/+29227
| * :bug: fix types + packagesFlam3rboy2021-08-1310-20956/+581
* | :pencil: update readmeFlam3rboy2021-08-131-15/+35
* | :bug: fix bundle listenFlam3rboy2021-08-132-2/+6
* | :bug: fix util typesFlam3rboy2021-08-132-2/+2
* | :bug: fix bundle gateway listenFlam3rboy2021-08-131-1/+7
* | :bug: fix api middlewareFlam3rboy2021-08-133-36/+41
|/
* :pencil: updated links to fosscord-serverFlam3rboy2021-08-138-56/+16
* Merge branch 'pr/darkhpp/261-2'Flam3rboy2021-08-1311-9456/+1446
|\
| * Merge branch 'master' into pr/darkhpp/261-2Flam3rboy2021-08-13139-5728/+3311
| |\
| * | Fix namingdarkhpp2021-08-135-20896/+6
| * | [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-1313-9428/+22369
* | | Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-138-165/+119
|\ \ \ | |_|/ |/| |
| * | server-util 1.3.55Intevel ツ2021-08-132-4/+4
| * | server-util 1.3.54Intevel ツ2021-08-132-7/+7
| * | 1.3.55Intevel ツ2021-08-132-2/+2
| * | 1.3.54Intevel ツ2021-08-132-2/+2
| * | v.1.3.53Intevel ツ2021-08-132-2/+2
| * | Update package-lock.jsonIntevel ツ2021-08-131-690/+6
| * | Update Permissions.tsIntevel ツ2021-08-131-2/+2
| * | Create Emoji.tsIntevel ツ2021-08-131-0/+14
| * | Merge branch 'master' of https://github.com/fosscord/fosscord-serverIntevel ツ2021-08-131-0/+2
| |\ \
| | * \ Merge pull request #260 from mugman174/masterFlam3rboy2021-08-131-0/+2
| | |\ \ | | | |/ | | |/|
| | | * Add gateway support for Discord desktop clientsmugman2021-08-121-0/+2
| | |/
| * / Fixed #257 Can't change nicknameIntevel ツ2021-08-133-11169/+64
| |/
* | abstract Event emissionFlam3rboy2021-08-1310-277/+115
* | :sparkles: event emitFlam3rboy2021-08-137-93/+139
* | cleanup rtcFlam3rboy2021-08-1344-5124/+3
* | rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-1367-166/+255
* | :sparkles: server bundleFlam3rboy2021-08-1314-219/+2997
* | :sparkles: docker composeFlam3rboy2021-08-132-0/+25
|/
* Merge pull request #256 from luth31/masterFlam3rboy2021-08-133-0/+141
|\
| * Merge branch 'fosscord:master' into masterPaul Munteanu2021-08-131-0/+8
| |\ | |/ |/|
* | Create README.mdFlam3rboy2021-08-121-0/+8
| * [Gateway/Docker] Remove test filePaul Munteanu2021-08-131-1/+0
| * [CDN/Docker] Remove test filePaul Munteanu2021-08-131-1/+0
| * [Gateway/Docker] Add test filePaul Munteanu2021-08-131-0/+1
| * [CDN/Docker] Add test filePaul Munteanu2021-08-131-0/+1
| * [Docker] Fix docker publish for cdn and gatewayPaul Munteanu2021-08-132-4/+4
| * [API/Docker] Remove test filePaul Munteanu2021-08-131-1/+0
| * [API/Docker] Add test filePaul Munteanu2021-08-131-0/+1
| * [API/Docker] Remove test changePaul Munteanu2021-08-131-1/+0
| * [API/Docker] Fix cache keysPaul Munteanu2021-08-131-2/+2
| * [API/Docker] Yet another testPaul Munteanu2021-08-131-0/+1
| * [API/Docker] Remove test filePaul Munteanu2021-08-131-1/+0
| * [API/Docker] TestPaul Munteanu2021-08-131-0/+1
| * Add tags for each imagePaul Munteanu2021-08-133-3/+3
| * Implement docker publishing for each projectPaul Munteanu2021-08-133-0/+141
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-121-0/+0
|\
| * Delete .DS_StoreFlam3rboy2021-08-121-0/+0
* | :sparkles: webrtcFlam3rboy2021-08-1212-0/+0
|/
* Merge branch 'webrtc'Flam3rboy2021-08-1210-0/+2064
|\
| * :construction: initFlam3rboy2021-06-247-0/+1937
| * Initial commitFlam3rboy2021-05-313-0/+127
* :sparkles: rtcFlam3rboy2021-08-1256-0/+17
* :sparkles: utilFlam3rboy2021-08-1247-0/+5263
* Merge branch 'rtc'Flam3rboy2021-08-1210-22/+353
|\
| * Merge pull request #21 from ItsNewe/masterFlam3rboy2021-05-255-37/+85
| |\
| | * [del] Deleted .protoNewe2021-05-251-24/+0
| | * [add] Udp request handler mockupNewe2021-05-252-38/+25
| | * [edit] Ignore event if emited by a vServerNewe2021-05-251-1/+26