aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* Handle sort in rssChocobozzz2018-04-175-19/+16
|
* Simplify client syndicationsChocobozzz2018-04-174-25/+9
|
* feature: initial syndication feeds supportRigel Kent2018-04-177-4/+61
| | | | | | | | | | | | | | | | | | 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 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 videos list paramsChocobozzz2018-03-271-0/+1
|
* Redirect to homepage on empty searchChocobozzz2018-03-271-2/+6
|
* 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
|
* TypoChocobozzz2018-03-211-1/+1
|
* Fix '@' missing in comment mentionChocobozzz2018-03-211-1/+1
|
* More secure target blank linksChocobozzz2018-03-194-12/+14
|
* Don't forget to clean up subscriptionsChocobozzz2018-03-194-9/+21
|
* Better handling video resizingChocobozzz2018-03-191-1/+2
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-194-12/+12
| | | | before beta
* Add "local" videos in menuChocobozzz2018-03-133-0/+49
|
* Fix upload with small file namesChocobozzz2018-03-121-1/+10
|
* 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
|
* Disable service workerChocobozzz2018-02-261-1/+1
|
* Add fallback to HTTPChocobozzz2018-02-261-3/+3
|
* Better help on markdown fieldsChocobozzz2018-02-232-20/+28
|
* Add help tooltipChocobozzz2018-02-221-2/+2
|
* Add limit to video sizesChocobozzz2018-02-221-1/+7
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-222-58/+48
|
* Add ability to update another user videoChocobozzz2018-02-221-3/+7
|
* Fix support field validation in video editChocobozzz2018-02-211-1/+1
|
* 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-216-22/+149
|