summary refs log tree commit diff
path: root/api (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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