aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Limit import depending on transcoding resolutionsChocobozzz2022-08-092-3/+8
|
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
|
* Add option to not transcode original resolutionChocobozzz2022-08-092-19/+10
|
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+7
|
* Add ability to delete a specific video fileChocobozzz2022-08-013-14/+8
|
* Clearer live sessionChocobozzz2022-07-221-33/+44
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-2/+2
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Rename video full loadingChocobozzz2022-06-286-8/+8
|
* Fix removed sha segments on fast restreamChocobozzz2022-06-241-10/+3
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-7/+7
|\
| * Fix fast restream in saved permanent liveChocobozzz2022-06-231-7/+7
| |
* | More robust move to object storage job failureChocobozzz2022-06-161-4/+13
|/
* Fix live ending job that breaks new live sessionChocobozzz2022-06-161-8/+11
|
* More robust live ending jobChocobozzz2022-05-251-2/+6
|
* Fix saving permanent live replay on quick restreamChocobozzz2022-05-251-31/+20
|
* Support live session in serverChocobozzz2022-05-031-27/+60
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-45/+114
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+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
* Don't clean mastodon ratesChocobozzz2022-04-151-0/+3
| | | | Workaround of https://github.com/mastodon/mastodon/issues/13571
* Refactor AP context builderChocobozzz2022-03-243-61/+2
|
* Remove activitypub helperChocobozzz2022-03-232-2/+2
| | | | Put functions in lib/activitypub instead
* Rename studio to editorChocobozzz2022-03-221-19/+19
|
* Add video edition finished notificationChocobozzz2022-03-226-28/+29
|
* Don't store remote rates of remote videosChocobozzz2022-03-183-8/+2
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix torrent creationChocobozzz2022-03-161-0/+4
|
* Process video torrents in orderChocobozzz2022-03-161-0/+88
| | | | Prevent update before video torrent generation for example
* Add basic video editor supportChocobozzz2022-02-285-19/+248
|
* Fix import timeout inconsistencyChocobozzz2022-02-091-3/+3
|
* Fix HLS re transcoding with object storage enabledChocobozzz2022-02-011-4/+13
|
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-4/+8
|
* Add ability to filter my imports by target URLChocobozzz2022-01-191-4/+4
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-14/+15
|
* Fix audio transcoding with video only fileChocobozzz2022-01-061-9/+16
|
* Fix testsChocobozzz2021-12-281-24/+14
|
* Cleanup unavailable remote AP resourceChocobozzz2021-12-281-13/+24
|
* Fix shared importsChocobozzz2021-12-243-7/+8
|
* Fix video import transcodingChocobozzz2021-12-231-2/+2
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-11/+18
|
* Fix audio only transcodingChocobozzz2021-12-231-5/+11
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-162-2/+2
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Update torrent metadata on video updateChocobozzz2021-12-081-2/+2
|
* Fix pending transcoding with failed jobChocobozzz2021-12-031-13/+14
|
* Fix transcoding job count inconsistencyChocobozzz2021-11-291-7/+7
|
* Add ability to run transcoding jobsChocobozzz2021-11-182-8/+13
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-182-2/+2
|
* Refactor video viewsChocobozzz2021-11-091-23/+13
| | | | | | | | 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 transcoding fail message in clientChocobozzz2021-11-092-17/+4
|
* video: add video stranscoding_failed statekontrollanten2021-11-091-2/+9
|
* Rewrite youtube-dl importChocobozzz2021-10-221-3/+3
| | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables
* Fix lintChocobozzz2021-10-141-1/+1
|