aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/cache.ts
Commit message (Collapse)AuthorAgeFilesLines
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+5
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Adapt feeds content-type to accept headerRigel Kent2020-01-101-3/+9
|
* Use apicache instead of our broken implementationChocobozzz2019-04-251-65/+8
|
* Fix overview endpointChocobozzz2019-04-241-1/+2
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+2
|
* Do not host remote AP objectsChocobozzz2018-11-161-0/+7
|
* Add user history and resume videosChocobozzz2018-10-051-1/+1
|
* Add sql trace in error log on sequelize errorChocobozzz2018-08-311-1/+3
|
* Cleanup utils helperChocobozzz2018-08-141-1/+1
|
* Fix nodeinfo endpointChocobozzz2018-07-241-36/+37
|
* adding initial support for nodeinfoRigel Kent2018-07-241-3/+10
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-1/+1
| | | | publishing a video
* Handle concurrent requests in cache middlewareChocobozzz2018-05-231-20/+33
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-20/+23
|
* Add redis cache to feed routeChocobozzz2018-04-171-0/+41