aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/feeds.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add user notification base codeChocobozzz2019-01-091-1/+1
|
* Add ability to list all local videosChocobozzz2018-10-101-1/+9
| | | | Including private/unlisted for moderators/admins
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
|
* Fix nodeinfo endpointChocobozzz2018-07-241-3/+3
|
* adding initial support for nodeinfoRigel Kent2018-07-241-3/+3
|
* Add videos list filtersChocobozzz2018-07-241-2/+3
|
* Implement captions/subtitlesChocobozzz2018-07-161-1/+1
|
* (feed) adding thumbnail support for RSS feedRigel Kent2018-06-291-1/+9
|
* Use local object URLs for feedsChocobozzz2018-06-141-2/+4
|
* Fix bad RSS descriptions when filtering videos by account or channelChocobozzz2018-06-131-7/+26
|
* Add video comments RSSChocobozzz2018-06-081-4/+40
|
* making the feed fulltextRigel Kent2018-05-121-1/+1
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-2/+2
|
* Implement video channel feedsChocobozzz2018-04-251-3/+4
|
* Update video channel routesChocobozzz2018-04-241-7/+7
|
* Add account viewChocobozzz2018-04-241-20/+9
|
* Update changelogChocobozzz2018-04-231-1/+2
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-3/+6
| | | | There is a global instance setting and a per user setting
* Add redis cache to feed routeChocobozzz2018-04-171-14/+9
|
* Handle sort in rssChocobozzz2018-04-171-12/+19
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+136
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.