- 11 Jan, 2020 2 commits
-
-
Ozzieisaacs authored
# Conflicts: # cps/db.py # cps/web.py
-
Ozzieisaacs authored
Removed domain only restriction (now it's also possible to allow/deny name parts of users email) Fix no. of displayed books in unread books section, with applied restrictions
-
- 08 Jan, 2020 1 commit
-
-
Ozzieisaacs authored
-
- 07 Jan, 2020 1 commit
-
-
Ozzieisaacs authored
Add migration of global matrue content settings to user based settings Fix Caliblur Theme (Publisherslist) Allow/deny list/edit/add/delete of tags and custom columns Colored table background for tags restriction
-
- 05 Jan, 2020 4 commits
-
-
Ozzieisaacs authored
-
Ozzieisaacs authored
Merge branch 'master' into Develop # Conflicts: # cps/editbooks.py
-
Ozzieisaacs authored
# Conflicts: # cps/editbooks.py
-
Ozzieisaacs authored
(Uploading books with applied language restriction leads no longer to error 500)
-
- 04 Jan, 2020 1 commit
-
-
Ozzieisaacs authored
# Conflicts: # cps/helper.py # cps/templates/user_edit.html # cps/web.py
-
- 02 Jan, 2020 2 commits
-
-
Ozzieisaacs authored
-
Ozzieisaacs authored
-
- 01 Jan, 2020 2 commits
-
-
Ozzieisaacs authored
-
Ozzieisaacs authored
Fix for #768 (If email server is configured, admins can send user passwords, also domains can be denied from registration) Fixes from tests Fix response opds with read/unread changed db_reconnect Changed output for error 500 (now including error message) Fix in task queue after 20 messages
-
- 31 Dec, 2019 1 commit
-
-
Ozzieisaacs authored
-
- 30 Dec, 2019 2 commits
-
-
Ozzieisaacs authored
-
Ozzieisaacs authored
-
- 29 Dec, 2019 1 commit
-
-
Ozzieisaacs authored
Fix for #768 (If email server is configured, admins can send user passwords, also domains can be denied from registration)
-
- 28 Dec, 2019 1 commit
-
-
Ozzieisaacs authored
-
- 24 Dec, 2019 1 commit
-
-
Ozzieisaacs authored
changed db_reconnect Changed output for error 500 (now including error message) Fix in task queue after 20 messages
-
- 22 Dec, 2019 7 commits
-
-
Michael Shavit authored
take unused parameters.
-
Michael Shavit authored
-
Michael Shavit authored
Reload database on every call to v1/library/sync. This fixes an issue where side-loaded books appear in the sync response with no download urls.
-
Michael Shavit authored
Fix /reconnect endpoint, which was broken by https://github.com/janeczku/calibre-web/commit/006e596c7221729c9a37b79037fa72bb88506492
-
Michael Shavit authored
functionanility is lost by overriding the api_endpoint setting. Requests are either: * Redirected to the Kobo Store * Proxied to the Kobo Store * Proxied to the Kobo Store and merged with results from CalibreWeb.
-
Ozzieisaacs authored
-
Ozzieisaacs authored
Improvement for #925 (Next/Prev buttons are bigger)
-
- 20 Dec, 2019 7 commits
-
-
Ozzieisaacs authored
# Conflicts: # cps.py # cps/kobo.py # cps/kobo_auth.py # cps/ub.py
-
Ozzieisaacs authored
-
Michael Shavit authored
have any formats supported by the device.
-
Michael Shavit authored
-
Michael Shavit authored
-
Michael Shavit authored
-
Michael Shavit authored
Instead, the user generates the api_endpoint url to set on their device by visiting http://.../kobo_auth/generate_auth_token. The generated url will contain a RemoteAuthorizationToken that will be included on all subsequent requests from the device to the kobo/ endpoints. (In contrast, the device is authenticated using a session cookie on requests to the download endpoint). Also use Flask.url_for to generate download urls.
-
- 17 Dec, 2019 1 commit
-
-
Ozzieisaacs authored
-
- 15 Dec, 2019 5 commits
-
-
Ozzieisaacs authored
-
Ozzieisaacs authored
Added forgot/reset password routine (#1098, #1063)
-
Ozzieisaacs authored
-
Ozzieisaacs authored
Added file formats and languages to opds feed
-
Ozzieisaacs authored
-
- 14 Dec, 2019 1 commit
-
-
Ozzieisaacs authored
-