| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05 | Add IDisposableAnalyzers to more projects | Bond_009 | |
| 2023-10-27 | Merge pull request #10357 from herby2212/kill-inactive-streams-v2 | Claus Vium | |
| Add auto close of an inactive session after X minutes | |||
| 2023-10-22 | Fix mismatch between intel VAAPI UMD/KMD in rare cases | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-10-21 | update to current master to resolve merge conflict | herby2212 | |
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 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-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-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-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-10 | Merge branch 'master' into xml-parsing-cleanup | Patrick Barron | |
| 2023-10-10 | Merge pull request #10347 from Bond-009/drawing | Bond-009 | |
| 2023-10-10 | Merge pull request #10337 from barronpm/system-manager | Bond-009 | |
| 2023-10-08 | Jellyfin.Drawing minor improvements | Bond_009 | |
| Reduce duplicate/dead code | |||
| 2023-10-08 | Merge pull request #10348 from Bond-009/strings | Bond-009 | |
| 2023-10-08 | Use null propagation | Stepan Goremykin | |
| 2023-10-08 | Join declaration and assignment | Stepan Goremykin | |
| 2023-10-08 | Allow people on books | Pithaya | |
| 2023-10-08 | Pass cancellation token | Stepan Goremykin | |
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-10-08 | Make files readonly | Stepan Goremykin | |
| 2023-10-08 | Reduce string literal length by using verbatim string | Stepan Goremykin | |
| 2023-10-07 | integrate development from v1 | herby2212 | |
| 2023-10-07 | Merge pull request #10321 from feilongfl/master | Bond-009 | |
| 2023-10-06 | Remove unnecessary Trim() from GetPersonFromXmlNode | Patrick Barron | |
| 2023-10-06 | Remove logger parameter from XmlReaderExtensions.TryReadDateTime | Patrick Barron | |
| 2023-10-06 | Use extension methods in GetPersonFromXmlNode | Patrick Barron | |
| 2023-10-06 | Add TryReadInt to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add ReadNormalizedString to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add GetStringArray and GetPersonArray to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add XmlReader.GetPersonFromXmlNode | Patrick Barron | |
| 2023-10-06 | Merge pull request #10135 from 0x25CBFC4F/fix/ffmpeg-probesize | Claus Vium | |
| Fixed probesize argument passing to FFmpeg | |||
| 2023-10-06 | simplify the if | Claus Vium | |
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-10-06 | change Substring to AsSpan | fei long | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-10-04 | Add SystemManager service | Patrick Barron | |
| 2023-10-03 | Merge pull request #10222 from Bond-009/photos | Claus Vium | |
| 2023-10-03 | Merge pull request #10261 from barronpm/ihostlifetime | Bond-009 | |
| 2023-10-02 | add pcm format when codec is pcm_* | YuLong Yao | |
| 2023-09-27 | PhotoResolver: change how generated images are detected | Bond_009 | |
| Backdrops/fanart are generated as (backdrop)|(fanart)[0-9]*.extension Fixes #7830 | |||
| 2023-09-27 | Merge pull request #10275 from jellyfin/disable-a53cc-sei-on-h26x-vaapi | Bond-009 | |
| 2023-09-25 | CollectionFolder: replace Dictionary + locks with ConcurrentDictionary | Bond_009 | |
| This should be faster (and still safe I hope) | |||
| 2023-09-25 | Fix A53 CC SEI breaking H26x_VAAPI hardware encode | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 2023-09-22 | Merge pull request #10234 from Shadowghost/cleanup-playlists-task | Cody Robibero | |
| 2023-09-21 | Backport pull request #10151 from jellyfin/release-10.8.z | Nyanmisaka | |
| Fix performance loss of QSV HDR tone-mapping on Windows Original-merge: 757f88b1a20ed493aa6c579a69c37f60092e7b3e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2023-09-16 | Extend collections cleanup task to include playlists too | Shadowghost | |
| 2023-09-12 | Merge pull request #10056 from Bond-009/nullable2 | Bond-009 | |
