.. |
metadata_provider
|
Bugfixes load metadata
|
2022-01-07 12:40:03 +01:00 |
services
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
static
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
tasks
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
templates
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
translations
|
Merge remote-tracking branch 'fr/master'
|
2022-01-15 09:19:55 +01:00 |
__init__.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
about.py
|
Better version output in about page (exe file, pyPi, git commit string removed if empty)
|
2021-12-30 14:45:31 +01:00 |
admin.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
cache_buster.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
cli.py
|
Added variable to allow loading cover from localhost
|
2022-01-24 18:47:34 +01:00 |
comic.py
|
Update cover extraction with comicapi for webp files (fixes #2280)
|
2022-01-22 10:31:18 +01:00 |
config_sql.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
constants.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
converter.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
db.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
debug_info.py
|
Fix encoding errors on windows while downloading logbooks
|
2021-07-12 17:33:35 +02:00 |
dep_check.py
|
Handling of missing required dependency during dependency check
|
2021-11-06 21:17:48 +04:00 |
editbooks.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
epub.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
error_handler.py
|
Changed error page to display logout route in case of unconfigured
|
2021-05-28 13:56:07 +02:00 |
fb2.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
fs.py
|
Added series cover thumbnail generation. Better cache file handling.
|
2021-09-25 03:04:38 -05:00 |
gdrive.py
|
Catch more Gdrive errors (#2233)
|
2021-12-23 11:13:08 +01:00 |
gdriveutils.py
|
Renaming files on gdrive seem to work
|
2022-01-25 21:14:21 +01:00 |
helper.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
iso_language_names.py
|
Added dse to supported languages
|
2022-01-06 14:10:06 +01:00 |
isoLanguages.py
|
On master: Order of language count in /language (fixes #2200)
|
2021-12-01 21:38:43 +01:00 |
jinjia.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
kobo_auth.py
|
Kobo sync token is now also created if accessed from localhost(fixes #1990)
|
2022-01-24 18:47:34 +01:00 |
kobo_sync_status.py
|
Deleted book formats remove book from synced to kobo table
|
2022-01-24 18:47:34 +01:00 |
kobo.py
|
Merge branch 'master' into Develop
|
2022-01-23 17:51:54 +01:00 |
logger.py
|
Improved logging (right stacklevel on mail exceptions)
|
2021-12-30 14:45:31 +01:00 |
MyLoginManager.py
|
Fix for remote login
|
2021-10-10 10:26:01 +02:00 |
oauth_bb.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
oauth.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
opds.py
|
Fix #2265 (add book to shelf on popup for book details)
|
2022-01-17 17:46:57 +01:00 |
pagination.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
redirect.py
|
Remove python2 urllib imports
|
2021-12-30 14:45:31 +01:00 |
remotelogin.py
|
Unified translations
|
2021-05-16 09:37:45 +02:00 |
render_template.py
|
Unified translations
|
2021-05-16 09:37:45 +02:00 |
reverseproxy.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
schedule.py
|
Made long running tasks cancellable. Added cancel button to cancellable tasks in the task list. Added APP_MODE env variable for determining if the app is running in development, test, or production.
|
2021-09-29 02:40:12 -05:00 |
search_metadata.py
|
Fixed google scholar issues
|
2021-12-23 23:16:41 -05:00 |
server.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
shelf.py
|
Merge branch 'master' into Develop
|
2022-01-23 17:51:54 +01:00 |
subproc_wrapper.py
|
Code cleaning (remove python2)
|
2021-10-04 19:23:24 +02:00 |
ub.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
updater.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |
uploader.py
|
Show dependencies in about section from automatic dependency check
|
2021-11-06 20:58:51 +04:00 |
usermanagement.py
|
Bugfix arrange shelf
|
2021-10-06 22:06:33 +02:00 |
web.py
|
Merge branch Develop into thumbnails
|
2022-01-26 23:51:50 -06:00 |