| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-28 | Fix broken webserver caused by dotnet publish. | Matt07211 | |
| This should be considered a temp fix, as it fixes the symptom and not the actual root cause of the issue. Why this works? I *feel like* this is a dependency issue and this change forces it to evalute dependencys in a different order, avoiding the bug. | |||
| 2020-01-16 | Merge pull request #2287 from nyanmisaka/master | dkanada | |
| New upstream ffmpeg version 4.2.1 for windows nightly channel | |||
| 2020-01-16 | fix indentation | Nyanmisaka | |
| 2020-01-16 | Update build-jellyfin.ps1 | Nyanmisaka | |
| 2020-01-16 | New upstream ffmpeg version 4.2.1 on windows | Nyanmisaka | |
| 2020-01-16 | New upstream ffmpeg version 4.2.1 on windows | Nyanmisaka | |
| 2020-01-16 | New upstream ffmpeg version 4.2.1 on windows | Nyanmisaka | |
| 2020-01-15 | Switch around SetCompressor arguments. Hide progress bars for powershell. | Erwin de Haan | |
| 2020-01-15 | Switch to slightly more verbose logging. | Erwin de Haan | |
| 2020-01-15 | Enable /SOLID switch for compression | Erwin de Haan | |
| 2020-01-15 | Enable Unicode | Erwin de Haan | |
| ANSI targets are deprecated | |||
| 2020-01-15 | Less output and lesser compression. | Erwin de Haan | |
| 2020-01-04 | Update the build script to use .NET core SDK 3.1 | Sacha Korban | |
| 2019-12-15 | Remove broken Microsoft SDK image (#2158) | Joshua M. Boniface | |
| * Remove broken Microsoft SDK image This was not working; for some reason the Microsoft .NET Docker image for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with the manual download that all the other .deb packages use. * Install missing dependency | |||
| 2019-12-06 | Fix ubuntu x64 docker build | Bond_009 | |
| 2019-11-26 | Use .Net Core 3.0 in all docker images | Bond-009 | |
| 2019-11-19 | Merge pull request #1925 from joshuaboniface/integrate-web-build-debuntu | Joshua M. Boniface | |
| Integrate web build into Debuntu package build steps | |||
| 2019-11-03 | Merge pull request #1903 from anthonylavado/nsis-update | Joshua M. Boniface | |
| Update NSIS Installer | |||
| 2019-11-03 | Merge pull request #1859 from joshuaboniface/copr-fix | Joshua M. Boniface | |
| Fix COPR build and Fedora packaging | |||
| 2019-11-03 | Always download the latest tray app release | Anthony Lavado | |
| 2019-11-02 | Update path of SOS readme | Joshua Boniface | |
| Seems like this changed upstream as it's not our file. | |||
| 2019-11-02 | Add master fallback for web build | Joshua Boniface | |
| 2019-11-02 | REVERT-ME Update to .NET 3.0 | Joshua Boniface | |
| 2019-11-01 | Use the correct file copy operation for the icon | Anthony Lavado | |
| 2019-11-01 | Fix an incorrect argument type in build script | Anthony Lavado | |
| 2019-10-30 | Add the tray app download to the build script, use it in the installer shortcuts | Anthony Lavado | |
| Adds the tray app download to build-jellyfin, adjusts the shortcuts in the installer, and adds the switch to the pipeline configuration. | |||
| 2019-10-29 | Remove the SPEC edit hack, replace with proper repos (#7) | Thomas Büttner | |
| * Remove the SPEC edit hack, replace with proper repos Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> * Fix bad rpmbuild flag Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-10-29 | Remove extra EndIf | Anthony Lavado | |
| 2019-10-28 | updates win32 build script with nssm mirror | LogicalPhallacy | |
| 2019-10-28 | Updating win-x64 build NSSM address | LogicalPhallacy | |
| 2019-10-28 | Updated build-jellyfin.ps1 to pull from my mirror | LogicalPhallacy | |
| Updated it to pull from my mirror on Azure. | |||
| 2019-10-27 | Merge branch 'master' into copr-fix | Joshua M. Boniface | |
| 2019-10-27 | Correct CentOS build for new Fedora spec | Joshua Boniface | |
| 2019-10-26 | Add comments about Source URLs and remove no longer needed dependency | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-10-23 | More preparations for the tray app | Anthony Lavado | |
| 2019-10-23 | Add the "service" argument to the service parameters | Anthony Lavado | |
| This will avoid an exception when the server cannot launch a browser process for the web interface. | |||
| 2019-10-23 | Change the default AppExit action to Exit | Anthony Lavado | |
| When the service should fail to launch Jellyfin, or should Jellyfin crash, the default action is changed from Restart to AppExit. This prevents the service from entering a constant restart due to a permissions issue or similar. | |||
| 2019-10-22 | Make installer shortcut check better | Anthony Lavado | |
| During an upgrade, only create shortcuts if the existing install was not a service install. Otherwise, do not create them. | |||
| 2019-10-22 | Fix syntax errors, move order of upgrade checks, enhance folder check, fix ↵ | Anthony Lavado | |
| shortcuts Fixes a syntax error with the NoServiceUninstall section. Moves the detection of an existing Service and datadir further up, so it happens before we decide how the installation will happen. Removed a newline from a comment, and enhanced the existing directory check. Adds an existing folder check, as well as a prompt if the user wants to continue with it or not. Also adds the datadir property to shortcuts. | |||
| 2019-10-21 | Fix buildscript failure, remove unnecessary yarn repo for Fedora build | Thomas Büttner | |
| 2019-10-20 | Clean up ubuntu-armhf build steps | Joshua Boniface | |
| Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken. | |||
| 2019-10-20 | Clean up ubuntu-arm64 build steps | Joshua Boniface | |
| Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken. | |||
| 2019-10-20 | Clean up ubuntu-x64 build steps | Joshua Boniface | |
| Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken. | |||
| 2019-10-20 | Clean up debian-armhf build steps | Joshua Boniface | |
| 2019-10-20 | Clean up debian-arm64 build steps | Joshua Boniface | |
| 2019-10-20 | Move web-build into Debian build rules | Joshua Boniface | |
| This removes the convoluted steps in docker-build.sh in favour of integrating the web-build sequence into the Debian rules file explicitly. This will allow the web-build to work properly outside of the boutique Docker container we build, thus allowing it to be build properly directly on a target system with dpkg-buildpackage. | |||
| 2019-10-20 | Remove web frontend build from docker-build.sh | Joshua Boniface | |
| This is now handled in the RPM spec. | |||
| 2019-10-20 | Remove spec version bump | Joshua Boniface | |
| This will be taken care of with the 10.4.1 bump in stable. | |||
| 2019-10-17 | Support buiding jellyfin-web webpack | Brian J. Murrell | |
| Needs nodejs >= 8 on EL7 - from https://rpm.nodesource.com/pub_8.x/el/7/x86_64/ on EL7. Needs yarn - from yarnpkg.com on EL7 | |||
| 2019-10-16 | Merge pull request #1887 from joshuaboniface/bump-version | Vasily | |
| Bump version to 10.5.0 for next stable release | |||
