aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/feeds.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't leak unlisted videos in comments feedChocobozzz2020-04-211-2/+2
|
* Adapt feeds content-type to accept headerRigel Kent2020-01-101-8/+17
|
* Fix comments feedChocobozzz2019-12-111-7/+10
|
* Fix comments feedChocobozzz2019-12-101-1/+4
|
* Clearer feed controllerChocobozzz2019-12-091-15/+26
|
* (hotfix) remove null categories in RSS/Atom feedsRigel Kent2019-12-081-1/+1
|
* (rss) add mrss properties and update pfeedRigel Kent2019-12-031-1/+28
| | | | resolves #2298
* Stronger model typingsChocobozzz2019-08-191-1/+1
|
* Upgrade sequelizeChocobozzz2019-04-241-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-2/+1
|
* Move config in its own fileChocobozzz2019-04-111-5/+6
|
* Cleanup express locals typingsChocobozzz2019-03-191-7/+5
|
* 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.