aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/feeds.ts
Commit message (Expand)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+6
* Move middleware utils in middlewaresChocobozzz2021-06-031-5/+5
* refactor API errors to standard error formatRigel Kent2021-06-021-8/+5
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+3
* Fix migration and testChocobozzz2020-11-251-25/+41
* refactor scoped token serviceRigel Kent2020-11-251-2/+3
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+20
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-0/+6
* Move to eslintcontainChocobozzz2020-02-031-4/+4
* Adapt feeds content-type to accept headerRigel Kent2020-01-101-4/+32
* Fix express validatorChocobozzz2019-07-251-1/+1
* Refactor middleware helpersChocobozzz2019-07-241-3/+7
* Remove unused actor uuid fieldChocobozzz2019-05-311-7/+6
* Does existChocobozzz2019-03-191-8/+8
* Fix feeds with channel filterChocobozzz2018-09-131-1/+1
* Add ability to set a name to a channelChocobozzz2018-08-271-4/+7
* Add video comments RSSChocobozzz2018-06-081-2/+21
* Implement video channel feedsChocobozzz2018-04-251-6/+4
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+35