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
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
crobibero
e01ce826e0
Allow sorting for AlbumArtist
4 years ago
crobibero
d27ca993a5
Add ability to sort on Genre, MusicGenre, Artist
4 years ago
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
crobibero
b5a7a74e89
Use GetParentItem where applicable
4 years ago
crobibero
c083b29e29
Use Guid as API parameter type where possible
4 years ago
Bond_009
f5973d57e8
Remove UTF8 bom from some files
4 years ago
crobibero
2a0578ce1a
Add missing manual splits
4 years ago
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
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
13c70c415a
Merge pull request #4409 from crobibero/fix-separators
...
Fix API separators
4 years ago
crobibero
f8e6edbfeb
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
Bond-009
95918d161e
Merge pull request #4328 from crobibero/trigger-warning
...
Remove CommaDelimitedArrayModelBinderProvider
4 years ago
crobibero
dd3507bbbf
Fix OfficialRatings separator
4 years ago
crobibero
c1ec46e92b
Fix Tags separator
4 years ago
crobibero
826c24142e
Fix Genres separator
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
4f7c13ecf4
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
4558c192c7
Merge remote-tracking branch 'upstream/master' into query-image-type
4 years ago
crobibero
f2a86d9c80
Remove CommaDelimitedArrayModelBinderProvider
4 years ago
crobibero
27e753ddb4
Convert image type string to enum.
4 years ago
crobibero
549f2284ad
Convert filters string to enum.
4 years ago
crobibero
69360b749a
Convert field string to enum.
4 years ago
crobibero
29fc882037
merge all attributes
4 years ago
crobibero
59d47ec3f5
Make all FromRoute required
4 years ago
crobibero
e1226f12f2
fix attribute ordering
4 years ago
crobibero
8f6c2e7679
Remove leading slash from route attributes
4 years ago
crobibero
5d34b07d1f
Make query parameters nullable or set default value
4 years ago
David
603b1693c0
Update Jellyfin.Api/Controllers/ArtistsController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
David
45e034e9a1
Move ArtistsService to Jellyfin.Api
4 years ago