| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-08 | Merge pull request #5402 from Ullmie02/fix-null-size | Joshua M. Boniface | |
| Use FileShare.None when creating files (cherry picked from commit 480dd66428e2a8bf76c0747256f2e99b15aae212) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-11-15 | Merge remote-tracking branch 'upstream/master' into dotnet-5 | crobibero | |
| 2020-11-15 | Merge pull request #4253 from BaronGreenback/fordiscussion | Bond-009 | |
| DI in plugins | |||
| 2020-11-13 | Updated based on review feedback | crobibero | |
| 2020-11-13 | Update Emby.Server.Implementations/AppBase/ConfigurationHelper.cs | Cody Robibero | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-13 | Use null coalescing when possible | crobibero | |
| 2020-11-13 | Convert NullReferenceException to ResourceNotFoundException | crobibero | |
| 2020-11-13 | Fix nullability errors in Emby.Server.Implementations | crobibero | |
| 2020-11-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-11-09 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-17 | Minor improvements | Bond_009 | |
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-11 | Added extra functionality to support registrar. | Greenback | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-08-09 | MemoryStream optimizations | Bond_009 | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-04-14 | Switch to using declaration | Patrick Barron | |
| 2020-04-14 | Documented BaseApplicationPath constructor parameters | Patrick Barron | |
| 2020-03-15 | Do not call UseContentRoot() on the web host builder | Mark Monteiro | |
| This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed. Finally, move validation of the static content path to the DashboardService where it is actually used. | |||
| 2020-03-15 | Update XML documentation for WebPath | Mark Monteiro | |
| 2020-02-25 | Do not set a static content root if the jellyfin-web directory does not ↵ | Mark Monteiro | |
| exist or is empty | |||
| 2019-12-11 | Merge pull request #2041 from Bond-009/warn11 | dkanada | |
| Fix more warnings | |||
| 2019-12-10 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-12-04 | Fix GetTranscodePath function and cache path update logline | Bond_009 | |
| * GetTranscodePath returned an empty string after the option was left blank in the web UI * Unified the log style for all paths | |||
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-24 | Merge pull request #1991 from Bond-009/transtemp | Joshua M. Boniface | |
| Don't append transcodes to transcoding temp path | |||
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-11-21 | Don't append transcodes to transcoding temp path | Bond-009 | |
| 2019-11-01 | Update deps and add MultiThreading analyzer | Bond_009 | |
| 2019-10-09 | Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | Bond_009 | |
| Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members. | |||
| 2019-08-09 | Fix doc releated warnings | Bond_009 | |
| 2019-03-12 | Implement review feedback | Joshua Boniface | |
| 2019-03-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 2019-03-10 | Add configuration flag for Web directory | Joshua Boniface | |
| 2019-02-18 | Removed remaining self-update code | Bond_009 | |
| 2019-02-16 | Merge branch 'master' into fields | Bond-009 | |
| 2019-02-13 | Rewrite rules for determining app paths and use XDG_CONFIG_HOME for ↵ | ploughpuff | |
| configDir (#781) Re-write rules for determining dataDir, configDir and logDir. Generally, arguments from command line take precedence, then JELLYFIN env vars, before using XDG names. Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com> | |||
| 2019-02-09 | Use Path.Combine | Joshua Boniface | |
| 2019-02-09 | Fix poor handling of cache directories | Joshua Boniface | |
| 2019-02-09 | Removed some unused fields | Bond_009 | |
| 2019-02-01 | Make cache dir configurable | Bond_009 | |
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 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 | Unwrapped all /(Write|Read)All(Text|Bytes)/ functions. | Erwin de Haan | |
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
