aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2023-11-12Merge pull request #9762 from crobibero/media-typeBond-009
Convert string MediaType to enum MediaType
2023-11-10Validate AuthenticationProviderId and PasswordResetProviderId (#10553)Chris H
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-27Merge pull request #10357 from herby2212/kill-inactive-streams-v2Claus Vium
Add auto close of an inactive session after X minutes
2023-10-27Merge pull request #10410 from Ch1nkara/add-users-permission-to-edit-subtitlesClaus Vium
add EnableSubtitleManagement permission
2023-10-21fix indentation after mergeherby2212
2023-10-21update to current master to resolve merge conflictherby2212
2023-10-18Merge branch 'master' into trickplayNick
2023-10-18add EnableSubtitleManagement permissionchinkara
2023-10-17Merge pull request #10366 from goremykin/fix-resharper-warningsBond-009
2023-10-17Merge pull request #10270 from crobibero/chromecast-configBond-009
2023-10-17Update /Device endpoint to return CustomNameLJQ
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-10Deprecate CanLaunchWebBrowser (#10381)Bond-009
It's been a while since I removed this feature from server not sure why it's in the api anyway. The macOS and Windows app have this functionality
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-10-10Merge branch 'master' into chromecast-configCody Robibero
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-08Jellyfin.Drawing minor improvementsBond_009
Reduce duplicate/dead code
2023-10-08Add a Book ExternalIdMediaTypePithaya
2023-10-08Remove conditional access when it is known to be not nullStepan Goremykin
2023-10-07integrate development from v1herby2212
2023-10-03Use DI for IFileSystemPatrick Barron
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-09-13Minor LibraryMonitor improvementsBond_009
* Enable nullable * Add a fast return to ReportFileSystemChanged when path should be ignored * Use Span overloads of Path.* functions where possible * IFileSystem: remove NormalizePath as Path.TrimEndingDirectorySeparator already checks if it's a root path
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-08-22== null -> is nullBond_009
2023-08-22Enable nullable for more files and add testsBond_009
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
2023-08-02Fix subtitle encoder if webvtt is requestedsleepycatcoding
2023-07-29Enable nullable for more filesBond_009
2023-07-23Add support for more remote subtitle infoMBR#0001
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-07-01Merge pull request #9447 from Bond-009/disablerealtimemonitorClaus Vium
Disable real time monitoring by default
2023-06-28Merge branch 'master' into trickplayNick
2023-06-28Merge pull request #9907 from nyanmisaka/av1eBond-009
2023-06-28Merge pull request #9890 from Shadowghost/videorange-reworkBond-009
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-28Migrate VideoRange and VideoRangeType to EnumShadowghost
2023-06-27Merge branch 'master' into network-rewriteShadowghost
2023-06-27Add default value to OpenAPI specification for ↵Niels van Velzen
UserPolicy.EnableCollectionManagement This fixes a breaking API change during authentication
2023-06-26Minor code changesNick
2023-06-26Migrate to trickplay table to EF. Rename vars/methods/members to have ↵Nick
consistent use of tile and thumbnail
2023-06-22Change default threads to 1Nick
2023-06-22crobibero styling, format, code suggestionsNick
2023-06-22Change defaultsNick
2023-06-22HashSet datatype was causing default values to always be added on server startnicknsy