aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models
AgeCommit message (Collapse)Author
2020-06-18Add request body modelsDavid
2020-06-18Merge remote-tracking branch 'remotes/upstream/api-migration' into api-userDavid
2020-06-18Add xml comments; Add status codes; Use return instead of exceptionDavid
2020-06-18Remove nullable, add async taskcrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-environmentcrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-plugincrobibero
2020-06-13Fix merge and buildcrobibero
2020-06-13merge master into api-migrationcrobibero
2020-06-09Move PluginService to Jellyfin.Apicrobibero
2020-06-08Move PlaylistService to Jellyfin.Apicrobibero
2020-06-03Enable TreatWarningsAsErrors for more projectsBond-009
2020-06-01Merge pull request #2962 from crobibero/api-configCody Robibero
Move ConfigurationService to Jellyfin.Api
2020-05-19Fix DefaultDirectoryBrowserInfo namingcrobibero
2020-04-24Transfer EnvironmentService to Jellyfin.Apicrobibero
2020-04-22Move ConfigurationService to Jellyfin.Apicrobibero
2020-04-20Enable nullable reference types on new class, remove unnecessary ↵ZadenRB
documenation and return types
2020-04-19Address PR comments, and revert changes that changed the API schemaZadenRB
2020-04-15Remove unnecessary assembly, update casing, enable nullable reference types ↵ZadenRB
on notification DTOs.
2020-04-15Migrates the notifications service to use ASP.NET MVC frameworkZadenRB
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-23Add style rules and fix it allClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium