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-08-18
remove unused directives
crobibero
2020-08-07
Remove extra Required
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-07-20
changes from merge
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-24
remove unused parameters
crobibero
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-14
fix merge conflict
crobibero
2020-06-12
Use Http status code 204 instead of 200
David
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