aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services
AgeCommit message (Collapse)Author
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-04Remove leading slash from route attributescrobibero
2020-07-27Merge pull request #3684 from Bond-009/warn22Joshua M. Boniface
Fix warnings
2020-07-24Fix warningsBond_009
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-23Merge pull request #3659 from Bond-009/stringbuilderJoshua M. Boniface
Optimize StringBuilder.Append calls
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-22Address commentsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-18Changes a suggested.BaronGreenback
2020-07-17Add files via uploadBaronGreenback
2020-07-17Update ServiceHandler.csBaronGreenback
2020-07-17Update ServiceHandler.csBaronGreenback
2020-07-17Update ServiceController.csBaronGreenback
2020-07-05Updated code as per jellyfin/master as version i amended didn't execute.BaronGreenback
2020-07-05Part 1 of a multi-PR change for Emby.DLNABaronGreenback
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