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
Age
Commit message (
Collapse
)
Author
2020-06-09
Add response code documentation
David Ullmer
2020-06-07
Add default values for parameters and fix spelling
David
2020-06-07
Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs
David
2020-06-07
Fix suggestions
David
2020-06-02
Move SearchService to new API endpoint
David
2020-05-25
Merge pull request #2953 from crobibero/api-startup
Bond-009
Convert StartupController to ActionResult
2020-05-17
apply doc suggestions
crobibero
2020-05-03
Fix xml docs
crobibero
2020-04-29
Update to return IEnumerable directly where possible
ZadenRB
2020-04-29
Fix docs
crobibero
2020-04-29
Add response code descriptions
crobibero
2020-04-28
Revise documentation based on discussion in #2872
ZadenRB
2020-04-24
Add back in return type documentation
ZadenRB
2020-04-23
Apply suggestions
crobibero
2020-04-22
Use ActionResult return type for all endpoints
ZadenRB
2020-04-22
Update documentation of startIndex
ZadenRB
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-21
move to ActionResult<T>
crobibero
2020-04-21
Make documentation of parameters clearer
ZadenRB
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-21
Convert StartupController to IActionResult
crobibero
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 ↵
ZadenRB
documenation and return types
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 ↵
ZadenRB
on notification DTOs.
2020-04-15
Lowercase parameters
ZadenRB
2020-04-15
Migrates the notifications service to use ASP.NET MVC framework
ZadenRB
2020-01-08
Fix build and address comments
Bond_009
2019-11-24
Fix more review comments
Claus Vium
2019-11-24
Move appbuilder and service collection to Jellyfin.Server
Claus Vium
2019-11-23
Add style rules and fix it all
Claus Vium
2019-11-23
Split a long line
Claus Vium
2019-11-23
Add authentication and remove versioning
Claus Vium
2019-11-19
Add SwaggerUI
Claus Vium
2019-11-19
Move StartupWizard to ASP.NET Web Api
Claus Vium