aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2021-06-22Refactor Quick ConnectNiels van Velzen
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
2021-06-18Document SubtitleDeliveryMethodMrTimscampi
2021-06-11Remove useless nullable directivesBond_009
2021-06-07Merge pull request #6156 from Bond-009/minor14Claus Vium
Minor fixes
2021-06-06Add commentBond-009
2021-06-06Minor fixesBond_009
2021-06-05Add property based testingBond_009
2021-05-28Fix some warningsBond_009
2021-05-27Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probingClaus Vium
2021-05-27Merge pull request #5828 from jackrvan/issue-5813Claus Vium
Add NextUpCutoffDate to NextUpQuery
2021-05-25Review notes to set value to Datetime min value instead of nullJack
2021-05-24Merge pull request #6075 from MrTimscampi/codec-tag-hdrClaus Vium
Properly detect Dolby Vision files derived from AV1, AVC and HEVC
2021-05-21Merge pull request #6086 from Bond-009/deadcodeBond-009
Remove dead code
2021-05-21Remove dead codeBond_009
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Remove unnecessary query classPatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-05-18Properly detect Dolby Vision files derived from AV1, AVC and HEVCMrTimscampi
2021-05-05MediaStream: Replace string.IndexOf with string.Contains where possibleBond_009
2021-05-05Merge pull request #5984 from Bond-009/containerBond-009
Add regression test for ContainerProfile.ContainsContainer
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-05Add regression test for ContainerProfile.ContainsContainerBond_009
2021-05-05Fix direct play for DirectPlayProfiles without any codecs setMaxr1998
70771fdcd60ec5d8a9f13713662778c7e57d0633 broke direct play by treating empty container/codec strings as unsupported in `ContainerProfile.ContainsContainer()`` (which is also used for video and audio codec checks). Instead, they should be treated as supported, for both the positive and negative list option.
2021-05-05Merge pull request #5941 from Maxr1998/device-profile-docsBill Thornton
Improve documentation for DeviceProfile
2021-05-04Remove Required attributescrobibero
2021-05-05Improve documentation for DeviceProfileMaxr1998
2021-05-05Merge pull request #5943 from Maxr1998/device-profile-defaultsBond-009
2021-05-04Revert shortened 'is ... or' checkMaxr1998
2021-05-04Apply review feedbackMaxr1998
2021-05-01Fix scanningBond_009
2021-05-01Nullability handling for device profile classesMaxr1998
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
Code Clean up: Group Methods
2021-04-26Add endpoint to log client eventscrobibero
2021-04-25Merge pull request #5826 from BaronGreenback/ssdpFixBond-009
PlayTo Fix: Use external ip not internal interface
2021-04-22Merge pull request #5681 from BaronGreenback/ContentFeatureOptimizationBond-009
Various DLNA Optimizations
2021-04-19Fix notification disabled users listcvium
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Group MethodsBaronGreenback
2021-04-16Some code cleanup. Allow NextUpDateCutoff to be nullJack
2021-04-15Add NextUpCutoffDate to NextUpQueryJack
2021-04-15Fix: PlayTo using external ip not internalBaronGreenback
2021-04-15Enable nullability for ServerDiscoveryInfo (#5804)Cody Robibero
2021-04-14Merge pull request #5729 from crobibero/dotnet5.0.5Joshua M. Boniface
Update to dotnet 5.0.5
2021-04-11Apply suggestions from code reviewOdd Stråbø
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-11(mostly)Fix ResizeFillOdd Stråbø
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2021-04-10Rewrite device manager using EF CorePatrick Barron