aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* Fix watch page responsiveChocobozzz2018-09-053-43/+19
|
* add theming via css custom propertiesRigel Kent2018-09-044-13/+10
| | | | and a bonus dark color theme toggle
* fixing grid readjustment with expand and screens < 1150pxRigel Kent2018-09-043-7/+20
|
* Fix overview page on mobileChocobozzz2018-09-042-9/+13
|
* Better label for video privaciesChocobozzz2018-09-046-7/+17
|
* Add video recomandation by tags (#1001)Jorropo2018-09-047-27/+47
| | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest
* fix likes bar, grid adjustment and menu widthRigel Kent2018-09-032-14/+8
|
* Don't get quota twiceChocobozzz2018-09-031-4/+4
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-032-2/+28
|
* fix other video margin-topRigel Kent2018-09-031-2/+2
|
* make left menu show the scrollbar on hover/focusRigel Kent2018-09-031-1/+1
| | | add hotkey to the overview page
* restore video-bottom marginsRigel Kent2018-09-031-3/+2
|
* Fix videos overview tags sectionChocobozzz2018-08-311-2/+2
|
* Trending by intervalChocobozzz2018-08-311-1/+1
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-3111-35/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe
* Add channel avatar to overviewsChocobozzz2018-08-313-2/+24
|
* Delete highlighted comment too if neededChocobozzz2018-08-311-0/+2
|
* Videos overview page: first versionChocobozzz2018-08-316-15/+140
|
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-305-154/+174
| | | | | | | | - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view
* Add features table on signupChocobozzz2018-08-281-2/+2
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-2/+20
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Add start at checkbox in share modalChocobozzz2018-08-274-17/+47
|
* Fix deprecated ng-bootstrap methodsChocobozzz2018-08-271-1/+1
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-271-1/+1
|
* Add ability to search video channelsChocobozzz2018-08-272-5/+1
|
* Add local user subscriptionsChocobozzz2018-08-275-15/+87
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
|
* Translate player according to the interface langChocobozzz2018-08-161-1/+2
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+2
|
* Update client according to new model pathsChocobozzz2018-08-141-2/+1
|
* Improve blacklist managementChocobozzz2018-08-143-3/+54
|
* Add blacklist reason fieldChocobozzz2018-08-147-25/+122
|
* Add ability to delete and update abuse on clientChocobozzz2018-08-141-1/+1
|
* Fix videos add tabs styleChocobozzz2018-08-092-12/+21
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-0917-444/+410
|
* Upgrade to bootstrap 4 first stepChocobozzz2018-08-091-0/+2
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add import.video.torrent configurationChocobozzz2018-08-082-1/+2
|
* Import torrents with webtorrentChocobozzz2018-08-085-8/+44
|
* Import magnets with webtorrentChocobozzz2018-08-089-8/+250
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-089-35/+35
|
* video-import -> video-import-urlChocobozzz2018-08-086-12/+12
|
* Refractor video upload/importChocobozzz2018-08-085-97/+107
|
* Fix testsChocobozzz2018-08-062-2/+2
|
* Fix fps federationChocobozzz2018-08-062-3/+2
|
* Add import http enabled configurationChocobozzz2018-08-063-1/+14
|
* Remove ability to delete video importsChocobozzz2018-08-062-0/+8
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-061-1/+1
|
* Add ability to remove a video importChocobozzz2018-08-061-0/+5
|
* Add ability to import video with youtube-dlChocobozzz2018-08-0611-379/+712
|