| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-07-07 | Correct comment | crankdoofus | |
| 2019-07-07 | Remove Emby migration section, include License | crankdoofus | |
| 2019-07-07 | Include License file with installation | crankdoofus | |
| 2019-07-06 | Merge branch 'master' into release-10.3.z | Bond-009 | |
| 2019-07-06 | Bump version for 10.3.6 | Joshua M. Boniface | |
| 2019-07-06 | Correct Service handling & LocalAppData folder | crankdoofus | |
| The service is now completely controlled by nssm as with the install-jellyfin.ps1 The LocalAppData had the global context, its now Corrected order of Mandatory and Optional components. | |||
| 2019-07-06 | Changed order to include install scripts in installer | crankdoofus | |
| 2019-07-06 | Cleaned up code | crankdoofus | |
| 2019-07-06 | Uncomment accidental commenting of compilation | crankdoofus | |
| 2019-07-06 | Added -Force to nsis extraction | crankdoofus | |
| 2019-07-06 | Create jellyfin.nsi | crankdoofus | |
| 2019-07-06 | Added option for NSIS | crankdoofus | |
| This change will 1. download NSIS zip, 2. unzip in temp folder, 3. use nsis to build the installer | |||
| 2019-07-04 | Merge pull request #1505 from trumblejoe/patch-1 | dkanada | |
| Qualified Namespace of pscredential | |||
| 2019-07-02 | Merge pull request #1167 from Bond-009/eol | dkanada | |
| Force LF line endings | |||
| 2019-07-02 | Qualified Namespace of pscredential | trumblejoe | |
| Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0. | |||
| 2019-06-28 | Use which to find the service binary path | Joshua M. Boniface | |
| 2019-06-28 | Make message wording more consistent | Joshua M. Boniface | |
| 2019-06-27 | Add nicer restart script | Joshua M. Boniface | |
| The old restart script was buggy, as reported in #1320. This updated script seems to work far more reliably and conforms to the existing jellyfin-sudoers packages sudo configuration. | |||
| 2019-06-12 | Merge pull request #1442 from jellyfin/release-10.3.z | Joshua M. Boniface | |
| Backmerge for Release 10.3.4 and 10.3.5 | |||
