summary refs log tree commit diff
path: root/api/src/middlewares (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-257-392/+0
|
* Trash ip logging for rate limitsMadeline2022-09-111-2/+2
|
* Switch to staging ratelimiterMadeline2022-08-251-20/+25
|
* Merge branch '2fa' into slowcordMadeline2022-07-201-0/+1
|\
| * 2faMadeline2022-07-201-0/+1
| |
| * Skip check for rate limit bypass if no user id is providedMadeline2022-07-021-5/+7
| |
* | Revert RateLimit.tsMadeline2022-07-021-18/+6
| |
* | 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
| | | resolves #396
* 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
|
* General work on APIThesourtimes2021-12-181-7/+9
|
* Minor API workThesourtimes2021-12-051-0/+8
|
* Fix the minor issues on routeThesourtimes2021-11-181-1/+3
|
* Add instance routeuurgothat2021-11-171-0/+1
|
* :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 option to disable all rate limitsFlam3rboy2021-09-202-1/+4
|
* :bug: fix errror handlerFlam3rboy2021-09-201-3/+4
|
* Revert ":construction: webhook"Flam3rboy2021-09-162-6/+5
| | | | This reverts commit df2b83ac158be1e7233d8edce59033c15c193599.
* :construction: webhookFlam3rboy2021-09-142-5/+6
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-122-2/+2
|
* Revert "added big todo list to Guild.ts (big chungus)"xnacly2021-09-031-1/+0
| | | | This reverts commit 0f58995182e438e0655071c3f1b7ea66e31cb779.
* 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 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
|
* :bug: fix api middlewareFlam3rboy2021-08-132-4/+30
|
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-133-21/+23
|
* :sparkles: apiFlam3rboy2021-08-126-0/+282