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
|
4 years ago |
Vasily
|
668e10ceb7
|
Merge pull request #2767 from Bond-009/nullable3
Enable nullabe reference types for MediaBrowser.Model
|
4 years ago |
Anthony Lavado
|
91b089c0fa
|
Merge pull request #3179 from Bond-009/bugs
Fix some 'bugs' flagged by sonarcloud
|
4 years ago |
Bond_009
|
7439e095e2
|
Merge branch 'master' into nullable3
|
5 years ago |
Patrick Barron
|
31f725fdbf
|
Fix a bug in Emby.Notifications and clean up
|
5 years ago |
Patrick Barron
|
eef7cfd912
|
Make SonarCloud less angry
|
5 years ago |
Bond_009
|
10e381f66f
|
Fix some 'bugs' flagged by sonarcloud
|
5 years ago |
Vasily
|
279f0da980
|
Rename ImageInfo.Hash to ImageInfo.BlurHash
|
5 years ago |
Vasily
|
1f83a21288
|
Rename Hash to BlurHash in all properties and methods for clarity
|
5 years ago |
Patrick Barron
|
7d9d54d2ec
|
Fix profile images.
|
5 years ago |
Patrick Barron
|
1d1a145ad4
|
Fix issues and add profile image support
|
5 years ago |
Vasily
|
a226a4ee03
|
Compute hash only when one is not computed in DB, small optimizations here and there
|
5 years ago |
Vasily
|
02da312f8a
|
Fix compilation after rebase
|
5 years ago |
Jesús Higueras
|
b9fc0d2628
|
Add BlurHash support to backend
|
5 years ago |
Patrick Barron
|
b7621d762c
|
2nd half of changes
|
5 years ago |
Patrick Barron
|
c1360a1dc3
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Entities/User.cs
# Jellyfin.Data/ISavingChanges.cs
# Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
# Jellyfin.Server.Implementations/JellyfinDb.cs
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Model/Notifications/NotificationOptions.cs
# MediaBrowser.sln
|
5 years ago |
Patrick Barron
|
9ad839c776
|
Initial migration code
|
5 years ago |
dkanada
|
c15463fa12
|
Merge pull request #2837 from Bond-009/async2
Minor IAsyncDisposable improvements
|
5 years ago |
Bond_009
|
fc049caba2
|
Merge branch 'master' into nullable3
|
5 years ago |
Bond_009
|
38dae51ccf
|
Minor IAsyncDisposable improvements
|
5 years ago |
Mark Monteiro
|
9728aa8b0a
|
Merge branch 'master' into register-services-correctly
|
5 years ago |
Patrick Barron
|
80cfcf5643
|
Remove unnecessary casts and explicit array types
|
5 years ago |
Patrick Barron
|
6a3f9253db
|
Convert using statements to using declarations where applicable
|
5 years ago |
Bond_009
|
30ce346f34
|
Enable nullabe reference types for MediaBrowser.Model
|
5 years ago |
Mark Monteiro
|
efe3ebaab8
|
Eliminate circular dependency between LibraryManager and ImageProcessor
|
5 years ago |
Bond-009
|
a2490a7ae5
|
Merge branch 'master' into images
|
5 years ago |
Bond-009
|
c8409d2ea1
|
Remove FileSystem.GetStream
|
5 years ago |
Bond_009
|
ddf9b38799
|
Simplify image processing by removing image enhancers
|
5 years ago |
Bond-009
|
19844a2c2a
|
Fix typo
|
5 years ago |
Bond_009
|
3221e837f9
|
* Add support for multi segment base urls
* Make baseurl case-insensitive
|
5 years ago |
Bond_009
|
838e5d05d5
|
Document all public/internal members of Emby.Drawing
Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing
|
5 years ago |
Bond-009
|
6032f31aa6
|
Use CultureInvariant string conversion for Guids
|
5 years ago |
Bond-009
|
c5fce647de
|
Cleanup/simplification
* Removed useless copies/allocations
* Reduced unneeded complexity
|
6 years ago |
Claus Vium
|
78742b8e4c
|
Switch to HeaderNames instead of hardcoded strings (and other header related fixes)
|
6 years ago |
Bond-009
|
e216702bcf
|
Complete rename ImageSize -> ImageDimensions
|
6 years ago |
Joshua M. Boniface
|
c713824bf9
|
Merge pull request #734 from Bond-009/culture
Fix more analyzer warnings
|
6 years ago |
Claus Vium
|
8985fb8d58
|
Remove support for games as a media type
|
6 years ago |
Bond-009
|
1ea219bf3f
|
Merge branch 'master' into culture
|
6 years ago |
Erwin de Haan
|
b9a111432a
|
Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.
|
6 years ago |
Erwin de Haan
|
581a7fe078
|
Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`
|
6 years ago |
Erwin de Haan
|
d7c6d16250
|
Unwrapped CreateDirectory and DeleteDirectory
|
6 years ago |
Erwin de Haan
|
3a831994f6
|
Unwrapped GetDirectoryName and DirectorySeperatorChar
|
6 years ago |
Bond_009
|
a709cbdc64
|
Fix more analyzer warnings
|
6 years ago |
Bond_009
|
883575893b
|
Change image dimentions from double to int
Rename ImageSize -> ImageDimensions
|
6 years ago |
Andrew Rabert
|
449dd1a6a2
|
Remove allowSlowMethods from image processing
|
6 years ago |
Erwin de Haan
|
e867446437
|
ReSharper format: conform inline 'out' parameters.
|
6 years ago |
Erwin de Haan
|
ba610b5094
|
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
|
6 years ago |
Erwin de Haan
|
b67c1b933e
|
Visual Studio Reformat: MediaBrowser.Api
|
6 years ago |
hawken
|
ba1794f64b
|
Remove tabs and trailing whitespace
|
6 years ago |
Bond_009
|
ea4c914123
|
Fix exception logging
|
6 years ago |