aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * Fix removed sha segments on fast restreamChocobozzz2022-06-245-21/+19
| |
* | Fix removed sha segments on fast restreamChocobozzz2022-06-245-21/+19
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-4/+4
|\|
| * Fix duplicated tags errorChocobozzz2022-06-231-4/+4
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-237-58/+152
|\|
| * Fix search index testsChocobozzz2022-06-231-4/+4
| |
| * Fix fast restream in saved permanent liveChocobozzz2022-06-237-58/+152
| |
* | Fix video right checkChocobozzz2022-06-224-11/+12
| |
* | Refactor video rights checkerChocobozzz2022-06-228-73/+89
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-2116-8/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* | fixes video not played from defined parameters in embed service (#5023)Durgaraj Karki2022-06-212-14/+64
| | | | | | | | | | | | | | | | | | * fixes video not played from defined parameters in embed service * adds parameters to the oembed services * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Update server dependenciesChocobozzz2022-06-213-8/+4
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-211-1/+1
|\|
| * Fix AP element with deleted video federationChocobozzz2022-06-211-1/+1
| |
* | Correctly handle unknown remote actor image sizeChocobozzz2022-06-201-6/+15
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-208-8/+54
|\|
| * Relax views federationChocobozzz2022-06-202-2/+2
| |