BaronGreenback
f01baad05e
Sending multicasts out of Sockets without setting the broadcast to true - causes the error "Bad value for ai_flags" on some systems ( #3404 )
...
The underlying cause looks to be https://github.com/dotnet/runtime/issues/28630 .
Basically, it's an access denied bug.
It looks like multicasts need the same access rights as broadcasts on some systems.
5 years ago
BaronGreenback
c07d8abfd5
Removed debugging info
5 years ago
BaronGreenback
5b0c182908
Added logging and broadcast = true
...
Not intended for merge into the fork.
5 years ago
dkanada
4e08876028
Merge pull request #3418 from Bond-009/minor3
...
Minor changes
5 years ago
Bond-009
3d42f37538
Minor changes
5 years ago
Bond-009
464066f362
Merge pull request #3411 from neilsb/system-plugin-removal
...
Prevent system plugins from being uninstalled
5 years ago
dkanada
552a358c9c
Merge pull request #3244 from jellyfin/custom-repos
...
Initial implementation for custom plugin repositories
5 years ago
Neil Burrows
c20400fa40
Prevent system plugins from being uninstalled
5 years ago
telans
5bb639a59a
newlines after braces
5 years ago
telans
7f307f9082
brace multiline if statements
5 years ago
telans
98db8f72e0
fix SA1503 for one line if statements
5 years ago
telans
8de6452967
fix some documentation periods
5 years ago
crobibero
0651d7512b
Enable BlurHash for People
5 years ago
dkanada
f5d82441a4
Merge branch 'master' into custom-repos
5 years ago
Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
5 years ago
telans
247f9c61e6
fix SA1513/SA1516
5 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
5 years ago
dkanada
dabb869a6b
Merge branch 'master' into hwaccel
5 years ago
telans
9b528aabc2
misc
5 years ago
telans
3d9049ef08
fix SA1508
5 years ago
telans
acd4389653
fix SA1005
5 years ago
Patrick Barron
42b4f0aa2e
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
5 years ago
Patrick Barron
7a115024aa
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# MediaBrowser.Controller/Library/ILibraryManager.cs
# MediaBrowser.Providers/Users/UserMetadataService.cs
5 years ago
crobibero
a6815018dc
Update to .NET Core 3.1.5
5 years ago
aled
299e49f39d
Fix a small number of compile warnings
5 years ago
artiume
b79957d07e
Split HEVC VP9 10bit
5 years ago
Vasily
4999831604
Merge remote-tracking branch 'upstream/master' into hwaccel
5 years ago
dkanada
3f58bd7c58
disable nullable errors for new model
5 years ago
dkanada
52cd955a8f
merge branch master into custom-repos
5 years ago
aled
22a860a806
Fix a small number of compile warnings
5 years ago
dkanada
8ac2f1bb8b
simplify the custom repository feature for now
5 years ago
dkanada
d6184dbadd
remove unnecessary property for repository object
5 years ago
dkanada
6d4f3c42a2
Merge pull request #3208 from jellyfin/plugins
...
More work for core plugins
5 years ago
Patrick Barron
fa80f84f26
Merge branch 'userdb-efcore' of https://github.com/barronpm/jellyfin into userdb-efcore
5 years ago
crobibero
340624c54b
Move default repo addition to migration
5 years ago
Patrick Barron
06f9cde22f
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
# Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
# Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs
# Emby.Server.Implementations/TV/TVSeriesManager.cs
# Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
5 years ago
dkanada
b7f4b8e2b5
initial implementation for custom plugin repositories
5 years ago
dkanada
fe16c3fad4
Merge branch 'master' into install-plugin
5 years ago
Bond-009
2dbb9d4895
Fix build
5 years ago
Vasily
668e10ceb7
Merge pull request #2767 from Bond-009/nullable3
...
Enable nullabe reference types for MediaBrowser.Model
5 years ago
Vasily
959a9655c8
Update MediaBrowser.Model/Services/IHasRequestFilter.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
Anthony Lavado
c31b2798a5
Merge pull request #3180 from xumix/master
...
Refactor copy codec checks
5 years ago
Patrick Barron
bb828d54c5
Remove unused methods
5 years ago
Vasily
b9618c8c01
Merge pull request #2676 from GranPC/public-pr/blurhash
...
Implement Blurhash generation for images
5 years ago
dkanada
d72bb8358e
minor changes to server configuration file
5 years ago
Bond_009
7439e095e2
Merge branch 'master' into nullable3
5 years ago
Vasily
2482bcb3b1
Add blurhashes to ImageBlurHashes for all images
5 years ago
Patrick Barron
7c823464bc
Fix merge conflicts with SyncPlay
5 years ago
Patrick Barron
01ce56016a
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
# MediaBrowser.Api/UserService.cs
# MediaBrowser.Controller/Library/IUserManager.cs
5 years ago
Joshua M. Boniface
7c72f69189
Merge pull request #2733 from OancaAndrei/syncplay
...
Add syncplay feature
5 years ago