aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
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
|
* Prevent headers sent errorChocobozzz2022-07-181-2/+7
|
* Fix my videos counterChocobozzz2022-07-184-175/+248
|
* Display a warning if using ffmpeg 4.4.0Chocobozzz2022-07-181-2/+6
|
* Fix incorrect error logsChocobozzz2022-07-185-5/+5
|
* Add ability for client to create server logsChocobozzz2022-07-187-15/+251
|
* Correctly handle actors without follow countersChocobozzz2022-07-151-2/+5
|
* Fix invalid http signatureChocobozzz2022-07-151-3/+6
| | | | | Date header could be inconsistent with the date included in the signature
* Fix live testsChocobozzz2022-07-131-5/+6
|
* Fix lintChocobozzz2022-07-1336-56/+54
|
* Fix plugin filter testChocobozzz2022-07-131-1/+1
|
* Don't log error on static 404Chocobozzz2022-07-131-4/+25
|
* Split static routerChocobozzz2022-07-134-268/+287
|
* Reduce unknown undo logging levelChocobozzz2022-07-131-4/+16
|
* Prevent 500 in AP clietnChocobozzz2022-07-131-1/+1
|
* Reduce db retry log on failureChocobozzz2022-07-131-1/+1
|
* 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-132-16/+25
|
* Relax log levelChocobozzz2022-07-133-4/+4
| | | | | 401 is expected when the token has expired federation issues are not very important
* Correctly set mp3 codec string in hls playlistChocobozzz2022-07-131-0/+1
|
* Don't display errors when SMTP is not configuredChocobozzz2022-07-121-1/+2
| | | | info is enough
* Fix handling broken livesChocobozzz2022-07-122-1/+10
| | | | We want the latest session that may already be finished
* Auto retry video state db query on failureChocobozzz2022-07-121-16/+19
|
* Fix audio file mergeChocobozzz2022-07-121-1/+1
| | | | | Image streams are considered as video streams by ffmpeg Filter out image codec name
* Add compat with openssl 3Chocobozzz2022-07-124-18/+58
|
* Prevent invalid watch sectionsChocobozzz2022-07-121-1/+6
|
* Fix unknown infohash settingChocobozzz2022-07-111-3/+4
|
* Fix videos statsChocobozzz2022-07-082-3/+2
|
* Fix unknown infohash skip logChocobozzz2022-07-061-1/+1
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-0617-73/+91
| | | | | 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-0617-57/+626
|
* Increase test timeoutChocobozzz2022-07-041-1/+1
|
* Reduce lazy static error logsChocobozzz2022-06-303-10/+30
|
* Add ability to disable unknown infohash logChocobozzz2022-06-302-1/+6
|
* Upgrade oauth2-serverChocobozzz2022-06-282-5/+4
|
* Rename video full loadingChocobozzz2022-06-2827-44/+44
|
* Lazy load piscinaChocobozzz2022-06-281-12/+20
|
* Fix workers constantsChocobozzz2022-06-271-2/+2
|
* Process images in a dedicated workerChocobozzz2022-06-278-25/+75
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-272-40/+81
|\
| * Fix broken feeds with published liveChocobozzz2022-06-272-46/+48
| |
| * Fix feed with live streamChocobozzz2022-06-271-0/+39
| |
* | Optimize feeds queryChocobozzz2022-06-274-24/+69
| |
* | Introduce worker threads to process remote imagesChocobozzz2022-06-247-47/+82
| |
* | Add toki pona in video languagesChocobozzz2022-06-241-0/+1
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-241-1/+1
|\|
| * Fix lintChocobozzz2022-06-241-1/+1
| |