Niels van Velzen
0f91244239
Use Guid for adjacentTo API parameter
2022-08-14 12:47:25 +02:00
Cody Robibero
b2d56c51ec
Merge pull request #7780 from 1337joe/fix-tv-guide-search-2
...
(cherry picked from commit 492c6bbd7ecb452dcfef77027545e455a20b8baf)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-22 09:11:53 -04:00
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
2022-02-21 14:15:09 +01:00
Cody Robibero
a60cb280a3
Properly populate QueryResult
2022-01-20 08:53:06 -07:00
Bond_009
77c615ba42
Error on SA1316
2022-01-05 10:58:57 +01:00
Cody Robibero
7bfc6b5679
Remove more warnings
2021-12-27 07:38:06 -07:00
cvium
b880dc8a4a
Use our own Contains extension
2021-12-20 13:31:07 +01:00
Cody Robibero
32629cd7da
Use BaseItemKind where possible
2021-12-12 06:11:27 -07:00
Cody Robibero
8295a3be0d
Add ability to exclude active sessions from resumable items
2021-11-19 14:07:50 -07:00
KonH
7c282ec369
Fix warning: The nullable warning suppression expression is redundant ( #2149 )
2021-10-03 10:43:41 +07:00
Cody Robibero
cba07b1ca6
Remove more and more warnings
2021-08-28 16:32:50 -06:00
Niels van Velzen
226abde3f7
Change userId to required in operations that would otherwise throw exceptions
2021-06-12 16:19:34 +02:00
cvium
f2e7491755
Do not check permissions for Folders collectiontype
2021-04-10 22:58:32 +02:00
crobibero
223b42aed3
Create BaseItemKind enum
2021-02-10 17:09:23 -07:00
crobibero
55670b91b2
Use ArrayModelBinder for sortBy and sortOrder
2021-01-23 17:32:13 -07:00
crobibero
ee23d06154
Use a more descriptive function name
2020-12-13 08:15:26 -07:00
crobibero
b670937c3d
Use typed UserManager GetPreference
2020-12-11 15:00:43 -07:00
crobibero
b5a7a74e89
Use GetParentItem where applicable
2020-12-01 16:16:17 -07:00
crobibero
c083b29e29
Use Guid as API parameter type where possible
2020-12-01 11:07:41 -07:00
crobibero
b3d322f79f
Fix build after merge
2020-11-20 10:50:11 -07:00
crobibero
8f58f63b08
Merge remote-tracking branch 'upstream/master' into split-api
2020-11-20 10:35:46 -07: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
Greenback
e51ddd326c
Fixes spelling.
2020-11-18 13:23:45 +00:00
crobibero
7bf647bb94
Remove precondition checks
2020-11-17 09:38:50 -07:00
crobibero
3b68ce1183
Fix build
2020-11-16 20:45:09 -07:00
crobibero
2a0578ce1a
Add missing manual splits
2020-11-16 20:37:43 -07:00
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
2020-11-16 20:29:46 -07:00
crobibero
547ee88561
Remove api client generator errors
2020-11-15 10:58:39 -07:00
crobibero
7fe8ca2b77
Merge remote-tracking branch 'upstream/master' into query-fields
2020-11-10 10:39:44 -07:00
crobibero
0dd2b169a3
Add ModelBinder to ItemFilter
2020-11-09 14:59:04 -07:00
crobibero
b22831f7e5
Add ModelBinder to ImageType
2020-11-09 14:53:23 -07:00
crobibero
f8e6edbfeb
Merge remote-tracking branch 'upstream/master' into query-fields
2020-11-02 10:29:18 -07:00
Bond-009
95918d161e
Merge pull request #4328 from crobibero/trigger-warning
...
Remove CommaDelimitedArrayModelBinderProvider
2020-11-02 16:52:05 +01:00
crobibero
11d69fd3b1
Make MrLinter happy
2020-10-29 11:36:45 -06:00
crobibero
372f0eb38a
Remove AddItemFields
2020-10-29 11:17:13 -06:00
crobibero
b9406e5444
Merge remote-tracking branch 'upstream/master' into query-fields
2020-10-29 11:11:50 -06:00
crobibero
4f7c13ecf4
Merge remote-tracking branch 'upstream/master' into query-fields
2020-10-27 13:35:46 -06:00
crobibero
4558c192c7
Merge remote-tracking branch 'upstream/master' into query-image-type
2020-10-27 13:25:57 -06:00
crobibero
f2a86d9c80
Remove CommaDelimitedArrayModelBinderProvider
2020-10-14 13:03:36 -06:00
dkanada
4fafa5796d
Merge pull request #4304 from crobibero/query-location-type
...
Convert exclude location type string to enum.
2020-10-11 18:32:22 +09:00
crobibero
27e753ddb4
Convert image type string to enum.
2020-10-09 17:52:39 -06:00
crobibero
ed4b470397
Convert exclude location type string to enum.
2020-10-09 17:46:39 -06:00
crobibero
549f2284ad
Convert filters string to enum.
2020-10-09 17:41:17 -06:00
crobibero
69360b749a
Convert field string to enum.
2020-10-09 17:35:08 -06:00
crobibero
7294dc103f
Fix api routes
2020-09-07 18:45:06 -06:00
crobibero
29fc882037
merge all attributes
2020-09-06 09:07:27 -06:00
crobibero
b64108923a
Add missing references
2020-09-05 17:11:44 -06:00
crobibero
59d47ec3f5
Make all FromRoute required
2020-09-05 17:07:25 -06:00
Bond-009
9a2f2aac22
Merge pull request #4018 from barronpm/library-entity-cleanup
...
Library Entity Cleanup
2020-08-31 11:00:28 +02:00
Patrick Barron
414bedbde4
Move library entities to folder.
2020-08-30 18:51:28 -04:00