aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-07DNLA over HTTP onlyGreenback
2020-12-07Simplify convertercrobibero
2020-12-07Update ApplicationHost.csBaronGreenback
Added X509KeyStorageFlags.UserKeySet
2020-12-07cleaned changeGreenback
2020-12-07Fixed createPlayListGreenback
2020-12-07Fix API forbidden responsecrobibero
2020-12-07Minor code style related changeIonut Andrei Oanca
2020-12-07Add log level parameter to ActivityLog constructorMrTimscampi
2020-12-07Update authorization policies for SyncPlayIonut Andrei Oanca
2020-12-06Add number to bool json convertercrobibero
2020-12-06Redirect robots.txt if hosting web contentcrobibero
2020-12-06Add required attributes to parametersPatrick Barron
2020-12-07Add SessionControllerConnected eventIonut Andrei Oanca
2020-12-06Only apply series image aspect ratio if episode/season has no primary imagecvium
2020-12-06Don't return plugin versions that target newer Jellyfin versioncrobibero
2020-12-06Remove CustomItemDisplayPreferences unique key collisioncrobibero
2020-12-06Translated using Weblate (Latvian)Artūrs Jānis Ņikitins
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2020-12-05Translated using Weblate (Latvian)Artūrs Jānis Ņikitins
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2020-12-05Translated using Weblate (Persian)Saman Dadmand
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2020-12-05Translated using Weblate (French (Canada))rwctrjotovxqqqyqod
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2020-12-05Update NetworkManager.csBaronGreenback
Changed logging type.
2020-12-05Update ApiServiceCollectionExtensions.csBaronGreenback
2020-12-05Merge pull request #4671 from cvium/allow_proxyBond-009
Clear KnownNetworks and KnownProxies if none are configured explicitly
2020-12-05Merge pull request #4672 from ↵Bond-009
cvium/fix_mergeversions_which_was_unrelated_to_my_bughunt Fix MergeVersions endpoint
2020-12-05Fix MergeVersions endpointcvium
2020-12-05Clear KnownNetworks and KnownProxies if none are configured explicitlycvium
2020-12-05Merge pull request #4667 from joshuaboniface/fix-nuget-ciJoshua M. Boniface
Remove obsolete erroring command
2020-12-05Merge pull request #4669 from MrTimscampi/fix-npm-publicJoshua M. Boniface
Fix NPM command in CI
2020-12-05Fix NPM command in CIMrTimscampi
2020-12-05Remove obsolete erroring commandJoshua M. Boniface
This is not required for stable pushes.
2020-12-05Merge pull request #4662 from joshuaboniface/fix-bump-versionJoshua M. Boniface
Fix bad do in bump_version
2020-12-05Merge pull request #4665 from anthonylavado/ci-npm-fixJoshua M. Boniface
Fix the NPM publish scope to public
2020-12-04Fix the NPM publish scope to publicAnthony Lavado
2020-12-04Merge pull request #4664 from joshuaboniface/codeown-ciAnthony Lavado
Make me codeowner of the .ci dir
2020-12-04Make me codeowner of the .ci dirJoshua M. Boniface
I need to know when stuff changes.
2020-12-04Bump version to 10.8.0 for next releaseJoshua M. Boniface
2020-12-04Fix bad do in bump_versionJoshua M. Boniface
2020-12-04Merge pull request #4661 from Bond-009/spamJoshua M. Boniface
Remove spammy debug line
2020-12-04Merge pull request #3194 from OancaAndrei/syncplay-enhancedJoshua M. Boniface
SyncPlay for TV series (and Music)
2020-12-04Merge pull request #4653 from crobibero/favorite-personsJoshua M. Boniface
Optimize FavoritePersons query
2020-12-04Merge pull request #4652 from crobibero/display-preferencesJoshua M. Boniface
Add support for custom item display preferences
2020-12-04Use a service unit, not a scope unit, to restartAJ Jordan
Reportedly `systemd-run --scope` still got killed by the service manager; see #4615. The suspected cause is that `scope` units are run by the `systemd-run` process itself and inherit the caller's execution environment (see systemd-run(1)). To fix this, we use a systemd `service` unit instead, which is run and managed by PID 1 - hopefully this will isolate us sufficiently so that we don't get terminated along with `jellyfin.service`.
2020-12-04Use systemd-run(1) in restart.shAJ Jordan
systemd-run(1) runs `systemctl restart` in an isolated systemd unit that is not subject to process termination as jellyfin.service is shut down. We adjust the sudoers configuration for this new usage, removing the old config, since restart.sh is the only user of the sudoers policy. Additionally we change `systemctl start` to `systemctl restart` since there was a race condition where jellyfin.service was not fully stopped by the time this ran, so `systemctl start` became a noop. `systemctl restart` on the other hand works whether jellyfin.service is stopped or not. The at(1) hack (and the usage of `start` instead of `restart`) is left in for other init systems since I cannot test on those systems, and because I don't know of any systemd-run(1) equivalent (although it may be a non-issue since alternate init systems do not keep track of daemon children nearly as aggressively as systemd does).
2020-12-04Use md5 Guid for legacy compatcrobibero
2020-12-04Add ItemId to all display preferencescrobibero
2020-12-04Reorder parameters in HandleRequestIonut Andrei Oanca
2020-12-04Merge pull request #4660 from crobibero/mime-typeBond-009
Add support for web serving .mem files
2020-12-04Remove spammy debug lineBond_009
2020-12-04Add support for web serving .mem filescrobibero
2020-12-04Fix access policies to SyncPlayIonut Andrei Oanca