aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-07Fix potential null referencecrobibero
2020-12-07Modified ReadMe with updated command line commandMatthew Bauer
Also removed old documentation about placing the built dist into the jellyfin-server directory
2020-12-07Merge branch 'master' into ProxyDNSBaronGreenback
2020-12-07Update Jellyfin.Networking/Configuration/NetworkConfiguration.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-12-07Make BaseItemDto Guids nullablecrobibero
2020-12-07Revert #4568crobibero
2020-12-07reverted change.Greenback
2020-12-07Update ApplicationHost.csBaronGreenback
Removed previous change, use for testing.
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`.