| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2019-01-20 | Minor improvements to library scan code | Bond_009 | |
| 2019-01-20 | Cleanup ImageProcessor | Bond_009 | |
| 2019-01-20 | Remove embedded resource from csproj | cvium | |
| 2019-01-20 | Remove MediaBrowser.Text since it violates licenses and is overall hacky | cvium | |
| 2019-01-19 | Update product name to Jellyfin Server | Andrew Rabert | |
| 2019-01-19 | Use AssmeblyProduct for Name | Andrew Rabert | |
| 2019-01-19 | Remove redundant GetDefaultUserAgent | Andrew Rabert | |
| 2019-01-19 | Fix ApplicationUserAgent documentation | Andrew Rabert | |
| 2019-01-19 | Fix User-Agent | Andrew Rabert | |
| 2019-01-19 | Rename ApplicationSemanticVersion to ApplicationVersion | Andrew Rabert | |
| 2019-01-19 | Remove ApplicationVersion | Andrew Rabert | |
| 2019-01-19 | Merge pull request #508 from EraYaN/api-version-reporting | Andrew Rabert | |
| Update internal versioning and user agents. | |||
| 2019-01-20 | Removed useless method, Name => Jellyfin Server | Erwin de Haan | |
| 2019-01-20 | Revert Jellyfin.Versioning, Update all versions and user agents. | Erwin de Haan | |
| 2019-01-20 | Updates reported version in `System/Info*` set of endpoints. | Erwin de Haan | |
| Added ProductName and ServerVersion to API. Added build version and build step. Addressed issues wtih indentation. Made the BuildVersion an actual object. This lets up link to the github page of that commit. Fixed class method type and styled link. Fixed languages and split out the information in the UI. Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension. Removed tempfiles from replace sessions from csproj. Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.) Added simple replace for ssh github links. Add execute rights to update-version. Wrapped long line in ApplicationHost.cs Fixed some small issues. Fixed some small issues, and flipped some if's around. Converted parameter names to camelBack casing. Sealed the attribute class. Removed MPLv2 license. Fixed file headers. Added newline. Moved links in *.csproj files as well. Fix issues caused by rebase auto merging. Removed default constructor and added init values to properties, also hid the Remote value form API. | |||
| 2019-01-19 | Fixed missing out keyword. | Erwin de Haan | |
| 2019-01-19 | Merge pull request #575 from EraYaN/reformat | Andrew Rabert | |
| Reformat all C# server code to conform with code standards | |||
| 2019-01-19 | Fixed csproj and xml identation. | Erwin de Haan | |
| 2019-01-19 | Reformat JustAMan review second pass changes. | Erwin de Haan | |
| 2019-01-18 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-18 | Adapt SwaggerService for Jellyfin | Andrew Rabert | |
| 2019-01-18 | Restore SwaggerService from 7aa573d4e0fc231932ad3da4cdf15199cf97709a | Andrew Rabert | |
| 2019-01-17 | Reformat JustAMan review pt1 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-16 | Update HttpListenerHost.cs | Bond-009 | |
| 2019-01-16 | Merge branch 'dev' into cleanup | Bond-009 | |
| 2019-01-15 | Extra formatting on the merged code. | Erwin de Haan | |
| 2019-01-15 | Merge branch 'dev' into reformat | Erwin de Haan | |
| # Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs # Emby.Server.Implementations/LiveTv/LiveTvManager.cs # Emby.Server.Implementations/Security/MBLicenseFile.cs # Emby.Server.Implementations/Security/PluginSecurityManager.cs # Emby.Server.Implementations/Security/RegRecord.cs # MediaBrowser.Api/PluginService.cs # MediaBrowser.Api/System/SystemService.cs # MediaBrowser.Common/Security/IRequiresRegistration.cs # MediaBrowser.Common/Security/ISecurityManager.cs # MediaBrowser.Common/Security/PaymentRequiredException.cs # MediaBrowser.Model/Entities/MBRegistrationRecord.cs # MediaBrowser.Model/Entities/PluginSecurityInfo.cs # deployment/win-generic/build-jellyfin.ps1 | |||
| 2019-01-15 | more descriptive TODO | cvium | |
| 2019-01-15 | More cleaning | cvium | |
| 2019-01-15 | Some code style clean up | cvium | |
| 2019-01-15 | removed more dead code | Claus Vium | |
| 2019-01-15 | Remove MBLicenseFile | hawken | |
| 2019-01-15 | removed a bunch of validation, security, registration, premiere, whatever bs | Claus Vium | |
| 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: 'out' parameter inlining | Erwin de Haan | |
| 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 | ReSharper Reformat: Properties to expression bodied form. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Non-CS files. | 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 U-U & Root | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part T-T | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part S-S | Erwin de Haan | |
