David
90039e1ad3
Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audio
...
# Conflicts:
# Emby.Server.Implementations/ApplicationHost.cs
# Jellyfin.Api/Helpers/TranscodingJobHelper.cs
4 years ago
Bill Thornton
2fa2952791
Skip image processing for live tv sources
4 years ago
crobibero
1385064497
Merge remote-tracking branch 'upstream/master' into api-migration-merge
4 years ago
Bond-009
0750357916
Merge pull request #3620 from BaronGreenback/IPFix
...
Fix for #3607 and #3515
4 years ago
BaronGreenback
f983ea95d1
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
bde1a38a88
Two fixes
4 years ago
Bond_009
7324b44c43
Fix warnings
4 years ago
David
3514813eb4
Continute work
4 years ago
Bond-009
ce07e45897
Merge pull request #3585 from Ken-g6/2354-soft-link-sizes
...
2354 fix soft link sizes
4 years ago
Ken
eea142cad1
FullName property instead of ToString in Emby.Server.Implementations/IO/ManagedFileSystem.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Ken
d719ca78b4
Spacing standard on Emby.Server.Implementations/IO/ManagedFileSystem.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Anthony Lavado
6e1735d311
Merge pull request #3586 from barronpm/remove-networkpath
...
Remove obsolete network path code
4 years ago
Patrick Barron
b53bf2cd16
Remove obsolete network path code
4 years ago
Ken Brazier
6a39b1a4ca
Merge 'master' updates into 2354-soft-link-sizes
4 years ago
BaronGreenback
f9b0816b80
Changes a suggested.
4 years ago
Patrick Barron
4742ddbb71
Update .NET Core to 3.1.6
4 years ago
crobibero
e152a6c82f
Increase delete logging
4 years ago
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
4 years ago
BaronGreenback
24c1776ff6
Add files via upload
4 years ago
BaronGreenback
fd2f18899b
Update ServiceHandler.cs
4 years ago
David
0140262e2f
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
4 years ago
BaronGreenback
06beecc4f8
Update ServiceHandler.cs
4 years ago
BaronGreenback
912847ae8c
Update ServiceController.cs
4 years ago
BaronGreenback
7cd4ae3b6e
Update HttpListenerHost.cs
4 years ago
BaronGreenback
a44309f56f
Update HttpListenerHost.cs
4 years ago
BaronGreenback
02d3bb7588
Update ApplicationHost.cs
4 years ago
BaronGreenback
31ffd00dbd
Update ApplicationHost.cs
4 years ago
Akachai Bunsorn
7e53bc5ec5
Translated using Weblate (Thai)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
4 years ago
dkanada
10d396d56d
Merge pull request #3573 from crobibero/plugin-request-exception
...
Catch HttpRequestException when requesting plugins
4 years ago
Joshua M. Boniface
55dafd4149
Merge pull request #3563 from cvium/fix_next_up
...
Only fetch Next Up for episodes that have been fully matched
4 years ago
ADRI IDZWAN MANSOR
0c64ad9b16
Translated using Weblate (Malay)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
4 years ago
crobibero
f40bcff113
Catch HttpRequestException when requesting plugins
4 years ago
Claus Vium
90fa1149fa
Fix warnings
4 years ago
Claus Vium
a23920e2ad
Only fetch Next Up for episodes that have been fully matched
4 years ago
dkanada
2307052efc
Merge pull request #3549 from neilsb/master
...
Prevent failure to bind to Auto Discover port being a fatal error
4 years ago
Raif Coonjah
eddce72c52
Translated using Weblate (Afrikaans)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
4 years ago
dkanada
203825f772
Merge pull request #3541 from jellyfin/pause
...
Keep playstate during syncplay group creation
4 years ago
dkanada
bf09bbeacd
update comment
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Patrick Barron
303c175714
Fix circular dependency
4 years ago
Patrick Barron
3b085f6a03
Remove UserManager.AddParts
4 years ago
Neil Burrows
da8eb1f15b
using System.Net.Sockets
4 years ago
Neil Burrows
25e3827488
Update Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
...
Update log format message and log exception
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Neil Burrows
359b0044b8
Prevent failure to bind to Auto Discover port being a fatal error
4 years ago
kanenses
52290380aa
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 years ago
Joshua M. Boniface
29a386ee2d
Merge pull request #3533 from barronpm/user-login-casing
...
Make User Authentication Case-insensitive and remove EF Core Log spam
4 years ago
dkanada
5e706ba7ce
keep playstate during syncplay group creation
4 years ago
rhythm493
172203b5cc
Translated using Weblate (Marathi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/
4 years ago
Patrick Barron
3cca8db905
Fix log spam from EF Core
4 years ago
Anthony Lavado
3d3e66c5d1
Merge pull request #3513 from barronpm/plugin-exception-fix
...
Fix TypeLoadException during plugin load
4 years ago
Patrick Barron
942c733d4f
Fix TypeLoadException during plugin load
4 years ago
BaronGreenback
70c638d1d4
Updated code as per jellyfin/master as version i amended didn't execute.
4 years ago
BaronGreenback
ab10f21027
Part 1 of a multi-PR change for Emby.DLNA
4 years ago
Bond_009
ae6eaa7f02
Minor fixes
4 years ago
Anthony Lavado
af334f96d6
Use newer Jellyfin.XmlTv for Guide Fixes
4 years ago
Joshua M. Boniface
5caddb242b
Merge pull request #3431 from BaronGreenback/3404
...
Fix for #3404
4 years ago
Zyzto
1140bcc669
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
4 years ago
Neil Burrows
4748df26b6
Remove un-needed comment
4 years ago
Neil Burrows
4389773508
Respect FFMpeg path passed via Environment Variable
4 years ago
Gonzalo Seguel
332527cf8c
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
4 years ago
Bond-009
cb193b6afd
Add support for ReadOnlySpan<char> in IgnorePatterns
4 years ago
Bond-009
71cbd51663
Merge pull request #3456 from crobibero/ignore-patterns
...
Add more ignorepatterns and tests
4 years ago
crobibero
9772749d8f
Add more ignorepatterns and tests
4 years ago
dkanada
83ae4d074d
use constructor to set optimal config values
4 years ago
dkanada
57caa9fdba
Merge pull request #3435 from crobibero/revert-missing-fields
...
revert missing session fields
4 years ago
dkanada
bb7444db07
Merge pull request #3439 from cvium/ignore_application_folders
...
Never ignore application folders
4 years ago
crobibero
9eba11379a
catch skia errors when getting image dimensions
4 years ago
Claus Vium
0f07b19ca5
Remove AllowIgnorePath
4 years ago
Claus Vium
9dee1eef83
Never ignore application folders
4 years ago
Franco Castillo
91c51ae675
Translated using Weblate (Spanish (Argentina))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
4 years ago
peberis
d0162bbe5a
Translated using Weblate (Nepali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
4 years ago
Pedro Nave
7da49d57b1
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 years ago
crobibero
ef8bec23c4
revert missing session fields
4 years ago
Sasa
d5dad64e61
Translated using Weblate (Croatian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
4 years ago
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.
4 years ago
BaronGreenback
c07d8abfd5
Removed debugging info
4 years ago
BaronGreenback
5b0c182908
Added logging and broadcast = true
...
Not intended for merge into the fork.
4 years ago
Anthony Lavado
92091f13d3
Merge pull request #2904 from Bond-009/buffer
...
Use System.Buffers in RangeRequestWriter
4 years ago
dkanada
4e08876028
Merge pull request #3418 from Bond-009/minor3
...
Minor changes
4 years ago
Anthony Lavado
649cccfc05
Merge pull request #3409 from Bond-009/scanerror
...
Fix scan crashed
4 years ago
Bond-009
3d42f37538
Minor changes
4 years ago
Bond-009
464066f362
Merge pull request #3411 from neilsb/system-plugin-removal
...
Prevent system plugins from being uninstalled
4 years ago
dkanada
552a358c9c
Merge pull request #3244 from jellyfin/custom-repos
...
Initial implementation for custom plugin repositories
4 years ago
Neil Burrows
a20fd34161
Update Emby.Server.Implementations/Updates/InstallationManager.cs
...
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
4 years ago
Neil Burrows
c20400fa40
Prevent system plugins from being uninstalled
4 years ago
Bond-009
f75024fade
Fix scan crashed
4 years ago
Nitish Raj Uprety
c3349038c4
Translated using Weblate (Nepali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
4 years ago
andyguerra
18602b4724
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
4 years ago
Nitish Raj Uprety
1c371812aa
Added translation using Weblate (Nepali)
4 years ago
Joshua M. Boniface
680dd95292
Merge pull request #3394 from Ullmie02/fix-startupwizzard
...
Fix startup wizard in 10.6
4 years ago
Cody Robibero
43221fc26b
Merge branch 'master' into SSDP
4 years ago
David
1c78482b48
Use authorization code from api-migration to fix startup wizard
4 years ago
David
64fb173dad
Move DashboardController to Jellyfin.Api
4 years ago
telans
7f307f9082
brace multiline if statements
4 years ago
telans
98db8f72e0
fix SA1503 for one line if statements
4 years ago
telans
8de6452967
fix some documentation periods
4 years ago
telans
afe09612e8
fix SA1119
4 years ago
BaronGreenback
46006a1aff
Re-ordered code for the match
4 years ago
BaronGreenback
02f6ced07a
Merged
4 years ago
dkanada
e8e5208fbd
Merge pull request #3360 from Bond-009/fix-3359
...
Fix Task that ignores cancellation request
4 years ago
wky
62d86293eb
Translated using Weblate (Chinese (Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
4 years ago
Bond-009
a3c0b8a826
Merge branch 'master' into buffer
4 years ago
Bond_009
46276acc22
Fix Task that ignores cancellation request
4 years ago
crobibero
4962e230af
revert adding Jellyfin to auth header
4 years ago
Cody Robibero
b451eb0bdc
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
crobibero
0651d7512b
Enable BlurHash for People
4 years ago
dkanada
f5d82441a4
Merge branch 'master' into custom-repos
4 years ago
Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
4 years ago
Bond-009
4d91060c25
Merge pull request #3341 from telans/brace-spacing
...
Add newlines after closing braces (SA1513/SA1516)
4 years ago
Prokash Sarkar
ebfd1e7c47
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
crobibero
a8adbef74f
Add GetAuthorizationInfo for netcore HttpRequest
4 years ago
Joe DF
741db0287a
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
4 years ago
crobibero
4aac936721
Add more authorization handlers, actually authorize requests
4 years ago
Bond-009
73481c3ba4
Merge pull request #3344 from jellyfin/dependabot/nuget/PlaylistsNET-1.0.6
...
Bump PlaylistsNET from 1.0.4 to 1.0.6
4 years ago
crobibero
24f54837e1
Switch to M3uContent
4 years ago
Bond-009
75b7fea024
Merge pull request #3350 from jellyfin/dependabot/nuget/sharpcompress-0.25.1
...
Bump sharpcompress from 0.25.0 to 0.25.1
4 years ago
dependabot[bot]
58118aca0c
Bump IPNetwork2 from 2.4.0.126 to 2.5.211
...
Bumps [IPNetwork2](https://github.com/lduchosal/ipnetwork ) from 2.4.0.126 to 2.5.211.
- [Release notes](https://github.com/lduchosal/ipnetwork/releases )
- [Commits](https://github.com/lduchosal/ipnetwork/commits )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
6d99d55fd6
Bump sharpcompress from 0.25.0 to 0.25.1
...
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress ) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases )
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.25...0.25.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Anthony Lavado
100e9d586d
Merge pull request #3336 from telans/specific-fixes
...
Fix trivial SA1005, SA1111, SA1508, SA1510 warnings
4 years ago
crobibero
589735f60c
Merge remote-tracking branch 'upstream/master' into HEAD
4 years ago
dkanada
6db1878011
Merge pull request #3315 from crobibero/dashboard-update
...
Add MessageId to websocket message, fix ws exception
4 years ago
telans
afc9224ede
fix SA1111
4 years ago
telans
3d9049ef08
fix SA1508
4 years ago
telans
acd4389653
fix SA1005
4 years ago
telans
726e116d5b
fix SA1510
4 years ago
Patrick Barron
42b4f0aa2e
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
4 years ago
crobibero
829eb1a849
merge master into api-migration
4 years ago
dkanada
403cd3205f
Merge pull request #3254 from crobibero/ilogger
...
Use typed logger where possible
4 years ago
dkanada
6033058f51
Merge pull request #3313 from crobibero/update-dotnet-core
...
Update to .NET Core 3.1.5
4 years ago
Anthony Lavado
5d3ff25e26
Merge pull request #3291 from cvium/fix_authenticationexception
...
Use the "legacy" AuthenticationException in AuthService
4 years ago
Patrick Barron
d0e2027b05
(Hopefully) fix concurrency exceptions.
4 years ago
Patrick Barron
fc02157b42
Fix build errors
4 years ago
Patrick Barron
7a115024aa
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# MediaBrowser.Controller/Library/ILibraryManager.cs
# MediaBrowser.Providers/Users/UserMetadataService.cs
4 years ago
crobibero
30609c848b
Add MessageId to websocket message, add JsonNonStringKeyDictionaryConverter
4 years ago
crobibero
a6815018dc
Update to .NET Core 3.1.5
4 years ago
dependabot[bot]
09e0abebf9
Bump ServiceStack.Text.Core from 5.8.0 to 5.9.0
...
Bumps [ServiceStack.Text.Core](https://github.com/ServiceStack/ServiceStack.Text ) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/ServiceStack/ServiceStack.Text/releases )
- [Commits](https://github.com/ServiceStack/ServiceStack.Text/compare/v5.8...v5.9 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Claus Vium
5bb630ea7c
Use the "legacy" AuthenticationException
4 years ago
aled
299e49f39d
Fix a small number of compile warnings
5 years ago
Bond-009
ad5c41b542
Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1
...
Fix a small number of compile warnings
5 years ago
dkanada
19edd11292
Merge pull request #3185 from Ullmie02/api-exception-handling
...
Don't Send Exception Messages (Old API)
5 years ago
dkanada
dcc131740d
Merge pull request #3268 from crobibero/ignore-path
...
Force configuration paths to not be ignored.
5 years ago
crobibero
7ed5cf3dca
Force configuration paths to not be ignored.
5 years ago
Mahabub Islam Prio
99c9d99db7
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
5 years ago
dkanada
52cd955a8f
merge branch master into custom-repos
5 years ago
dkanada
91f60c2139
add missing line from using block
5 years ago
aled
22a860a806
Fix a small number of compile warnings
5 years ago
dkanada
7161a30af7
improve error handling when a single repository has issues
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
dkanada
8ac2f1bb8b
simplify the custom repository feature for now
5 years ago
Daniyar Itegulov
613748b45d
Make books resumable and have duration of 1 second
5 years ago
Patrick Barron
bb23ce3466
Merge branch 'master' into userdb-efcore
5 years ago
crobibero
57d1dbfe7b
undo erroneous changes
5 years ago
crobibero
44957c5a9a
Use typed logger where possible
5 years ago
Bond-009
258f2ff686
Merge pull request #3245 from jellyfin/fix-azure
...
Fix some issues with the CI
5 years ago
SaddFox
0b0184de2e
Translated using Weblate (Slovenian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
5 years ago
Marius Lindvall
16e190c49d
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
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
2e7d7abe8e
disable rule that requires comments in two image providers for now
5 years ago
dkanada
feda2947b7
add missing comments for a few image providers
5 years ago
dkanada
b7f4b8e2b5
initial implementation for custom plugin repositories
5 years ago
dkanada
6022f9f1da
disable specific rule for playlist image provider
5 years ago
dkanada
17031fb38d
disable artist image provider until configurable
5 years ago
dkanada
3f3bb668a3
fix namespace for providers that were moved
5 years ago
dkanada
c9c6fe02ab
move most of the image providers to a single directory
5 years ago
dkanada
aa66444264
add image provider for artists
5 years ago
dkanada
8d7e9ab515
minor refactoring
5 years ago
dkanada
44eebd7754
Merge pull request #3164 from dkanada/install-plugin
...
Fix a few issues with the plugin manifest
5 years ago
crobibero
2ac111dedb
add missing ConfigureAwait
5 years ago
crobibero
9661135b5b
fix build
5 years ago
Lluís Forns
fc79833931
Translated using Weblate (Catalan)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
5 years ago
dkanada
fe16c3fad4
Merge branch 'master' into install-plugin
5 years ago
dkanada
7176a9a30a
fix build issues
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
Bond-009
2dbb9d4895
Fix build
5 years ago
Vasily
40502a33e0
Merge pull request #3203 from Bond-009/warn18
...
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
5 years ago
Vasily
668e10ceb7
Merge pull request #2767 from Bond-009/nullable3
...
Enable nullabe reference types for MediaBrowser.Model
5 years ago
Anthony Lavado
91b089c0fa
Merge pull request #3179 from Bond-009/bugs
...
Fix some 'bugs' flagged by sonarcloud
5 years ago
dkanada
6a7cb21b7e
apply code suggestions
...
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
Vasily
b9618c8c01
Merge pull request #2676 from GranPC/public-pr/blurhash
...
Implement Blurhash generation for images
5 years ago
David
37a4cc599b
Remove duplicate code
...
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
5 years ago
crobibero
e30a85025f
Remove log spam when using legacy api
5 years ago
Aswin Kumar
d38adb95a7
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
5 years ago
Vasily
26eef1bbf8
Move logic of computing Blurhash components to ImageProcessor
...
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
5 years ago
Aswin Kumar
f8e8bfc399
Added translation using Weblate (Tamil)
5 years ago
BaronGreenback
1d86084653
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
BaronGreenback
adb789a802
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
BaronGreenback
fbd02a493b
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
BaronGreenback
455e464445
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 years ago
Ken Brazier
36312c92f5
2354 open soft-links to read size
5 years ago
WontTell
730395886d
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
5 years ago
WontTell
f73c5d3f56
Added translation using Weblate (Spanish (Latin America))
5 years ago
Bond_009
4748105dce
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
5 years ago
Lumenol
65461894d4
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
5 years ago
Patrick Barron
8ca78f33e9
Fix bug when migrating user db with users that have never logged in.
5 years ago
Vasily
58f099c0e2
Fix naming per code review
5 years ago
Vasily
9208acd5ae
Convert non-local image to local before computing blurhash
5 years ago
Vasily
ed791dee46
Do not compute dimensions or blurhash for remote images
5 years ago
Elouan MAILLY
0ebad893a7
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
5 years ago
Bond_009
7439e095e2
Merge branch 'master' into nullable3
5 years ago
Vasily
edcfcadcd3
Make sure blurhash is recomputed if image changed or metadata refresh toggled
5 years ago
Vasily
2482bcb3b1
Add blurhashes to ImageBlurHashes for all images
5 years ago