aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/user-subscriptions.ts
Commit message (Collapse)AuthorAgeFilesLines
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Move middleware utils in middlewaresChocobozzz2021-06-031-1/+1
| | | | helpers modules should not import models
* refactor API errors to standard error formatRigel Kent2021-06-021-5/+4
|
* Cleanup models directory organizationChocobozzz2021-05-111-4/+4
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+2
|
* harmonize search for librariesRigel Kent2020-07-291-0/+13
|
* Do not support subscriptions to accountsChocobozzz2020-04-161-1/+0
|
* Fix express validatorChocobozzz2019-07-251-2/+1
|
* Move config in its own fileChocobozzz2019-04-111-2/+2
|
* Cleanup express locals typingsChocobozzz2019-03-191-2/+1
|
* Add ability to search video channelsChocobozzz2018-08-271-5/+19
|
* Add get subscription endpointChocobozzz2018-08-271-4/+4
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+58