| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-06 | Remove /bin from ffmpeg path. | Erwin de Haan | |
| 2019-10-06 | Fix extracted path from ffmpeg zip. | Erwin de Haan | |
| 2019-10-06 | Switch to custom patched build for ffmpeg | Erwin de Haan | |
| 2019-09-30 | Properly build DLL for porable | Joshua Boniface | |
| 2019-09-29 | Recursively zip Windows packages (#1809) | Joshua M. Boniface | |
| Without -r the directory is not properly zipped up. | |||
| 2019-09-26 | Remove redundant yarn build command | Joshua Boniface | |
| 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 | 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 | Fix up Windows build script copy | Joshua Boniface | |
| 2019-09-24 | Merge pull request #1788 from joshuaboniface/ssl-dep-ubu | dkanada | |
| Include libssl-dev dep in Ubuntu build containers | |||
| 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-09 | NSIS improvements (#1692) | Erwin de Haan | |
| * Much better, but still broken It crashes with two custom pages after one another. (So when the service should be installed). * Fixed the problems and finished the NSIS installer. Also ignored some of the artifacts. * Added changes to CI for setup building. Consolidate building and fixed git error. Small CI fixes. Move UX repo to SourcesDirectory Fix stupid checkout <> clone error. Fix typo in PowerShell command. Artifact publish tasks can not have wildcards. | |||
| 2019-09-02 | Merge pull request #1693 from joshuaboniface/update-libssl | Joshua M. Boniface | |
| Update Debian build to Buster and LibSSL 1.1 | |||
| 2019-09-02 | Add missing build dependency | Joshua Boniface | |
| 2019-08-31 | Bump version to 10.4.0 | Joshua Boniface | |
| 2019-08-31 | Add libssl-dev dependency | Joshua Boniface | |
| 2019-08-31 | Update GCC crossbuild to version 8 | Joshua Boniface | |
| 2019-08-31 | Use latest 2.2.6 dotnet SDK image (2.2.401) | Joshua Boniface | |
| 2019-08-31 | Add libssl-dev build dependency | Joshua Boniface | |
| 2019-08-26 | Use base Debian image in Docker build | Joshua Boniface | |
| 2019-08-26 | Update builds to Debian 10 and OpenSSL to 1.1-only | Joshua Boniface | |
| 2019-08-20 | Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing services | loli10K | |
| 2019-08-18 | Merge pull request #1511 from crankdoofus/master | Joshua M. Boniface | |
| Add NSIS installer build support | |||
| 2019-07-27 | Change service install user | crankdoofus | |
| The default is Network Service, with advanced option to use Local System | |||
| 2019-07-25 | Rework based on review comments | crankdoofus | |
| 2019-07-25 | Update installer name to copy | crankdoofus | |
| 2019-07-24 | Merge pull request #1560 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge for 10.3.7 | |||
| 2019-07-24 | Bump version for 10.3.7v10.3.7 | Joshua M. Boniface | |
| 2019-07-14 | Override the installinit name | Joshua M. Boniface | |
| Without this, when building the `jellyfin-nightly` package, it attempts to find service/init files with the name `jellyfin-nightly` instead of the proper name. This override prevents this by forcing the name to `jellyfin`. Required for nightly builds. | |||
| 2019-07-13 | Fix broken symlinks | Joshua M. Boniface | |
| These were removed somehow in defc5f1cf9b486357b379c610663e1bad48428ad; restore them to their proper link state. | |||
| 2019-07-13 | Use dash or underscore on mv command | Joshua M. Boniface | |
| Required for nightlies, which would not match this file format with the underscore then wildcard. Enables nightly builds. | |||
| 2019-07-13 | Update to uninstall silently if already installed | crankdoofus | |
| 2019-07-09 | Update code for in-place upgrades | crankdoofus | |
