aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Federate entire descriptionChocobozzz2022-11-141-0/+6
| | | | | | Introduce an explicit field truncatedDescription description in video list is deprecated description in video get will contain the entire description
* Support video views/viewers stats in serverChocobozzz2022-04-151-2/+1
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Add ability to run transcoding jobsChocobozzz2021-11-181-1/+1
|
* Refactor video viewsChocobozzz2021-11-091-0/+3
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+4
|
* Deprecate filter video queryChocobozzz2021-10-291-8/+12
| | | | Introduce include and isLocal instead
* Provide origin URL to client and fix remote shareChocobozzz2021-10-221-2/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-0/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+2
|
* Add ability to set custom field to video formChocobozzz2020-08-211-0/+2
|
* Upgrade to angular 10Chocobozzz2020-08-071-5/+5
|
* First implem global searchChocobozzz2020-06-101-0/+10
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+1
|
* Add ability to disable webtorrentChocobozzz2019-11-251-11/+1
| | | | In favour of HLS
* Fix broken playlist apiChocobozzz2019-08-011-8/+0
|
* Improve video REST documentationChocobozzz2019-06-111-2/+1
|
* Playlist videos componentChocobozzz2019-03-181-5/+7
|
* Playlist server APIChocobozzz2019-03-181-23/+9
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-2/+8
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-2/+7
| |\
| | * Add hls support on serverChocobozzz2019-02-111-0/+5
| | |
| | * Refactor how we use iconsChocobozzz2019-01-171-2/+2
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+1
| |/
* / Change modelsclementbrizard2019-01-121-0/+1
|/
* Add user history and resume videosChocobozzz2018-10-051-0/+4
|
* Videos overview page: first versionChocobozzz2018-08-311-19/+22
|
* Flat shared module directoryChocobozzz2018-08-141-1/+1
|
* Add blacklist reason fieldChocobozzz2018-08-141-0/+3
|
* Implement captions/subtitlesChocobozzz2018-07-161-5/+1
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-0/+1
|
* Add ability to schedule video publicationChocobozzz2018-06-151-4/+2
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-0/+4
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-1/+8
| | | | publishing a video
* Improve torrent/video downloadChocobozzz2018-05-291-0/+2
|
* Add ability to update a video channelChocobozzz2018-05-111-0/+10
|
* Add account link in videos listChocobozzz2018-04-251-0/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-231-2/+2
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-1/+1
|
* Add publishedAt field for video model.Julien Le Bras2018-03-301-0/+1
| | | | | | | | | | | | * 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-1/+2
| | | | before beta
* Update videos response apiChocobozzz2018-03-191-10/+10
|
* Update videos api list for accountChocobozzz2018-03-121-2/+9
|
* Implement support field in video and video channelChocobozzz2018-02-151-0/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Use sequelize scopesChocobozzz2017-12-141-1/+1
|
* Begin video watch designChocobozzz2017-12-061-1/+3
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Begin activitypubChocobozzz2017-11-271-1/+1
|