aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
Commit message (Collapse)AuthorAgeFilesLines
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-5/+5
|
* Implement video channel viewsChocobozzz2018-04-252-2/+27
|
* Add video channel account listChocobozzz2018-04-251-2/+4
|
* Add account link in videos listChocobozzz2018-04-253-1/+9
|
* Add account viewChocobozzz2018-04-243-2/+21
|
* Use ISO 639 for languagesChocobozzz2018-04-232-2/+2
|
* Replace current state when changing pageChocobozzz2018-04-201-2/+6
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-192-11/+4
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-193-7/+17
| | | | There is a global instance setting and a per user setting
* Handle sort in rssChocobozzz2018-04-173-29/+20
|
* Simplify client syndicationsChocobozzz2018-04-175-44/+47
|
* feature: initial syndication feeds supportRigel Kent2018-04-177-1/+104
| | | | | | | | | | | | | | | | | | 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.
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-17/+1
|
* Add publishedAt field for video model.Julien Le Bras2018-03-302-1/+3
| | | | | | | | | | | | * 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
* Fix lintChocobozzz2018-03-271-1/+1
|
* Fix my videos paginationChocobozzz2018-03-271-2/+6
|
* Fix videos list paramsChocobozzz2018-03-271-2/+2
|
* 4 lines per page instead of 3 for videos listChocobozzz2018-03-271-1/+1
|
* Fix #408Gérald Niel2018-03-251-0/+4
|
* Fix pagination when videos take all the widthChocobozzz2018-03-212-2/+4
|
* Don't forget to clean up subscriptionsChocobozzz2018-03-192-13/+38
|
* Better handling video resizingChocobozzz2018-03-191-9/+14
|
* Handle resizes on videos listChocobozzz2018-03-191-16/+33
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-193-51/+22
| | | | before beta
* Update video duration string to show hours when duration greater than or ↵Lucas Declercq2018-03-191-2/+6
| | | | | | | | | | | | equal 60min (#360) * Update video duration string to show hours when >= 60min * Only show hours in duration when relevant * Fix problem with ternary expression * Remove accidentally commited package-lock.json
* Add "local" videos in menuChocobozzz2018-03-131-1/+10
|
* Update videos api list for accountChocobozzz2018-03-121-5/+11
|
* Improve infinite scrollChocobozzz2018-03-091-1/+2
|
* Fix infinite scrollChocobozzz2018-03-082-5/+11
|
* Handle user rates in real timeChocobozzz2018-02-281-2/+6
|
* Throttle infinite scrollerChocobozzz2018-02-221-3/+2
|
* Add ability to update another user videoChocobozzz2018-02-221-1/+1
|
* Hide support button if it is emptyChocobozzz2018-02-211-1/+2
|
* Add support to video support on clientChocobozzz2018-02-203-0/+5
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-163-7/+18
|
* Implement support field in video and video channelChocobozzz2018-02-151-0/+1
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-141-0/+1
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-142-1/+8
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-1/+1
|
* Rewrite infinite scrollChocobozzz2018-02-133-43/+152
|
* Add background placeholder for thumbnailsChocobozzz2018-02-122-1/+5
|
* Video previews take all the width on mobileChocobozzz2018-02-095-7/+34
|
* Add service workerChocobozzz2018-02-081-0/+24
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-4/+4
|
* 25 items per pageChocobozzz2018-01-291-1/+1
|
* Fix search paginationChocobozzz2018-01-291-2/+5
|
* Refractor account byChocobozzz2018-01-081-10/+2
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-072-2/+9
| | | | | | | | * 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 ability to disable video commentsChocobozzz2018-01-033-10/+12
|
* Begin to add avatar to actorsChocobozzz2017-12-292-6/+3
|