aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-4/+4
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-0/+4
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Add ability to disable video commentsChocobozzz2018-01-031-1/+2
|
* Add video comment componentsChocobozzz2017-12-271-14/+11
|
* Move to angular cliChocobozzz2017-12-121-3/+3
|
* Design second video upload stepChocobozzz2017-12-081-4/+7
|
* Fix client searchChocobozzz2017-12-051-5/+4
|
* Begin videos of an accountChocobozzz2017-12-011-0/+170