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
2025-03-25
WIP fixed namespaces
JPVenson
2025-02-19
Reverted Comparison code for name check
JPVenson
2025-01-29
Changed UserName to non-deterministic field
JPVenson
2025-01-26
Prepared Seperation of Database components for future multi provider support
JPVenson
2024-08-30
Remove passwordSha1 param from AuthenticateUser function
Bond_009
2024-08-05
Change arguments AssertCanUpdateUser to take a user
Bond_009
2024-03-03
Move userId in API from route to optional query parameter (#11074)
Cody Robibero
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-07-31
Fix the is-local check when resetting the password
Jan Müller
2023-06-07
Merge branch 'master' into network-rewrite
Shadowghost
2023-05-26
use 403 instead to avoid compat issues with swagger spec
cvium
2023-05-26
chore: deprecate EasyPassword as it isn't very secure
cvium
2023-05-09
Merge branch 'master' into network-rewrite
Shadowghost
2023-03-17
Apply review suggestions
Shadowghost
2023-03-10
Fix playlist creation and removal
Shadowghost
2023-02-17
Consistently write IP in upercase
Shadowghost
2023-02-12
Merge branch 'master' into simplify_authz
cvium
2023-02-09
refactor: simplify authz
cvium
2023-02-04
Return NotFound when itemId isn't found
Bond_009
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-02-02
fix: require current password when admin changes their own password (#9238)
Claus Vium
2022-12-19
Deprecate user id based authentication endpoint
Niels van Velzen
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix Release build
cvium
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-08-15
Fix various typos
luz paz
2022-07-20
Backport pull request #8013 from jellyfin/release-10.8.z
Joshua Boniface
2022-02-21
Optimize Guid comparisons
Bond_009
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
[next]