aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models
AgeCommit message (Collapse)Author
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