LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
GNU General Public License v3.0
386 stars 232 forks source link

fix(api): restrict resources seen by non-Admin users #378

Closed JohnVillalovos closed 2 months ago

JohnVillalovos commented 3 months ago

Previously API users could see all the resources, even if the user was not given permission to some of the resources.

Now non-Admin users will only see the resources that they have access to via their direct access or group access.