aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* Align follower handle display on instance display in tablesRigel Kent2020-05-081-1/+1
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-6/+14
|
* Add moderation helpers to pluginsChocobozzz2020-05-074-53/+13
|
* Use video abuse filters on client sideChocobozzz2020-05-071-1/+10
|
* Avoir some circular dependenciesChocobozzz2020-05-047-14/+13
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-1/+7
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-011-0/+1
|
* Add licence and language support to y-dl importsChocobozzz2020-04-201-3/+3
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-6/+40
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Use originallyPublishedAt from body on import if it existsChocobozzz2020-04-171-1/+1
|
* Fix import captions testChocobozzz2020-04-151-1/+2
|
* Add getSubs to YoutubeDL video importkimsible2020-04-141-1/+28
|
* Support audio files importChocobozzz2020-04-032-24/+9
|
* 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-032-15/+13
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-1/+1
|
* 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-122-16/+12
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-4/+8
|
* 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
|
* Hide video abuses from muted accountsChocobozzz2019-08-291-2/+11
|
* Fix default true values when uploding videosChocobozzz2019-08-282-3/+3
|
* Bug fix logical and/or boolean selectorFrank Sträter2019-08-281-2/+2
|
* Type toFormattedJSONChocobozzz2019-08-201-5/+5
|
* Cleanup model typesChocobozzz2019-08-201-2/+2
|
* Fix testsChocobozzz2019-08-202-3/+7
|
* Stronger model typingsChocobozzz2019-08-199-52/+56
|
* Remove comment federation by video ownerChocobozzz2019-08-071-0/+8
|
* Automatically update playlist thumbnailsChocobozzz2019-08-012-6/+6
|
* Add gitlab ci supportChocobozzz2019-07-291-3/+3
|
* Correctly notify on auto blacklistChocobozzz2019-07-243-14/+17
|
* Add plugin static files cacheChocobozzz2019-07-241-3/+3
|
* Add filter hooks testsChocobozzz2019-07-243-13/+27
|
* Add hook filters testsChocobozzz2019-07-242-8/+12
|
* Add server hooksChocobozzz2019-07-242-18/+54
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-6/+10
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-071-6/+10
| |
* | 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
|
* Fix ownership changesChocobozzz2019-04-241-4/+8
|
* Upgrade sequelizeChocobozzz2019-04-242-31/+16
|
* Update sequelizeChocobozzz2019-04-242-5/+4
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-243-54/+79
|