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.Api
/
Controllers
/
UserController.cs
Age
Commit message (
Expand
)
Author
2021-06-23
Fix issues with QuickConnect and AuthenticationDb
crobibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-04-22
Don't use obsolete Password property
crobibero
2021-03-23
Remove conversion from IPAddress to string to IPAddress
David
2021-02-06
Update Jellyfin.Api/Controllers/UserController.cs
David Ullmer
2021-02-06
Fix forgot password pin request
David
2021-01-24
Mark non-nullable body as null
crobibero
2020-12-11
Merge pull request #4766 from barronpm/usermanager-async
Bond-009
2020-12-11
Convert DeleteUser to async
Patrick Barron
2020-12-08
Merge pull request #4722 from crobibero/forbid
Claus Vium
2020-12-08
Merge pull request #4711 from barronpm/api-fixes
Claus Vium
2020-12-07
Fix API forbidden response
crobibero
2020-12-06
Add required attributes to parameters
Patrick Barron
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-05
Add /Users/Me endpoint
crobibero
2020-10-29
Convert some code in UserManager to async
Patrick Barron
2020-09-25
Add Dto to ForgotPassword
cvium
2020-09-11
Merge pull request #4093 from crobibero/bad-route
Bond-009
2020-09-10
Merge pull request #4116 from cvium/add_known_proxies
Bond-009
2020-09-10
Standardize use of IsLocal and RemoteIp
cvium
2020-09-09
Remove nullable from required
crobibero
2020-09-06
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-17
Apply suggestions from code review
Matt Montgomery
2020-08-16
Apply suggestions from code review
ConfusedPolarBear
2020-08-16
Migrate to new API standard
Matt Montgomery
2020-08-10
Fix setting user policy
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-08-04
Remove leading slash from route attributes
crobibero
2020-08-03
fix merge conflicts
crobibero
2020-07-20
changes from merge
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-24
remove unused parameters
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-19
Use direct return instead of Ok()
David Ullmer
2020-06-18
Add request body models
David
2020-06-18
Add xml comments; Add status codes; Use return instead of exception
David
2020-06-17
[WIP] Move UserService to Jellyfin.Api
David