aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Clearer video creation from API regarding ratesChocobozzz2022-06-082-3/+1
| |
* | Fix various typosluz paz2022-06-074-4/+4
| | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-071-1/+1
|\|
| * Fix schema.org contextChocobozzz2022-06-071-1/+1
| |
* | Remove unused functionChocobozzz2022-06-031-1/+1
| |
* | Add live autostart/messages in embedChocobozzz2022-05-311-1/+5
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-05-254-57/+83
|\|
| * More robust live ending jobChocobozzz2022-05-251-2/+6
| |
| * Fix saving permanent live replay on quick restreamChocobozzz2022-05-253-37/+60
| |
| * Cleanup muxing session method optionsChocobozzz2022-05-251-21/+20
| |
* | Add ability to set a custom video import timeoutChocobozzz2022-05-241-1/+1
|/