| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-01 | Fix build error | Bond_009 | |
| 2019-01-31 | Merge branch 'master' into locale | Bond-009 | |
| 2019-01-29 | Update Emby.Server.Implementations/Localization/LocalizationManager.cs | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-01-29 | Merge pull request #716 from Bond-009/warnings | Vasily | |
| Remove more compile time warnings | |||
| 2019-01-28 | Removed loose whitespace and one .ToArray() call. | Erwin de Haan | |
| 2019-01-28 | Fixed inlining local-variable artifact. | Erwin de Haan | |
| 2019-01-28 | Final refactored `IFileSystem` and `ManagedFileSystem` | Erwin de Haan | |
| 2019-01-28 | Unwrapped all /(Write|Read)All(Text|Bytes)/ functions. | Erwin de Haan | |
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped `OpenRead` and `CopyFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Fix crash when trying to deserialize a non-existing scheduled task | Claus Vium | |
| 2019-01-27 | Check if file exists instead of catching exceptions | Bond_009 | |
| 2019-01-27 | Remove code for pre-installed plugins | Bond_009 | |
| 2019-01-27 | Reworked LocalizationManager to load data async | Bond_009 | |
| 2019-01-26 | Add Size to TypedBaseItem | Claus Vium | |
| 2019-01-26 | Merge pull request #723 from Bond-009/dbperf | Andrew Rabert | |
| Minor improvements to db code | |||
| 2019-01-26 | Merge pull request #709 from Bond-009/null | Andrew Rabert | |
| Fix always null expressions | |||
| 2019-01-26 | Merge pull request #710 from Bond-009/spelling | Andrew Rabert | |
| Fix a spelling mistake | |||
| 2019-01-26 | Merge pull request #711 from Bond-009/sysevent | Andrew Rabert | |
| Remove remnants of system events | |||
| 2019-01-26 | Address comments | Bond_009 | |
| 2019-01-26 | Fix ctor | Bond_009 | |
| 2019-01-26 | Minor improvements to db code | Bond_009 | |
| 2019-01-26 | Change image dimentions from double to int | Bond_009 | |
| Rename ImageSize -> ImageDimensions | |||
| 2019-01-25 | Revert "Merge pull request #452 from Bond-009/activitydb" | Erwin de Haan | |
| This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557. | |||
| 2019-01-25 | Remove more compile time warnings | Bond_009 | |
| 2019-01-25 | Remove remnants of system events | Bond_009 | |
| 2019-01-25 | Fix a spelling mistake | Bond_009 | |
| 2019-01-25 | Fix always null expressions | Bond_009 | |
| 2019-01-24 | Merge pull request #452 from Bond-009/activitydb | Andrew Rabert | |
| Use EF Core for Activity database | |||
| 2019-01-24 | Merge pull request #657 from Bond-009/true | Andrew Rabert | |
| Remove conditions that are always true/false | |||
| 2019-01-24 | Merge pull request #672 from cvium/kill_unconditional_caching | Andrew Rabert | |
| Remove unconditional caching, modified since header and use ETags | |||
| 2019-01-23 | Suffix async methods with Async | Bond_009 | |
| 2019-01-23 | No need to check if the dir exists | Bond_009 | |
| 2019-01-23 | Return a true IEnumerable | Bond_009 | |
| 2019-01-23 | Ensure DB exists | Bond_009 | |
| 2019-01-23 | Use EF Core for Activity database | Bond_009 | |
| 2019-01-22 | Merge pull request #668 from hawken93/prepare_for_reports_module | Andrew Rabert | |
| Return Audio objects from MusicAlbum.Tracks | |||
| 2019-01-22 | Remove conditions that are always true/false | Bond_009 | |
| 2019-01-22 | Fix trim input | Claus Vium | |
| 2019-01-22 | Trim quotes from If-None-Match | Claus Vium | |
| 2019-01-22 | Remove unconditional caching, modified since header and use ETags | Claus Vium | |
| 2019-01-22 | removed excess newlines | Tthecreator | |
| 2019-01-22 | Set EnableRaisingEvents correctly for SubtitleEncoder | Tthecreator | |
| 2019-01-22 | Add comments to SqliteItemRepository to help out whoever is next | hawken | |
| 2019-01-20 | Merge branch 'dev' into imagesize | Andrew Rabert | |
| 2019-01-20 | Merge pull request #621 from Bond-009/perf | Andrew Rabert | |
| Minor improvements to library scan code | |||
| 2019-01-20 | Updated param name | William Taylor | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William 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. | |||
