aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-02-03move all scheduled tasks and triggers into foldersdkanada
2019-02-03fix build errors and update plugin manifest locationdkanada
2019-02-03add PluginUpdateTask back into sourcedkanada
2019-02-02Merge pull request #764 from Bond-009/encodingJoshua M. Boniface
Remove dead code, made some functions properly async
2019-02-02Fix all warningsBond-009
2019-02-02Merge pull request #788 from Bond-009/warningsAndrew Rabert
Fix more warnings
2019-02-02Minor changes to encoding codeBond_009
* Don't wait in intervals of 100ms for the file to exist
2019-02-02Remove MoreLINQBond_009
2019-02-02Remove unused fieldBond_009
2019-02-01Fix more warningsBond_009
2019-02-01Make cache dir configurableBond_009
2019-02-01Fix build errorBond_009
2019-02-01Update iso6392.txtminegociomovil
Add new es-MX option for the latin metadata search in www.themoviedb.org Content add: spa||es-mx|Spanish; Latin|espagnol; Latin
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings
2019-01-31Merge pull request #733 from Bond-009/startuptasksJoshua M. Boniface
Remove unused function
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-31Revert back to NoAutoRunWebAppPloughPuff
Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
Changes following review comments.
2019-01-31Accept single-hyphen usage and rename -programdatadir to -datadirPloughPuff
For backwards compatibility, modify the args[] strings to replace single-hyphens with double-hyphens before parsing. Also rename -programdatadir to -datadir.
2019-01-31Use CommandLineParser package for handling CLI argsPloughPuff
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-30Merge branch 'master' into startuptasksBond-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-27Start startup tasks asyncBond_009
2019-01-27Fix more analyzer warningsBond_009
2019-01-27Remove unused functionBond_009
RunStartupTasks never executes because "startuptasks.txt" is never created
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