aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix client error loggingChocobozzz2018-07-091-13/+13
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-0/+3
|
* Filter by category (#720)PhieF2018-06-272-3/+11
| | | | | | | | | | * 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-182-2/+5
|
* Add ability to schedule video publicationChocobozzz2018-06-155-7/+42
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-124-26/+47
| | | | publishing a video
* Little i18n refractoringChocobozzz2018-06-061-2/+2
|
* Add server localizationChocobozzz2018-06-063-25/+43
|
* Add i18n attributesChocobozzz2018-06-054-4/+6
|
* Only use account name in routesChocobozzz2018-05-253-5/+5
|
* Add videos e2e testsChocobozzz2018-05-171-8/+6
|
* Fix typingsChocobozzz2018-05-161-5/+4
|
* Fix concurrent requests in videos listChocobozzz2018-05-161-1/+9
|
* Upgrade to rxjs 6Chocobozzz2018-05-163-73/+92
|
* Use publishedAt by default in videos sortChocobozzz2018-05-152-2/+3
|
* Add ability to update a video channelChocobozzz2018-05-113-3/+14
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-5/+5
|
* Implement video channel viewsChocobozzz2018-04-252-2/+27
|
* Add video channel account listChocobozzz2018-04-251-2/+4
|
* Add account link in videos listChocobozzz2018-04-253-1/+9
|
* Add account viewChocobozzz2018-04-243-2/+21
|
* Use ISO 639 for languagesChocobozzz2018-04-232-2/+2
|
* Replace current state when changing pageChocobozzz2018-04-201-2/+6
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-192-11/+4
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-193-7/+17
| | | | There is a global instance setting and a per user setting
* Handle sort in rssChocobozzz2018-04-173-29/+20
|
* Simplify client syndicationsChocobozzz2018-04-175-44/+47
|
* feature: initial syndication feeds supportRigel Kent2018-04-177-1/+104
| | | | | | | | | | | | | | | | | | 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.
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-17/+1
|
* Add publishedAt field for video model.Julien Le Bras2018-03-302-1/+3
| | | | | | | | | | | | * 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