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.Server
/
Extensions
/
ApiServiceCollectionExtensions.cs
Age
Commit message (
Expand
)
Author
2020-06-21
Merge remote-tracking branch 'upstream/api-migration' into api-library
crobibero
2020-06-19
Move LibraryService.cs to Jellyfin.Api
crobibero
2020-06-19
Change swagger dictionary type mapping
David
2020-06-19
Add JsonInto32Converter
David
2020-06-17
Add X-Forward-(For/Proto) support
crobibero
2020-06-15
Add more authorization handlers, actually authorize requests
crobibero
2020-06-13
Fix merge and build
crobibero
2020-06-12
Remove duplicate swaggerdoc
crobibero
2020-06-12
readd swagger version
crobibero
2020-06-12
Merge remote-tracking branch 'upstream/api-migration' into api-swagger-auth
crobibero
2020-06-09
Merge pull request #3218 from crobibero/api-cors
dkanada
2020-06-06
Merge remote-tracking branch 'upstream/api-migration' into api-cors
crobibero
2020-06-06
Add CSS output formatter.
crobibero
2020-06-02
Add Dictionary with non-string keys to System.Text.Json
crobibero
2020-06-02
Fix Json Enum conversion, map all JsonDefaults properties to API
crobibero
2020-06-01
Add Authentication to openapi generation.
crobibero
2020-06-01
Enable CORS and Authentication.
crobibero
2020-05-08
Add OperationId to SwaggerGen
crobibero
2020-04-29
Remove versioned API
crobibero
2020-04-29
Merge branch 'api-migration' into redoc
Cody Robibero
2020-04-26
Order actions by route, then http method
crobibero
2020-04-20
Remove StringEnumConverter
crobibero
2020-04-19
Fix PascalCase
crobibero
2020-04-19
Enable string enum converter
crobibero
2020-04-15
Document JSON options change
ZadenRB
2020-04-15
Lowercase actual parameters in code and remove whitespace to comply with Styl...
ZadenRB
2020-04-12
Fix casing of JSON in Jellyfin API. Currently only affects startup wizard.
ZadenRB
2019-11-24
Fix more review comments
Claus Vium
2019-11-24
Move appbuilder and service collection to Jellyfin.Server
Claus Vium