Bond_009
|
637e86478f
|
Fix some warnings
|
2021-09-03 19:32:11 +02:00 |
|
Cody Robibero
|
ec13412155
|
Merge remote-tracking branch 'upstream/master' into warn-259810
|
2021-09-03 06:56:45 -06:00 |
|
Bond_009
|
286dabdc4b
|
Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing
target
and add test cases
|
2021-09-02 21:28:00 +02:00 |
|
Cody Robibero
|
ecb4b8e0aa
|
Apply suggestions from code review
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2021-08-30 07:11:34 -06:00 |
|
Cody Robibero
|
cba07b1ca6
|
Remove more and more warnings
|
2021-08-28 16:32:50 -06:00 |
|
Bond_009
|
981cf4cfa0
|
Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net
|
2021-06-22 09:48:40 +02:00 |
|
Bond_009
|
6f8ccab788
|
Move non-jellyfin extensions to separate project
|
2021-06-19 18:04:46 +02:00 |
|
Bond_009
|
5fb72951a0
|
Add test for ReadOnlySpan.Count extension
|
2021-06-12 00:56:09 +02:00 |
|
cvium
|
9111730a0a
|
More review
|
2021-06-05 20:16:04 +02:00 |
|
cvium
|
0835b26889
|
review
|
2021-05-31 13:55:54 +02:00 |
|
cvium
|
42a2cc1747
|
Remove some unnecessary allocations
|
2021-05-24 00:30:41 +02:00 |
|
cvium
|
3b59064f97
|
Bump SQLitePCL.pretty.netstandard to 3.0.1
|
2021-05-21 19:35:00 +02:00 |
|
Bond_009
|
7e8428e588
|
Enable nullable reference types for Emby.Server.Implementations
|
2021-05-20 22:48:53 +02:00 |
|
Bond-009
|
e8790bfa96
|
Merge pull request #6054 from cvium/allocationz_2_extreme_db_plsdonthurtme
|
2021-05-20 22:40:25 +02:00 |
|
cvium
|
e0f793799a
|
Fix build
|
2021-05-19 19:52:45 +02:00 |
|
cvium
|
7e6a45c402
|
Review changes
|
2021-05-19 19:33:24 +02:00 |
|
cvium
|
1027792b16
|
Review changes
|
2021-05-19 08:51:46 +02:00 |
|
Bond_009
|
2b321d8b89
|
Enable nullable for InternalItemsQuery
|
2021-05-18 12:23:26 +02:00 |
|
cvium
|
be4aeb5c2c
|
Rename SQL extension methods
|
2021-05-16 19:06:10 +02:00 |
|
cvium
|
1b49435a0e
|
Reduce some allocations
|
2021-05-16 14:49:11 +02:00 |
|
Bond-009
|
50f617357b
|
Merge pull request #5929 from crobibero/sort
|
2021-05-11 12:41:25 +00:00 |
|
Bond-009
|
d729a76707
|
Merge pull request #5934 from Bond-009/utf8
SqliteItemRepository: Parse ChannelId directly from utf-8 data
|
2021-05-05 14:04:20 +02:00 |
|
cvium
|
c0feb3694b
|
rename to SplitEnumerator and fix test
|
2021-05-03 23:51:45 +02:00 |
|
Claus Vium
|
b9d18f0fa7
|
Merge branch 'master' into allocationz
|
2021-05-03 22:52:31 +02:00 |
|
Bond_009
|
874f92e93a
|
Add tests for SqliteItemRepository.(De)SerializeProviderIds
|
2021-05-02 12:45:02 +02:00 |
|
Bond_009
|
8a6b9e1fb6
|
Add tests for SqliteItemRepository.(De)SerializeImages
|
2021-05-02 00:26:30 +02:00 |
|
cvium
|
716cbb0695
|
remove span based setproviderid
|
2021-04-30 23:35:29 +02:00 |
|
cvium
|
a6726730fc
|
revert the last bits of the getcount experiment
|
2021-04-30 15:11:16 +02:00 |
|
cvium
|
608cba817c
|
Reduce some allocations with the magic of spans etc.
|
2021-04-30 15:09:36 +02:00 |
|
Bond_009
|
34313ef216
|
SqliteItemRepository: Parse ChannelId directly from utf-8 data
|
2021-04-29 16:23:29 +02:00 |
|
crobibero
|
d27ca993a5
|
Add ability to sort on Genre, MusicGenre, Artist
|
2021-04-28 18:33:30 -06:00 |
|
Bond_009
|
a02e37daa0
|
SqliteItemRepository: remove redundant operations
removed:
* nameof -> FullName lookup
* IndexOf before Replace
* Enum.GetNames -> Enum.Parse roundtrip
|
2021-04-22 16:05:12 +02:00 |
|
Claus Vium
|
db530e61f5
|
move IsPlayed to outerquery
IsPlayed is a column in UserDatas and does not belong in the inner query. None of the other UserDatas columns are in the innerquery.
|
2021-04-09 11:32:19 +02:00 |
|
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
2021-03-13 22:33:28 +01:00 |
|
Bond_009
|
141efafd3d
|
Enable TreatWarningsAsErrors for MediaBrowser.Model
|
2021-02-20 23:29:33 +01:00 |
|
Bond_009
|
65bab55ca0
|
Minor improvements
|
2021-02-13 00:39:18 +01:00 |
|
crobibero
|
60b7e49a7f
|
Suggestions from code review
|
2020-12-04 08:00:55 -07:00 |
|
crobibero
|
b7443f6042
|
Optimize FavoritePersons query
|
2020-12-03 20:16:11 -07:00 |
|
Matt Montgomery
|
185476c08a
|
Add support for query negation
|
2020-11-27 16:12:16 -06:00 |
|
Matt Montgomery
|
0758d84a61
|
Test query value
|
2020-11-25 16:54:16 -06:00 |
|
Joshua M. Boniface
|
7457c4a95d
|
Merge pull request #4499 from crobibero/more-param
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
|
2020-11-20 12:34:18 -05:00 |
|
Bond_009
|
4b1c9dc9ea
|
Pass cancellation where possible
|
2020-11-17 19:43:00 +01:00 |
|
crobibero
|
3cc0dd7e12
|
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
|
2020-11-16 20:29:46 -07:00 |
|
Bond_009
|
bc7359f87d
|
Use string.Split(char) where possible instead of string.Split(char[])
|
2020-11-14 20:27:48 +01:00 |
|
cvium
|
b99519898d
|
Remove duplicate /Similar endpoints and add poor matching for artists and albums
|
2020-11-09 20:15:15 +01:00 |
|
cvium
|
584b4fa41f
|
Fix Persons, Genres and Studios endpoints
|
2020-11-05 12:27:22 +01:00 |
|
Anthony Lavado
|
6205fb4b6a
|
Merge pull request #4341 from Bond-009/minor6
Minor improvements
|
2020-11-02 11:10:39 -05:00 |
|
Bond_009
|
49569ca0a0
|
Use nameof where possible
|
2020-10-17 16:19:57 +02:00 |
|
Jan-Pieter Baert
|
ec91d3893d
|
Fix SA 1116 warnings
|
2020-10-12 20:05:11 +02:00 |
|
Jan-Pieter Baert
|
6f9beef732
|
Fix SA1012 and SA1013 warnings
|
2020-10-12 19:22:33 +02:00 |
|
Matt Montgomery
|
53d5f64e03
|
Fix SA1513, SA1514, SA1507, and SA1508
|
2020-09-28 15:04:31 -05:00 |
|
Bond_009
|
2dbf73b989
|
Minor improvements
|
2020-09-16 14:16:44 +02:00 |
|
Bond_009
|
15be11fca8
|
Fix build
|
2020-09-09 14:22:27 +02:00 |
|
Bond_009
|
48e1cf9fd7
|
Minor performance improvements to item saving
|
2020-09-09 13:38:27 +02:00 |
|
crobibero
|
5f64ab02a0
|
bump System.Text.Json
|
2020-08-25 07:33:58 -06:00 |
|
crobibero
|
340f83c3f5
|
Ignore null json values
|
2020-08-23 07:48:12 -06:00 |
|
Bond_009
|
ab2147751f
|
Make MediaBrowser.MediaEncoding warnings free
|
2020-08-20 12:16:24 +02:00 |
|
Bond_009
|
2b400c99ef
|
Fix warnings
|
2020-08-19 17:50:50 +02:00 |
|
Bond_009
|
4980db1594
|
Fix spelling
|
2020-08-03 20:42:01 +02:00 |
|
Bond_009
|
2b355c36ff
|
Minor improvements
OFC I reduced some allocations
|
2020-08-03 20:32:45 +02:00 |
|
Claus Vium
|
996d0c07d0
|
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
|
2020-08-02 23:34:28 +02:00 |
|
Claus Vium
|
85e43d657f
|
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2020-08-02 23:33:45 +02:00 |
|
cvium
|
aa32aba0f8
|
Remove some unnecessary string allocations.
|
2020-08-02 23:30:34 +02:00 |
|
Bond-009
|
b7421db5fe
|
Merge pull request #3578 from barronpm/displaypreferences-efcore
Migrate Display Preferences to EF Core
|
2020-08-01 21:51:49 +02:00 |
|
Bond_009
|
01e781035f
|
Fix warnings
|
2020-07-24 16:37:54 +02:00 |
|
Patrick Barron
|
3d69cea1c9
|
Merge branch 'master' into displaypreferences-efcore
|
2020-07-23 23:50:12 +00:00 |
|
Bond_009
|
4d681e3cad
|
Optimize StringBuilder.Append calls
|
2020-07-22 14:34:51 +02:00 |
|
Patrick Barron
|
ab396225ea
|
Migrate Display Preferences to EF Core
|
2020-07-17 16:11:53 -04:00 |
|
telans
|
98db8f72e0
|
fix SA1503 for one line if statements
|
2020-06-20 20:35:29 +12:00 |
|
telans
|
8de6452967
|
fix some documentation periods
|
2020-06-20 18:13:11 +12:00 |
|
Bond-009
|
9af6eda0b4
|
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
|
2020-06-16 11:54:58 +02:00 |
|
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
2020-06-16 16:11:30 +12:00 |
|
telans
|
9018f8d8be
|
Add full stop at end of comments (SA1629)
|
2020-06-16 10:37:52 +12:00 |
|
telans
|
3d9049ef08
|
fix SA1508
|
2020-06-15 10:45:55 +12:00 |
|
telans
|
acd4389653
|
fix SA1005
|
2020-06-15 10:41:00 +12:00 |
|
Patrick Barron
|
42b4f0aa2e
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
2020-06-13 19:41:05 -04:00 |
|
dkanada
|
403cd3205f
|
Merge pull request #3254 from crobibero/ilogger
Use typed logger where possible
|
2020-06-13 00:29:43 +09:00 |
|
Patrick Barron
|
7a115024aa
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# MediaBrowser.Controller/Library/ILibraryManager.cs
# MediaBrowser.Providers/Users/UserMetadataService.cs
|
2020-06-11 18:23:12 -04:00 |
|
aled
|
299e49f39d
|
Fix a small number of compile warnings
|
2020-06-09 23:12:53 +01:00 |
|
aled
|
22a860a806
|
Fix a small number of compile warnings
|
2020-06-06 20:17:49 +01:00 |
|
crobibero
|
44957c5a9a
|
Use typed logger where possible
|
2020-06-05 18:15:56 -06: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
|
40502a33e0
|
Merge pull request #3203 from Bond-009/warn18
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
2020-06-03 12:27:59 +03:00 |
|
Bond_009
|
4748105dce
|
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
2020-05-29 11:28:19 +02:00 |
|
Vasily
|
58f099c0e2
|
Fix naming per code review
|
2020-05-28 19:12:08 +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
|
3eeb6576d8
|
Migrate User DB to EF Core
|
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 |
|
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 |
|
Mark Monteiro
|
daf79b8aeb
|
Do not double dispose write lock and connection in user data repository
|
2020-05-02 15:45:03 -04:00 |
|
Bond_009
|
118f30059c
|
Merge branch 'master' into nullable4
|
2020-04-23 11:29:19 +02:00 |
|
Mark Monteiro
|
f815059698
|
Merge remote-tracking branch 'upstream/master' into register-services-correctly
|
2020-04-20 20:11:33 -04:00 |
|
Bond_009
|
72219795d1
|
Remove dead function
|
2020-04-15 14:29:12 +02:00 |
|
Bond_009
|
10afa4509d
|
Log exception
|
2020-04-15 11:14:54 +02:00 |
|
Mark Monteiro
|
1e1295bebf
|
Merge remote-tracking branch 'upstream/master' into register-services-correctly
|
2020-04-11 10:00:39 -04:00 |
|
Vasily
|
06c5b73c15
|
Merge pull request #2755 from Bond-009/dbcleanup
Clean up SqliteItemRepository
|
2020-04-10 00:20:53 +03:00 |
|
Bond_009
|
c2b5fb78ce
|
Address comments
|
2020-04-09 19:27:03 +02:00 |
|