aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-231-182/+0
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-1/+2
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* preserve original variable names server-sideRigel Kent2020-06-101-2/+2
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-6/+6
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* First implem global searchChocobozzz2020-06-101-3/+10
|
* Add origin instance URL in watch pageChocobozzz2020-01-291-0/+15
|
* Add ability to list redundanciesChocobozzz2020-01-281-0/+4
|
* Fix broken playlist apiChocobozzz2019-08-011-5/+1
|
* More robust federationChocobozzz2019-05-311-2/+0
| | | | In particular when fetching pleroma outbox
* Add video miniature dropdownChocobozzz2019-04-051-1/+18
|
* Playlist videos componentChocobozzz2019-03-181-1/+5
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-3/+2
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-2/+2
|\
| * Refactor how we use iconsChocobozzz2019-01-171-2/+2
| | | | | | | | Inject them in an angular component so we can easily change their color
* | Change modelsclementbrizard2019-01-121-0/+4
|/
* Add user history and resume videosChocobozzz2018-10-051-0/+6
|
* Add start at checkbox in share modalChocobozzz2018-08-271-14/+2
|
* Add local user subscriptionsChocobozzz2018-08-271-2/+6
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+1
|
* Improve blacklist managementChocobozzz2018-08-141-0/+9
|
* Implement captions/subtitlesChocobozzz2018-07-161-1/+1
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-0/+3
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+3
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-4/+10
| | | | publishing a video
* Add server localizationChocobozzz2018-06-061-1/+7
|
* Add ability to update a video channelChocobozzz2018-05-111-0/+10
|
* Add video channel account listChocobozzz2018-04-251-2/+4
|
* Add account link in videos listChocobozzz2018-04-251-0/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-231-1/+1
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-1/+3
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-3/+10
| | | | There is a global instance setting and a per user setting
* Add publishedAt field for video model.Julien Le Bras2018-03-301-0/+2
| | | | | | | | | | | | * 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
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-191-9/+4
| | | | before beta
* Update video duration string to show hours when duration greater than or ↵Lucas Declercq2018-03-191-2/+6
| | | | | | | | | | | | equal 60min (#360) * Update video duration string to show hours when >= 60min * Only show hours in duration when relevant * Fix problem with ternary expression * Remove accidentally commited package-lock.json
* Update videos api list for accountChocobozzz2018-03-121-5/+11
|
* Refractor account byChocobozzz2018-01-081-10/+2
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-2/+5
| | | | | | | | * 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;
* Begin to add avatar to actorsChocobozzz2017-12-291-5/+2
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Use sequelize scopesChocobozzz2017-12-141-2/+0
|
* Move to angular cliChocobozzz2017-12-121-2/+3
|
* Begin video watch designChocobozzz2017-12-061-3/+5
|
* Begin videos of an accountChocobozzz2017-12-011-0/+90