aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/UserController.cs
AgeCommit message (Expand)Author
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-04-22Don't use obsolete Password propertycrobibero
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-02-06Update Jellyfin.Api/Controllers/UserController.csDavid Ullmer
2021-02-06Fix forgot password pin requestDavid
2021-01-24Mark non-nullable body as nullcrobibero
2020-12-11Merge pull request #4766 from barronpm/usermanager-asyncBond-009
2020-12-11Convert DeleteUser to asyncPatrick Barron
2020-12-08Merge pull request #4722 from crobibero/forbidClaus Vium
2020-12-08Merge pull request #4711 from barronpm/api-fixesClaus Vium
2020-12-07Fix API forbidden responsecrobibero
2020-12-06Add required attributes to parametersPatrick Barron
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-05Add /Users/Me endpointcrobibero
2020-10-29Convert some code in UserManager to asyncPatrick Barron
2020-09-25Add Dto to ForgotPasswordcvium
2020-09-11Merge pull request #4093 from crobibero/bad-routeBond-009
2020-09-10Merge pull request #4116 from cvium/add_known_proxiesBond-009
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-09Remove nullable from requiredcrobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-17Apply suggestions from code reviewMatt Montgomery
2020-08-16Apply suggestions from code reviewConfusedPolarBear
2020-08-16Migrate to new API standardMatt Montgomery
2020-08-10Fix setting user policycrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-08-04Remove leading slash from route attributescrobibero
2020-08-03fix merge conflictscrobibero
2020-07-20changes from mergecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-24remove unused parameterscrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-19Use direct return instead of Ok()David Ullmer
2020-06-18Add request body modelsDavid
2020-06-18Add xml comments; Add status codes; Use return instead of exceptionDavid
2020-06-17[WIP] Move UserService to Jellyfin.ApiDavid