Vasily
|
3fb4c1356c
|
Make blurhash be computed during regular scans if it was not already computed
|
5 years ago |
artiume
|
ae4c407b6d
|
Add .edl Mimetype
|
5 years ago |
Neil Burrows
|
a646a91e15
|
Update Emby.Server.Implementations/IStartupOptions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
5 years ago |
Neil Burrows
|
d7b2c2a176
|
Renaming variable and refactoring IF statement
|
5 years ago |
artiume
|
0efb81b21e
|
Add lost+found to ignore list
https://forum.jellyfin.org/t/library-not-loading/2086
|
5 years ago |
Vasily
|
2b1ae7ac58
|
Fix code smells
|
5 years ago |
Vasily
|
186b7f303c
|
More small optimizations
|
5 years ago |
Vasily
|
a226a4ee03
|
Compute hash only when one is not computed in DB, small optimizations here and there
|
5 years ago |
Vasily
|
f18293bf76
|
Switch to BlurHashSharp lib which should be faster
|
5 years ago |
Vasily
|
bfb644d5f5
|
Fix nullref exception
|
5 years ago |
Vasily
|
d9e2f56bd2
|
Merge pull request #3037 from ConfusedPolarBear/access-control
Fix CORS header not being added to exceptions
|
5 years ago |
NaorManna
|
585e9e6220
|
Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
|
5 years ago |
Lukáš Kucharczyk
|
4395644efc
|
Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
|
5 years ago |
ConfusedPolarBear
|
949e4d3e64
|
Apply suggestions from code review
|
5 years ago |
Vasily
|
02da312f8a
|
Fix compilation after rebase
|
5 years ago |
Jesús Higueras
|
fe480caf54
|
Add endpoint to update all items in library
|
5 years ago |
Jesús Higueras
|
b9fc0d2628
|
Add BlurHash support to backend
|
5 years ago |
ConfusedPolarBear
|
85f04af04c
|
Reuse existing CORS function
|
5 years ago |
ConfusedPolarBear
|
3a61c9a878
|
Merge remote-tracking branch 'upstream/master' into access-control
|
5 years ago |
Vasily
|
2d2c1d9473
|
Merge pull request #3099 from rigtorp/ignore-patterns
Use glob patterns to ignore files
|
5 years ago |
Bond-009
|
e14c85555c
|
Merge pull request #3138 from mark-monteiro/reduce-development-exception-page-logging
Reduce Excessive Logging From DeveloperExceptionPageMiddleware
|
5 years ago |
Mark Monteiro
|
5eec3a1342
|
Remove extra whitespace
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
5 years ago |
dkanada
|
668a7b97c7
|
Merge pull request #3072 from JustAMan/fix-dead-livetv
Re-raise the exception that caused LiveTV stream to not open
|
5 years ago |
Vasily
|
c70e38288c
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
5 years ago |
Vasily
|
5d46697481
|
Merge pull request #3020 from rigtorp/patch-1
Fix container image build by installing python
|
5 years ago |
erikasne6152
|
989ddbcafd
|
Translated using Weblate (Lithuanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
|
5 years ago |
dkanada
|
8de7c5ee36
|
Merge pull request #3134 from mark-monteiro/update-dotnet-core
Update to .NET Core 3.1.4
|
5 years ago |
dkanada
|
7b75cc7fea
|
Merge pull request #3133 from kesslern/fix-setup-wizard
Fix 500 error causing first-time setup wizard to hang
|
5 years ago |
Mark Monteiro
|
634bc73c9a
|
DO not use developer exception page when exception stack trace should be ignored
|
5 years ago |
Mark Monteiro
|
3ed76d7e08
|
Update to .NET Core 3.1.4
|
5 years ago |
dkanada
|
4b4b50f3ee
|
Merge pull request #3115 from MrTimscampi/ffprobe
Parse color transfer and color primaries from ffprobe, and fix video range
|
5 years ago |
Nathan Kessler
|
3bc07e7c56
|
Fix 500 error causing first-time setup wizard to hang
|
5 years ago |
Samuel Gagnon
|
e75b2cd335
|
Translated using Weblate (French (Canada))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
|
5 years ago |
Franco Castillo
|
a33a589dba
|
Translated using Weblate (Spanish (Argentina))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
|
5 years ago |
MrTimscampi
|
9314434bbf
|
Fix suggestions
|
5 years ago |
dkanada
|
8921c7a5bf
|
Merge pull request #3113 from Artiume/patch-1
Fix Progressive and Interlaced Stream capitalization
|
5 years ago |
dkanada
|
7f39d898b8
|
Merge pull request #3105 from aled/2149-fix-warnings-in-jellyfin.naming.tests
Fix compile warnings in Jellyfin.Naming.Tests
|
5 years ago |
dkanada
|
ddebc9301e
|
Merge pull request #3116 from Artiume/patch-2
Update Books Resolver File Types and add .opf Mime Type
|
5 years ago |
Erik Rigtorp
|
f144acdc96
|
Use glob patterns to ignore files
|
5 years ago |
Erik Rigtorp
|
9cad598059
|
Fix container image build by installing python
|
5 years ago |
Vasily
|
652e9702fc
|
Merge pull request #3117 from JustAMan/no-more-doppelgangers
Fixes collections (and probably some extras support, too)
|
5 years ago |
Mark Monteiro
|
757643e326
|
Merge remote-tracking branch 'upstream/master' into no-more-doppelgangers
|
5 years ago |
Mark Monteiro
|
6e68702799
|
Do not run DELETE command if no extras are detected
Also log a message if no extras were detected
Also log the path used for the database backup
Also add some comments to explain the migration
|
5 years ago |
Vasily
|
d21feb2b18
|
Merge pull request #2970 from barronpm/activitydb-efcore
Migrate Activity Database to Entity Framework Core
|
5 years ago |
Vasily
|
43dc604e87
|
Fixed compilation, added backing db before removing extras
|
5 years ago |
Patrick Barron
|
79dee27299
|
Fixed indentation
|
5 years ago |
Vasily
|
034fe97eeb
|
Apply suggestions from code review
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
|
5 years ago |
Patrick Barron
|
a7c2e524a9
|
Apply more review suggestions
|
5 years ago |
gion
|
8c04049a59
|
Fix some code smells
|
5 years ago |
gion
|
029bb80910
|
Merge remote-tracking branch 'upstream/master' into syncplay
|
5 years ago |