aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/feeds.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+6
|
* Move middleware utils in middlewaresChocobozzz2021-06-031-5/+5
| | | | helpers modules should not import models
* 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
Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.