aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Introduce tags to the loggerChocobozzz2021-03-241-5/+6
| | | | | That could help to filter unneeded logs and/or select particular components
* Fix emptying video tagsChocobozzz2021-03-031-6/+7
|
* Async torrent creationChocobozzz2021-02-251-7/+31
|
* CleanupChocobozzz2021-02-181-1/+1
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-2/+5
|
* Remove previous thumbnail if neededChocobozzz2021-02-161-1/+1
|
* Add priority to transcoding jobsChocobozzz2021-01-251-4/+3
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-5/+10
|
* Add permanent live supportChocobozzz2020-12-031-1/+1
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-2/+2
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-2/+2
|
* Remove deprecated abuse apiChocobozzz2020-11-101-3/+1
|
* Handle views for live videosChocobozzz2020-11-091-12/+33
|
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+1
|
* Begin live testsChocobozzz2020-11-091-1/+1
|
* Handle live federationChocobozzz2020-11-091-1/+0
|
* Refactor video creationChocobozzz2020-11-091-54/+24
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+3
|
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+1
|
* Optimize default sort when listing videosChocobozzz2020-08-201-27/+27
| | | | createdAt does not have the appropriate index
* Upgrade to angular 10Chocobozzz2020-08-071-0/+1
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Update server dependenciesChocobozzz2020-06-171-2/+2
|
* Avoir some circular dependenciesChocobozzz2020-05-041-8/+6
|
* Support audio files importChocobozzz2020-04-031-23/+5
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-3/+15
| | | | | | | | | | | | | | | | | | | * 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
* Optimize view endpointChocobozzz2020-02-041-2/+2
|
* Move to eslintcontainChocobozzz2020-02-031-4/+2
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+2
|
* Add ability to skip count queryChocobozzz2020-01-081-2/+5
|
* Add internal privacy modeChocobozzz2019-12-121-14/+10
|
* Don't move the caption if it has the right nameChocobozzz2019-12-031-2/+2
|
* Add ability to disable webtorrentChocobozzz2019-11-251-5/+7
| | | | In favour of HLS
* Update default value for commentsEnabledFrank Sträter2019-09-181-2/+2
|
* Fix default true values when uploding videosChocobozzz2019-08-281-1/+1
|
* Fix testsChocobozzz2019-08-201-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-7/+8
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-4/+4
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-12/+7
|
* Add filter hooks testsChocobozzz2019-07-241-11/+25
|
* Add hook filters testsChocobozzz2019-07-241-4/+6
|
* Add server hooksChocobozzz2019-07-241-12/+24
|
* Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-3/+10
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-3/+3
|
* Add audio upload testsChocobozzz2019-05-171-2/+9
|
* Add audio support in uploadChocobozzz2019-05-161-12/+26
|
* Fix optional privacy in upload endpointChocobozzz2019-04-251-1/+1
|
* Upgrade sequelizeChocobozzz2019-04-241-20/+11
|
* Update sequelizeChocobozzz2019-04-241-3/+3
|