feature: initial syndication feeds support
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.
Showing
- client/src/app/account/account-videos/account-videos.component.ts 6 additions, 0 deletions...rc/app/account/account-videos/account-videos.component.ts
- client/src/app/shared/misc/object-length.pipe.ts 8 additions, 0 deletionsclient/src/app/shared/misc/object-length.pipe.ts
- client/src/app/shared/shared.module.ts 9 additions, 0 deletionsclient/src/app/shared/shared.module.ts
- client/src/app/shared/video/abstract-video-list.html 1 addition, 1 deletionclient/src/app/shared/video/abstract-video-list.html
- client/src/app/shared/video/abstract-video-list.scss 7 additions, 0 deletionsclient/src/app/shared/video/abstract-video-list.scss
- client/src/app/shared/video/abstract-video-list.ts 6 additions, 0 deletionsclient/src/app/shared/video/abstract-video-list.ts
- client/src/app/shared/video/video-feed.component.html 14 additions, 0 deletionsclient/src/app/shared/video/video-feed.component.html
- client/src/app/shared/video/video-feed.component.scss 19 additions, 0 deletionsclient/src/app/shared/video/video-feed.component.scss
- client/src/app/shared/video/video-feed.component.ts 14 additions, 0 deletionsclient/src/app/shared/video/video-feed.component.ts
- client/src/app/shared/video/video.service.ts 43 additions, 0 deletionsclient/src/app/shared/video/video.service.ts
- client/src/app/videos/+video-watch/video-watch.component.html 1 addition, 0 deletions...nt/src/app/videos/+video-watch/video-watch.component.html
- client/src/app/videos/+video-watch/video-watch.component.scss 5 additions, 0 deletions...nt/src/app/videos/+video-watch/video-watch.component.scss
- client/src/app/videos/+video-watch/video-watch.component.ts 19 additions, 4 deletionsclient/src/app/videos/+video-watch/video-watch.component.ts
- client/src/app/videos/video-list/video-local.component.ts 11 additions, 0 deletionsclient/src/app/videos/video-list/video-local.component.ts
- client/src/app/videos/video-list/video-recently-added.component.ts 10 additions, 0 deletions...c/app/videos/video-list/video-recently-added.component.ts
- client/src/app/videos/video-list/video-search.component.ts 5 additions, 0 deletionsclient/src/app/videos/video-list/video-search.component.ts
- client/src/app/videos/video-list/video-trending.component.ts 10 additions, 0 deletionsclient/src/app/videos/video-list/video-trending.component.ts
- client/src/assets/images/global/syndication.svg 58 additions, 0 deletionsclient/src/assets/images/global/syndication.svg
- client/src/sass/include/_bootstrap.scss 1 addition, 1 deletionclient/src/sass/include/_bootstrap.scss
- package.json 1 addition, 0 deletionspackage.json
Loading
Please register or sign in to comment