aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
AgeCommit message (Collapse)Author
2021-04-07make custompref value nullablecvium
2021-03-17Fix duplicate permissionsPatrick Barron
2021-03-14Merge branch 'master' into ef-cleanupPatrick Barron
# Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj
2021-03-13Fix GetDaysOfWeek behaviorBond_009
2021-03-13Sunday isn't a weekendBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-06Move EF Core dependency out of Jellyfin.DataPatrick Barron
2021-03-06Remove unused factory methodPatrick Barron
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-03-06Remove constructor side effects and remove unneeded parameterless constructorsPatrick Barron
2021-03-01Move IHasPermissions.cs to correct namespacePatrick Barron
2021-02-10Create BaseItemKind enumcrobibero
2021-02-09Update to dotnet 5.0.3crobibero
2021-02-09Merge pull request #4663 from joshuaboniface/bump-version-10.8.0dkanada
Bump version to 10.8.0 for next release
2021-01-16dotnet 5.0.2crobibero
2020-12-31Enable nullable for MediaBrowser.XbmcMetadata project (#4612)martinek-stepan
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Stepan <ste.martinek+git@gmail.com>
2020-12-16Merge pull request #4771 from crobibero/typed-get-preferenceClaus Vium
Use typed UserManager GetPreference
2020-12-14Use proper array settercrobibero
2020-12-14Use range operator to get subarraycrobibero
2020-12-13Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policiesJoshua M. Boniface
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