Nick
|
6d9e43cfe0
|
Merge branch 'master' into trickplay
|
2 years ago |
Shadowghost
|
20a4509991
|
Migrate VideoRange and VideoRangeType to Enum
|
2 years ago |
Nick
|
ab20ceaad6
|
Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail
|
2 years ago |
cvium
|
716bcc6410
|
chore: deprecate EasyPassword as it isn't very secure
|
2 years ago |
Cody Robibero
|
89be3aa37f
|
Convert Person.Type to use PersonKind enum (#9487)
|
2 years ago |
Shadowghost
|
b7418d6e9e
|
Add permission for collection management
|
2 years ago |
cvium
|
52e2776d8e
|
Merge branch 'master' into simplify_authz
# Conflicts:
# Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
|
2 years ago |
Bond-009
|
f5417c50f7
|
Merge pull request #9139 from Jpuc1143/tag-whitelist
|
2 years ago |
Claus Vium
|
a4c3011ee8
|
Update Jellyfin.Data/DayOfWeekHelper.cs
|
2 years ago |
cvium
|
209edd38a4
|
refactor: simplify authz
|
2 years ago |
Zoltan Csizmadia
|
e0519189b2
|
Use Directory.Packages.props (#9135)
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
|
2 years ago |
Jpuc1143
|
7fa6d4c81e
|
Add "Allowed Tags" to Parental Controls
|
2 years ago |
renovate[bot]
|
e408da4651
|
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 (#9117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
Bond_009
|
fd9dc1e308
|
Update deps
|
2 years ago |
Bond_009
|
b366dc2e6e
|
Use ArgumentException.ThrowIfNullOrEmpty
|
2 years ago |
Bond_009
|
236dd650d0
|
Update projects to .net7
|
2 years ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
Cody Robibero
|
40d3d8fb37
|
bump Jellyfin to 10.9
|
3 years ago |
dependabot[bot]
|
812841d01e
|
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Claus Vium
|
a6273253c3
|
Merge pull request #7506 from crobibero/set-permissions
Safely get/set User permission/preference
(cherry picked from commit d2ce315c1d )
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
3 years ago |
dependabot[bot]
|
dde984bd0e
|
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases)
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406)
---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
3 years ago |
Bond_009
|
cbfa355e31
|
Update StyleCop
|
3 years ago |
dependabot[bot]
|
bd32cecf7a
|
Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1)
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
c2d99dc3f0
|
Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0)
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Cody Robibero
|
40045d2147
|
Update to full dotnet 6
|
3 years ago |
Cody Robibero
|
2b10251b32
|
Update to dotnet6.rc2
|
3 years ago |
Cody Robibero
|
017380f1dd
|
Reference dotnet6-rc1 packages
|
3 years ago |
Bond_009
|
13fbfe6091
|
Target net6.0
|
3 years ago |
Cody Robibero
|
ff9d14c811
|
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
|
3 years ago |
Patrick Barron
|
098bd5cfa9
|
Remove IAuditableEntity
|
3 years ago |
Patrick Barron
|
45f478f63e
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Security/IAuthenticationRepository.cs
# MediaBrowser.Controller/Session/ISessionManager.cs
|
4 years ago |
Patrick Barron
|
15baf04bd2
|
Add IAuditableEntity
|
4 years ago |
Cody Robibero
|
398ca85944
|
Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes
|
4 years ago |
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
Patrick Barron
|
60ce0c9fa9
|
Add dto for device options
|
4 years ago |
crobibero
|
790b284184
|
Add missing BaseItemKind
|
4 years ago |
Patrick Barron
|
336ba2879f
|
Re-add support for API keys
|
4 years ago |
Patrick Barron
|
3fd0b1a359
|
Recreate devices migration with missing fields
|
4 years ago |
Patrick Barron
|
b03f2353d8
|
Generate Access token in constructor
|
4 years ago |
Patrick Barron
|
f4d1c3ef7a
|
Add device query class
|
4 years ago |
Patrick Barron
|
ab63a7745c
|
Add PaginatedQuery abstract class, change startIndex to skip
|
4 years ago |
Patrick Barron
|
a225f34796
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Jellyfin.Api/Helpers/RequestHelpers.cs
|
4 years ago |
Bill Thornton
|
f7435a605d
|
Merge pull request #5944 from shortspider/ContinueReading
Add ResumeBook Section
|
4 years ago |
Bill Thornton
|
77f0f89e45
|
Merge pull request #5623 from barronpm/ef-cleanup2
EF Core Cleanup 2
|
4 years ago |
Nathan Mascitelli
|
bdab8d1edb
|
Add ResumeBook section
|
4 years ago |
BaronGreenback
|
bc1cc2d04a
|
Remove unused using directives
|
4 years ago |
Patrick Barron
|
12fa5c0c41
|
Add AccessToken to device
|
4 years ago |
Patrick Barron
|
ed0b5ff017
|
Fix builds
|
4 years ago |
Patrick Barron
|
f47fe308b1
|
Add navigation property to device entity
|
4 years ago |
Patrick Barron
|
9cd5352358
|
Add device options entity
|
4 years ago |
Patrick Barron
|
271b4cadb7
|
Add device entity.
|
4 years ago |
cvium
|
d772fddfb3
|
make custompref value nullable
|
4 years ago |
Patrick Barron
|
1c501b17d7
|
Add ApiKey entity and associated relationships
|
4 years ago |
Patrick Barron
|
daa21c9e99
|
Add migration
|
4 years ago |
Patrick Barron
|
f1cadb27d9
|
Add id properties for preferences and permissions
|
4 years ago |
Patrick Barron
|
36669ff451
|
Use correct setter access modifiers
|
4 years ago |
Patrick Barron
|
12b8e29aef
|
Fix duplicate permissions
|
4 years ago |
Patrick Barron
|
e5380c653b
|
Merge branch 'master' into ef-cleanup
# Conflicts:
# Jellyfin.Data/Entities/Libraries/MediaFileStream.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
4 years ago |
Bond_009
|
01dfa8801a
|
Fix GetDaysOfWeek behavior
|
4 years ago |
Bond_009
|
46a41ecba6
|
Sunday isn't a weekend
|
4 years ago |
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
4 years ago |
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
4 years ago |
Patrick Barron
|
7c413a323b
|
Move EF Core dependency out of Jellyfin.Data
|
4 years ago |
Patrick Barron
|
7b37ae94f7
|
Remove unused factory method
|
4 years ago |
Patrick Barron
|
f638ee6b09
|
Enable nullable for Jellyfin.Data and remove unnecessary attributes
|
4 years ago |
Patrick Barron
|
287dab4655
|
Remove constructor side effects and remove unneeded parameterless constructors
|
4 years ago |
Patrick Barron
|
b5e3c02865
|
Move IHasPermissions.cs to correct namespace
|
4 years ago |
crobibero
|
223b42aed3
|
Create BaseItemKind enum
|
4 years ago |
crobibero
|
407c35f087
|
Update to dotnet 5.0.3
|
4 years ago |
dkanada
|
995b370017
|
Merge pull request #4663 from joshuaboniface/bump-version-10.8.0
Bump version to 10.8.0 for next release
|
4 years ago |
crobibero
|
a087ab389a
|
dotnet 5.0.2
|
4 years ago |
martinek-stepan
|
cc92f7afe5
|
Enable nullable for MediaBrowser.XbmcMetadata project (#4612)
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Stepan <ste.martinek+git@gmail.com>
|
4 years ago |
Claus Vium
|
21d2e9ff0c
|
Merge pull request #4771 from crobibero/typed-get-preference
Use typed UserManager GetPreference
|
4 years ago |
crobibero
|
e051090904
|
Use proper array setter
|
4 years ago |
crobibero
|
a515ecbada
|
Use range operator to get subarray
|
4 years ago |
Joshua M. Boniface
|
4f6a585424
|
Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies
|
4 years ago |
Joshua M. Boniface
|
d0ccea934f
|
Merge pull request #4720 from MrTimscampi/activity-log-levels
Add overloaded constructor for ActivityLog levels
|
4 years ago |
crobibero
|
ee23d06154
|
Use a more descriptive function name
|
4 years ago |
Claus Vium
|
f8ef38c0ea
|
Merge pull request #4758 from nyanmisaka/fix-landingScreen-options
|
4 years ago |
crobibero
|
8f4a4a3cc5
|
Convert values without throwing exception
|
4 years ago |
crobibero
|
b670937c3d
|
Use typed UserManager GetPreference
|
4 years ago |
nyanmisaka
|
0332b72502
|
fix landing screen options
|
4 years ago |
crobibero
|
aa5fa7cb8f
|
Update to dotnet 5.0.1
|
4 years ago |
MrTimscampi
|
f97182c768
|
Add log level parameter to ActivityLog constructor
|
4 years ago |
Ionut Andrei Oanca
|
499f3ee950
|
Update authorization policies for SyncPlay
|
4 years ago |
Joshua M. Boniface
|
5f2cd11199
|
Bump version to 10.8.0 for next release
|
4 years ago |
crobibero
|
3db6ae91f6
|
Add ItemId to all display preferences
|
4 years ago |
crobibero
|
b0c79edd2c
|
Add support for custom item display preferences
|
4 years ago |
Greenback
|
9a323f6df0
|
More spelling corrections.
|
4 years ago |
crobibero
|
83629ab6f2
|
Update packages to net5
|
4 years ago |
crobibero
|
f998e52107
|
Update to dotnet 3.1.9
|
4 years ago |
Anthony Lavado
|
ecabcff8f0
|
Merge pull request #4274 from barronpm/activitylog-query
Rewrite Activity Log Backend
|
4 years ago |
Patrick Barron
|
4d7e7d6331
|
Rewrite activity log backend to use a query class.
|
4 years ago |
Joshua M. Boniface
|
a9e5f6e770
|
Remove nullable from MaxActiveSessions
|
4 years ago |
Joshua M. Boniface
|
5a7dda337f
|
Add active session tracking
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.
|
4 years ago |
crobibero
|
46ae51bc9a
|
update to dotnet 3.1.8
|
4 years ago |
Patrick Barron
|
15135dc3b8
|
Merge branch 'master' into jellyfin-data-warnings
|
4 years ago |
crobibero
|
5ad81f7fe6
|
Merge remote-tracking branch 'upstream/master' into 3.1.7
|
4 years ago |