aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Branding
AgeCommit message (Collapse)Author
2025-03-31Preserve SplashscreenLocation when updating branding config (#13756)KGT1
* add BrandingOptionsDto and add branding endpoints * refactor new HttpGet Configuration Branding into existing API calls * Add BrandingOptions to _ignoredConfigurations for openAPI * rename BrandOptionsDto to BrandingOptionsDto
2023-01-22Backport pull request #9060 from jellyfin/release-10.8.zDmitry Lyzo
Disable splash screen image by default Original-merge: 31673cc27d0bfcb3543d32c5a1e7d89a86ccb186 Merged-by: Bill Thornton <thornbill@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-28Remove redundant using directivesHannes Braun
2022-06-14Fix splashscreen (#7895)Cody Robibero
2022-01-10suggestions from reviewCody Robibero
2022-01-04Clean upCody Robibero
2022-01-04Apply suggestions from code reviewDavid Ullmer
2022-01-04Include Splashscreen url in the branding endpointDavid Ullmer
2022-01-04Add Splashscreen API endpoint to ImageControllerDavid Ullmer
2021-07-26Enable nullable in more filesBond_009
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-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2015-01-19fixes #987 - Support custom cssLuke Pulverenti
2014-07-03fixes #762 - Marking unwatched doesn't update displayLuke Pulverenti