Cody Robibero
6fb6b5f176
Validate item access ( #11171 )
2024-04-14 08:18:36 -06:00
Cody Robibero
2e0e1ecc99
Rename route parameters that are id to be more descriptive
2024-02-26 15:57:59 -07:00
Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
2024-01-17 08:51:39 -07:00
Cody Robibero
a527034ebe
Validate requested user id ( #8812 )
2023-02-17 23:16:08 +01:00
cvium
209edd38a4
refactor: simplify authz
2023-02-09 13:51:37 +01:00
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2023-02-02 18:50:33 +01:00
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2022-10-06 13:57:47 +02: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
KonH
7c282ec369
Fix warning: The nullable warning suppression expression is redundant ( #2149 )
2021-10-03 10:43:41 +07:00
Cody Robibero
b44f191d54
Remove obsolete attribute, clean controller name
2021-07-16 08:58:04 -06:00
Cody Robibero
24c861c23b
Remove extra endpoint
2021-07-12 17:22:01 -06:00
crobibero
9ac9543ee2
Add missing InstantMix endpoints
2021-03-13 09:09:22 -07:00
crobibero
223b42aed3
Create BaseItemKind enum
2021-02-10 17:09:23 -07:00
Joshua M. Boniface
b707d8e09d
Merge pull request #4486 from crobibero/split-api
...
Remove api client generator errors
2020-11-21 17:19:08 -05:00
Bond_009
f5973d57e8
Remove UTF8 bom from some files
2020-11-21 14:26:03 +01: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
6748ba287d
Merge remote-tracking branch 'upstream/master' into query-fields
2020-11-09 14:57:02 -07:00
crobibero
b22831f7e5
Add ModelBinder to ImageType
2020-11-09 14:53:23 -07:00
Bond_009
134fd0d960
> -> <
2020-11-06 16:39:41 +01:00
Bond_009
b21919c7f4
Minor perf improvements
2020-11-06 16:15:30 +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
27e753ddb4
Convert image type string to enum.
2020-10-09 17:52:39 -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
59d47ec3f5
Make all FromRoute required
2020-09-05 17:07:25 -06:00
crobibero
fffa94fc33
Apply fixes from review
2020-08-06 08:17:45 -06:00
crobibero
858aecd409
Fix all route for base url support
2020-08-04 12:48:53 -06:00
crobibero
5d34b07d1f
Make query parameters nullable or set default value
2020-07-07 09:10:51 -06:00
crobibero
73bcda7eac
Make all optional strings nullable
2020-06-27 10:50:44 -06:00
David
1e80be30a9
Add response code documentation
2020-06-26 17:45:07 +02:00
David
778634b41b
Move InstantMixService to Jellyfin.Api
2020-06-26 13:42:21 +02:00