aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IStartupOptions.cs
AgeCommit message (Collapse)Author
2023-01-15Enable in-process restartingPatrick Barron
2021-10-02Document IStartupOptionsPatrick Barron
2021-08-28Remove more and more warningsCody Robibero
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-02-27fixBaronGreenback
2020-09-16Removed browser auto-load functionality from the server.spookbits
Added profiles in launchSettings to start either the web client or the swagger API page. Removed --noautorunwebapp as this is the default functionality.
2020-06-04initial implementation for custom plugin repositoriesdkanada
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-20Update Emby.Server.Implementations/IStartupOptions.csNeil Burrows
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-20Renaming variable and refactoring IF statementNeil Burrows
2020-05-02Auto discover published URL overrideNeil Burrows
2020-04-05Add '--plugin-manifest-url' command line option and ↵Mark Monteiro
'InstallationManager:PluginManifestUrl' config option
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-01-31Revert back to NoAutoRunWebAppPloughPuff
Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
Changes following review comments.