aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
AgeCommit message (Collapse)Author
2025-11-17Backport pull request #15466 from jellyfin/release-10.11.zBond-009
Don't error out when searching for marker files fails Original-merge: f4a846aa4dcffb3be7b701f806b24cb8dd6b7c5d Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-26Bump version to 10.12.0 (for real this time)Joshua M. Boniface
2025-06-03Fix missing logging of connections by disallowed IPs (#14011)jade
2025-05-18Add Full system backup feature (#13945)JPVenson
2025-04-26Optimize migrations (#13855)Tim Eisele
2025-04-26Check for path overlaps (#12832)JPVenson
2025-04-08Fix negated IP addresses without subnet mask not being parsed correctly (#13854)Markus Prettner
2025-03-15Merge pull request #13493 from gnattu/fix-subnet-check-masterCody Robibero
2025-03-10Merge pull request #13406 from Shadowghost/extract-trickplay-masterBond-009
Extract trickplay files into own subdirectory
2025-02-22Remove GetMacAddresses from NetworkManagerNiels van Velzen
2025-02-05Typognattu
Co-authored-by: Cody Robibero <cody@robibe.ro>
2025-02-04Fix subnet contains checkgnattu
We are still using `Subnet.Contains` a lot but that does not handle IPv4 mapped to IPv6 addresses at all. It was partially fixed by #12094 in local network checking, but it may not always happen on LAN. Also make all local network checking to use IsInLocalNetwork method instead of just performing `Subnet.Contains` which is not accurate. Filter out all link-local addresses for external interface matching.
2025-01-28Remove useless checks and dead code (#13405)Bond-009
* Remove useless checks and dead code * Enable adaptive bitrate streaming again * Disable adaptive bitrate streaming by default
2025-01-26Extract trickplay files into own subdirectoryShadowghost
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2025-01-25Remove the ability to auto port forward (#13222)Bond-009
2025-01-25Merge pull request #12798 from JPVenson/feature/EFUserDataJoshua M. Boniface
Refactor library.db into jellyfin.db and EFCore
2025-01-22Remove useless checks and dead codeBond_009
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-11-17Merge branch 'master' into feature/EFUserDataJPVenson
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2024-11-14Merge branch 'jellyfin:master' into feature/EFUserDataJPVenson
2024-10-26Bump version to 10.11.0Jellyfin Release Bot
2024-10-10Readded custom serialisationJPVenson
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-05-25Backport pull request #11766 from jellyfin/release-10.9.zgnattu
Filter invalid IPs on external interface matching Original-merge: 2eece01acc32dcd14ea83e224d2bccd8060010e2 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-11Bump version to 10.10.0Jellyfin Release Bot
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2024-02-06Remove ActionableProgressPatrick Barron
2024-02-06Remove SimpleProgressPatrick Barron
2023-11-30Fix nullability for INetworkManager.GetBindAddressPatrick Barron
2023-11-16Update depsBond_009
* Removes SourceLink as it should work automagically with .NET 8
2023-11-16Use new IPNetwork.TryParse functionBond_009
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14Fix warningsBond_009
2023-11-14Use System.Net.IPNetworkBond_009
2023-11-14Update to .NET 8Bond_009
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-11-12Move network constants to MediaBrowser.CommonPatrick Barron
2023-11-10Add IServerApplicationHost parameter to IPluginServiceRegistratorPatrick Barron
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-11Enable CodeAnalysisTreatWarningsAsErrors for MediaBrowser.CommonBond_009
2023-10-10Merge pull request #10378 from Bond-009/waitforexitasyncClaus Vium
Use Process.WaitForExitAsync added in .NET 5
2023-10-10Use Process.WaitForExitAsync added in .NET 5Bond_009
2023-10-04Add SystemManager servicePatrick Barron
2023-10-02Re-add shutdown/restart methodsPatrick Barron
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-07-06Merge pull request #9958 from Shadowghost/networking-fixexBond-009