| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-09 | don't die on dangling symlinks | cvium | |
| 2021-04-01 | Remove ManagedFileSystem.IsRootPath | Bond_009 | |
| `Path.IsPathRooted` should be used instead | |||
| 2021-02-02 | Don't skip hidden files | crobibero | |
| 2020-12-31 | Ignore inaccessible files during library scans | Gary Wilber | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-07-18 | FullName property instead of ToString in ↵ | Ken | |
| Emby.Server.Implementations/IO/ManagedFileSystem.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-18 | Spacing standard on Emby.Server.Implementations/IO/ManagedFileSystem.cs | Ken | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-18 | Merge 'master' updates into 2354-soft-link-sizes | Ken Brazier | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-05-31 | 2354 open soft-links to read size | Ken Brazier | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2020-01-13 | change invariant culture to ordinal | dkanada | |
| 2020-01-13 | check operating system for absolute path test | dkanada | |
| 2020-01-13 | fix tests for absolute paths | dkanada | |
| 2020-01-10 | Merge branch 'master' into warn12 | Bond_009 | |
| 2020-01-08 | Re-order the path statement to avoid file issues | Anthony Lavado | |
| Fixes #31874. | |||
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-06-09 | Improve main code flow | Bond_009 | |
| Improved the way how some parts of the code depend on eachother Fixed some style issues | |||
| 2019-06-02 | split the new command to more than one line | dkanada | |
| 2019-05-16 | only return useful drives | dkanada | |
| 2019-03-29 | Merge ifs | Bond_009 | |
| 2019-03-28 | Improve IO code | Bond_009 | |
| * Style changes * Remove remnants of SMB support * Use `GetInvalidFileNameChars` instead of rolling our own * Remove possible unexpected behaviour with async file streams * Remove some dead code | |||
| 2019-03-07 | Remove EnvironmentInfo | Bond-009 | |
| This moved the last bit of usefulness of EnvironmentInfo into a static class. | |||
| 2019-03-07 | Cleanup/simplification | Bond-009 | |
| * Removed useless copies/allocations * Reduced unneeded complexity | |||
| 2019-02-17 | Removed unnecessary configuration options and reduced primitive dependencies | William Taylor | |
| 2019-02-17 | Removed primitives from services in Program.cs | William Taylor | |
| This will make it easier to move dependency registration to a system without having to new up all the services first. Moved the primitives to an IConfiguration which is much easier to inject. | |||
| 2019-01-28 | Final refactored `IFileSystem` and `ManagedFileSystem` | Erwin de Haan | |
| 2019-01-20 | Merge pull request #621 from Bond-009/perf | Andrew Rabert | |
| Minor improvements to library scan code | |||
| 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. | |||
| 2019-01-20 | Minor improvements to library scan code | Bond_009 | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part I-Lib | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin 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-07 | remove trailing whitespace | hawken | |
| 2019-01-03 | Remove SMB support | Bond_009 | |
| This doesn't mean you can't use an SMB share to store your files for Jellyfin. You will just have to connect to it on the OS level. | |||
| 2018-12-30 | Fix exception logging | Bond_009 | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-11-25 | update library changed notifier | Luke Pulverenti | |
| 2017-10-04 | reduce socket activity | Luke Pulverenti | |
| 2017-08-16 | merge common implementations and server implementations | Luke Pulverenti | |
