index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
ItemUpdateController.cs
Age
Commit message (
Expand
)
Author
2025-04-26
Fix distinction queries (#14007)
Tim Eisele
2024-11-16
Update projects to .NET 9 (#13023)
Bond-009
2024-06-01
Backport pull request #11743 from jellyfin/release-10.9.z
Shadowghost
2024-04-30
More efficient array creation (#11468)
Bond-009
2024-04-21
Fix InvalidCastException in ItemUpdateController (#11398)
Niels van Velzen
2024-04-14
Validate item access (#11171)
Cody Robibero
2023-12-08
Convert CollectionType to use lowercase enum names
Cody Robibero
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-11-09
Convert CollectionType, SpecialFolderType to enum (#9764)
Cody Robibero
2023-05-14
Set removed and added tags recursively
Shadowghost
2023-03-10
Save TVChannel Height if set (#8777)
SenorSmartyPants
2023-02-20
Properly build where clause for rating checks
Shadowghost
2023-02-20
Recursively update rating
Shadowghost
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2021-10-03
Fix warning: Type cast is redundant (#2149)
KonH
2021-08-28
Remove more and more warnings
Cody Robibero
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-09-09
Remove nullable from required
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-21
Make some methods async
Bond_009
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-20
Fix response code & docs
crobibero
2020-06-20
Fix response code & docs
crobibero
2020-06-19
remove #nullable
crobibero
2020-06-08
Move ItemUpdateService to Jellyfin.Api
crobibero