calibre-web/cps
Marvel Renju 76b0505bd9 Change all "conn = engine.connect()" statements to "with engine.connect() as conn:" in ub.py
Changed all the statements in ub.py to use python context managers so that conn.close() is called automatically.  (https://docs.sqlalchemy.org/en/13/core/connections.html)
2020-08-10 03:42:36 +01:00
..
services Fix #1533 (Invalid LDAP Cert Path no longer crashes app) 2020-07-23 19:23:57 +02:00
static #1430 (changed color of rating stars) 2020-06-03 20:14:07 +02:00
templates Fix #1538 (Floating point numbers showing 2 decimals on details page 2020-07-23 19:31:48 +02:00
translations Update Gdrive integration (Error Handling on Callback and wording) 2020-07-21 18:01:38 +02:00
__init__.py
about.py
admin.py Prevent invalid variable 2020-06-28 09:48:05 +02:00
cache_buster.py
cli.py
comic.py Fix for #1474 (old comicapi with installed unrar, but missing unrar-lib) 2020-06-07 15:41:53 +02:00
config_sql.py Fix filenames (Escape "\") for searching calibre excecutable on windows 2020-08-09 15:11:54 +02:00
constants.py Fix #1397 (Reenabled m4a, m4b audio playback) 2020-06-08 21:50:11 +02:00
converter.py
db.py Enabled search for archived books 2020-05-27 19:19:17 +02:00
editbooks.py Revert the deletion of another line 2020-08-09 00:57:30 -04:00
epub.py Fix for errors editing/uploading books with duplicate tags/authors/language names 2020-06-22 19:11:58 +02:00
fb2.py
gdrive.py Update Gdrive integration (Error Handling on Callback and wording) 2020-07-21 18:01:38 +02:00
gdriveutils.py Update Gdrive integration (Error Handling on Callback and wording) 2020-07-21 18:01:38 +02:00
helper.py Fixes for windows (moving files not allowed -> Close pdf after metadata extracting, add os.path.normcase to path while renaming folders, as thi caused also trouble 2020-07-21 20:14:08 +02:00
iso_language_names.py
isoLanguages.py
jinjia.py
kobo_auth.py
kobo.py #1344 (Support Multiple authors, but not showing up on Kobo reader) 2020-07-05 20:54:36 +02:00
logger.py Merge branch 'Develop' 2020-05-25 21:30:21 +02:00
oauth_bb.py
oauth.py
opds.py
pagination.py
redirect.py
reverseproxy.py Fix kobo links for reverse proxies with subdomains (and docker?) #1470 2020-07-04 13:35:08 +02:00
server.py
shelf.py Catch some errors related to non writable settings db 2020-06-27 13:22:16 +02:00
subproc_wrapper.py
ub.py Change all "conn = engine.connect()" statements to "with engine.connect() as conn:" in ub.py 2020-08-10 03:42:36 +01:00
updater.py
uploader.py Fix #1531 (white background on transparent cover instead of black one) 2020-07-23 18:41:38 +02:00
web.py Fix #1500 (Custom ratings of increment 0.5 are allowed) 2020-07-05 14:35:57 +02:00
worker.py Fix for task wrap around 2020-06-28 13:44:21 +02:00