1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-18 00:57:39 +00:00

Attention flask-httpAuth is additionally needed to run calibre-web

Updated pdf.js viewer
Refactored login routine (#2623)
This commit is contained in:
Ozzie Isaacs
2024-07-18 20:42:25 +02:00
43 changed files with 2748 additions and 1016 deletions

View File

@@ -34,7 +34,7 @@ from flask import send_from_directory, make_response, abort, url_for, Response
from flask_babel import gettext as _
from flask_babel import lazy_gettext as N_
from flask_babel import get_locale
from flask_login import current_user
from .cw_login import current_user
from sqlalchemy.sql.expression import true, false, and_, or_, text, func
from sqlalchemy.exc import InvalidRequestError, OperationalError
from werkzeug.datastructures import Headers