| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-30 | Move SocketFactory to Jellyfin.Networking | Patrick Barron | |
| 2023-11-30 | Move UdpServerEntryPoint to Jellyfin.Networking | Patrick Barron | |
| 2023-11-30 | Use ObjectDisposedException throw helper in UdpServerEntryPoint | Patrick Barron | |
| 2023-11-30 | Merge pull request #10558 from barronpm/dlna-plugin2 | Bond-009 | |
| Move DLNA to Plugin (Part 2) | |||
| 2023-11-27 | Merge pull request #10625 from ↵ | Joshua M. Boniface | |
| ilovepilav/fix-alerts-missing-from-admin-dashboard Fix: Plugin Installed Alerts missing from Admin Dashboard #10620 | |||
| 2023-11-26 | Fix:Plugin Installed Alerts missing from Admin Dashboard #10620 | Çağrı Sakaoğlu | |
| 2023-11-26 | Translated using Weblate (Hindi) | Tushar Joshi | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/ | |||
| 2023-11-26 | Translated using Weblate (Indonesian) | leap123 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/ | |||
| 2023-11-26 | Translated using Weblate (Turkish) | queeup | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2023-11-23 | Translated using Weblate (Arabic) | Ahmad Mujahid | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2023-11-22 | Merge pull request #10592 from barronpm/librarychangednotifier-cleanup | Bond-009 | |
| LibraryChangedNotifier Cleanup | |||
| 2023-11-21 | Translated using Weblate (Marathi) | Atharva Vaidya | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/ | |||
| 2023-11-18 | Translated using Weblate (Portuguese (Brazil)) | Lucas Fogolin | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/ | |||
| 2023-11-15 | Remove DLNA socket code | Patrick Barron | |
| 2023-11-15 | Remove Emby.Dlna | Patrick Barron | |
| 2023-11-15 | Enable nullable in LibraryChangedNotifier | Patrick Barron | |
| 2023-11-15 | Document LibraryChangedNotifier | Patrick Barron | |
| 2023-11-15 | Use file-scoped namespace | Patrick Barron | |
| 2023-11-15 | Make ILibraryChangedNotifier sealed | Patrick Barron | |
| 2023-11-15 | Combine library item event handlers | Patrick Barron | |
| 2023-11-15 | Break up long lines | Patrick Barron | |
| 2023-11-15 | Use target-typed new for fields | Patrick Barron | |
| 2023-11-15 | Use pattern matching for EnableRefreshMessage | Patrick Barron | |
| 2023-11-16 | Use new static ZipFile functions | Bond_009 | |
| 2023-11-14 | Fix runtime errors | Bond_009 | |
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-14 | Update to .NET 8 | Bond_009 | |
| 2023-11-14 | Merge pull request #10574 from barronpm/dlna-plugin3 | Bond-009 | |
| Move DLNA to Plugin (Part 1 (Part 2)) | |||
| 2023-11-13 | Translated using Weblate (Romanian) | Radu Terec | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/ | |||
| 2023-11-13 | Translated using Weblate (Afrikaans) | Christo | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/ | |||
| 2023-11-13 | Translated using Weblate (Lithuanian) | Simas Šimas | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/ | |||
| 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 | Merge pull request #10557 from barronpm/dlna-plugin | Bond-009 | |
| Move DLNA to Plugin (Part 1) | |||
| 2023-11-12 | Merge pull request #9762 from crobibero/media-type | Bond-009 | |
| Convert string MediaType to enum MediaType | |||
| 2023-11-10 | Translated using Weblate (Portuguese (Portugal)) | Ruben Teixeira | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/ | |||
| 2023-11-10 | Translated using Weblate (French (Canada)) | Simon-Pierre Corriveau | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/ | |||
| 2023-11-10 | Add IServerApplicationHost parameter to IPluginServiceRegistrator | Patrick Barron | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-11-09 | Use IHostedService for DLNA | Patrick Barron | |
| 2023-11-09 | Convert CollectionType, SpecialFolderType to enum (#9764) | Cody Robibero | |
| * 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 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-11-08 | Translated using Weblate (Belarusian) | Troja | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/be/ | |||
| 2023-11-08 | Translated using Weblate (Finnish) | Oskari Lavinto | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2023-11-08 | Translated using Weblate (Portuguese (Portugal)) | Luis Fonseca | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/ | |||
| 2023-11-08 | Translated using Weblate (Italian) | salvatore rizzu | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/ | |||
| 2023-11-08 | Translated using Weblate (Croatian) | Luka Ilić | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/ | |||
| 2023-11-08 | Translated using Weblate (Greek) | Retrial | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/ | |||
| 2023-11-08 | Translated using Weblate (Bulgarian) | Vesel Karastoyanov | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/ | |||
| 2023-11-05 | Add IDisposableAnalyzers to more projects | Bond_009 | |
