aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services
AgeCommit message (Collapse)Author
2020-06-20brace multiline if statementstelans
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20fix SA1119telans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1005telans
2020-06-05Use typed logger where possiblecrobibero
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-04-20Add some simple testsBond_009
2020-04-02Rename 'log' to 'logger'Mark Monteiro
2020-04-01Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
do-not-instantiate-services-at-startup
2020-03-24Remove unused usingsBond_009
2020-03-21Check for implementation of IService correctlyMark Monteiro
2020-03-21Log a warning if an attempt is made to register an invalid service typeMark Monteiro
2019-11-22Fix some warningsBond-009
2019-10-15Fix Json serialization errorBond_009
2019-09-23Fix multiple mistakes and warningsBond_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-08-09Minor changesBond_009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-06-13Merge pull request #1156 from Bond-009/sepAnthony Lavado
Small cleanups here and there
2019-04-30Merge pull request #1337 from jellyfin/release-10.3.zJoshua M. Boniface
Backmerge for 10.3.2 release
2019-04-25Merge pull request #1304 from jellyfin/release-10.3.zBond-009
Backmerge 10.3.1
2019-04-25Don't coalesce empty strings to null in StringMapTypeDeserializerbugfixin
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
* Re-add content length, semi revert of changes in #1010
2019-04-21Fix null reference when request content type is ↵bugfixin
application/x-www-form-urlencoded
2019-03-27Remove dead codeBond_009
2019-03-26Reduce complexity http routesBond-009
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)
2019-03-07Don't set status code if response is closedClaus Vium
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-26Remove SetContentLength and companyClaus Vium
2019-02-20Reduce string allocations at startupBond_009
2019-02-06Move some arrays to genericsBond_009
2019-01-27Fix more analyzer warningsBond_009
2019-01-19Merge pull request #575 from EraYaN/reformatAndrew Rabert
Reformat all C# server code to conform with code standards
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-18Adapt SwaggerService for JellyfinAndrew Rabert
2019-01-18Restore SwaggerService from 7aa573d4e0fc231932ad3da4cdf15199cf97709aAndrew Rabert
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-16Merge branch 'dev' into cleanupBond-009
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
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-13Visual Studio Reformat: Emby.Server.Implementations Part S-SErwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan