aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
AgeCommit message (Collapse)Author
2020-12-13Merge pull request #4720 from MrTimscampi/activity-log-levelsJoshua M. Boniface
Add overloaded constructor for ActivityLog levels
2020-12-13Use a more descriptive function namecrobibero
2020-12-13Merge pull request #4758 from nyanmisaka/fix-landingScreen-optionsClaus Vium
2020-12-12Convert values without throwing exceptioncrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-10fix landing screen optionsnyanmisaka
2020-12-09Update to dotnet 5.0.1crobibero
2020-12-07Add log level parameter to ActivityLog constructorMrTimscampi
2020-12-07Update authorization policies for SyncPlayIonut Andrei Oanca
2020-12-04Bump version to 10.8.0 for next releaseJoshua M. Boniface
2020-12-04Add ItemId to all display preferencescrobibero
2020-12-03Add support for custom item display preferencescrobibero
2020-11-18More spelling corrections.Greenback
2020-11-10Update packages to net5crobibero
2020-10-13Update to dotnet 3.1.9crobibero
2020-10-09Merge pull request #4274 from barronpm/activitylog-queryAnthony Lavado
Rewrite Activity Log Backend
2020-10-04Rewrite activity log backend to use a query class.Patrick Barron
2020-10-04Remove nullable from MaxActiveSessionsJoshua M. Boniface
2020-10-04Add active session trackingJoshua M. Boniface
Adds a flag for a maximum number of user sessions, as well as an authentication check to ensure that the user is not above this level.
2020-09-12update to dotnet 3.1.8crobibero
2020-09-03Merge branch 'master' into jellyfin-data-warningsPatrick Barron
2020-09-03Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-09-02Add SourceLink to Jellyfin.DataErwin de Haan
2020-09-02Fixes for CI Nuget package pushing and CI triggersErwin de Haan
Also adds SourceLink support and symbols that are pushed to Nuget. Add symbols to main nuget packages for unstable builds (Azure Artifacts does not support symbols outside of the main package) SourceLink will enable stepping during debugging.
2020-09-01Treat all warnings as errors in Jellyfin.DataPatrick Barron
2020-09-01Rename Metadata to ItemMetadataPatrick Barron
2020-09-01Suppress CA2227Patrick Barron
2020-09-01Add periods to documentation in CollectionItem.csPatrick Barron
2020-09-01Include shared version in Jellyfin.DataPatrick Barron
2020-09-01Clean up Group.csPatrick Barron
2020-09-01Clean up ActivityLog.csPatrick Barron
2020-09-01Clean up User.csPatrick Barron
2020-09-01Clean up Preference.csPatrick Barron
2020-09-01Clean up and document Permission.csPatrick Barron
2020-09-01Document ItemDisplayPreferences.csPatrick Barron
2020-09-01Document ImageInfo.csPatrick Barron
2020-09-01Delete ProviderMapping.csPatrick Barron
2020-08-31Document UnratedItem.csPatrick Barron
2020-08-31Document SubtitlePlaybackMode.csPatrick Barron
2020-08-31Document PersonRoleType.csPatrick Barron
2020-08-31Document MediaFileKind.csPatrick Barron
2020-08-31Document IndexingKind.csPatrick Barron
2020-08-31Document DynamicDayOfWeek.csPatrick Barron
2020-08-31Document ArtKind.csPatrick Barron
2020-08-31Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-31Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-30First pass at cleaning entity classes.Patrick Barron
- Documents all library entities - Fixes styling warnings for library entities - Updates library entities to inherit from interfaces - Makes library entites no longer partial.
2020-08-30Move library entities to folder.Patrick Barron
2020-08-26use proper spdxcrobibero
2020-08-26switch to spdxcrobibero