| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-18 | refactor: use ConcurrentDictionary when IMemoryCache isn't needed | cvium | |
| 2023-07-06 | Merge pull request #9799 from Bond-009/genregex | Bond-009 | |
| 2023-07-03 | Merge pull request #8147 from Shadowghost/network-rewrite | Joshua M. Boniface | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-27 | Do HEAD request to get content type instead of checking for extension (#8823) | Bond-009 | |
| 2023-05-25 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-05-22 | Apply review suggestion | Shadowghost | |
| 2023-05-15 | Fix readonlyspan usage | Cody Robibero | |
| 2023-05-09 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-06 | Pass cancellation token | Stepan Goremykin | |
| 2023-04-06 | Inline out variable declaration | Stepan Goremykin | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-03-16 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-03-14 | Reduce usage of GetAwaiter().GetResult() | Bond_009 | |
| 2023-03-12 | Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner (#9475) | gitteric | |
| Co-authored-by: gitteric <you@example.com> | |||
| 2023-03-03 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-20 | Improve alternate ordering (#9336) | Bond-009 | |
| 2023-02-20 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-20 | StringComparison.Ordinal instead of StringComparison.OrdinalIgnoreCase | Bond_009 | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-17 | Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery | Shadowghost | |
| 2023-02-11 | LiveTV fixes | Cody Robibero | |
| 2023-02-01 | Improve ffprobe json parsing and don't log error for Codec Type attachment | Bond_009 | |
| 2023-01-03 | Merge pull request #8775 from SenorSmartyPants/DVRMetadata | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/5178 | |||
| 2022-12-19 | Use DistinctBy introduced in .NET 6 | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | 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-11-27 | Call GetConfiguration just once in function | SenorSmartyPants | |
| 2022-11-22 | DVR: Prefer HD channels then earliest showing when handling duplicate ↵ | SenorSmartyPants | |
| showings. (#8768) Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-11-19 | Add Options to disable DVR NFO and image saving | SenorSmartyPants | |
| - SaveRecordingNFO and SaveRecordingImages default to true. Maintains current behavior. - Episode.FillMissingEpisodeNumbersFromPath for live tv so external metadata can be pulled when recording starts. | |||
| 2022-11-19 | Don't cancel DVR recordings when adjusting settings (#8752) | SenorSmartyPants | |
| Fixes https://github.com/jellyfin/jellyfin/issues/3523 | |||
| 2022-11-10 | Fix incorrect starting offset of buffer span in CheckTunerAvailability. | Michael Powers | |
| Resolves #7154 | |||
| 2022-11-05 | Add regression test for #8696 | Bond_009 | |
| 2022-11-04 | Don't throw exception if program.Title is null | Cody Robibero | |
| 2022-10-28 | Backport pull request #8609 from jellyfin/release-10.8.z | Anthony Lavado | |
| Use Token for SchedulesDirect Images and Image Index Original-merge: a6740bf51e172d4f8d6bf540362dd0ac50973a77 Merged-by: Anthony Lavado <anthonylavado@me.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-12 | Switch branches if statement | Bond_009 | |
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-11 | Merge branch 'jellyfin:master' into gzip | adrez99 | |
| 2022-10-10 | Skip generic shows from duplicate removal actions (#8370) | Aaron | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-10-07 | Merge pull request #8503 from Bond-009/ThrowIfNull | Claus Vium | |
| 2022-10-06 | Fix minor warnings in Emby.Server.Implementations (#2149) | Jan Sommer | |
| 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-09-11 | Don't allow throwing System.Exception (#8378) | Bond-009 | |
| 2022-08-22 | Merge pull request #8267 from luzpaz/typos | Bond-009 | |
| 2022-08-18 | Make IgnoreDts configurable for M3U tuner | knackebrot | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
