aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
* Fix indetation (I hope!)Gérald Niel2018-04-111-1/+1
|
* Fix #490 and justify text in comments div.Gérald Niel2018-04-111-1/+3
|
* 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-033-19/+16
|
* Fix watch page video changeChocobozzz2018-04-033-28/+33
|
* Improve first playChocobozzz2018-04-032-7/+3
|
* 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!
* 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
* Disply other videos if screen >= 1300pxChocobozzz2018-03-291-1/+1
|
* Fix responsive in videos watchChocobozzz2018-03-261-2/+2
|
* Fix video description CSSChocobozzz2018-03-262-6/+6
|
* No word-break in comment. Justify text.Gérald Niel2018-03-241-0/+5
|
* Fix break-word and add margin between content and other videos.Gérald Niel2018-03-241-1/+5
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-2/+6
|
* Fix '@' missing in comment mentionChocobozzz2018-03-211-1/+1
|
* More secure target blank linksChocobozzz2018-03-193-3/+4
|
* Better handling video resizingChocobozzz2018-03-191-1/+2
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-193-11/+11
| | | | before beta
* Try to detect incompatible web browsersChocobozzz2018-03-081-6/+6
|
* Use banner instead of modal for privacy concernsChocobozzz2018-03-073-16/+89
|
* 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 max video height on mobileChocobozzz2018-02-281-1/+2
|
* Fix complete description on some videosChocobozzz2018-02-271-1/+1
|
* Add fallback to HTTPChocobozzz2018-02-261-3/+3
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-222-58/+48
|
* Put comments reply on the topChocobozzz2018-02-211-1/+1
|
* Fix comment highlightChocobozzz2018-02-213-16/+16
|
* Open mentions in new tabChocobozzz2018-02-212-6/+2
|
* Add links to comment mentionsChocobozzz2018-02-215-11/+149
|
* Hide support button if it is emptyChocobozzz2018-02-211-1/+1
|
* Add support to video support on clientChocobozzz2018-02-207-7/+95
|
* Don't break design on long description/commentChocobozzz2018-02-202-0/+6
|
* Add links support in commentsChocobozzz2018-02-203-5/+15
|
* Handle line feeds in commentsChocobozzz2018-02-202-3/+6
|
* Improve comment highlightingChocobozzz2018-02-1911-58/+103
|
* Issue #168: youtube-like marking of comments (#297)jonathanraes2018-02-185-3/+40
| | | | | | | | | | * youtube-like marking of comments uses GET parameters to mark comments similar to youtube * place link to comment in 'comment-date' * Use a routes to highight a comment
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-162-1/+7
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-141-2/+4
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-17/+3
|
* Rewrite infinite scrollChocobozzz2018-02-132-9/+5
|
* publish comment on crtl-enter (#290)jonathanraes2018-02-121-1/+2
|
* Fix error with other videos displayedChocobozzz2018-02-081-1/+1
|
* Fix other videos not displayed in video watchChocobozzz2018-02-081-4/+12
|
* Fix file downloadingChocobozzz2018-02-071-1/+4
|