aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services/ServiceHandler.cs
AgeCommit message (Collapse)Author
2020-09-02Remove ServiceStack and related stuffClaus Vium
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-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-17Update ServiceHandler.csBaronGreenback
2020-07-17Update ServiceHandler.csBaronGreenback
2020-06-16Add full stop at end of comments (SA1629)telans
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2019-08-09Minor changesBond_009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
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-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part S-SErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Mark where ILogger is being set to nullBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-03update service creationLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-22update query fieldsLuke Pulverenti
2017-02-13implement chrome media session apiLuke Pulverenti
2017-02-12removed dead codeLuke Pulverenti
2017-02-12localization fixesLuke Pulverenti