| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-17 | Backport pull request #15466 from jellyfin/release-10.11.z | Bond-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-26 | Bump version to 10.12.0 (for real this time) | Joshua M. Boniface | |
| 2025-06-03 | Fix missing logging of connections by disallowed IPs (#14011) | jade | |
| 2025-05-18 | Add Full system backup feature (#13945) | JPVenson | |
| 2025-04-26 | Optimize migrations (#13855) | Tim Eisele | |
| 2025-04-26 | Check for path overlaps (#12832) | JPVenson | |
| 2025-04-08 | Fix negated IP addresses without subnet mask not being parsed correctly (#13854) | Markus Prettner | |
| 2025-03-15 | Merge pull request #13493 from gnattu/fix-subnet-check-master | Cody Robibero | |
| 2025-03-10 | Merge pull request #13406 from Shadowghost/extract-trickplay-master | Bond-009 | |
| Extract trickplay files into own subdirectory | |||
| 2025-02-22 | Remove GetMacAddresses from NetworkManager | Niels van Velzen | |
| 2025-02-05 | Typo | gnattu | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2025-02-04 | Fix subnet contains check | gnattu | |
| 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-28 | Remove 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-26 | Extract trickplay files into own subdirectory | Shadowghost | |
| 2025-01-25 | chore: fix spelling | Josh 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-25 | Remove the ability to auto port forward (#13222) | Bond-009 | |
| 2025-01-25 | Merge pull request #12798 from JPVenson/feature/EFUserData | Joshua M. Boniface | |
| Refactor library.db into jellyfin.db and EFCore | |||
| 2025-01-22 | Remove useless checks and dead code | Bond_009 | |
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-11-17 | Merge branch 'master' into feature/EFUserData | JPVenson | |
| 2024-11-16 | Update projects to .NET 9 (#13023) | Bond-009 | |
| 2024-11-14 | Merge branch 'jellyfin:master' into feature/EFUserData | JPVenson | |
| 2024-10-26 | Bump version to 10.11.0 | Jellyfin Release Bot | |
| 2024-10-10 | Readded custom serialisation | JPVenson | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-05-25 | Backport pull request #11766 from jellyfin/release-10.9.z | gnattu | |
| 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-11 | Bump version to 10.10.0 | Jellyfin Release Bot | |
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-02-06 | Remove ActionableProgress | Patrick Barron | |
| 2024-02-06 | Remove SimpleProgress | Patrick Barron | |
| 2023-11-30 | Fix nullability for INetworkManager.GetBindAddress | Patrick Barron | |
| 2023-11-16 | Update deps | Bond_009 | |
| * Removes SourceLink as it should work automagically with .NET 8 | |||
| 2023-11-16 | Use new IPNetwork.TryParse function | Bond_009 | |
| 2023-11-14 | Revert "Use System.Net.IPNetwork" | Bond_009 | |
| This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae. | |||
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-14 | Use System.Net.IPNetwork | Bond_009 | |
| 2023-11-14 | Update to .NET 8 | Bond_009 | |
| 2023-11-12 | Move API policies to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network configuration to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network utilities to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network constants to MediaBrowser.Common | Patrick Barron | |
| 2023-11-10 | Add IServerApplicationHost parameter to IPluginServiceRegistrator | Patrick Barron | |
| 2023-11-05 | Add IDisposableAnalyzers to more projects | Bond_009 | |
| 2023-10-11 | Enable CodeAnalysisTreatWarningsAsErrors for MediaBrowser.Common | Bond_009 | |
| 2023-10-10 | Merge pull request #10378 from Bond-009/waitforexitasync | Claus Vium | |
| Use Process.WaitForExitAsync added in .NET 5 | |||
| 2023-10-10 | Use Process.WaitForExitAsync added in .NET 5 | Bond_009 | |
| 2023-10-04 | Add SystemManager service | Patrick Barron | |
| 2023-10-02 | Re-add shutdown/restart methods | Patrick Barron | |
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 2023-07-06 | Merge pull request #9958 from Shadowghost/networking-fixex | Bond-009 | |
