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
/
NotificationsController.cs
Age
Commit message (
Expand
)
Author
2020-05-03
Fix xml docs
crobibero
2020-04-29
Update to return IEnumerable directly where possible
ZadenRB
2020-04-28
Revise documentation based on discussion in #2872
ZadenRB
2020-04-24
Add back in return type documentation
ZadenRB
2020-04-22
Use ActionResult return type for all endpoints
ZadenRB
2020-04-22
Update documentation of startIndex
ZadenRB
2020-04-21
Make documentation of parameters clearer
ZadenRB
2020-04-21
Remove documentation of void return type
ZadenRB
2020-04-20
Remove more unnecessary IActionResult
ZadenRB
2020-04-20
Remove error handlers, to be implemented at a global level in a separate PR
ZadenRB
2020-04-20
Enable nullable reference types on new class, remove unnecessary documenation...
ZadenRB
2020-04-19
Add response type annotations, return IActionResult to handle errors
ZadenRB
2020-04-19
Address PR comments, and revert changes that changed the API schema
ZadenRB
2020-04-15
Remove unnecessary assembly, update casing, enable nullable reference types o...
ZadenRB
2020-04-15
Lowercase parameters
ZadenRB
2020-04-15
Migrates the notifications service to use ASP.NET MVC framework
ZadenRB