Commit graph

24939 commits

Author SHA1 Message Date
Bond_009 3c3f0a765e Use new IPNetwork.TryParse function 2023-11-16 00:50:17 +01:00
Bond_009 464de13acf Use new static ZipFile functions 2023-11-16 00:49:23 +01:00
Bond_009 5fa1b8ac3a Update more Dockerfiles 2023-11-15 22:21:20 +01:00
Bond_009 5dad89cee3 Update Dockerfiles 2023-11-15 22:06:09 +01:00
Bond_009 05b35dc41f Update Azure pipelines 2023-11-15 16:49:44 +01:00
Bond_009 a1410ea899 Update GitHub workflows 2023-11-15 16:16:51 +01:00
Bond_009 efec6e7a23 Address review comment 2023-11-15 15:22:51 +01:00
Bond_009 8ee1525894 Fix runtime errors 2023-11-14 22:01:10 +01:00
Bond_009 635d67d458 Revert "Use System.Net.IPNetwork"
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14 21:16:33 +01:00
Bond_009 0fd36a5bf1 Fix warnings in test projects 2023-11-14 21:14:23 +01:00
Bond_009 b62b0ec2b5 Fix warnings 2023-11-14 21:14:21 +01:00
Bond_009 99e0d46ad9 Use System.Net.IPNetwork 2023-11-14 21:13:51 +01:00
Bond_009 eb022c49cc Update to .NET 8 2023-11-14 21:12:16 +01:00
Bond-009 3ec2d5592e
Merge pull request #10574 from barronpm/dlna-plugin3
Move DLNA to Plugin (Part 1 (Part 2))
2023-11-14 21:10:41 +01:00
Radu Terec ea54623058 Translated using Weblate (Romanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
2023-11-13 11:25:52 -05:00
Christo 532f1e844b Translated using Weblate (Afrikaans)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2023-11-13 11:25:52 -05:00
Simas Šimas a76a9056a2 Translated using Weblate (Lithuanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
2023-11-13 11:25:52 -05:00
Patrick Barron de0241e975 Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
Patrick Barron e463dbda47 Move network configuration to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
Patrick Barron 9595636d61 Move network utilities to MediaBrowser.Common 2023-11-12 10:24:34 -05:00
Patrick Barron 223b156270 Move network constants to MediaBrowser.Common 2023-11-12 10:24:34 -05:00
Bond-009 fc694289a9
Merge pull request #10557 from barronpm/dlna-plugin
Move DLNA to Plugin (Part 1)
2023-11-12 16:23:11 +01:00
Bond-009 4288106acd
Merge pull request #9762 from crobibero/media-type
Convert string MediaType to enum MediaType
2023-11-12 12:17:46 +01:00
renovate[bot] 88873b6e9e
chore(deps): pin dependencies (#10563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 08:34:15 -07:00
DavidFair 9b5930d7d8
Add GH Workflow for CI Tests (#10392)
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-11-10 08:12:21 -07:00
Cody Robibero 453c65d619 Fix build after merge 2023-11-10 08:01:39 -07:00
Chris H 3fd505a454
Validate AuthenticationProviderId and PasswordResetProviderId (#10553) 2023-11-10 07:51:44 -07:00
Patrick Barron b0120d5d4c Fix integration tests 2023-11-10 08:51:26 -05:00
Ruben Teixeira b1acde54fb Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2023-11-10 07:59:54 -05:00
Simon-Pierre Corriveau 7a98c990ab Translated using Weblate (French (Canada))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2023-11-10 07:59:54 -05:00
Patrick Barron 1e1e1560a4 Add IServerApplicationHost parameter to IPluginServiceRegistrator 2023-11-10 07:43:46 -05:00
Cody Robibero 892973a9e3
Merge branch 'master' into media-type 2023-11-09 22:03:55 -07:00
Patrick Barron 2b742be38e Use IHostedService for DLNA 2023-11-09 16:16:28 -05:00
renovate[bot] 44b771bfb4
chore(deps): update dependency microsoft.net.test.sdk to v17.8.0 (#10551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-09 14:00:45 -07:00
Cody Robibero 906f701fa8
Convert CollectionType, SpecialFolderType to enum (#9764)
* Convert CollectionType, SpecialFolderType to enum

* Hide internal enum CollectionType values

* Apply suggestions from code review

Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>

* Fix recent change

* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs

Co-authored-by: Patrick Barron <barronpm@gmail.com>

---------

Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-11-09 14:00:29 -07:00
Cody Robibero c7a94d48ae
Convert ItemSortBy to enum (#9765)
* Convert ItemSortBy to enum

* Rename Unknown to Default
2023-11-09 14:00:13 -07:00
Bond-009 21878577be
Merge pull request #10556 from jellyfin/renovate/serilog.sinks.console-5.x
chore(deps): update dependency serilog.sinks.console to v5
2023-11-09 18:19:38 +01:00
renovate[bot] 25d46724f2
chore(deps): update dependency serilog.sinks.console to v5 2023-11-09 07:12:38 +00:00
Troja c2bfa17fcb Translated using Weblate (Belarusian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/be/
2023-11-08 10:49:49 -05:00
Oskari Lavinto 9a23515719 Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2023-11-08 10:49:49 -05:00
Luis Fonseca c57c5f2022 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2023-11-08 10:49:49 -05:00
salvatore rizzu de16d18289 Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2023-11-08 10:49:49 -05:00
Luka Ilić d542a3ab62 Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2023-11-08 10:49:49 -05:00
Retrial 501d7eed47 Translated using Weblate (Greek)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2023-11-08 10:49:49 -05:00
Vesel Karastoyanov b314b0b267 Translated using Weblate (Bulgarian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2023-11-08 10:49:49 -05:00
Bond-009 6fdbc4bb9c
Merge pull request #10544 from justin-sleep/fix-library-scan-segfault
Revert SkiaSharp upgrade, fix library scan crashes
2023-11-08 13:02:13 +01:00
Bond-009 fee172da7e
Merge pull request #10501 from methbkts/patch-1
Update link to Jellyfin website
2023-11-08 11:18:21 +01:00
Bond-009 5e48278e2a
Merge pull request #10078 from scampower3/master
Combine Title and Overview for multi-episodes files for the TMDB provider
2023-11-08 11:18:12 +01:00
Bond-009 2853a5c047
Merge pull request #10531 from Bond-009/disposable
Add IDisposableAnalyzers to more projects
2023-11-08 11:17:46 +01:00
Justin Sleep dd6bda30e5
Revert "Update BlurHashSharp"
This reverts commit 5e19459f94.
2023-11-07 22:43:45 -06:00