aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-2/+3
|
* Lazy load static objectsChocobozzz2019-12-181-2/+2
|
* Add internal privacy modeChocobozzz2019-12-121-11/+19
|
* Fix broken playlist apiChocobozzz2019-08-011-18/+0
|
* Add plugin translation systemChocobozzz2019-07-261-1/+0
|
* Add client hooksChocobozzz2019-07-241-11/+12
|
* Add language filters in user preferencesChocobozzz2019-06-191-6/+16
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+19
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-0/+1
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-4/+4
| |\
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+1
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+3
| |/ |/|
* | Check activities hostChocobozzz2018-11-141-2/+2
| |
* | Better typingsChocobozzz2018-10-181-2/+2
| |
* | NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
|/ | | | | | | | 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
* Add user history and resume videosChocobozzz2018-10-051-0/+4
|
* Add RSS feed to subscribe buttonChocobozzz2018-09-261-1/+4
|
* Better label for video privaciesChocobozzz2018-09-041-2/+27
|
* 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-311-8/+0
|
* Search video channel handle/uriChocobozzz2018-08-271-9/+3
|
* Add local user subscriptionsChocobozzz2018-08-271-0/+18
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
|
* Update client according to new model pathsChocobozzz2018-08-141-6/+8
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-251-5/+5
|
* Begin advanced searchChocobozzz2018-07-241-36/+15
|
* Implement captions/subtitlesChocobozzz2018-07-161-2/+2
|
* Fix client error loggingChocobozzz2018-07-091-13/+13
|
* Filter by category (#720)PhieF2018-06-271-2/+9
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Fix removing scheduled updateChocobozzz2018-06-181-1/+2
|
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+2
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-19/+20
| | | | publishing a video
* Little i18n refractoringChocobozzz2018-06-061-2/+2
|
* Add server localizationChocobozzz2018-06-061-22/+34
|
* Only use account name in routesChocobozzz2018-05-251-1/+1
|
* Fix typingsChocobozzz2018-05-161-5/+4
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-34/+55
|
* Add ability to update a video channelChocobozzz2018-05-111-0/+1
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-5/+5
|
* Implement video channel viewsChocobozzz2018-04-251-0/+25
|
* Add account viewChocobozzz2018-04-241-0/+18
|
* Handle sort in rssChocobozzz2018-04-171-24/+15
|
* Simplify client syndicationsChocobozzz2018-04-171-28/+36
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+43
| | | | | | | | | | | | | | | | | | 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.
* Add "local" videos in menuChocobozzz2018-03-131-1/+10
|
* Hide support button if it is emptyChocobozzz2018-02-211-1/+2
|
* Add support to video support on clientChocobozzz2018-02-201-0/+1
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-6/+11
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-1/+5
|