aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Expand)AuthorAgeFilesLines
* Move to bullmqChocobozzz2022-08-0918-73/+149
* Limit import depending on transcoding resolutionsChocobozzz2022-08-094-6/+11
* Fix resolution to transcode hook nameChocobozzz2022-08-092-2/+2
* Add option to not transcode original resolutionChocobozzz2022-08-094-40/+58
* Use single quotes in server/ and update eslint rulesFlorent2022-08-081-1/+1
* Fix lint on hls.tsFlorent2022-08-041-1/+1
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-033-2/+14
* Fix lintChocobozzz2022-08-031-1/+0
* Add notification plugin hookChocobozzz2022-08-0320-41/+48
* Add channel server hooksChocobozzz2022-08-031-8/+2
* Suffix external auth username on conflictChocobozzz2022-08-033-14/+30
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-022-2/+13
* Add job queue hooksChocobozzz2022-08-024-6/+18
* Remove uneeded asyncChocobozzz2022-08-021-23/+14
* Fix typescript errorChocobozzz2022-08-011-7/+7
* Add ability to delete a specific video fileChocobozzz2022-08-017-122/+202
* Add more tracingChocobozzz2022-07-281-1/+3
* Add live and viewers otel metricsChocobozzz2022-07-276-6/+95
* Fix process followChocobozzz2022-07-271-5/+5
* Handle rejected follows in clientChocobozzz2022-07-271-30/+78
* Add rejected state to followsChocobozzz2022-07-272-1/+7
* Reduce joins need to generate AP urlChocobozzz2022-07-271-2/+2
* Use unique AP id for accept/rejectChocobozzz2022-07-252-7/+4
* Regenerate video filenames on transcodingChocobozzz2022-07-252-10/+23
* Clearer live sessionChocobozzz2022-07-222-34/+47
* Fix lintChocobozzz2022-07-191-1/+1
* Add node process metricsChocobozzz2022-07-195-33/+232
* Prevent logging error when saving delete liveChocobozzz2022-07-181-0/+2
* Fix incorrect error logsChocobozzz2022-07-182-2/+2
* Correctly handle actors without follow countersChocobozzz2022-07-151-2/+5
* Fix live testsChocobozzz2022-07-131-5/+6
* Fix lintChocobozzz2022-07-139-14/+14
* Reduce unknown undo logging levelChocobozzz2022-07-131-4/+16
* Prevent error logs when aborting a streamChocobozzz2022-07-131-0/+7
* Add more error logsChocobozzz2022-07-131-0/+3
* Prevent duplicated HLS playlist on transcodingChocobozzz2022-07-131-11/+19
* Relax log levelChocobozzz2022-07-132-3/+3
* Don't display errors when SMTP is not configuredChocobozzz2022-07-121-1/+2
* Fix handling broken livesChocobozzz2022-07-121-1/+1
* Auto retry video state db query on failureChocobozzz2022-07-121-16/+19
* Prevent invalid watch sectionsChocobozzz2022-07-121-1/+6
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-067-16/+16
* Introduce experimental telemetryChocobozzz2022-07-066-0/+405
* Reduce lazy static error logsChocobozzz2022-06-303-10/+30
* Upgrade oauth2-serverChocobozzz2022-06-282-5/+4
* Rename video full loadingChocobozzz2022-06-2821-28/+28
* Lazy load piscinaChocobozzz2022-06-281-12/+20
* Fix workers constantsChocobozzz2022-06-271-2/+2
* Process images in a dedicated workerChocobozzz2022-06-275-10/+47
* Introduce worker threads to process remote imagesChocobozzz2022-06-244-23/+74