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
/
ItemRefreshController.cs
Age
Commit message (
Expand
)
Author
2024-11-19
Backport pull request #12955 from jellyfin/release-10.10.z
gnattu
2024-06-23
Backport pull request #12028 from jellyfin/release-10.9.z
Shadowghost
2024-04-14
Validate item access (#11171)
Cody Robibero
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace == null with is null
Bond_009
2022-03-12
Restrict item refreshing to administrators
Niels van Velzen
2022-03-12
Change operation name in ItemRefreshController
Niels van Velzen
2020-09-06
merge all attributes
crobibero
2020-09-05
Add missing references
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-04
Remove leading slash from route attributes
crobibero
2020-07-20
changes from merge
crobibero
2020-06-24
remove unused parameters
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-21
Update Jellyfin.Api/Controllers/ItemRefreshController.cs
Cody Robibero
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-19
Convert pragma to supresswarning
crobibero
2020-06-18
Remove nullable, add async task
crobibero
2020-06-13
Move ItemRefreshService.cs to Jellyfin.Api
crobibero