aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos
Commit message (Collapse)AuthorAgeFilesLines
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-1/+1
| | | | search query param dynamically
* Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-041-1/+1
|
* Factorize video display in table for moderation components, apply it to ↵Rigel Kent2020-05-011-2/+3
| | | | blacklisted videos as well
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-011-2/+9
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-0/+4
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-0/+2
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-2/+2
|
* View stats for channelsRigel Kent2020-03-311-0/+6
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-102-0/+21
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-3/+5
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+1
|
* Share playlists stateChocobozzz2020-01-061-6/+8
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+1
|
* Add internal privacy modeChocobozzz2019-12-122-2/+3
|
* Improve 4k resolution bitrateChocobozzz2019-12-051-2/+2
|
* Ensure local actors preferredName don't already existChocobozzz2019-12-051-11/+11
| | | | | | | | | | | | Before applying this commit, check you don't have duplicates local actors in your database: select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0 If you have some results, it seems you have duplicate channels/accounts. For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). The updated actors could have some federations issues. Sorry.
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-0/+2
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+5
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Add ability to disable webtorrentChocobozzz2019-11-254-11/+17
| | | | In favour of HLS
* Fix broken playlist apiChocobozzz2019-08-014-8/+21
|
* Add CLI plugins testsChocobozzz2019-07-241-24/+29
|
* Improve video REST documentationChocobozzz2019-06-111-2/+1
|
* Add ability to unpublish video/playlistChocobozzz2019-06-061-2/+2
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-3/+7
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-1/+3
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-1/+0
|
* Upgrade sequelizeChocobozzz2019-04-241-1/+1
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-0/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-092-0/+8
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add Nederlands and Português (Portugal)Chocobozzz2019-04-031-21/+21
|
* tslint updateChocobozzz2019-04-021-21/+21
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-11/+9
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Playlist reorder supportChocobozzz2019-03-181-0/+5
|
* Playlist videos componentChocobozzz2019-03-181-5/+7
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+7
|
* Add/update/delete/list my playlistsChocobozzz2019-03-182-2/+9
|
* Add playlist rest testsChocobozzz2019-03-182-0/+7
|
* Add playlist check param testsChocobozzz2019-03-183-4/+6
|
* Playlist server APIChocobozzz2019-03-188-24/+77
|
* Import original publication date (web UI)Andrés Maldonado2019-02-121-0/+1
| | | | Import original publication date when importing a video from YouTube in the web UI
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-117-2/+27
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1110-4/+101
| |\
| | * Add hls support on serverChocobozzz2019-02-113-0/+20
| | |
| | * Refactor how we use iconsChocobozzz2019-01-171-2/+2
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-0/+2
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-083-3/+3
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-063-0/+3
| | |
* | | Change modelsclementbrizard2019-01-123-0/+3
| |/ |/|
* | Check activities hostChocobozzz2018-11-141-1/+1
| |
* | Fix testsChocobozzz2018-10-171-4/+2
| |