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
/
ScheduledTasksController.cs
Age
Commit message (
Expand
)
Author
2026-04-26
use decorators to improve openapi endpoint categories
dkanada
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
2020-10-26
Fix GET ScheduledTasks return value
cvium
2020-09-07
Fix api routes
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-06
Apply fixes from review
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-04
Fix Api Routing
crobibero
2020-05-19
Remove default parameter values
crobibero
2020-05-19
Apply review suggestions
crobibero
2020-05-02
Update endpoint docs
crobibero
2020-04-21
move to ActionResult<T>
crobibero
2020-04-21
Remove exception handler
crobibero
2020-04-19
Add Authorize and BindRequired
crobibero
2020-04-19
burn ToOptimizedResult
crobibero
2020-04-19
move scheduled tasks to Jellyfin.Api
crobibero