summary refs log tree commit diff
path: root/api/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-132-3/+2
* Merge branch 'typescript-interface-body-parser+autogenerate-unit-tests+docume...Flam3rboy2021-09-1276-1345/+1006
|\
| * :sparkles: #307 doneFlam3rboy2021-09-1271-1295/+896
| * :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-122-15/+76
| * :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-1239-76/+75
* | Add dummy missing routesAlTech982021-09-126-1/+51
|/
* Fix relationships get queryAlTech982021-09-091-1/+1
* Fix upload sizeStilic2021-09-081-1/+1
* :arrow_up: update test clientFlam3rboy2021-09-041-1/+1
* Added /guilds/:id/voice-states apisAlTech982021-09-044-0/+96
* Added missing permissions and channel typesAlTech982021-09-041-0/+4
* 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
* | | :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-032-10/+6
* :sparkles: guild position updateFlam3rboy2021-09-033-8/+49
* :bug: fix message sendingFlam3rboy2021-09-032-7/+7
* :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
* :bug: fix entity types and projectionFlam3rboy2021-09-012-25/+3
* :sparkles: generate open api schema based on body and db entitiesFlam3rboy2021-09-014-13/+23
* :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-018-118/+105
* Merge branch 'typeorm' into typeormFlam3rboy2021-08-3119-154/+145
|\
| * Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-314-2/+67
| |\
| * | :bug: db query fixesFlam3rboy2021-08-318-31/+35
| * | :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
|/
* 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-293-6/+18
* fix rate limitFlam3rboy2021-08-292-48/+52
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-2948-993/+467
* :construction: apiFlam3rboy2021-08-2711-122/+89
* Merge branch 'master' into typeormFlam3rboy2021-08-241-1/+1
|\
| * Fix content security policy policyLukas Does Dev2021-08-211-1/+1
* | :construction: apiFlam3rboy2021-08-2445-454/+381
* | :construction: typeormFlam3rboy2021-08-211-1/+2
|/
* :bug: fix vanity urlFlam3rboy2021-08-193-14/+34
* :bug: fix #267Flam3rboy2021-08-181-1/+1
* :bug: fix guild channel reorderFlam3rboy2021-08-181-15/+22
* :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-172-4/+4
* :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: fix server bundleFlam3rboy2021-08-151-1/+2
* :bug: prevent @everyone role deletionFlam3rboy2021-08-151-7/+4
* update releaseFlam3rboy2021-08-151-1/+0
* move devDependencies to dependenciesFlam3rboy2021-08-141-372/+0
* :bug: fix Guild + Channel createFlam3rboy2021-08-143-5/+15
* :bug: fix guild create with channel templateFlam3rboy2021-08-141-1/+21
* :construction: fix server bundleFlam3rboy2021-08-132-7/+24
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-131-5/+4
|\
| * :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-5/+4
* | :bug: fix api middlewareFlam3rboy2021-08-133-36/+41
|/
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-133-2/+17
|\
| * Create Emoji.tsIntevel ツ2021-08-131-0/+14
| * Fixed #257 Can't change nicknameIntevel ツ2021-08-132-2/+3
* | rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-1359-150/+135
|/
* :sparkles: apiFlam3rboy2021-08-1296-0/+130127