aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
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-24Merge pull request #1775 from Bond-009/fixesVasily
Fix multiple mistakes and warnings
2019-09-24Remove submodule and add clone and build to CIErwin de Haan
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-11Update deps (#1735)Bond-009
2019-08-29Move IsoMounter to pluginBond_009
2019-08-19Upgrade SQLitePCL to v2Bond_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-15Fix masterBond_009
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-26Merge pull request #1453 from Bond-009/cleanup2dkanada
Improve main code flow
2019-06-21Merge pull request #1454 from Bond-009/webresourcedkanada
Simplify file serving code
2019-06-14Update depsBond_009
2019-06-10Simplify file serving codeBond_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-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
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-12Merge pull request #1021 from Bond-009/failonwarnVasily
Fail on warnings for Jellyfin.Server
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-07Fail on warnings for Jellyfin.ServerBond-009
2019-03-07Fix the 2 new warningsBond-009
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-05Remove --ffprobe logicPloughPuff
2019-03-05Remove BOMClaus Vium
2019-03-03Start the webhost before RunStartupTasks and fix ContentEncodingClaus Vium
2019-03-03Add certificate to https and minor cleanupClaus Vium