aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-02-01Fix build errorBond_009
2019-01-31Merge branch 'master' into localeBond-009
2019-01-29Update Emby.Server.Implementations/Localization/LocalizationManager.csVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-01-29Merge pull request #716 from Bond-009/warningsVasily
Remove more compile time warnings
2019-01-28Removed loose whitespace and one .ToArray() call.Erwin de Haan
2019-01-28Fixed inlining local-variable artifact.Erwin de Haan
2019-01-28Final refactored `IFileSystem` and `ManagedFileSystem`Erwin de Haan
2019-01-28Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Fix crash when trying to deserialize a non-existing scheduled taskClaus Vium
2019-01-27Check if file exists instead of catching exceptionsBond_009
2019-01-27Remove code for pre-installed pluginsBond_009
2019-01-27Reworked LocalizationManager to load data asyncBond_009
2019-01-26Add Size to TypedBaseItemClaus Vium
2019-01-26Merge pull request #723 from Bond-009/dbperfAndrew Rabert
Minor improvements to db code
2019-01-26Merge pull request #709 from Bond-009/nullAndrew Rabert
Fix always null expressions
2019-01-26Merge pull request #710 from Bond-009/spellingAndrew Rabert
Fix a spelling mistake
2019-01-26Merge pull request #711 from Bond-009/syseventAndrew Rabert
Remove remnants of system events
2019-01-26Address commentsBond_009
2019-01-26Fix ctorBond_009
2019-01-26Minor improvements to db codeBond_009
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-25Revert "Merge pull request #452 from Bond-009/activitydb"Erwin de Haan
This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557.
2019-01-25Remove more compile time warningsBond_009
2019-01-25Remove remnants of system eventsBond_009
2019-01-25Fix a spelling mistakeBond_009
2019-01-25Fix always null expressionsBond_009
2019-01-24Merge pull request #452 from Bond-009/activitydbAndrew Rabert
Use EF Core for Activity database
2019-01-24Merge pull request #657 from Bond-009/trueAndrew Rabert
Remove conditions that are always true/false
2019-01-24Merge pull request #672 from cvium/kill_unconditional_cachingAndrew Rabert
Remove unconditional caching, modified since header and use ETags
2019-01-23Suffix async methods with AsyncBond_009
2019-01-23No need to check if the dir existsBond_009
2019-01-23Return a true IEnumerableBond_009
2019-01-23Ensure DB existsBond_009
2019-01-23Use EF Core for Activity databaseBond_009
2019-01-22Merge pull request #668 from hawken93/prepare_for_reports_moduleAndrew Rabert
Return Audio objects from MusicAlbum.Tracks
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-22Fix trim inputClaus Vium
2019-01-22Trim quotes from If-None-MatchClaus Vium
2019-01-22Remove unconditional caching, modified since header and use ETagsClaus Vium
2019-01-22removed excess newlinesTthecreator
2019-01-22Set EnableRaisingEvents correctly for SubtitleEncoderTthecreator
2019-01-22Add comments to SqliteItemRepository to help out whoever is nexthawken
2019-01-20Merge branch 'dev' into imagesizeAndrew Rabert
2019-01-20Merge pull request #621 from Bond-009/perfAndrew Rabert
Minor improvements to library scan code
2019-01-20Updated param nameWilliam Taylor
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies.