aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services
AgeCommit message (Collapse)Author
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
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-07remove trailing whitespacehawken
2019-01-06Cleanup some small thingsBond_009
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-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-16move reports to pluginLuke Pulverenti
2017-09-113.2.30.17Luke Pulverenti
2017-09-09improve queries from scheduled tasksLuke Pulverenti
2017-09-09update swaggerLuke Pulverenti
2017-09-07update image processorLuke Pulverenti
2017-09-03update service creationLuke Pulverenti
2017-09-01fix skiasharp referenceLuke Pulverenti