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
3 years ago
Cody Robibero
a60cb280a3
Properly populate QueryResult
3 years ago
KonH
7c282ec369
Fix warning: The nullable warning suppression expression is redundant ( #2149 )
3 years ago
Cody Robibero
b44f191d54
Remove obsolete attribute, clean controller name
3 years ago
Cody Robibero
24c861c23b
Remove extra endpoint
3 years ago
crobibero
9ac9543ee2
Add missing InstantMix endpoints
4 years ago
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
Joshua M. Boniface
b707d8e09d
Merge pull request #4486 from crobibero/split-api
...
Remove api client generator errors
4 years ago
Bond_009
f5973d57e8
Remove UTF8 bom from some files
4 years ago
crobibero
547ee88561
Remove api client generator errors
4 years ago
crobibero
7fe8ca2b77
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
0dd2b169a3
Add ModelBinder to ItemFilter
4 years ago
crobibero
6748ba287d
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
b22831f7e5
Add ModelBinder to ImageType
4 years ago
Bond_009
134fd0d960
> -> <
4 years ago
Bond_009
b21919c7f4
Minor perf improvements
4 years ago
crobibero
11d69fd3b1
Make MrLinter happy
4 years ago
crobibero
372f0eb38a
Remove AddItemFields
4 years ago
crobibero
b9406e5444
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
27e753ddb4
Convert image type string to enum.
4 years ago
crobibero
69360b749a
Convert field string to enum.
4 years ago
crobibero
7294dc103f
Fix api routes
4 years ago
crobibero
29fc882037
merge all attributes
4 years ago
crobibero
59d47ec3f5
Make all FromRoute required
4 years ago
crobibero
fffa94fc33
Apply fixes from review
4 years ago
crobibero
858aecd409
Fix all route for base url support
4 years ago
crobibero
5d34b07d1f
Make query parameters nullable or set default value
4 years ago
crobibero
73bcda7eac
Make all optional strings nullable
4 years ago
David
1e80be30a9
Add response code documentation
4 years ago
David
778634b41b
Move InstantMixService to Jellyfin.Api
4 years ago