aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-19Merge pull request #3379 from Ullmie02/api-nullableBond-009
Remove #nullable enable in Jellyfin.Api
2020-06-19Merge remote-tracking branch 'upstream/api-migration' into api-librarycrobibero
2020-06-19Remove #nullable enableDavid Ullmer
2020-06-19Use direct return instead of Ok()David Ullmer
2020-06-19remove #nullablecrobibero
2020-06-19remove #nullablecrobibero
2020-06-19Convert pragma to supresswarningcrobibero
2020-06-19Change swagger dictionary type mappingDavid
2020-06-19Merge pull request #3373 from crobibero/api-dtoPatrick Barron
Add DtoExtensions
2020-06-19Add missing authorization policiesDavid
2020-06-19Merge remote-tracking branch 'remotes/upstream/api-migration' into api-systemDavid
2020-06-19Use new authorization and session functionsDavid
2020-06-19Merge remote-tracking branch 'remotes/upstream/api-migration' into ↵David
api-sessionservice # Conflicts: # MediaBrowser.Api/Sessions/SessionService.cs
2020-06-19Add JsonInto32ConverterDavid
Add additional swagger type mapping
2020-06-18Add request body modelsDavid
2020-06-18Merge remote-tracking branch 'remotes/upstream/api-migration' into api-userDavid
2020-06-18Add DtoExtensions.cscrobibero
2020-06-18Merge pull request #3357 from crobibero/api-authorizationDavid
Add Authorization handlers
2020-06-18Add xml comments; Add status codes; Use return instead of exceptionDavid
2020-06-18Merge pull request #3369 from crobibero/api-cleanupPatrick Barron
Remove #nullable, make Task.Run async
2020-06-18Remove nullable, add async taskcrobibero
2020-06-17Merge pull request #3321 from Ullmie02/api-librarystructurePatrick Barron
Move LibraryStructureService to Jellyfin.Api
2020-06-17[WIP] Move UserService to Jellyfin.ApiDavid
2020-06-17Merge pull request #2944 from crobibero/api-imagePatrick Barron
ImageNameService to Jellyfin.Api
2020-06-17Merge pull request #2946 from crobibero/api-image2David
Move RemoteImageService to Jellyfin.API
2020-06-17Merge pull request #3269 from crobibero/api-filterDavid
Move FilterService to Jellyfin.Api
2020-06-17User proper File constructorcrobibero
2020-06-17User proper File constructorcrobibero
2020-06-17Merge branch 'api-filter' of github.com:crobibero/jellyfin into api-filtercrobibero
2020-06-17Merge remote-tracking branch 'upstream/api-migration' into api-filtercrobibero
2020-06-17Update Jellyfin.Api/Controllers/FilterController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-17Merge pull request #3333 from crobibero/api-item-refreshCody Robibero
Move ItemRefreshService.cs to Jellyfin.Api
2020-06-17Merge pull request #3274 from crobibero/api-localizationCody Robibero
Move LocalizationService to Jellyfin.Api
2020-06-17Merge pull request #3280 from crobibero/api-pluginDavid
Move PluginService to Jellyfin.Api
2020-06-17Add X-Forward-(For/Proto) supportcrobibero
2020-06-17revert adding Jellyfin to auth headercrobibero
2020-06-16Further cleanup and add final testscrobibero
2020-06-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csCody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-16Add tests and cleanupcrobibero
2020-06-16Add Default authorization policycrobibero
2020-06-16Fix tests.crobibero
2020-06-16Await Task from _libraryManagerDavid
2020-06-15Add GetAuthorizationInfo for netcore HttpRequestcrobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero
2020-06-14Merge pull request #3340 from crobibero/api-migration-mergeAnthony Lavado
Merge master into api-migration
2020-06-14fix merge conflictcrobibero
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-15Merge pull request #3267 from pusta/Contributors-Updatedkanada
CONTRIBUTORS.md - Updated jellyfin-server-windows to compile against .Net Core 3.1
2020-06-15Merge pull request #3315 from crobibero/dashboard-updatedkanada
Add MessageId to websocket message, fix ws exception
2020-06-15Merge pull request #3319 from Ullmie02/api-204dkanada
Use Http status code 204 instead of 200