Cody Robibero
6e5ec99ea1
Move userId in API from route to optional query parameter ( #11074 )
...
* Move userId in API from route to optional query parameter
* Standardize UserViewsController
* Move userId to query in ImageController
* Move userId to query in ItemsController
* Move userId to query in PlaystateController
* Move userId to query in SuggestionsController
* Move userId from route to query in UserLibraryController
* Clean up routes
* Move userId to query in UserController
* fix bad merge
---------
Co-authored-by: Niels van Velzen <git@ndat.nl>
8 months ago
Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
10 months ago
Patrick Barron
de0241e975
Move API policies to MediaBrowser.Common
12 months ago
Jan Müller
dd75f35a1a
Fix the is-local check when resetting the password
...
This fixes the check whether a warning should be logged when resetting
the password from outside the local network.
Fixes : #10059
1 year ago
Shadowghost
006b04dc0b
Merge branch 'master' into network-rewrite
1 year ago
cvium
b33f46560d
use 403 instead to avoid compat issues with swagger spec
1 year ago
cvium
716bcc6410
chore: deprecate EasyPassword as it isn't very secure
1 year ago
Shadowghost
6cc1203c1b
Merge branch 'master' into network-rewrite
2 years ago
Shadowghost
82080bd1ef
Apply review suggestions
2 years ago
Shadowghost
76ae599bd3
Fix playlist creation and removal
2 years ago
Shadowghost
20fd05b050
Consistently write IP in upercase
2 years ago
cvium
52e2776d8e
Merge branch 'master' into simplify_authz
...
# Conflicts:
# Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
2 years ago
cvium
209edd38a4
refactor: simplify authz
2 years ago
Bond_009
52230d1c30
Return NotFound when itemId isn't found
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Claus Vium
e79f5d8226
fix: require current password when admin changes their own password ( #9238 )
...
Fixes https://github.com/jellyfin/jellyfin/issues/9208
2 years ago
Niels van Velzen
479d477e01
Deprecate user id based authentication endpoint
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
cvium
6afc911043
fix Release build
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
luz paz
9ec2870b10
Fix various typos
...
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2 years ago
Joshua Boniface
b7206b4816
Backport pull request #8013 from jellyfin/release-10.8.z
...
Fix password change during parental control schedule
Authored-by: David Ullmer <davidullmer@outlook.de>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 84a1674f39
2 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
crobibero
397868be95
Fix issues with QuickConnect and AuthenticationDb
3 years ago
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
4 years ago
crobibero
856819e58f
Don't use obsolete Password property
4 years ago
David
19e4ef82dd
Remove conversion from IPAddress to string to IPAddress
4 years ago
David Ullmer
07f1a2c2dc
Update Jellyfin.Api/Controllers/UserController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
David
eb0ff0c370
Fix forgot password pin request
4 years ago
crobibero
77b417e41e
Mark non-nullable body as null
4 years ago
Bond-009
04ba59ab40
Merge pull request #4766 from barronpm/usermanager-async
...
Convert DeleteUser to async
4 years ago
Patrick Barron
76f61eb0d6
Convert DeleteUser to async
4 years ago
Claus Vium
80ff564143
Merge pull request #4722 from crobibero/forbid
...
Fix API forbidden response
4 years ago
Claus Vium
4c199ac9a5
Merge pull request #4711 from barronpm/api-fixes
...
Add required attributes to parameters
4 years ago
crobibero
5150598c6d
Fix API forbidden response
4 years ago
Patrick Barron
391870ebae
Add required attributes to parameters
4 years ago
Bond_009
f5973d57e8
Remove UTF8 bom from some files
4 years ago
crobibero
3756611d01
Add /Users/Me endpoint
4 years ago
Patrick Barron
72263613d0
Convert some code in UserManager to async
4 years ago
cvium
fed58a0327
Add Dto to ForgotPassword
4 years ago
Bond-009
1d633aac0a
Merge pull request #4093 from crobibero/bad-route
...
Fix api routes
4 years ago
Bond-009
4447589460
Merge pull request #4116 from cvium/add_known_proxies
...
Add Known Proxies to system configuration
4 years ago
cvium
7576824cee
Standardize use of IsLocal and RemoteIp
4 years ago
crobibero
63ebae2f9e
Remove nullable from required
4 years ago
crobibero
eab92a0b01
Merge remote-tracking branch 'upstream/master' into api-stream-return
4 years ago
crobibero
29fc882037
merge all attributes
4 years ago
crobibero
59d47ec3f5
Make all FromRoute required
4 years ago
crobibero
2f33bee2a9
Set openapi schema type to file where possible
4 years ago
Matt Montgomery
5f1a863241
Apply suggestions from code review
4 years ago