Patrick Barron
|
b4da357db2
|
Merge pull request #2944 from crobibero/api-image
ImageNameService to Jellyfin.Api
|
2020-06-17 17:15:32 +00:00 |
|
David
|
226a9d5d2e
|
Merge pull request #2946 from crobibero/api-image2
Move RemoteImageService to Jellyfin.API
|
2020-06-17 19:07:20 +02:00 |
|
Patrick Barron
|
aa4ac5902e
|
Fix concurrency exception
|
2020-06-13 18:08:17 -04:00 |
|
crobibero
|
3c18745f53
|
Remove RemoteImageService.cs
|
2020-06-13 15:15:27 -06:00 |
|
crobibero
|
bd09753976
|
Merge remote-tracking branch 'upstream/api-migration' into api-image
|
2020-06-13 15:07:04 -06:00 |
|
Patrick Barron
|
7fba0b778e
|
Properly remove profile images
|
2020-06-11 17:51:02 -04:00 |
|
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
|
2020-06-04 16:52:23 -04:00 |
|
Vasily
|
668e10ceb7
|
Merge pull request #2767 from Bond-009/nullable3
Enable nullabe reference types for MediaBrowser.Model
|
2020-06-03 12:26:54 +03:00 |
|
Anthony Lavado
|
91b089c0fa
|
Merge pull request #3179 from Bond-009/bugs
Fix some 'bugs' flagged by sonarcloud
|
2020-06-03 02:45:22 -04:00 |
|
Bond_009
|
7439e095e2
|
Merge branch 'master' into nullable3
|
2020-05-27 20:49:18 +02:00 |
|
Patrick Barron
|
31f725fdbf
|
Fix a bug in Emby.Notifications and clean up
|
2020-05-26 23:08:27 -04:00 |
|
Patrick Barron
|
eef7cfd912
|
Make SonarCloud less angry
|
2020-05-26 22:43:03 -04:00 |
|
Bond_009
|
10e381f66f
|
Fix some 'bugs' flagged by sonarcloud
|
2020-05-25 23:52:51 +02:00 |
|
Vasily
|
279f0da980
|
Rename ImageInfo.Hash to ImageInfo.BlurHash
|
2020-05-26 00:52:13 +03:00 |
|
Vasily
|
1f83a21288
|
Rename Hash to BlurHash in all properties and methods for clarity
|
2020-05-21 01:43:19 +03:00 |
|
Patrick Barron
|
7d9d54d2ec
|
Fix profile images.
|
2020-05-20 12:09:52 -04:00 |
|
Patrick Barron
|
1d1a145ad4
|
Fix issues and add profile image support
|
2020-05-20 10:04:00 -04:00 |
|
Vasily
|
a226a4ee03
|
Compute hash only when one is not computed in DB, small optimizations here and there
|
2020-05-19 14:50:14 +03:00 |
|
Vasily
|
02da312f8a
|
Fix compilation after rebase
|
2020-05-19 00:22:52 +03:00 |
|
Jesús Higueras
|
b9fc0d2628
|
Add BlurHash support to backend
|
2020-05-18 23:21:37 +03:00 |
|
Patrick Barron
|
b7621d762c
|
2nd half of changes
|
2020-05-13 00:00:57 -04:00 |
|
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
|
2020-05-12 22:22:20 -04:00 |
|
Patrick Barron
|
9ad839c776
|
Initial migration code
|
2020-05-12 22:10:35 -04:00 |
|
dkanada
|
c15463fa12
|
Merge pull request #2837 from Bond-009/async2
Minor IAsyncDisposable improvements
|
2020-05-06 20:30:03 +09:00 |
|
crobibero
|
e151d539f2
|
Move ImageByNameService to Jellyfin.Api
|
2020-04-20 13:06:29 -06:00 |
|
Bond_009
|
fc049caba2
|
Merge branch 'master' into nullable3
|
2020-04-15 11:09:14 +02:00 |
|
Bond_009
|
38dae51ccf
|
Minor IAsyncDisposable improvements
|
2020-04-15 11:05:32 +02:00 |
|
Mark Monteiro
|
9728aa8b0a
|
Merge branch 'master' into register-services-correctly
|
2020-04-13 17:06:24 -04:00 |
|
Patrick Barron
|
80cfcf5643
|
Remove unnecessary casts and explicit array types
|
2020-04-05 13:00:35 -04:00 |
|
Patrick Barron
|
6a3f9253db
|
Convert using statements to using declarations where applicable
|
2020-04-05 12:26:11 -04:00 |
|
Bond_009
|
30ce346f34
|
Enable nullabe reference types for MediaBrowser.Model
|
2020-04-05 18:10:56 +02:00 |
|
Mark Monteiro
|
efe3ebaab8
|
Eliminate circular dependency between LibraryManager and ImageProcessor
|
2020-04-04 16:01:10 -04:00 |
|
Bond-009
|
a2490a7ae5
|
Merge branch 'master' into images
|
2020-02-12 17:41:46 +01:00 |
|
Bond-009
|
c8409d2ea1
|
Remove FileSystem.GetStream
|
2020-01-22 22:20:35 +01:00 |
|
Bond_009
|
ddf9b38799
|
Simplify image processing by removing image enhancers
|
2020-01-21 20:26:30 +01:00 |
|
Bond-009
|
19844a2c2a
|
Fix typo
|
2019-12-10 17:07:23 +01:00 |
|
Bond_009
|
3221e837f9
|
* Add support for multi segment base urls
* Make baseurl case-insensitive
|
2019-11-25 11:55:24 +01:00 |
|
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
|
2019-08-11 16:52:37 +02:00 |
|
Bond-009
|
6032f31aa6
|
Use CultureInvariant string conversion for Guids
|
2019-08-09 23:17:54 +02:00 |
|
Bond-009
|
c5fce647de
|
Cleanup/simplification
* Removed useless copies/allocations
* Reduced unneeded complexity
|
2019-03-07 21:13:13 +01:00 |
|
Claus Vium
|
78742b8e4c
|
Switch to HeaderNames instead of hardcoded strings (and other header related fixes)
|
2019-03-05 19:20:28 +01:00 |
|
Bond-009
|
e216702bcf
|
Complete rename ImageSize -> ImageDimensions
|
2019-02-05 19:53:50 +01:00 |
|
Joshua M. Boniface
|
c713824bf9
|
Merge pull request #734 from Bond-009/culture
Fix more analyzer warnings
|
2019-01-31 21:11:13 -05:00 |
|
Claus Vium
|
8985fb8d58
|
Remove support for games as a media type
|
2019-01-31 19:04:47 +01:00 |
|
Bond-009
|
1ea219bf3f
|
Merge branch 'master' into culture
|
2019-01-30 16:57:15 +01:00 |
|
Erwin de Haan
|
b9a111432a
|
Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.
|
2019-01-28 22:10:50 +01:00 |
|
Erwin de Haan
|
581a7fe078
|
Unwrapped MoveDirectory , DirectoryExists , FileExists & removed MoveFile
|
2019-01-28 22:10:00 +01:00 |
|
Erwin de Haan
|
d7c6d16250
|
Unwrapped CreateDirectory and DeleteDirectory
|
2019-01-28 22:09:56 +01:00 |
|
Erwin de Haan
|
3a831994f6
|
Unwrapped GetDirectoryName and DirectorySeperatorChar
|
2019-01-28 22:06:34 +01:00 |
|
Bond_009
|
a709cbdc64
|
Fix more analyzer warnings
|
2019-01-27 12:12:44 +01:00 |
|