| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 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 | |
