Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix auto quality | Chocobozzz | 2018-04-20 | 2 | -8/+6 |
| | |||||
* | Player better responsive | Chocobozzz | 2018-04-20 | 1 | -0/+19 |
| | |||||
* | Use mixin for word wrap | Chocobozzz | 2018-04-20 | 3 | -16/+13 |
| | |||||
* | Update css (don't cut word arbitrary) for description and comments. | Gérald Niel | 2018-04-19 | 2 | -3/+13 |
| | |||||
* | Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into develop | Gérald Niel | 2018-04-19 | 23 | -72/+191 |
|\ | |||||
| * | Handle errors in embed | Chocobozzz | 2018-04-19 | 3 | -5/+90 |
| | | |||||
| * | Add information concerning video privacy in my videos list | Chocobozzz | 2018-04-19 | 5 | -16/+14 |
| | | |||||
| * | Add help concerning NSFW videos in upload | Chocobozzz | 2018-04-19 | 5 | -4/+8 |
| | | |||||
| * | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 12 | -26/+73 |
| | | | | | | | | There is a global instance setting and a per user setting | ||||
| * | Use popover for help component | Chocobozzz | 2018-04-18 | 3 | -29/+14 |
| | | |||||
* | | Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into develop | Gérald Niel | 2018-04-19 | 6 | -18/+60 |
|\| | |||||
| * | Better responsive design on many comment children | Chocobozzz | 2018-04-18 | 3 | -7/+33 |
| | | |||||
| * | Handle when autoplay fails | Chocobozzz | 2018-04-18 | 4 | -12/+29 |
| | | |||||
* | | See commit 2a97572 fix #397 (regression) | Gérald Niel | 2018-04-17 | 1 | -1/+4 |
|/ | |||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 4 | -7/+17 |
| | |||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 8 | -48/+36 |
| | |||||
* | Simplify client syndications | Chocobozzz | 2018-04-17 | 12 | -117/+104 |
| | |||||
* | Hide big play button on autoplay | Chocobozzz | 2018-04-17 | 2 | -4/+11 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 19 | -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 animation | Chocobozzz | 2018-04-15 | 5 | -128/+155 |
| | |||||
* | Fix indetation (I hope!) | Gérald Niel | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Fix #490 and justify text in comments div. | Gérald Niel | 2018-04-11 | 1 | -1/+3 |
| | |||||
* | Upgrade to webpack 4 | Chocobozzz | 2018-04-06 | 3 | -62/+1763 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-04-06 | 2 | -575/+569 |
| | |||||
* | Add ability to set a start time | Chocobozzz | 2018-04-05 | 5 | -13/+37 |
| | |||||
* | Cleanup peertube plugin after dispose | Chocobozzz | 2018-04-05 | 1 | -11/+25 |
| | |||||
* | Fix auto quality with http fallback | Chocobozzz | 2018-04-05 | 2 | -2/+3 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 7 | -66/+224 |
| | |||||
* | Improve admin css help | Chocobozzz | 2018-04-04 | 1 | -2/+19 |
| | |||||
* | Add id to body for more specific css | Chocobozzz | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | Fix show more description button on video change | Chocobozzz | 2018-04-04 | 1 | -1/+4 |
| | |||||
* | Better embed responsive | Chocobozzz | 2018-04-03 | 1 | -3/+6 |
| | |||||
* | Fix video watch page responsive | Chocobozzz | 2018-04-03 | 3 | -19/+16 |
| | |||||
* | Fix watch page video change | Chocobozzz | 2018-04-03 | 10 | -48/+52 |
| | |||||
* | Improve first play | Chocobozzz | 2018-04-03 | 7 | -19/+42 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 17 | -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 icons | Chocobozzz | 2018-04-03 | 2 | -5/+36 |
| | |||||
* | Improve player progress bar | Chocobozzz | 2018-04-03 | 2 | -13/+38 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 3 | -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.3 | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Add reverse proxy test in travis | Chocobozzz | 2018-03-29 | 1 | -1/+2 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 3 | -17/+29 |
| | |||||
* | Disply other videos if screen >= 1300px | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Add link to register in login form | Chocobozzz | 2018-03-28 | 4 | -25/+53 |
| | |||||
* | Add initial video quota info in registration form | Chocobozzz | 2018-03-28 | 5 | -27/+93 |
| | |||||
* | Add a hover effect on left menu links (#418) (#425) | Charles de Lacombe | 2018-03-28 | 1 | -4/+9 |
| | | | | | | | | | | | | | | I: - removed the `margin-left` on the `.panel-block` to put it on the children instead - squashed the `margin-bottom` of the links into their `height` (and rounded it to 40px, feel free to correct me) - centered vertically the content of the links - added the `background-color` change on hover for the links I put the same color as the `.logged-in-block`. Maybe it should be externalized as a SCSS variable? I also added a CSS transition. Is it alright? | ||||
* | Bumped to version v1.0.0-beta.2v1.0.0-beta.2 | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Reduce title/button size for embed | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2018-03-27 | 2 | -2/+2 |
| | |||||
* | Fix my videos pagination | Chocobozzz | 2018-03-27 | 2 | -2/+11 |
| |