aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services/UrlExtensions.cs
AgeCommit message (Collapse)Author
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-06-16Add full stop at end of comments (SA1629)telans
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-04-20Add some simple testsBond_009
2019-09-02Fix 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-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13EditorConfig reformat: Emby.IsoMounting, Emby.Server.ImplementationsErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-02-13implement chrome media session apiLuke Pulverenti