aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove ability to delete video importsChocobozzz2018-08-061-0/+4
| | | | Users should remove the linked video instead
* Try to handle truncated markdown linksChocobozzz2018-07-311-2/+1
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-241-1/+1
|
* Fix regression in theater modeChocobozzz2018-07-171-1/+4
|
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Correctly handle error when remote instance is downChocobozzz2018-07-161-6/+7
|
* Handle subtitles in playerChocobozzz2018-07-161-11/+26
|
* Handle markdown in account/video channel pagesChocobozzz2018-06-181-5/+0
|
* Don't send view on private videoChocobozzz2018-06-181-2/+2
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+4
|
* Automatically jump to the highlighted threadChocobozzz2018-06-141-5/+7
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-72/+75
| | | | publishing a video
* Add theatre modeChocobozzz2018-06-111-1/+2
|
* Fix dislikes number in video watch pageChocobozzz2018-06-111-1/+1
|
* Remove video not foundChocobozzz2018-06-081-6/+0
|
* Little i18n refractoringChocobozzz2018-06-061-1/+2
|
* Localize playerChocobozzz2018-06-061-5/+14
|
* Fix i18n in componentsChocobozzz2018-06-051-3/+3
|
* Prepare i18n filesChocobozzz2018-06-051-15/+26
|
* Add 404 pageChocobozzz2018-05-311-13/+19
|
* Add context menu to playerChocobozzz2018-05-301-0/+1
|
* Fix play on iOS (grumph)Chocobozzz2018-05-221-0/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-2/+1
|
* Add video channel account listChocobozzz2018-04-251-4/+0
|
* Add account viewChocobozzz2018-04-241-7/+0
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-1/+3
| | | | There is a global instance setting and a per user setting
* Simplify client syndicationsChocobozzz2018-04-171-11/+3
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-4/+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.
* Add ability to set a start timeChocobozzz2018-04-051-3/+8
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Fix video watch page responsiveChocobozzz2018-04-031-16/+14
|
* Fix watch page video changeChocobozzz2018-04-031-26/+31
|
* Improve first playChocobozzz2018-04-031-6/+2
|
* Improve playerChocobozzz2018-04-031-38/+10
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-2/+6
|
* Better handling video resizingChocobozzz2018-03-191-1/+2
|
* Try to detect incompatible web browsersChocobozzz2018-03-081-6/+6
|
* Use banner instead of modal for privacy concernsChocobozzz2018-03-071-16/+6
|
* Cleaner videojs control bar implementationChocobozzz2018-03-011-1/+23
|
* Fix playback rateChocobozzz2018-03-011-1/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-6/+7
|
* Support different playback rates (#318)jonathanraes2018-03-011-0/+1
|
* Add messages about privacy concerns (P2P)Chocobozzz2018-02-281-52/+63
|
* Handle user rates in real timeChocobozzz2018-02-281-0/+3
|
* Add fallback to HTTPChocobozzz2018-02-261-3/+3
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-29/+22
|
* Add support to video support on clientChocobozzz2018-02-201-1/+7
|
* Improve comment highlightingChocobozzz2018-02-191-1/+4
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-141-2/+4
|