You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same restrictions to the users returned by api/v2 users and groups endpoints must be ported to api/v1's owners and profiles.
In particular, the logic implemented inside get_available_users
Notes
must be enforced for the api/v1 endpoints, taking care of not breaking existing legacy functionality (like people and groups pages, message boxes, etc.).
Specifications
GeoNode version: master 4.1.x
Installation type (vanilla, geonode-project): any
Installation method (manual, docker): any
Platform:
Additional details:
The text was updated successfully, but these errors were encountered:
#11321)
* [Fixes#11320] API V1 delivers information on users that shouldn't be visible
* Fix black and flake8
* Fix black and flake8
* Fix black and flake8
* Fix black and flake8
* [Fixes#11320] API V1 delivers information on users that shouldn't be visible
---------
Co-authored-by: Giovanni Allegri <[email protected]>
(cherry picked from commit c84f55e)
#11321) (#11384)
* [Fixes#11320] API V1 delivers information on users that shouldn't be visible
* Fix black and flake8
* Fix black and flake8
* Fix black and flake8
* Fix black and flake8
* [Fixes#11320] API V1 delivers information on users that shouldn't be visible
---------
Co-authored-by: Giovanni Allegri <[email protected]>
(cherry picked from commit c84f55e)
Co-authored-by: mattiagiupponi <[email protected]>
Expected Behavior
api/v1 works like api/v2
Actual Behavior
The same restrictions to the users returned by api/v2 users and groups endpoints must be ported to api/v1's owners and profiles.
In particular, the logic implemented inside get_available_users
Notes
must be enforced for the api/v1 endpoints, taking care of not breaking existing legacy functionality (like people and groups pages, message boxes, etc.).
Specifications
The text was updated successfully, but these errors were encountered: