aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/AppBase
AgeCommit message (Collapse)Author
2021-03-08Merge pull request #5402 from Ullmie02/fix-null-sizeJoshua M. Boniface
Use FileShare.None when creating files (cherry picked from commit 480dd66428e2a8bf76c0747256f2e99b15aae212) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-15Merge pull request #4253 from BaronGreenback/fordiscussionBond-009
DI in plugins
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Update Emby.Server.Implementations/AppBase/ConfigurationHelper.csCody Robibero
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Emby.Server.Implementationscrobibero
2020-11-11Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.csBaronGreenback
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-11-09Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-10-17Minor improvementsBond_009
2020-10-14Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-14Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-14Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-11Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-10-11Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-10-11Added extra functionality to support registrar.Greenback
2020-08-31Fix some warningsBond_009
2020-08-09MemoryStream optimizationsBond_009
2020-06-05Use typed logger where possiblecrobibero
2020-04-14Switch to using declarationPatrick Barron
2020-04-14Documented BaseApplicationPath constructor parametersPatrick Barron
2020-03-15Do not call UseContentRoot() on the web host builderMark 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-15Update XML documentation for WebPathMark Monteiro
2020-02-25Do not set a static content root if the jellyfin-web directory does not ↵Mark Monteiro
exist or is empty
2019-12-11Merge pull request #2041 from Bond-009/warn11dkanada
Fix more warnings
2019-12-10Apply suggestions from code reviewBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-12-04Fix GetTranscodePath function and cache path update loglineBond_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-27Fix more warningsBond_009
2019-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-22Fix some warningsBond-009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-08-09Fix doc releated warningsBond_009
2019-03-12Implement review feedbackJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-10Add configuration flag for Web directoryJoshua Boniface
2019-02-18Removed remaining self-update codeBond_009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-13Rewrite 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-09Use Path.CombineJoshua Boniface
2019-02-09Fix poor handling of cache directoriesJoshua Boniface
2019-02-09Removed some unused fieldsBond_009
2019-02-01Make cache dir configurableBond_009
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Removed loose whitespace and one .ToArray() call.Erwin de Haan
2019-01-28Fixed inlining local-variable artifact.Erwin de Haan
2019-01-28Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan