| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-15 | Remove Emby.Dlna | Patrick Barron | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-07-29 | Enable nullable for more files | Bond_009 | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2022-12-07 | Cleanup and refactor streambuilder | Shadowghost | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-06-29 | Merge pull request #7947 from nyanmisaka/video-range-condition | Cody Robibero | |
| (cherry picked from commit f1d56aa5cef4c60021e0b29c5d9fb3adf384fda7) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 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 | |||
| 2022-01-05 | Error on SA1316 | Bond_009 | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-11-08 | Samsung DLNA fixes | LinFor | |
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-05-07 | Enable nullable reference types for Emby.Dlna | Bond_009 | |
| 2021-05-01 | Nullability handling for device profile classes | Maxr1998 | |
| 2021-04-02 | Various DLNA Optimizations | BaronGreenback | |
| 2021-01-18 | reverted | BaronGreenback | |
| 2021-01-15 | Fixed for no data. | BaronGreenback | |
| 2020-11-14 | Use string.Split(char) where possible instead of string.Split(char[]) | Bond_009 | |
| 2020-11-06 | Minor perf improvements | Bond_009 | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-08-20 | Fix all warnings in Emby.Dlna | Bond_009 | |
| 2020-08-20 | Code review | David | |
| 2020-08-20 | Reduce warnings in Emby.Dlna | David | |
| 2020-07-22 | Review usage of string.Substring (part 1) | Bond_009 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 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-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-15 | fix SA1510 | telans | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-26 | Merge pull request #2906 from randrey/dlna-nullref-fix | Joshua M. Boniface | |
| Fix InvalidOperationException while browsing via DLNA client. | |||
| 2020-04-17 | Fix InvalidOperationException while browsing via DLNA client. | randrey | |
| 2020-04-16 | Fix DLNA clients displaying wrong album art. | a1 | |
| 2020-04-04 | Merge pull request #2741 from Bond-009/dlnawarnings2 | Vasily | |
| Fix some warnings | |||
| 2020-04-03 | Update DidlBuilder.cs | Bond-009 | |
| 2020-04-03 | Address comments | Bond_009 | |
| 2020-04-03 | Merge pull request #2559 from whooo/295-fix | Vasily | |
| Add descriptive TV episode titles for DLNA browsing | |||
| 2020-04-02 | Fix some warnings | Bond_009 | |
| 2020-03-27 | Add descriptive TV episode titles for DLNA browsing | Erik Larsson | |
| When browsing TV episodes in Next Up, etc via DLNA a more descriptive title should be used to easier identify the right episode. | |||
| 2020-03-24 | Remove unused usings | 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-03 | Merge branch 'master' into dlnawarnings | Claus Vium | |
| 2020-02-03 | Merge pull request #2357 from Bond-009/warn13 | dkanada | |
| Fix warnings | |||
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-27 | Try again | Bond_009 | |
