| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-28 | Merge pull request #1805 from Bond-009/plugin_fix | Joshua M. Boniface | |
| Fix plugin installation | |||
| 2019-09-28 | Fix plugin installation | Bond_009 | |
| 2019-09-28 | Add more test data | Bond_009 | |
| 2019-09-28 | Add tests for EncoderValidator | Bond_009 | |
| * Add support for ffmpeg 4.2 * Parse the complete ffmpeg version instead of only the first 2 digits * Make max and min version optional * Remove max limitation (for now) * Style improvements | |||
| 2019-09-28 | Merge pull request #1802 from JustAMan/fix-premature-stop | Joshua M. Boniface | |
| Fix premature stop when streaming | |||
| 2019-09-27 | Do explicit dotnet publish in Dockerfiles (#1801) | Joshua M. Boniface | |
| The common.build.sh script was removed in #1793 but the Dockerfiles still used this to perform the dotnet publish. Remove that call and do the publish explicitly. | |||
| 2019-09-27 | Don't log revision number | Bond_009 | |
| 2019-09-27 | Cleaned up move to HLS muxer | Vasily | |
| 2019-09-27 | Replaced "stream" muxer with "hls" trying to fix "premature stop" issue | Vasily | |
| 2019-09-26 | Merge pull request #1793 from joshuaboniface/fix-build | Joshua M. Boniface | |
| Clean up and update builds to use new jellyfin-web | |||
| 2019-09-26 | Remove redundant yarn build command | Joshua Boniface | |
| 2019-09-26 | Fix SetImage to avoid out of range exception (#1798) | Anthony Lavado | |
| * Fix SetImage to avoid out of range exception * Actually use the new images we've retrieved | |||
| 2019-09-25 | Clean up old changelog entires from Debian package | Joshua Boniface | |
| 2019-09-25 | Clean up and fix Fedora/CentOS builds | Joshua Boniface | |
| This performs a lot of bugfixing and general cleanup to the Fedora/CentOS builds, including moving the create_tarball into the docker-build.sh script, remove some old long versions from the spec file, correcting several bugs with the Docker environment including splitting them into more discrete layers, and finally making sure jellyfin-web is included properly in the RPM. | |||
| 2019-09-25 | Use redirection instead of tee | Joshua Boniface | |
| 2019-09-25 | Some style fixes | Bond_009 | |
| 2019-09-25 | Merge pull request #1785 from dkanada/compat | Vasily | |
| Add mediabrowser route back for now | |||
| 2019-09-25 | Clean up web_build_dir in docker-build.sh | Joshua Boniface | |
| 2019-09-25 | Clean up deployment directory | Joshua Boniface | |
| 1. Update README.md to remove some old info 2. Remove common.build.sh from all the build scripts 3. Remove common.build.sh script 4. Remove the docker folder as this isn't used at all | |||
| 2019-09-25 | Port Windows x86 build to Docker and add web build | Joshua Boniface | |
| 2019-09-25 | Port Windows x64 build to Docker and add web build | Joshua Boniface | |
| 2019-09-25 | Port Portable build to Docker and add web build | Joshua Boniface | |
| 2019-09-25 | Port MacOS build to Docker and add web build | Joshua Boniface | |
| 2019-09-25 | Port Linux build to Docker and add web build | Joshua Boniface | |
| 2019-09-24 | Add web build to Fedora package build | Joshua Boniface | |
| 2019-09-24 | Add web build to CentOS package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Ubuntu arm64 package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Ubuntu armhf package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Ubuntu amd64 package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Debian arm64 package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Debian armhf package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Debian amd64 package build | Joshua Boniface | |
| 2019-09-24 | Remove submodule handling from build script | Joshua Boniface | |
| 2019-09-24 | Fix up Windows build script copy | Joshua Boniface | |
| 2019-09-24 | Merge pull request #1775 from Bond-009/fixes | Vasily | |
| Fix multiple mistakes and warnings | |||
| 2019-09-24 | add an exception to logging | dkanada | |
| 2019-09-24 | add mediabrowser route back for now | dkanada | |
| 2019-09-24 | Merge pull request #1791 from EraYaN/ci-web-build | Joshua M. Boniface | |
| Remove submodule and add clone and build to CI for web UI | |||
| 2019-09-24 | Add extra conditions. | Erwin de Haan | |
| 2019-09-24 | Fix path typo and add same code to main build. | Erwin de Haan | |
| 2019-09-24 | Remove submodule and add clone and build to CI | Erwin de Haan | |
| 2019-09-24 | Merge pull request #1788 from joshuaboniface/ssl-dep-ubu | dkanada | |
| Include libssl-dev dep in Ubuntu build containers | |||
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-23 | Translated using Weblate (Danish) | Dan Johansen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2019-09-22 | Translated using Weblate (Russian) | WWWesten | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ | |||
| 2019-09-22 | Translated using Weblate (Portuguese (Brazil)) | Mário Victor Ribeiro Silva | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/ | |||
| 2019-09-22 | Translated using Weblate (Spanish) | pucherot | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2019-09-20 | Add escapes for path quotes in the NSIS Installer (#1777) | Anthony Lavado | |
| This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`). Fixes #1773. | |||
| 2019-09-20 | Include libssl-dev dep in Ubuntu build containers | Joshua Boniface | |
| 2019-09-20 | Translated using Weblate (Chinese (Simplified)) | Mark Bai | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
