aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also add quick filters so it's easier to find pending follows
* Add rejected state to followsChocobozzz2022-07-272-1/+7
| | | | Prevent reprocessing already rejected follows
* 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
| | | | | In particular when using manual transcoding, to invalidate potential HTTP caches in front of peertube
* Clearer live sessionChocobozzz2022-07-222-34/+47
| | | | | | | | | 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
* 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
| | | | | 401 is expected when the token has expired federation issues are not very important
* Don't display errors when SMTP is not configuredChocobozzz2022-07-121-1/+2
| | | | info is enough
* Fix handling broken livesChocobozzz2022-07-121-1/+1
| | | | We want the latest session that may already be finished
* 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
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* 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
|
* Fix removed sha segments on fast restreamChocobozzz2022-06-243-18/+15
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-232-12/+12
|\
| * Fix fast restream in saved permanent liveChocobozzz2022-06-232-12/+12
| |
* | Update server dependenciesChocobozzz2022-06-211-6/+2
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-201-1/+1
|\|
| * Relax views federationChocobozzz2022-06-201-1/+1
| |
* | Optimize view endpointChocobozzz2022-06-175-18/+41
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-176-13/+28
|\|
| * Send views in a dedicated queueChocobozzz2022-06-173-5/+19
| |
| * Optimize broadcast job creationChocobozzz2022-06-173-6/+5
| |
| * Fix transaction when processing local viewerChocobozzz2022-06-171-2/+4
| |
* | More robust move to object storage job failureChocobozzz2022-06-162-5/+23
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-162-8/+12
|\|
| * Fix live ending job that breaks new live sessionChocobozzz2022-06-162-8/+12
| |