creating pgsql development branch

This commit is contained in:
2026-02-19 09:20:41 -05:00
parent ddf6ff69be
commit 1c6730e2ad
2317 changed files with 21904 additions and 9834 deletions
@@ -1,3 +1,7 @@
// <copyright file="CustomDatabaseOption.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
namespace Jellyfin.Database.Implementations.DbConfiguration;
@@ -1,3 +1,7 @@
// <copyright file="CustomDatabaseOptions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.Collections.ObjectModel;
@@ -1,3 +1,7 @@
// <copyright file="DatabaseConfigurationOptions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
namespace Jellyfin.Database.Implementations.DbConfiguration;
@@ -1,3 +1,7 @@
// <copyright file="DatabaseLockingBehaviorTypes.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.DbConfiguration;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="AccessSchedule.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations.Schema;
using System.Xml.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="ActivityLog.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="AncestorId.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="AttachmentStreamInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="BaseItemEntity.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
#pragma warning disable CA2227 // Collection properties should be read only
@@ -1,3 +1,7 @@
// <copyright file="BaseItemExtraType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="BaseItemImageInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA2227
using System;
@@ -1,3 +1,7 @@
// <copyright file="BaseItemMetadataField.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="BaseItemProvider.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="BaseItemTrailerType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="Chapter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="CustomItemDisplayPreferences.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="DisplayPreferences.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="Group.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="HomeSection.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Database.Implementations.Enums;
@@ -1,3 +1,7 @@
// <copyright file="ImageInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="ImageInfoImageType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Entities;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="ItemDisplayPreferences.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="ItemValue.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="ItemValueMap.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="ItemValueType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1027 // Mark enums with FlagsAttribute
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="KeyframeData.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA2227 // Collection properties should be read only
using System;
@@ -1,3 +1,7 @@
// <copyright file="Artwork.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="Book.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="BookMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="Chapter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="Collection.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1711 // Identifiers should not have incorrect suffix
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="CollectionItem.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="Company.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="CompanyMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Database.Implementations.Entities.Libraries
@@ -1,3 +1,7 @@
// <copyright file="CustomItem.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="CustomItemMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Entities.Libraries
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="Episode.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="EpisodeMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Database.Implementations.Entities.Libraries
@@ -1,3 +1,7 @@
// <copyright file="Genre.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="ItemMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="Library.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="LibraryItem.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="MediaFile.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="MediaFileStream.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1711 // Identifiers should not have incorrect suffix
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="MetadataProvider.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="MetadataProviderId.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="Movie.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="MovieMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="MusicAlbum.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
namespace Jellyfin.Database.Implementations.Entities.Libraries
@@ -1,3 +1,7 @@
// <copyright file="MusicAlbumMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="Person.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="PersonRole.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="Photo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="PhotoMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Entities.Libraries
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="Rating.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="RatingSource.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="Release.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="Season.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
namespace Jellyfin.Database.Implementations.Entities.Libraries
@@ -1,3 +1,7 @@
// <copyright file="SeasonMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations;
namespace Jellyfin.Database.Implementations.Entities.Libraries
@@ -1,3 +1,7 @@
// <copyright file="Series.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="SeriesMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="Track.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Interfaces;
@@ -1,3 +1,7 @@
// <copyright file="TrackMetadata.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Entities.Libraries
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="MediaSegment.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations.Schema;
using Jellyfin.Database.Implementations.Enums;
@@ -1,3 +1,7 @@
// <copyright file="MediaStreamInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
using System;
@@ -1,3 +1,7 @@
// <copyright file="MediaStreamTypeEntity.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Entities;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="People.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA2227 // Collection properties should be read only
using System;
@@ -1,3 +1,7 @@
// <copyright file="PeopleBaseItemMap.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="Permission.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1711 // Identifiers should not have incorrect suffix
using System;
@@ -1,3 +1,7 @@
// <copyright file="Preference.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="ProgramAudioEntity.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Entities;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="ApiKey.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="Device.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@@ -1,3 +1,7 @@
// <copyright file="DeviceOptions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.ComponentModel.DataAnnotations.Schema;
namespace Jellyfin.Database.Implementations.Entities.Security
@@ -1,3 +1,7 @@
// <copyright file="TrickplayInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="User.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -1,3 +1,7 @@
// <copyright file="UserData.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="ArtKind.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="ChromecastVersion.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="DynamicDayOfWeek.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="HomeSectionType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="IndexingKind.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="MediaFileKind.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="MediaSegmentType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using Jellyfin.Database.Implementations.Entities;
namespace Jellyfin.Database.Implementations.Enums;
@@ -1,3 +1,7 @@
// <copyright file="PermissionKind.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="PersonRoleType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="PreferenceKind.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="ScrollDirection.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="SortOrder.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="SubtitlePlaybackMode.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="SyncPlayUserAccessType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="ViewType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Enums;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="IJellyfinDatabaseProvider.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Threading;
@@ -1,3 +1,7 @@
// <copyright file="IHasArtwork.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Entities.Libraries;
@@ -1,3 +1,7 @@
// <copyright file="IHasCompanies.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Entities.Libraries;
@@ -1,3 +1,7 @@
// <copyright file="IHasConcurrencyToken.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations.Interfaces;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="IHasPermissions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="IHasReleases.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Entities.Libraries;
@@ -1,3 +1,7 @@
// <copyright file="JellyfinDatabaseProviderKeyAttribute.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Database.Implementations;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="JellyfinDbContext.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Data.Common;
using System.Linq;

Some files were not shown because too many files have changed in this diff Show More