| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-12 | Fix disposable analyzer warnings in SchedulesDirect | Patrick Barron | |
| 2024-01-12 | Don't re-use HttpRequestMessage on re-try in SchedulesDirect | Patrick Barron | |
| 2024-01-12 | Merge pull request #10838 from barronpm/livetv-project | Cody Robibero | |
| Move Live TV code to Jellyfin.LiveTv | |||
| 2024-01-12 | Remove DLNA-specific DeviceProfile code (#10850) | Patrick Barron | |
| * Remove DLNA-specific methods from DeviceProfile * Remove DLNA-specific fields from DeviceProfile * Remove unused DLNA models | |||
| 2024-01-12 | chore(deps): update skiasharp monorepo (#10849) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2024-01-12 | Merge pull request #10845 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update actions/download-artifact action to v4.1.1 | |||
| 2024-01-10 | chore(deps): update actions/download-artifact action to v4.1.1 | renovate[bot] | |
| 2024-01-10 | Translated using Weblate (German) | Achim Walz | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2024-01-09 | Merge pull request #10836 from jellyfin/renovate/dotnet-monorepo | Bond-009 | |
| chore(deps): update dotnet monorepo to v8.0.1 | |||
| 2024-01-09 | Move StreamHelper to LiveTv project | Patrick Barron | |
| 2024-01-09 | chore(deps): update dotnet monorepo to v8.0.1 | renovate[bot] | |
| 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-09 | Move LiveTv tests to separate project | Patrick Barron | |
| 2024-01-09 | Move GetRecordingStreamMediaSources to IMediaSourceManager | Patrick Barron | |
| 2024-01-09 | test: add webm test | Dmitry Lyzo | |
| 2024-01-09 | fix: discard webm if there is an unsupported codec | Dmitry Lyzo | |
| 2024-01-08 | Translated using Weblate (Ukrainian) | Vasyl Belynets | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/ | |||
| 2024-01-08 | Translated using Weblate (Latvian) | Andrejs | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2024-01-08 | Translated using Weblate (Norwegian Nynorsk) | Kent | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/ | |||
| 2024-01-08 | chore(deps): update github/codeql-action action to v3.23.0 (#10832) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2024-01-07 | Merge pull request #10823 from crobibero/date-time-utc | Bond-009 | |
| Specify DateTimeKind when pulling a DateTime out of the database | |||
| 2024-01-07 | Merge pull request #10822 from crobibero/service-unavailable | Bond-009 | |
| Respond with Service Unavailable if not in correct network | |||
| 2024-01-06 | Use StatusCodes which is already an int | Cody Robibero | |
| 2024-01-06 | Specify DateTimeKind when pulling a DateTime out of the database | Cody Robibero | |
| 2024-01-06 | Respond with Service Unavailable if not in correct network | Cody Robibero | |
| 2024-01-06 | Detect audio spatial format (#9996) | Mohamed Akram | |
| * Detect audio spatial format * Update MediaBrowser.Model/Entities/MediaStream.cs * Update MediaStream.cs --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-01-06 | Add option to use replaygain tags for audio (#10566) | TelepathicWalrus | |
| * Add option to use replaygain tags for audio * Change regex to be specific * Use ffprobe for faster metadata grabs * Change regex to .Match | |||
| 2024-01-06 | Add nuget.config file to fix NU1507 by only allowing nuget.org as package ↵ | Dave Senn | |
| source. see: https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping and https://github.com/dotnet/sdk/issues/25379 (#10396) | |||
| 2024-01-06 | Remove UserManager Cache (#10781) | Patrick Barron | |
| * Remove redundant user cache * Use DI for IPasswordResetProvider and IAuthenticationProvider | |||
| 2024-01-06 | Feature/enable gh codespaces (#10324) | JPVenson | |
| * Added BindAll network Manager * Updated docs * Update ApplicationHost.cs resolved merge conflicts * Fixed merge issues * Updated Dev container to dotnet * Update Emby.Server.Implementations/ApplicationHost.cs Co-authored-by: Cody Robibero <cody@robibe.ro> * Updates container to include dependencies * Resolved merge conflicts * Updated container config to automate setup more * Updated readme * Enabled auto loading of extensions * fixed recommended list not parsable * Removed obsolete code * Reverted change to virtualize GetAllBindInterfaces * Updated Readme * Update devcontainer.json --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 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 | |||
| 2024-01-06 | Fix More Live TV Warnings (#10818) | Patrick Barron | |
| * Fix CA1819 in LiveTvManager * Call ConfigureAwait in ChannelManager | |||
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2024-01-06 | Merge pull request #10814 from jellyfin/renovate/xunit-dotnet-monorepo | Bond-009 | |
| 2024-01-06 | Merge pull request #10816 from jellyfin/renovate/playlistsnet-1.x | Bond-009 | |
| 2024-01-05 | Translated using Weblate (Georgian) | George Salukvadze | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/ | |||
| 2024-01-05 | Translated using Weblate (Spanish (Latin America)) | newton181 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/ | |||
| 2024-01-05 | Translated using Weblate (Ukrainian) | Vasyl Belynets | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/ | |||
| 2024-01-05 | chore(deps): update dependency playlistsnet to v1.4.1 | renovate[bot] | |
| 2024-01-05 | chore(deps): update dependency xunit to v2.6.5 | renovate[bot] | |
| 2024-01-04 | chore(deps): update prometheus-net monorepo to v8.2.1 (#10804) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2024-01-04 | Use -noauto{scale,rotate} for disabling auto filters (#10810) | Nyanmisaka | |
| `-auto{scale,rotate} 0` has been dropped in upstream FFmpeg. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-01-04 | Translated using Weblate (Czech) | Lukáš Kucharczyk | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/ | |||
| 2024-01-04 | Merge pull request #10805 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update alex-page/github-project-automation-plus action to v0.9.0 | |||
| 2024-01-03 | chore(deps): update alex-page/github-project-automation-plus action to v0.9.0 | renovate[bot] | |
| 2024-01-03 | AsyncKeyedLock migration | Mark Cilia Vincenti | |
| 2024-01-02 | Translated using Weblate (Telugu) | Dr Ajay Divvela | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/te/ | |||
| 2024-01-02 | Merge pull request #10792 from jellyfin/renovate/metabrainz.musicbrainz-6.x | Bond-009 | |
| chore(deps): update dependency metabrainz.musicbrainz to v6 | |||
