aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/PublicSystemInfo.cs
AgeCommit message (Collapse)Author
2020-10-11Make StartupWizardCompleted nullable in PublicSystemInfoNiels van Velzen
2020-09-06Rename StartupCompleted to StartupWizardCompletedcrobibero
2020-09-05Add flag for startup completedcrobibero
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2019-09-19Remove WAN IP Detectionsparky8251
2019-04-16Move the definition of ProductName to the correct classAnthony Lavado
Missed moving this from one class to the other.
2019-02-12Move to Microsoft.Extensions.DependencyInjectionBond_009
This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection.
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-20Updates reported version in `System/Info*` set of endpoints.Erwin de Haan
Added ProductName and ServerVersion to API. Added build version and build step. Addressed issues wtih indentation. Made the BuildVersion an actual object. This lets up link to the github page of that commit. Fixed class method type and styled link. Fixed languages and split out the information in the UI. Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension. Removed tempfiles from replace sessions from csproj. Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.) Added simple replace for ssh github links. Add execute rights to update-version. Wrapped long line in ApplicationHost.cs Fixed some small issues. Fixed some small issues, and flipped some if's around. Converted parameter names to camelBack casing. Sealed the attribute class. Removed MPLv2 license. Fixed file headers. Added newline. Moved links in *.csproj files as well. Fix issues caused by rebase auto merging. Removed default constructor and added init values to properties, also hid the Remote value form API.
2019-01-13EditorConfig reformat: MediaBrowser.ModelErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2015-09-05fix directory browser in startup wizardLuke Pulverenti
2014-10-08extract classesLuke Pulverenti