| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-18 | Switch to LINQ and updated /Device/Info endpoint to return in accordance to ↵ | LJQ | |
| the updated API doc | |||
| 2023-10-17 | Merge pull request #10424 from jellyfin/renovate/dotnet-monorepo | Bond-009 | |
| 2023-10-17 | Translated using Weblate (Latvian) | Andrejs | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2023-10-17 | Merge pull request #10423 from ↵ | Bond-009 | |
| jellyfin/renovate/efcoresecondlevelcacheinterceptor-3.x | |||
| 2023-10-17 | Merge pull request #10366 from goremykin/fix-resharper-warnings | Bond-009 | |
| 2023-10-17 | Update dependency dotnet-ef to v7.0.12 | renovate[bot] | |
| 2023-10-17 | Merge pull request #10270 from crobibero/chromecast-config | Bond-009 | |
| 2023-10-17 | Update dependency EFCoreSecondLevelCacheInterceptor to v3.9.3 | renovate[bot] | |
| 2023-10-17 | Update /Device endpoint to return CustomName | LJQ | |
| 2023-10-17 | Merge pull request #10419 from jellyfin/renovate/xunit-dotnet-monorepo | Bond-009 | |
| 2023-10-17 | Update dependency xunit to v2.5.3 | renovate[bot] | |
| 2023-10-16 | Translated using Weblate (Faroese) | forkh | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fo/ | |||
| 2023-10-16 | Translated using Weblate (Latvian) | Andrejs | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2023-10-16 | Translated using Weblate (Icelandic) | Össur Ingi Jónsson | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/ | |||
| 2023-10-16 | Deep copy instead of Shallow copy | LJQ | |
| 2023-10-16 | Applied 2nd Round of Suggested Changes | LJQ | |
| 2023-10-15 | Added translation using Weblate (Faroese) | forkh | |
| 2023-10-14 | Fix inverted condition | Cody Robibero | |
| 2023-10-14 | Shorten lines from review | Cody Robibero | |
| 2023-10-13 | Avoid unnecessary string -> byte[] conversion (Bond-009) | Nick | |
| 2023-10-14 | Merge pull request #10400 from jellyfin/renovate/ci-deps | Bond-009 | |
| 2023-10-14 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs | |||
| 2023-10-13 | Update github/codeql-action action to v2.22.3 | renovate[bot] | |
| 2023-10-13 | Merge pull request #10390 from Bond-009/streams | Bond-009 | |
| 2023-10-13 | Merge pull request #10391 from barronpm/dlna-cleanup | Bond-009 | |
| 2023-10-13 | Merge pull request #10397 from jellyfin/renovate/xunit-dotnet-monorepo | Bond-009 | |
| 2023-10-13 | Update xunit-dotnet monorepo | renovate[bot] | |
| 2023-10-12 | Merge reading from file and parsing | Stepan Goremykin | |
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-12 | Merge pull request #10393 from jellyfin/renovate/ci-deps | Bond-009 | |
| 2023-10-12 | Update github/codeql-action action to v2.22.2 | renovate[bot] | |
| 2023-10-11 | Translated using Weblate (Slovak) | nextlooper42 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/ | |||
| 2023-10-11 | Merge pull request #10389 from Bond-009/warn5 | Bond-009 | |
| 2023-10-11 | StreamingHelpers.GetOutputFileExtension should never return null (#10387) | Bond-009 | |
| 2023-10-11 | Merge pull request #10379 from Bond-009/emptyguid | Bond-009 | |
| 2023-10-11 | Fix documentation for AddDlnaServices | Patrick Barron | |
| 2023-10-11 | Use DI for SsdpCommunicationsServer | Patrick Barron | |
| 2023-10-11 | Minor cleanup in DlnaEntryPoint | Patrick Barron | |
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-11 | Don't manually dispose DeviceDiscovery | Patrick Barron | |
| The lifetime of DeviceDiscovery is managed by DI | |||
| 2023-10-11 | Remove DlnaEntryPoint.Enabled | Patrick Barron | |
| 2023-10-11 | Use DI for MediaReceiverRegistrarService | Patrick Barron | |
| 2023-10-11 | Use DI for ConnectionManagerService | Patrick Barron | |
| 2023-10-11 | Use DI for ContentDirectoryService | Patrick Barron | |
| 2023-10-11 | Enable CodeAnalysisTreatWarningsAsErrors for MediaBrowser.Common | Bond_009 | |
| 2023-10-11 | Add DLNA service collection extensions | Patrick Barron | |
| 2023-10-11 | Fix regression | Bond_009 | |
| 2023-10-10 | Deprecate CanLaunchWebBrowser (#10381) | Bond-009 | |
| It's been a while since I removed this feature from server not sure why it's in the api anyway. The macOS and Windows app have this functionality | |||
| 2023-10-11 | Refactor URI overrides (#10051) | Tim Eisele | |
| 2023-10-10 | Merge branch 'master' into chromecast-config | Cody Robibero | |
| # Conflicts: # Emby.Server.Implementations/ApplicationHost.cs | |||
