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
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