| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-11 | Bump version 10.7.2 | Joshua M. Boniface | |
| 2021-04-11 | Merge pull request #5769 from cvium/workstation-gc | Bond-009 | |
| Enable Workstation GC mode (cherry picked from commit f0625bb023b67f557802c8089c73b3e98859f3d3) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-03-21 | Bump version to 10.7.1v10.7.1 | Joshua M. Boniface | |
| 2021-03-08 | Bump version to 10.7.0v10.7.0 | Joshua M. Boniface | |
| Also clear out old changelogs since these don't actually make sense anyways. | |||
| 2021-02-28 | Fix bad spacer in changelog linev10.7.0-rc4 | Joshua M. Boniface | |
| 2021-02-21 | Bump version to 10.7.0~rc4 | Joshua M. Boniface | |
| 2021-01-23 | Bump version to 10.7.0-rc3v10.7.0-rc3 | Joshua M. Boniface | |
| 2020-12-31 | Bump version to 10.7.0-rc2v10.7.0-rc2 | Joshua M. Boniface | |
| 2020-12-04 | Bump version to 10.7.0~rc1 | Joshua M. Boniface | |
| 2020-11-22 | Go back to at with lower sleep and start | Joshua M. Boniface | |
| 2020-11-22 | Remove the `at now` hack | Joshua M. Boniface | |
| 2020-11-22 | Run explicit service start if restart failed | Joshua M. Boniface | |
| Should solve the occasional bugs with the restart in the WebUI. Sometimes the service stops and then doesn't start again; this will run an explicit start action afterwards. If this doesn't fix it I'm certain there would be more tweaking that can be done. | |||
| 2020-11-15 | Upgrade all netcore3.1 to net5.0 | crobibero | |
| 2020-10-31 | Remove jellyfin-ffmpeg dep from server package | Joshua M. Boniface | |
| Being added to the metapackage instead. | |||
| 2020-10-17 | Merge pull request #3690 from MichaIng/patch-1 | Joshua M. Boniface | |
| Fix left /usr/bin/jellyfin symlink on removal and typo | |||
| 2020-09-04 | Remove GenerateDocumentationFile | crobibero | |
| 2020-08-29 | include xml docs when publishing | crobibero | |
| 2020-07-27 | Bump master version to 10.7.0 for next release | Joshua M. Boniface | |
| 2020-07-24 | Fix left /usr/bin/jellyfin symlink on removal and typo | MichaIng | |
| After removal of the symlink target file "/usr/lib/jellyfin/bin/jellyfin", file existence check on the symlink "[[ -f /usr/bin/jellyfin ]]" returns false. As a result the symlink is left in place on package purge. The correct check would be "[[ -L /usr/bin/jellyfin ]]", but since it could be a file in cases, e.g. manual fix on file systems with no symlink support or for any other reason, it is easiest to use "rm -f" to assure that it is removed in both cases and not return false even if it does not exist at all. Additionally this fixes a typo on upstart script check. Signed-off-by: MichaIng <micha@dietpi.com> | |||
| 2020-07-23 | fix typo in debian's config file | Fernando Fernández | |
| 2020-07-19 | Readd sed'd out dotnet-sdk dependency | Joshua M. Boniface | |
| 2020-07-19 | Remove the old Emby conflicts | Joshua M. Boniface | |
| It's been long enough that this is no longer an issue. We still conflict on the ports 8096 and 8190, but this will simply result in a failure to start; allow users to get themselves into that situation if they wish. | |||
| 2020-07-19 | Fix bad dependency handling in 10.6.0-1 | Joshua M. Boniface | |
| Fixes the incorrect dependency handling from 10.6.0, which was missing the Replaces and Breaks entries on jellyfin-server. Thus apt would complain about /etc/default/jellyfin being in two packages and fail to upgrade. With this configuration, I've verified that apt now handles this situation properly. | |||
| 2020-04-29 | Add Web integration option in default service conf | Joshua M. Boniface | |
| 2020-04-09 | Specify a version for jellyfin-ffmpeg dependency in .deb | hauntingEcho | |
| Lower versions cause #2126 in Jellyfin >= 10.4.3 | |||
| 2020-04-09 | Fix missing restart script | Joshua M. Boniface | |
| 2020-04-09 | Use jellyfin.org everywhere | Joshua M. Boniface | |
| 2020-03-30 | Add Debian/Ubuntu metapackage equivs file | Joshua M. Boniface | |
| 2020-03-23 | Update package description for Debian | Joshua M. Boniface | |
| 2020-03-23 | Remove web building, rename, bump version | Joshua M. Boniface | |
| 2020-03-22 | Move Debian folder to root of repo | Joshua M. Boniface | |
| 2019-01-10 | Build scripts and build system consolidation. | Erwin de Haan | |
| Squashed commit. | |||
| 2019-01-08 | Bump version for 10.0.1 | Joshua Boniface | |
| 2019-01-06 | Hotfix to postinst to correct permissions | Joshua Boniface | |
| Without this, if not importing a previous config, the perms are broken on the config directories. Fixes this. | |||
| 2019-01-06 | Merge pull request #440 from joshuaboniface/debian-packaging | Joshua M. Boniface | |
| Debian packaging for 10.0.0 | |||
| 2019-01-06 | Tweakes based on review feedback | Joshua Boniface | |
| 2019-01-06 | Stop including .git in dpkg source tarball | hawken | |
| 2019-01-05 | Update logging for async mode from #438 | Joshua Boniface | |
| 2019-01-05 | Add updated configurations for log and config dir | Joshua Boniface | |
| 1. Add log and config flags to init and config 2. Move the existing logs and config dirs to the right places 3. Some cleanups in the control scripts 4. Prune the changelog of pre-Jellyfin entries | |||
| 2019-01-05 | Add VCS entries to control file | Joshua Boniface | |
| 2019-01-05 | Bump version to 10.0.0 | Joshua Boniface | |
| 2018-12-28 | Tweak unit to restart on any failure, 15s timeout | Joshua Boniface | |
| 2018-12-28 | Bump Debian binary version | Joshua Boniface | |
| 2018-12-28 | Move the .NET Runtime flag into a variable | Joshua Boniface | |
| 2018-12-20 | Bump Debian packaging version | Joshua Boniface | |
| 2018-12-16 | Add Linux binaries for SkiaSharp | Andrew Rabert | |
| - Not sure how this impacts Windows builds, but it works great for Linux. - Requires additional deps on Debian | |||
| 2018-12-16 | Merge pull request #193 from joshuaboniface/selfcontained-binary | Vasily | |
| Debian packaging improvements | |||
| 2018-12-16 | Remove redundant solution specification | Andrew Rabert | |
| 2018-12-15 | Use consistent format | Joshua Boniface | |
| 2018-12-15 | Add cleanup of /etc/sudoers.d/emby in preinst | Joshua Boniface | |
