summary refs log tree commit diff
path: root/api/src/middlewares (follow)
Commit message (Expand)AuthorAgeFilesLines
* Skip check for rate limit bypass if no user id is providedMadeline2022-07-021-5/+7
* needs to be asyncErkin Alp Güney2022-04-281-1/+2
* exempt users logicErkin Alp Güney2022-04-281-2/+6
* eventually fix those errorsErkin Alp Güney2022-04-241-1/+1
* Update RateLimit.tsErkin Alp Güney2022-04-241-2/+3
* Update RateLimit.tsErkin Alp Güney2022-04-241-1/+1
* fix the seconds rounding logicErkin Alp Güney2022-04-241-2/+2
* Punitive rate limitingErkin Alp Güney2022-04-241-4/+8
* added the maintenance listing endpointErkin Alp Güney2022-04-071-0/+1
* Dev portal + categories load dbFeatyre2022-01-261-0/+9
* General work on APIThesourtimes2021-12-182-8/+11
* Make the test client togglableThesourtimes2021-12-151-2/+4
* Minor API workThesourtimes2021-12-052-1/+10
* Merge pull request #491 from TheArcaneBrony/masterSamuel2021-11-211-1/+18
|\
| * Inline plugin supportThe Arcane Brony2021-11-111-3/+8
| * Add plugin & css support, add styling to differentiate from discord.comThe Arcane Brony2021-11-111-1/+13
* | Fix the minor issues on routeThesourtimes2021-11-181-1/+3
* | Add instance routeuurgothat2021-11-171-0/+1
|/
* Proxy support for external network accessKagurazakaNyaa2021-10-241-0/+3
* :art: exclude healthz/readyz from authFlam3rboy2021-10-151-0/+2
* :art: move field error to utilFlam3rboy2021-10-051-3/+1
* fix request failiure with error code 400afeuerstein2021-10-031-1/+1
* :sparkles: add ``right`` option to route()Flam3rboy2021-10-031-1/+3
* :sparkles: add private and public endpointFlam3rboy2021-09-251-2/+2
* :sparkles: add option to disable all rate limitsFlam3rboy2021-09-202-1/+4
* :bug: fix errror handlerFlam3rboy2021-09-201-3/+4
* :sparkles: accept invite pageFlam3rboy2021-09-201-0/+2
* Revert ":construction: webhook"Flam3rboy2021-09-162-6/+5
* :construction: webhookFlam3rboy2021-09-142-5/+6
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-122-2/+2
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-041-3/+2
|\
| * Revert "added big todo list to Guild.ts (big chungus)"xnacly2021-09-031-1/+0
| * added big todo list to Guild.ts (big chungus)xnacly2021-09-031-0/+1
| * moved Constants and Errorhandler from api to utilxnacly2021-09-031-2/+1
| * fixed 'undefined not found' + error not showing in clientxnacly2021-09-031-2/+2
* | :bug: fix error handler and asset routerFlam3rboy2021-09-042-2/+2
|/
* :bug: fix message sendingFlam3rboy2021-09-031-5/+4
* Merge branch 'typeorm' into typeormFlam3rboy2021-08-312-7/+12
|\
| * :bug: db query fixesFlam3rboy2021-08-311-4/+4
| * :sparkles: typeorm error handlerFlam3rboy2021-08-311-3/+8
* | Created list of all possible api errors and made them throwable in routes codeAlTech982021-08-311-0/+6
|/
* fixed translation path to display correct error msgxnacly2021-08-301-1/+1
* :zap: only local rate limit to prevent to much pressure on the databaseFlam3rboy2021-08-301-19/+51
* :bug: convert bigint -> stringFlam3rboy2021-08-291-2/+2
* fix rate limitFlam3rboy2021-08-292-48/+52
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-291-1/+1
* :construction: apiFlam3rboy2021-08-271-0/+1
* Merge branch 'master' into typeormFlam3rboy2021-08-241-1/+1
|\
| * Fix content security policy policyLukas Does Dev2021-08-211-1/+1
* | :construction: apiFlam3rboy2021-08-241-3/+3
|/
* :art: clean upFlam3rboy2021-08-171-3/+4
* :loud_sound: verbose error handlerFlam3rboy2021-08-171-1/+5
* :sparkles: delete finished todosFlam3rboy2021-08-162-2/+0
* :sparkles: update auth middlewareFlam3rboy2021-08-161-3/+9
* update Rate Limit with new event transmissionFlam3rboy2021-08-161-45/+46
* :construction: fix server bundleFlam3rboy2021-08-131-7/+14
* 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-132-4/+30
|/
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-134-22/+24
* :sparkles: apiFlam3rboy2021-08-127-0/+348