stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
851 stars 33 forks source link

Relax permissions where applicable #248

Open aaronleopold opened 5 months ago

aaronleopold commented 5 months ago

There are a decent amount of API endpoints that have yet to be updated according to the user permissions system. These are still restricting to the server owner, only. For example, replacing a book thumbnail. This is functionality that can probably be granted to those with UserPermission::ManageLibrary.

This issue is just a reminder to, as I go through and develop other features, try and touch up any endpoints as I go.