| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-03 | Merge pull request #10951 from barronpm/livetv-di | Cody Robibero | |
| Live TV DI | |||
| 2024-02-03 | Merge changes | Mark Cilia Vincenti | |
| 2024-02-02 | Use DI for ILiveTvService | Patrick Barron | |
| 2024-02-02 | Kill circular dependency between LiveTvManager and EmbyTV | Patrick Barron | |
| 2024-02-02 | Use DI for IListingsProvider | Patrick Barron | |
| 2024-01-17 | Remove pointless code | Patrick Barron | |
| 2024-01-17 | Remove useless comment | Patrick Barron | |
| 2024-01-17 | Use collection expression | Patrick Barron | |
| 2024-01-17 | Use Math.Clamp in GetGuideDays | Patrick Barron | |
| 2024-01-17 | Merge branch 'master' into livetv-guidemanager | Patrick Barron | |
| # Conflicts: # src/Jellyfin.LiveTv/LiveTvManager.cs | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-17 | Move RefreshGuideScheduledTask to Guide folder | Patrick Barron | |
| 2024-01-17 | Add IGuideManager service | Patrick Barron | |
| 2024-01-15 | Remove unused Live TV code | Patrick Barron | |
| 2024-01-15 | Remove unnecessary allocations in TunerHostManager | Patrick Barron | |
| 2024-01-14 | Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports ↵ | Mark Cilia Vincenti | |
| non-keyed locking using a similar interface and changed SemaphoreSlim-based locks to using AsyncNonKeyedLocker. | |||
| 2024-01-12 | Add ITunerHostManager service | Patrick Barron | |
| 2024-01-12 | Move LiveTV service registration to extension method | Patrick Barron | |
| 2024-01-12 | Move LiveTvConfigurationFactory to Configuration folder | Patrick Barron | |
| 2024-01-12 | Add LiveTv configuration extension | Patrick Barron | |
| 2024-01-09 | Move StreamHelper to LiveTv project | Patrick Barron | |
| 2024-01-09 | Move RecordingNotifier to LiveTv project | Patrick Barron | |
| 2024-01-09 | Move channels to LiveTv project | Patrick Barron | |
| 2024-01-09 | Move LiveTv to separate project | Patrick Barron | |
| 2024-01-06 | Auto Discovery Cleanup (#10793) | Patrick Barron | |
| * Call GetSmartApiUrl directly in UdpServer.RespondToV2Message GetSmartApiUrl already returns PublishedServerUrl if set. * Rewrite auto discovery using UdpClient and BackgroundService * Respect network address settings in AutoDiscoveryHost * Always listen on broadcast address in Linux for auto-discovery * Await udp server tasks in AutoDiscoveryHost * Only bind to broadcast addresses for IPv4 * Only bind to broadcast if IPv4 is enabled | |||
| 2023-11-30 | Use file-scoped namespaces in Jellyfin.Networking | Patrick Barron | |
| 2023-11-30 | Move ExternalPortForwarding to Jellyfin.Networking | Patrick Barron | |
| 2023-11-30 | Move SocketFactory to Jellyfin.Networking | Patrick Barron | |
| 2023-11-30 | Move UdpServerEntryPoint to Jellyfin.Networking | Patrick Barron | |
| 2023-11-30 | Move Jellyfin.Networking to src | Patrick Barron | |
| 2023-11-14 | Fix runtime errors | Bond_009 | |
| 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-05 | Add IDisposableAnalyzers to more projects | Bond_009 | |
| 2023-10-27 | Merge pull request #10472 from cvium/dispose_imagefilter | Bond-009 | |
| 2023-10-25 | refactor: cache the resize image filter | cvium | |
| 2023-10-25 | chore(deps): use Svg.Skia instead of the deprecated SkiaSharp.Svg | cvium | |
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 2023-10-08 | Jellyfin.Drawing minor improvements | Bond_009 | |
| Reduce duplicate/dead code | |||
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-09-23 | Start adding IDisposableAnalyzers to projects | Bond_009 | |
| 2023-09-11 | Removed nesting levels through block-scoped `using` statement (#10025) | Lehonti Ramos | |
| Co-authored-by: John Doe <john@doe> Co-authored-by: Lehonti Ramos <lehonti@ramos> | |||
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-08-22 | Enable nullable for more files and add tests | Bond_009 | |
| Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component | |||
| 2023-08-20 | fix: accessing Standard* of a Process requires manually disposing them ↵ | Claus Vium | |
| afterwards (#10125) | |||
| 2023-06-28 | Merge branch 'master' into trickplay | Nick | |
| 2023-06-28 | Fix clean regex | Bond-009 | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-27 | Fixed RTL text not beeing rendered properly on Lib images (#9612) | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
