aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-31/+31
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-2/+2
|
* Move config in its own fileChocobozzz2019-04-111-1/+1
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-4/+14
| | | | | | | | | | | | | | | | | | | | * 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
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Cleanup express locals typingsChocobozzz2019-03-191-3/+3
|
* Does existChocobozzz2019-03-191-1/+1
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-13/+22
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-26/+46
| |\
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-111-2/+2
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-151-2/+2
| | | |
| | * | Add hls support on serverChocobozzz2019-02-111-8/+11
| | |/
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-141-1/+1
| | |
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-1/+5
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-1/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+2
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+7
| |/ |/|
* | Add notification settings migrationChocobozzz2019-01-091-9/+10
| |
* | Add user notification base codeChocobozzz2019-01-091-1/+9
| |
* | Support additional video extensionsChocobozzz2018-12-111-7/+5
| |
* | Add tmp and redundancy directoriesChocobozzz2018-12-041-5/+5
| |
* | Fix trending pageChocobozzz2018-12-031-6/+1
| |
* | Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+6
| |