| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-13 | Make the JsonConverters for delimited arrays more generic (#13396) | Bond-009 | |
| * Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings | |||
| 2025-01-26 | Fix typos | luzpaz | |
| Found via `codespell -q 3 -D ../../dictionary.txt -S "./Emby.Server.Implementations/Localization" -L allready,childrens,groupe,inh,raisons,re-use,som,supercede,superceded,thirdparty,whoknows` | |||
| 2024-11-19 | Backport pull request #12949 from jellyfin/release-10.10.z | gnattu | |
| Fix json array string writer in JsonDelimitedArrayConverter Original-merge: 3089e9e40aea4bfe2b99d8b8bd5fdf1dd9d37984 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-11-16 | Update projects to .NET 9 (#13023) | Bond-009 | |
| 2024-09-19 | Update src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs | Tim Eisele | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-03-31 | Lowercase CollectionTypeOptions to match legacy experience (#11272) | Cody Robibero | |
| 2024-03-04 | Add MediaStreamProtocol enum (#10153) | Niels van Velzen | |
| * Add MediaStreamProtocol enum * Add default handling for enum during deserialization --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-11-14 | Fix runtime errors | Bond_009 | |
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-04-06 | Remove unused using directives | Stepan Goremykin | |
| 2023-02-01 | Improve ffprobe json parsing and don't log error for Codec Type attachment | Bond_009 | |
| 2022-03-12 | Merge pull request #7325 from eyezak/issue/6450 | Cody Robibero | |
| 2022-03-06 | Use Enum.GetValues<T>() | Cody Robibero | |
| 2022-03-06 | Clean up EnumFlags serialization | Cody Robibero | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-19 | Remove unreachable branches from JsonConverters | Bond_009 | |
| * If the type is a reference type we don't have to handle null ourselves * reader.ValueSpan is only valid if reader.HasValueSequence is false | |||
| 2021-10-01 | Use ConvertFrom with invariant culture instead of current culture | Bond_009 | |
| 2021-09-24 | Update Jellyfin.Extensions to .Net6 | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
