Stepan Goremykin
26958162d0
Remove unused using directives
2023-04-06 19:17:28 +02: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
Bond-009
497d8c4957
Use Order() introduced in .NET 7 ( #8923 )
2022-12-19 09:30:00 -07:00
Bond_009
c7d50d640e
Replace == null with is null
2022-12-05 15:00:20 +01: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
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
crobibero
223b42aed3
Create BaseItemKind enum
2021-02-10 17:09:23 -07:00
Claus Vium
1d3b2e8dd6
Merge pull request #4643 from crobibero/empty-lib-null-ref
...
Fix null reference when getting filters of an empty library
2020-12-03 07:58:05 +01:00
crobibero
828504e925
The future is now
2020-12-02 08:04:08 -07:00
crobibero
08be7f094a
Cleaner type checking
2020-12-02 07:55:34 -07:00
crobibero
41e127d1d2
Fix null reference when getting filters of an empty library
2020-12-02 07:42:25 -07:00
crobibero
09b1e571f4
Apply suggestions from review
2020-12-02 07:11:42 -07:00
crobibero
f48e47be5f
Split nested conditional
2020-12-01 12:10:11 -07:00
crobibero
c083b29e29
Use Guid as API parameter type where possible
2020-12-01 11:07:41 -07:00
Bond_009
f5973d57e8
Remove UTF8 bom from some files
2020-11-21 14:26:03 +01:00
crobibero
2a0578ce1a
Add missing manual splits
2020-11-16 20:37:43 -07:00
Bond_009
ff49a3bb61
Missed some stuff
2020-11-14 20:28:15 +01:00
crobibero
858aecd409
Fix all route for base url support
2020-08-04 12:48:53 -06:00
crobibero
5c66f9e471
changes from merge
2020-07-20 14:43:54 -06:00
crobibero
5d34b07d1f
Make query parameters nullable or set default value
2020-07-07 09:10:51 -06:00
crobibero
7a32d03101
remove unused parameters
2020-06-24 14:43:28 -06:00
David
5c6e9f4db5
Add missing authorization policies
2020-06-22 15:44:11 +02:00
crobibero
d820c0fff5
Convert pragma to supresswarning
2020-06-19 08:49:42 -06:00
crobibero
9a51f484af
Remove nullable, add async task
2020-06-18 07:11:46 -06:00
Cody Robibero
f181cb3746
Update Jellyfin.Api/Controllers/FilterController.cs
...
Co-authored-by: David <davidullmer@outlook.de>
2020-06-17 10:41:40 -06:00
Cody Robibero
355682620d
Update Jellyfin.Api/Controllers/FilterController.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-10 09:23:27 -06:00
Cody Robibero
393f5f0c25
Update Jellyfin.Api/Controllers/FilterController.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-10 09:23:20 -06:00
crobibero
6f64e48c54
Add response codes
2020-06-08 07:37:16 -06:00
crobibero
dd5579e0eb
Move FilterService to Jellyfin.Api
2020-06-07 22:04:59 -06:00