aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/abuse.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix runner api rate limit bypassChocobozzz2023-06-201-0/+3
* Fix shared importsChocobozzz2021-12-241-2/+1
* No notification on moderator abuseChocobozzz2021-12-091-4/+11
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Refactor requestsChocobozzz2021-07-201-1/+1
* add operationId doc middleware to so API endpointsRigel Kent2021-06-041-0/+2
* refactor API errors to standard error formatRigel Kent2021-06-021-3/+3
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-3/+4
* Remove deprecated abuse apiChocobozzz2020-11-101-7/+1
* Reorganize shared modelsChocobozzz2020-08-071-3/+4
* Add abuse messages/states notificationsChocobozzz2020-07-311-5/+18
* Add abuse messages management in my accountChocobozzz2020-07-311-0/+4
* Add server API to abuse messagesChocobozzz2020-07-311-7/+74
* Add new abuses testsChocobozzz2020-07-101-2/+2
* Implement abuses check paramsChocobozzz2020-07-101-5/+5
* Use 3 tables to represent abusesChocobozzz2020-07-101-0/+168