aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
AgeCommit message (Collapse)Author
2019-10-24Merge pull request #1933 from cvium/autoreload_log_configBond-009
Reload logging.json on changes (cherry picked from commit da7ba822b0516ad4e179e26f05943cafeaac2139) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-09-27Don't log revision numberBond_009
2019-09-24Remove submodule and add clone and build to CIErwin de Haan
2019-09-11Update deps (#1735)Bond-009
2019-08-18Fix possible hidden exceptionsBond_009
If an error occurred while starting the server which in turn caused an exception in the dispose method of the apphost, the first exception wouldn't get logged.
2019-08-11Improve clickable linkBond_009
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-08-09Fix more warningsBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-07Fix merge errorsBond_009
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-28Add removed lineBond_009
2019-06-28Final fixesBond-009
2019-06-28MoreBond-009
2019-06-09Improve main code flowBond_009
Improved the way how some parts of the code depend on eachother Fixed some style issues
2019-06-05Merge pull request #1366 from Bond-009/warn3Anthony Lavado
Fix more warnings
2019-06-01Merge branch 'master' into tasksBond-009
2019-06-01Fix more warningsBond-009
2019-03-26Reduce complexity http routesBond-009
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-25Lower the amount of running tasksBond_009
2019-03-13Merge pull request #1059 from Bond-009/osVasily
Remove EnvironmentInfo
2019-03-12Merge pull request #1092 from joshuaboniface/configurable-webdirJoshua M. Boniface
Add configurable webdir option
2019-03-12Implement review feedbackJoshua Boniface
2019-03-10Move CreateDirectory for dataDir to try blockJoshua Boniface
2019-03-10Have datadir envvar match the othersJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-10Add configuration flag for Web directoryJoshua Boniface
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-07Fix the 2 new warningsBond-009
2019-03-03Start the webhost before RunStartupTasks and fix ContentEncodingClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-20Merge pull request #851 from Bond-009/appdataVasily
Simplify code to get data dir
2019-02-18Remove useless checkBond-009
2019-02-18Simplify code to get data dirBond_009
2019-02-17Removed async from non-async methodWilliam Taylor
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Removed primitives from services in Program.csWilliam Taylor
This will make it easier to move dependency registration to a system without having to new up all the services first. Moved the primitives to an IConfiguration which is much easier to inject.
2019-02-16Warnings for docsBond-009
2019-02-16ConfigureAwaitBond-009
2019-02-15Merge pull request #801 from Bond-009/diVasily
Move to Microsoft.Extensions.DependencyInjection
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-12Move to Microsoft.Extensions.DependencyInjectionBond_009
This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection.
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
Start startup tasks async
2019-02-03Merge pull request #732 from Bond-009/localeJoshua M. Boniface
Reworked LocalizationManager to load data async
2019-02-02Merge pull request #788 from Bond-009/warningsAndrew Rabert
Fix more warnings
2019-02-01Fix more warningsBond_009
2019-02-01Rebase on masterBond_009
2019-02-01Make cache dir configurableBond_009