| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-24 | Simplify AlphanumericComparator | Bond_009 | |
| 2023-01-22 | Backport pull request #9051 from jellyfin/release-10.8.z | Dmitry Lyzo | |
| Fix transcode reasons Original-merge: 1dea309ae4a1eb00f7f5a7d4c91a235963fd069e Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-01-20 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-01-19 | Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222) | Bond_009 | |
| 2023-01-19 | Merge remote-tracking branch 'upstream/master' into network-rewrite | Shadowghost | |
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-15 | Move WebHostBuilder extension method to separate file | Patrick Barron | |
| 2023-01-15 | Move some startup methods to StartupHelpers | Patrick Barron | |
| 2023-01-15 | Move Middleware to Jellyfin.Api | Patrick Barron | |
| 2023-01-14 | Update test dependencies (#9094) | Patrick Barron | |
| 2023-01-12 | Fix tests | Patrick Barron | |
| 2023-01-11 | Migrate from IWebHost to IHost | Patrick Barron | |
| 2023-01-11 | Fix all warnings in MediaBrowser.MediaEncoding (#9073) | Bond-009 | |
| 2023-01-09 | Add Chinese Bilingual language (#7623) | MBR-0001 | |
| Closes https://github.com/jellyfin/jellyfin-plugin-opensubtitles/issues/103 | |||
| 2023-01-07 | Deduplicate media stream ordering code (#9014) | Bond-009 | |
| 2022-12-29 | Fix multi cleaning (#8978) | xdo | |
| Right now, a movie Name `Iron Man Multi 1080p.mkv` will be searched as `Iron Man Multi` leading to no result. The cleaning regex was containing multi but it looks like a typo joined `multi` and `subs` in the same term. Co-authored-by: Xavier-Do <xavier.dolle@gmail.com> | |||
| 2022-12-29 | Merge pull request #7494 from Shadowghost/streambuilder-cleanup | Bond-009 | |
| 2022-12-27 | Add more tests | Bond_009 | |
| 2022-12-27 | Use Diacritics.NET | Bond_009 | |
| Last time we had to revert this due to regressions, now those regression tests seem to succeed with a newer version of Diacritics.NET | |||
| 2022-12-20 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-12-14 | Fix debug builds (#8909) | Bond-009 | |
| 2022-12-13 | Apply review suggestions | Shadowghost | |
| 2022-12-07 | Cleanup and refactor streambuilder | Shadowghost | |
| 2022-12-07 | Fix .NET 7 compatibility | Shadowghost | |
| 2022-12-07 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-12-07 | Update Microsoft.AspNetCore.Mvc.Testing to 7.0.0 | Bond_009 | |
| 2022-12-07 | Update deps | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵ | Bond-009 | |
| (#8709) | |||
| 2022-12-03 | Merge remote-tracking branch 'upstream/master' into network-rewrite | Shadowghost | |
| 2022-11-27 | Merge pull request #8790 from Bond-009/todo | Cody Robibero | |
| 2022-11-27 | Fix last CA1305 error (#8806) | Bond-009 | |
| 2022-11-27 | Investigate some TODO comments | Bond_009 | |
| 2022-11-23 | Merge pull request #7039 from 1337joe/providermanager-cleanup | Bond-009 | |
| 2022-11-23 | Fix unit tests after merge from master | Joe Rogers | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-11-13 | Merge pull request #8666 from dmitrylyzo/fix-secondary-audio | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin-web/issues/4044 Fixed https://github.com/jellyfin/jellyfin/issues/8673 | |||
| 2022-11-05 | Add regression test for #8696 | Bond_009 | |
| 2022-10-31 | fix tests | Dmitry Lyzo | |
| 2022-10-27 | Fix extra type differentiation | photonconvergence | |
| Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break | |||
| 2022-10-22 | Migrate MusicBrainz plugin to MetaBrainz.MusicBrainz | MrTimscampi | |
| Co-authored-by: crobibero <cody@robibe.ro> Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2022-10-17 | Properly handle IPs with subnetmasks | Shadowghost | |
| 2022-10-12 | Rewrite BaseItem.ModifySortChunks | Bond_009 | |
| 2022-10-07 | Add hearing impaired subtitle stream indicator (#7379) | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-10-07 | Merge branch 'master' into providermanager-cleanup | Claus Vium | |
| 2022-10-07 | Merge pull request #6751 from Bond-009/tests12 | Claus Vium | |
| Fix DLNA UpdateProfile test | |||
| 2022-10-07 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-10-01 | Merge branch 'master' into network-rewrite | Shadowghost | |
