| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-15 | Remove Emby.Dlna | Patrick Barron | |
| 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-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 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-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-10 | Fix warning SA1414 and CA1849 | Bond_009 | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-11-14 | - flush the XmlWriter before calling the StringBuilder ToString() method | Marius Luca | |
| 2021-11-09 | Remove unused field | cvium | |
| 2021-11-09 | length | cvium | |
| 2021-11-09 | Last small fixes | cvium | |
| 2021-11-09 | Reduce indentation | cvium | |
| 2021-11-09 | Use GetOrderBy in GetChildrenSorted | cvium | |
| 2021-11-09 | Fix SortCriteria and refactor SetSorting | cvium | |
| 2021-11-09 | Build an array instead of using LINQ | cvium | |
| 2021-11-09 | comments | cvium | |
| 2021-11-09 | review stuff | cvium | |
| 2021-11-09 | Apply suggestions from code review | Claus Vium | |
| 2021-11-09 | Update Emby.Dlna/ContentDirectory/ControlHandler.cs | Claus Vium | |
| 2021-11-08 | Simplify and reduce LOC in ControlHandler | cvium | |
| 2021-11-08 | Samsung DLNA fixes | LinFor | |
| 2021-07-06 | Minor fixes | Bond_009 | |
| 2021-05-07 | Enable nullable reference types for Emby.Dlna | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-01 | Remove useless code | Bond_009 | |
| 2020-12-02 | Minor improvements | Bond_009 | |
| 2020-11-18 | Fixes spelling. | Greenback | |
| 2020-11-16 | Merge pull request #4138 from BaronGreenback/Comment3 | Joshua M. Boniface | |
| DLNA ContentManager - static and commented. | |||
| 2020-11-06 | Minor perf improvements | Bond_009 | |
| 2020-10-17 | Fix build | Bond_009 | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-09-13 | ContentDirectory | Jim Cartlidge | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-08-20 | Fix all warnings in Emby.Dlna | Bond_009 | |
| 2020-08-20 | Reduce warnings in Emby.Dlna | David | |
| 2020-07-17 | Migrate Display Preferences to EF Core | Patrick Barron | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-02 | Fix some warnings | 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-01-29 | Close xmlwriter first | Bond-009 | |
| 2020-01-28 | Style | Bond_009 | |
| 2020-01-28 | Fix? | Bond-009 | |
