aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/blocklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add mute status in account and channel pagesChocobozzz2021-12-071-3/+26
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Move middleware utils in middlewaresChocobozzz2021-06-031-8/+7
| | | | helpers modules should not import models
* refactor API errors to standard error formatRigel Kent2021-06-021-13/+16
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-4/+5
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-8/+4
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-4/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-141-4/+2
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Refactor middleware helpersChocobozzz2019-07-241-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-3/+2
|
* Cleanup express locals typingsChocobozzz2019-03-191-3/+3
|
* Does existChocobozzz2019-03-191-10/+10
|
* Add ability to mute a user/instance by server in server apiChocobozzz2018-10-161-5/+40
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-1/+44
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+94