aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Collapse)Author
2020-07-27Merge pull request #3704 from oddstr13/pr-dotdir-sample-1Anthony Lavado
Don't ignore dot directories or movies/episodes with sample in their name. (cherry picked from commit 6eb3e736c61d787fd3d6b98001916f0d9afe9719) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-07-27Merge pull request #3649 from thornbill/fix-epg-update-maybeBond-009
Skip image processing for live tv sources (cherry picked from commit e9758bde2a47c7d702ac5188d0c0ca813df5c26b) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-07-18Remove obsolete network path codePatrick Barron
2020-07-17Increase delete loggingcrobibero
2020-06-27Add support for ReadOnlySpan<char> in IgnorePatternsBond-009
2020-06-26Add more ignorepatterns and testscrobibero
2020-06-26Merge pull request #3439 from cvium/ignore_application_foldersdkanada
Never ignore application folders
2020-06-25catch skia errors when getting image dimensionscrobibero
2020-06-25Remove AllowIgnorePathClaus Vium
2020-06-25Never ignore application foldersClaus Vium
2020-06-22Fix scan crashedBond-009
2020-06-20brace multiline if statementstelans
2020-06-20fix some documentation periodstelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-15fix SA1510telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-09Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1Bond-009
Fix a small number of compile warnings
2020-06-07Force configuration paths to not be ignored.crobibero
2020-06-06Fix a small number of compile warningsaled
2020-06-06Make books resumable and have duration of 1 secondDaniyar Itegulov
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# 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
2020-06-03Fix buildBond-009
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-06-01Move logic of computing Blurhash components to ImageProcessorVasily
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-28Convert non-local image to local before computing blurhashVasily
2020-05-28Do not compute dimensions or blurhash for remote imagesVasily
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
2020-05-27Handle errors during blurhash generation so it does not fail the scanVasily
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-26Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-21Fix nullref for imageProcessor in LibraryManagerVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-19Add lost+found to ignore listartiume
https://forum.jellyfin.org/t/library-not-loading/2086
2020-05-19More small optimizationsVasily
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there