aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add fixme infoChocobozzz2022-02-021-0/+1
|
* Fix HLS re transcoding with object storage enabledChocobozzz2022-02-013-10/+28
|
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-012-4/+9
|
* Fix plugin settings manager definitionlutangar2022-01-201-2/+3
| | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location.
* Add ability to filter my imports by target URLChocobozzz2022-01-191-4/+4
|
* Add ability to cancel & delete video importsChocobozzz2022-01-192-14/+27
|
* Upgrade uploadx dependencyChocobozzz2022-01-181-2/+6
|
* Fix bull redis optionsChocobozzz2022-01-141-3/+9
|
* Update server dependenciesChocobozzz2022-01-141-2/+4
|
* Fix audio transcoding with video only fileChocobozzz2022-01-061-9/+16
|
* Remove unnecessary NPM_RUN_BUILD_OPTS docker argChocobozzz2022-01-061-1/+1
|
* Stop using tsconfig registerChocobozzz2022-01-061-2/+3
| | | | Prefer to replace paths at compile time
* Try to fix testsChocobozzz2022-01-041-15/+29
|
* Move uuid stuff in extra utilsChocobozzz2021-12-295-5/+8
| | | | Since it requires an external dependency
* Translate plugin settingsChocobozzz2021-12-291-0/+3
|
* Fix testsChocobozzz2021-12-281-24/+14
|
* Cleanup unavailable remote AP resourceChocobozzz2021-12-282-17/+45
|
* Update CREDITSChocobozzz2021-12-241-1/+0
|
* Upgrade redis depChocobozzz2021-12-242-134/+42
|
* Fix type conflictChocobozzz2021-12-241-7/+7
|
* Fix shared importsChocobozzz2021-12-247-15/+12
|
* Fix video import transcodingChocobozzz2021-12-231-2/+2
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-232-13/+27
|
* Fix audio only transcodingChocobozzz2021-12-232-5/+12
|
* Fix video upload with big previewChocobozzz2021-12-171-1/+5
|
* Fix buildChocobozzz2021-12-173-3/+3
|
* Move test functions outside extra-utilsChocobozzz2021-12-178-11/+8
|
* Move typescript utils in its own directoryChocobozzz2021-12-162-2/+2
|
* Add ffprobe helperChocobozzz2021-12-161-0/+5
|
* Add videos.getFiles plugin helperChocobozzz2021-12-161-2/+53
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-162-2/+7
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-162-0/+4
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-1611-13/+16
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Ability for admins to set default upload valuesChocobozzz2021-12-142-3/+13
|
* Move b frame strategy in transcoding profileChocobozzz2021-12-141-8/+19
| | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy
* Fix AP audienceChocobozzz2021-12-132-2/+2
|
* Handle channel owner update of remote serverChocobozzz2021-12-134-21/+30
|
* No notification on moderator abuseChocobozzz2021-12-092-13/+25
|
* Update torrent metadata on video updateChocobozzz2021-12-081-2/+2
|
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-071-14/+29
|\
| * Fix live log tagsChocobozzz2021-12-071-14/+29
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-072-4/+4
| |
* | Add ability to redirect users on external authChocobozzz2021-12-031-0/+5
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-031-13/+14
|\|
| * Fix pending transcoding with failed jobChocobozzz2021-12-031-13/+14
| |
* | Decrease time to cleanup resumable uploadsChocobozzz2021-12-032-28/+17
| |
* | Fix commentChocobozzz2021-12-031-2/+2
| |
* | Remove uneeded functionChocobozzz2021-12-031-4/+0
| |
* | Fix plugin upgradeChocobozzz2021-12-031-4/+4
|/ | | | Correctly decache all plugin paths
* Add header Vary Accept-Language (#4588)kontrollanten2021-12-021-2/+6
| | | | | | | | | | | | | | | * nginx: add header Vary Accept-Language solves #3647 * Revert "nginx: add header Vary Accept-Language" This reverts commit 90dccf53247882ad30904e4c950b745c4e859e01. * add resp header Vary Accept-Language solves #3647 * don't add vary header to embed page