aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix too big line lengthLucas Declercq2018-10-081-1/+9
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-083-7/+7
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-063-1/+7
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+3
| | |
* | | Change modelsclementbrizard2019-01-122-1/+14
| |/ |/|
* | Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | | | | | Shorter name and use primeng component
* | Fix miniature with a long nameChocobozzz2018-11-151-2/+2
| |
* | Check activities hostChocobozzz2018-11-141-2/+2
| |
* | Fix lintChocobozzz2018-10-181-1/+1
| |
* | Better typingsChocobozzz2018-10-1810-21/+31
| |
* | NoImplicitAny flag true (#1157)BO412018-10-184-6/+7
| | | | | | | | | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* | Fix angular buildChocobozzz2018-10-101-2/+2
| |
* | Add ability to list all local videos on clientChocobozzz2018-10-105-8/+50
|/
* Fix videos list when page is emptyChocobozzz2018-10-051-1/+1
|
* Add user history and resume videosChocobozzz2018-10-055-4/+37
|
* Add RSS feed to subscribe buttonChocobozzz2018-09-261-1/+4
|
* Fix videos list user NSFW policyChocobozzz2018-09-241-4/+4
|
* revert f845c683 partial: "fix SEO tags and attributes"Rigel Kent2018-09-241-1/+1
|
* fix SEO tags and attributesRigel Kent2018-09-201-1/+1
|
* Improve videos list client performanceChocobozzz2018-09-204-10/+20
|
* Fix client buildChocobozzz2018-09-181-1/+1
|
* Try to improve infinite paginationChocobozzz2018-09-173-7/+37
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-112-2/+8
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* add theming via css custom propertiesRigel Kent2018-09-042-2/+3
| | | | and a bonus dark color theme toggle
* Fix overview page on mobileChocobozzz2018-09-041-26/+1
|
* Better label for video privaciesChocobozzz2018-09-041-2/+27
|
* Add video recomandation by tags (#1001)Jorropo2018-09-041-0/+4
| | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest
* add title ellipsis over two lines to miniaturesRigel Kent2018-09-031-5/+8
|
* Trending by intervalChocobozzz2018-08-311-0/+1
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Videos overview page: first versionChocobozzz2018-08-312-14/+2
|
* Underline links in feed popover when hoveringChocobozzz2018-08-271-2/+0
|
* Add start at checkbox in share modalChocobozzz2018-08-271-14/+2
|
* Add popover autocloseChocobozzz2018-08-271-1/+1
|
* Search video channel handle/uriChocobozzz2018-08-271-9/+3
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-271-2/+2
|
* Add local user subscriptionsChocobozzz2018-08-278-16/+72
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+1
|
* Update client according to new model pathsChocobozzz2018-08-141-6/+8
|
* Improve blacklist managementChocobozzz2018-08-142-1/+14
|
* Add blacklist reason fieldChocobozzz2018-08-141-1/+1
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-092-8/+6
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-20/+20
|
* Add aria-labelledby to video thumbnailsChocobozzz2018-07-311-1/+1
|
* Fix responsive on videos searchChocobozzz2018-07-311-1/+1
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-252-7/+7
|
* Begin advanced searchChocobozzz2018-07-243-38/+17
|
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Implement captions/subtitlesChocobozzz2018-07-162-3/+3
|