| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-16 | Use dto instead of db object when returning trickplay | Cody Robibero | |
| 2025-04-08 | Use Guid for parentPrimaryImageItemId (#13874) | Niels van Velzen | |
| 2025-03-31 | Explicitly set default value for enums used in API models (#13821) | gnattu | |
| Enums in response model with no nullability or default value will make the API very fragile as each extension to the enum will break the API for some clients, but a lot of enums actually do have an unknown value which should be used as a default. This set all model properties that are non-nullable using an enum that has an Unknown member in 10.10, except MediaStream.VideoRangeType which is refactored in #13277 | |||
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2024-04-28 | Address comments | Bond_009 | |
| 2024-04-28 | Improve audio normalization | Bond_009 | |
| * Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values | |||
| 2024-03-31 | Use enum for BaseItemDto.ExtraType (#11261) | Niels van Velzen | |
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 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-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-06-26 | Migrate to trickplay table to EF. Rename vars/methods/members to have ↵ | Nick | |
| consistent use of tile and thumbnail | |||
| 2023-06-22 | Make trickplay response ids have no dashes | nicknsy | |
| 2023-06-22 | Trickplay generation, manager, storage | nicknsy | |
| 2023-06-06 | Make LUFS property nullable in BaseItemDto | Niels van Velzen | |
| This fixes a regression from #9222 where the LUFS field in the OpenAPI spec was not nullable. This will cause issues with the Kotlin SDK. | |||
| 2023-05-15 | Audio normalization (#9222) | TelepathicWalrus | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-11 | Create ILyricsProvider | 1hitsong | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-01-22 | Use Guid for BaseItemDto parent ids | Niels van Velzen | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2020-12-07 | Make BaseItemDto Guids nullable | crobibero | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-09 | Fix a small number of compile warnings | aled | |
| 2020-06-03 | Merge pull request #2767 from Bond-009/nullable3 | Vasily | |
| Enable nullabe reference types for MediaBrowser.Model | |||
| 2020-05-27 | Add blurhashes to ImageBlurHashes for all images | Vasily | |
| 2020-05-26 | Change image blurhash mapping to "image type to blurhash" | Vasily | |
| 2020-05-26 | Apply suggestions from code review | Vasily | |
| Co-authored-by: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-02-04 | Fix warnings MediaBrowser.Model | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-13 | Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Model | Erwin de Haan | |
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2019-01-03 | Post GPL cleanup | Bond_009 | |
| 2018-12-27 | Add GPL modules | Andrew Rabert | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-11-06 | fix hdhr stream returning too quickly | Luke Pulverenti | |
| 2017-11-05 | support track selection before playback | Luke Pulverenti | |
| 2017-08-24 | update active recordings | Luke Pulverenti | |
| 2017-08-19 | update live tv data transfer | Luke Pulverenti | |
