aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
AgeCommit message (Collapse)Author
2020-06-20fix SA1503 for one line if statementstelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-09Fix a small number of compile warningsaled
2020-06-06Fix a small number of compile warningsaled
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-20Fix profile images.Patrick Barron
2020-05-18Merge pull request #3115 from MrTimscampi/ffprobedkanada
Parse color transfer and color primaries from ffprobe, and fix video range
2020-05-16Fix suggestionsMrTimscampi
2020-05-15Update MediaStream.csartiume
2020-05-15Update Interlaceartiume
2020-05-15Fix Progressive Stream 'P' capitalizationartiume
2020-05-14Add HLG to the video range detectionMrTimscampi
2020-04-20Add some simple testsBond_009
2020-04-15Merge branch 'master' into nullable3Bond_009
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-25Fix warnings in Emby.Namingcrobibero
2020-03-24Remove unused usingsBond_009
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-09remove unused files and fix some future warningsdkanada
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
2020-02-01Merge pull request #2247 from Bond-009/stringhelperdkanada
Remove StringHelper functions
2020-01-09Merge branch 'master' into namingtestsBond_009
2020-01-09Remove StringHelper functionsBond-009
2020-01-08rename two properties based on code suggestionsdkanada
2019-12-06Add back all old emby testsBond_009
2019-10-22Provide delivery URLs for attachments in PlaybackInfo.Andrew Mahone
2019-10-22Add new MediaAttachment to store attachments found during media probing.Andrew Mahone
2019-03-16Remove some dead coderedSpoutnik
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-27Fix more analyzer warningsBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-15Merge branch 'dev' into reformatErwin de Haan
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs # Emby.Server.Implementations/LiveTv/LiveTvManager.cs # Emby.Server.Implementations/Security/MBLicenseFile.cs # Emby.Server.Implementations/Security/PluginSecurityManager.cs # Emby.Server.Implementations/Security/RegRecord.cs # MediaBrowser.Api/PluginService.cs # MediaBrowser.Api/System/SystemService.cs # MediaBrowser.Common/Security/IRequiresRegistration.cs # MediaBrowser.Common/Security/ISecurityManager.cs # MediaBrowser.Common/Security/PaymentRequiredException.cs # MediaBrowser.Model/Entities/MBRegistrationRecord.cs # MediaBrowser.Model/Entities/PluginSecurityInfo.cs # deployment/win-generic/build-jellyfin.ps1
2019-01-15removed a bunch of validation, security, registration, premiere, whatever bsClaus Vium
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan