aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Fix account link in the menuChocobozzz2018-04-251-1/+1
|
* Implement video channel viewsChocobozzz2018-04-2533-75/+373
|
* Add video channel account listChocobozzz2018-04-2525-84/+230
|
* Add account link in videos listChocobozzz2018-04-255-6/+16
|
* Video channel API routes refractorChocobozzz2018-04-253-17/+17
|
* Add account viewChocobozzz2018-04-2423-17/+389
|
* Rename account module to my-accountChocobozzz2018-04-2328-84/+80
|
* Use ISO 639 for languagesChocobozzz2018-04-233-8/+9
|
* Replace current state when changing pageChocobozzz2018-04-206-2/+16
|
* Fix auto qualityChocobozzz2018-04-202-8/+6
|
* Player better responsiveChocobozzz2018-04-201-0/+19
|
* Use mixin for word wrapChocobozzz2018-04-203-16/+13
|
* Update css (don't cut word arbitrary) for description and comments.Gérald Niel2018-04-192-3/+13
|
* Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into developGérald Niel2018-04-1923-72/+191
|\
| * Handle errors in embedChocobozzz2018-04-193-5/+90
| |
| * Add information concerning video privacy in my videos listChocobozzz2018-04-195-16/+14
| |
| * Add help concerning NSFW videos in uploadChocobozzz2018-04-195-4/+8
| |
| * Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-1912-26/+73
| | | | | | | | There is a global instance setting and a per user setting
| * Use popover for help componentChocobozzz2018-04-183-29/+14
| |
* | Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into developGérald Niel2018-04-196-18/+60
|\|
| * Better responsive design on many comment childrenChocobozzz2018-04-183-7/+33
| |
| * Handle when autoplay failsChocobozzz2018-04-184-12/+29
| |
* | See commit 2a97572 fix #397 (regression)Gérald Niel2018-04-171-1/+4
|/
* Add ability to click on the account in watch pageChocobozzz2018-04-174-7/+17
|
* Handle sort in rssChocobozzz2018-04-178-48/+36
|
* Simplify client syndicationsChocobozzz2018-04-1712-117/+104
|
* Hide big play button on autoplayChocobozzz2018-04-172-4/+11
|
* feature: initial syndication feeds supportRigel Kent2018-04-1719-6/+247
| | | | | | | | | | | | | | | | | | 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.
* Improve big play button animationChocobozzz2018-04-155-128/+155
|
* 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
|
* Upgrade to webpack 4Chocobozzz2018-04-063-62/+1763
|
* Upgrade client dependenciesChocobozzz2018-04-062-575/+569
|
* Add ability to set a start timeChocobozzz2018-04-055-13/+37
|
* Cleanup peertube plugin after disposeChocobozzz2018-04-051-11/+25
|
* Fix auto quality with http fallbackChocobozzz2018-04-052-2/+3
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-057-66/+224
|
* Improve admin css helpChocobozzz2018-04-041-2/+19
|
* Add id to body for more specific cssChocobozzz2018-04-041-1/+1
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Better embed responsiveChocobozzz2018-04-031-3/+6
|
* Fix video watch page responsiveChocobozzz2018-04-033-19/+16
|
* Fix watch page video changeChocobozzz2018-04-0310-48/+52
|
* Improve first playChocobozzz2018-04-037-19/+42
|
* Improve playerChocobozzz2018-04-0317-359/+1381
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Add opacity effect on control bar iconsChocobozzz2018-04-032-5/+36
|
* Improve player progress barChocobozzz2018-04-032-13/+38
|
* Add publishedAt field for video model.Julien Le Bras2018-03-303-2/+4
| | | | | | | | | | | | * 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
* Bumped to version v1.0.0-beta.3v1.0.0-beta.3Chocobozzz2018-03-291-1/+1
|
* Add reverse proxy test in travisChocobozzz2018-03-291-1/+2
|