Commit Graph

2402 Commits (b22fdbf59ee6536ca255ca3c57a13e5b9293fd78)

Author SHA1 Message Date
Vasily b9618c8c01
Merge pull request #2676 from GranPC/public-pr/blurhash
4 years ago
David 37a4cc599b
Remove duplicate code
4 years ago
crobibero e30a85025f Remove log spam when using legacy api
5 years ago
Aswin Kumar d38adb95a7 Translated using Weblate (Tamil)
5 years ago
Vasily 26eef1bbf8 Move logic of computing Blurhash components to ImageProcessor
5 years ago
Aswin Kumar f8e8bfc399 Added translation using Weblate (Tamil)
5 years ago
WontTell 730395886d Translated using Weblate (Spanish (Latin America))
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)
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)
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
Vasily 6c9dc04189 Handle errors during blurhash generation so it does not fail the scan
5 years ago
Patrick Barron eef7cfd912 Make SonarCloud less angry
5 years ago
Patrick Barron 7c823464bc Fix merge conflicts with SyncPlay
5 years ago
Patrick Barron 01ce56016a Merge branch 'master' into userdb-efcore
5 years ago
Joshua M. Boniface 7c72f69189
Merge pull request #2733 from OancaAndrei/syncplay
5 years ago
Joshua M. Boniface b33fa06efa
Merge pull request #3187 from jellyfin/revert-2492-fix-api-private-data-leak
5 years ago
Bond-009 b61ee09a36
Update WebSocketSharpRequest.cs
5 years ago
Bond-009 0676d1c2f4
Update WebSocketSharpRequest.cs
5 years ago
Anthony Lavado 9c00226f11
Merge pull request #3033 from neilsb/autodiscover-url-override
5 years ago
Joshua M. Boniface 0be3dfe7c5
Revert "Fix emby/user/public API leaking sensitive data"
5 years ago
David e9ebe07ecc Don't send Exception message in Production Environment
5 years ago
gion e42bfc92f3 Fix code issues
5 years ago
gion e4838b0faa Merge remote-tracking branch 'upstream/master' into syncplay
5 years ago
Vasily 0f32b0ffad Change image blurhash mapping to "image type to blurhash"
5 years ago
Bond_009 10e381f66f Fix some 'bugs' flagged by sonarcloud
5 years ago
Vasily 29443e3681
Apply suggestions from code review
5 years ago
Neil Burrows 09915363c2
Update Emby.Server.Implementations/Udp/UdpServer.cs
5 years ago
dkanada 6d3e5d8662 update error log for plugin download
5 years ago
dkanada 7972daaba4 fix a few issues with the plugin manifest
5 years ago
Patrick Barron e3f9aaa9c6 Fix bugs relating to users not being properly locked out.
5 years ago
WontTell e98600a76f Translated using Weblate (Spanish (Mexico))
5 years ago
Óskar Freyr 3c86489d28 Translated using Weblate (Icelandic)
5 years ago
fonfire 367da81ae9 Translated using Weblate (Thai)
5 years ago
fatbill27 74c1e002d2 Translated using Weblate (Chinese (Hong Kong))
5 years ago
fonfire e0d8a474ec Added translation using Weblate (Thai)
5 years ago
Anthony Lavado a31549c6e7
Merge pull request #3144 from Artiume/patch-3
5 years ago
Vitorvlv 6bf444feae Translated using Weblate (Portuguese (Brazil))
5 years ago
abdulaziz 7e2bd3018a Translated using Weblate (Arabic)
5 years ago
Patrick Barron d72ea70995 Document user class and fix a few minor issues
5 years ago
Vasily 1f83a21288 Rename Hash to BlurHash in all properties and methods for clarity
5 years ago
Vasily 8b517e9bef Fix nullref for imageProcessor in LibraryManager
5 years ago
Patrick Barron c464f700db Remove redundant qualifiers
5 years ago
Patrick Barron d35a7ba8bd Fix more issues
5 years ago
Patrick Barron 3eeb6576d8 Migrate User DB to EF Core
5 years ago
Neil Burrows a646a91e15
Update Emby.Server.Implementations/IStartupOptions.cs
5 years ago
Neil Burrows d7b2c2a176 Renaming variable and refactoring IF statement
5 years ago
artiume 0efb81b21e
Add lost+found to ignore list
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 bfb644d5f5 Fix nullref exception
5 years ago
Vasily d9e2f56bd2
Merge pull request #3037 from ConfusedPolarBear/access-control
5 years ago
NaorManna 585e9e6220 Translated using Weblate (Hebrew)
5 years ago
Lukáš Kucharczyk 4395644efc Translated using Weblate (Czech)
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
5 years ago
Bond-009 e14c85555c
Merge pull request #3138 from mark-monteiro/reduce-development-exception-page-logging
5 years ago
Mark Monteiro 5eec3a1342
Remove extra whitespace
5 years ago
dkanada 668a7b97c7
Merge pull request #3072 from JustAMan/fix-dead-livetv
5 years ago
Vasily c70e38288c
Apply suggestions from code review
5 years ago
erikasne6152 989ddbcafd Translated using Weblate (Lithuanian)
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
Samuel Gagnon e75b2cd335 Translated using Weblate (French (Canada))
5 years ago
Franco Castillo a33a589dba Translated using Weblate (Spanish (Argentina))
5 years ago
dkanada ddebc9301e
Merge pull request #3116 from Artiume/patch-2
5 years ago
Erik Rigtorp f144acdc96 Use glob patterns to ignore files
5 years ago
Patrick Barron aca7e221d8 Merge branch 'master' into userdb-efcore
5 years ago
Vasily d21feb2b18
Merge pull request #2970 from barronpm/activitydb-efcore
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
Odd Stråbø ef533015ae Translated using Weblate (Norwegian Bokmål)
5 years ago
Frank Riley 9ee10d22c8 Rename function
5 years ago
Frank Riley 6990af811a Use simpler dictionary iterator.
5 years ago
Frank Riley c70c589236 Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review
5 years ago
Frank Riley 3cb6fd8a27 Fix #3083: Set the Access-Control-Allow-Origin header to the request origin/host header if possible
5 years ago
Patrick Barron 953777f1ba Removed unnecessary usings
5 years ago
Patrick Barron 87c63e668c
Merge branch 'master' into activitydb-efcore
5 years ago
Patrick Barron b94afc597c Address review comments
5 years ago
artiume 4eb4ad3be7
Update Books Resolver File Types
5 years ago
Mark Monteiro 2e09311a93
Merge branch 'master' into websocket
5 years ago
Patrick Barron 9925742918 Implement more review suggestions
5 years ago
Patrick Barron 1fecd55ac0 Merge branch 'activitydb-efcore' of https://github.com/barronpm/jellyfin into activitydb-efcore
5 years ago
Patrick Barron 1e9b2613c6 Remove more unused code
5 years ago
Patrick Barron a8f0d0aa0d
Merge branch 'master' into activitydb-efcore
5 years ago
Patrick Barron 511d20a100 Apply review suggestions
5 years ago
Vasily f08830ea00
Merge pull request #2774 from mark-monteiro/simplify-https-config
5 years ago
Vasily 69676373ca
Merge pull request #3098 from barronpm/remove-ilogger
5 years ago