aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
Commit message (Collapse)AuthorAgeFilesLines
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+1
| | | | | | | | | | | | | | | | | | 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.
* Fix video watch page responsiveChocobozzz2018-04-031-2/+1
|
* Fix watch page video changeChocobozzz2018-04-031-1/+1
|
* Improve first playChocobozzz2018-04-031-1/+1
|
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+1
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* More secure target blank linksChocobozzz2018-03-191-1/+1
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-191-4/+4
| | | | before beta
* Use banner instead of modal for privacy concernsChocobozzz2018-03-071-0/+13
|
* Fix complete description on some videosChocobozzz2018-02-271-1/+1
|
* Hide support button if it is emptyChocobozzz2018-02-211-1/+1
|
* Add support to video support on clientChocobozzz2018-02-201-1/+7
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-1/+1
|
* Fix title and action buttons in video watchChocobozzz2018-02-071-1/+1
|
* Improve responsive on video watchChocobozzz2018-01-311-71/+73
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+1
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+1
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Add avatar in commentsChocobozzz2018-01-031-4/+6
|
* Add video comment componentsChocobozzz2017-12-271-0/+7
|
* Add no result text if there are no resultsChocobozzz2017-12-211-4/+8
|
* Add tooltip to likes/dislikes barChocobozzz2017-12-211-1/+3
|
* Add ability to remove a video on watch pageChocobozzz2017-12-201-0/+6
|
* Fix player height on chromeChocobozzz2017-12-111-1/+1
|
* Fix loading spinner in playerChocobozzz2017-12-111-115/+115
|
* Videos watch responsiveChocobozzz2017-12-111-1/+1
|
* Design second video upload stepChocobozzz2017-12-081-1/+1
|
* Fix dropdown menu in video watchChocobozzz2017-12-071-26/+8
|
* Design other videos in watch video pageChocobozzz2017-12-061-0/+4
|
* Add likes/dislikes barChocobozzz2017-12-061-2/+8
|
* Begin video watch designChocobozzz2017-12-061-131/+102
|
* Design video playerChocobozzz2017-12-051-9/+2
|
* Add loader when expanding long video descriptionChocobozzz2017-11-281-3/+4
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Make the client compile tooChocobozzz2017-11-271-2/+2
|
* Improve client mobile versionChocobozzz2017-11-061-2/+2
|
* Add video privacy settingChocobozzz2017-10-311-1/+10
|
* Lazy description and previews to video formChocobozzz2017-10-301-0/+10
|
* Replace NSFW with "mature or explicit content"Chocobozzz2017-10-271-1/+1
| | | | Blur their thumbnail and name
* Add markdown support to video descriptionChocobozzz2017-10-261-3/+1
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-3/+3
|
* Try to optimize frontendChocobozzz2017-10-091-0/+184