PathagarBooks / pathagar

Pathagar is a simple bookserver serving OPDS feeds
GNU General Public License v2.0
101 stars 26 forks source link

Add a config to allow non logued users to add books #60

Closed godiard closed 9 years ago

godiard commented 9 years ago

A setting ALLOW_PUBLIC_ADD_BOOKS is added (by default False) If is True, non logued users can upload books. In the case of Pathagar instances running in school servers this allow the kids to upload books without need create users. Admins can edit/remove books if needed.