aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Collapse)Author
2019-03-13More warning fixesBond-009
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.csBond-009
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-07Apply suggestions from code review Bond-009
more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-05Minor fixes to address style issuesPhallacy
2019-03-04minor style fixesPhallacy
2019-02-27fixed logic flip in auth empty check and fixed crypto algo choicePhallacy
2019-02-20made newlines into linux newlinesPhallacy
2019-02-20merging with master to clear merge conflictPhallacy
2019-02-20minor changes and return to netstandardPhallacy
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations
2019-02-18added justaman notes, fixed new bug from emty has removalsPhallacy
2019-02-18Apply suggestions from code review LogicalPhallacy
Adding minor stylistic suggestions from Bond-009 Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-16Merge branch 'master' into perfBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-13Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs Claus Vium
fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-13Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs Claus Vium
fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-13Minor fixes re:PR870, added null checks from PR876Phallacy
2019-02-12fixed nul user check to be first per justamanPhallacy
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-12Use HashSets for increased perfBond_009
2019-02-12sha256 with salt auth and sha1 interopPhallacy
2019-02-11Merge pull request #9 from jellyfin/masterLogicalPhallacy
Yanking in latest changes
2019-02-09Removed some unused fieldsBond_009
2019-02-06Move some arrays to genericsBond_009
2019-02-05Remove custom ThreadingClaus Vium
2019-02-04Merge pull request #797 from Bond-009/warningsVasily
Fix all warnings
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
Start startup tasks async
2019-02-03Merge pull request #732 from Bond-009/localeJoshua M. Boniface
Reworked LocalizationManager to load data async
2019-02-02Fix all warningsBond-009
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-31Remove more Connect related stuffClaus Vium
2019-01-31Merge branch 'master' into localeBond-009
2019-01-31Upgrade crypto provider, retarget better frameworkPhallacy
2019-01-30Merge branch 'master' into cultureBond-009
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 CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Check if file exists instead of catching exceptionsBond_009
2019-01-27Start startup tasks asyncBond_009
2019-01-27Fix more analyzer warningsBond_009
2019-01-27Reworked LocalizationManager to load data asyncBond_009
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-20Merge pull request #621 from Bond-009/perfAndrew Rabert
Minor improvements to library scan code
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.
2019-01-20Minor improvements to library scan codeBond_009