aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-feed.component.scss
Commit message (Collapse)AuthorAgeFilesLines
* Better typingsChocobozzz2018-10-181-19/+0
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+2
| | | | and a bonus dark color theme toggle
* Underline links in feed popover when hoveringChocobozzz2018-08-271-2/+0
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-0/+1
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+19
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.