| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-13 | Improvements around streams | Bond-009 | |
| * Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * 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-18 | Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration | Vasily | |
| Replace primitive injection with IConfiguration | |||
| 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-02-09 | Removed some unused fields | Bond_009 | |
| 2019-02-06 | Move some arrays to generics | Bond_009 | |
| 2019-02-05 | Remove custom Threading | Claus Vium | |
| 2019-02-03 | Merge pull request #736 from Bond-009/startasync | Joshua M. Boniface | |
| Start startup tasks async | |||
| 2019-02-02 | Merge pull request #788 from Bond-009/warnings | Andrew Rabert | |
| Fix more warnings | |||
| 2019-02-02 | Remove MoreLINQ | Bond_009 | |
| 2019-02-01 | Fix more warnings | Bond_009 | |
| 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 GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Start startup tasks async | Bond_009 | |
| 2019-01-25 | Remove remnants of system events | Bond_009 | |
| 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 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-13 | Merge pull request #562 from hawken93/misc_fix | Joshua M. Boniface | |
| Fix error with uppercase photo extension and fix typo in a log line | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Emby.IsoMounting, Emby.Server.Implementations | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part I-Lib | Erwin de Haan | |
| 2019-01-13 | Fix small logging typo with the "name (path) will be refreshed" message | hawken | |
| 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-05 | Merge pull request #393 from Bond-009/removesmb | Vasily | |
| Remove support for opening files via SMB without mounting the share. This doesn't mean you can't use a SMB share to host your files for Jellyfin. You will just have to mount the share using OS-level mechanisms. | |||
| 2019-01-05 | Remove unnecessary using statements | Bond_009 | |
| 2019-01-05 | Remove FireEventIfNotNull | Bond_009 | |
| It's a pretty useless "helper" class | |||
| 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. | |||
| 2019-01-02 | Remove obsolete functions | Bond_009 | |
| 2018-12-30 | Clean up some catch statements | Bond_009 | |
| 2018-12-30 | Fix exception logging | Bond_009 | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
| 2018-12-28 | Remove custom ToArray extension | 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-11-05 | support track selection before playback | Luke Pulverenti | |
| 2017-11-03 | update download progress reporting | Luke Pulverenti | |
| 2017-10-04 | reduce socket activity | Luke Pulverenti | |
| 2017-10-03 | remove unneeded async signatures | Luke Pulverenti | |
| 2017-10-01 | update home screen sections | Luke Pulverenti | |
| 2017-09-18 | update owned items | Luke Pulverenti | |
