Commit Graph

1098 Commits (7c69589c5bdfaffde13ff10ea77213912f4b5dab)

Author SHA1 Message Date
Ozzieisaacs 7c69589c5b Code cosmetics unrar.js 5 years ago
Ozzieisaacs 149e9b4bd4 Code cosmetis unrar 5 years ago
Ozzieisaacs a360b1759a Code cosmetics
bugfix import HttpError from pydrive
5 years ago
Ozzieisaacs 765b817384 Refactored shelf.py and editbooks.py 5 years ago
Ozzieisaacs baf83b2f5a Refactored generating download links 5 years ago
Ozzieisaacs 9c1b3f136f Improved sorting for rated,random, hot books, read/unread book 5 years ago
Ozzieisaacs a66873a9e2 Added file formats view 5 years ago
Ozzieisaacs 4a33278596 Update ratings 5 years ago
Ozzieisaacs 6d2270d931 Fixes for Oauth 5 years ago
Ozzieisaacs 1db1c2e7df Enabling LDAP working again
LDAP/Github oauth and Google oauth no credentials/parameters are rejected now
5 years ago
Ozzieisaacs da3fcb9a72 Merge branch 'master' into Develop
# Conflicts:
#	cps/book_formats.py
#	cps/static/css/style.css
#	cps/static/js/uploadprogress.js
#	cps/templates/author.html
#	cps/templates/detail.html
#	cps/templates/discover.html
#	cps/templates/index.html
#	cps/templates/layout.html
#	cps/templates/osd.xml
#	cps/templates/search.html
#	cps/templates/shelf.html
#	cps/translations/de/LC_MESSAGES/messages.mo
#	cps/translations/de/LC_MESSAGES/messages.po
#	cps/web.py
#	messages.pot
5 years ago
Ozzieisaacs 76d40411dd Translation updated 5 years ago
Ozzieisaacs 8612dce97c Merge remote-tracking branch 'author/shorten-authors' 5 years ago
Ozzieisaacs 0b0e62fdf2 Merge remote-tracking branch 'dialog/master'
Fix for #833
5 years ago
Ozzieisaacs 6f80a63ca6 Fix for #827 5 years ago
Andrew Sullivan 3dfc2f2580 fixing issue #833 5 years ago
Ozzieisaacs 5b0a0e2139 Fix #835 5 years ago
Ozzieisaacs 9144a7ceb9 Fix for sqlalchemy 1.3 5 years ago
Ozzieisaacs 6f0b3bbda0 Fix for #812 5 years ago
Ozzieisaacs feb6a71f95 Fix uncompressed cbz files
merge from master -> file extension limitation
5 years ago
Ozzieisaacs 1561a4abdf Comic improvments 5 years ago
Ozzieisaacs f483ca3214 Code cosmetics
Bugfix uploadprogress
Bugfix mature content
Reenable read and unread feature
5 years ago
Ozzieisaacs 466af21548 Code Cosmetics 5 years ago
Ozzieisaacs 0224d45961 Code cosmetics 5 years ago
Ozzieisaacs 0be17ed157 Refactored sidebar (some parts are missing) 5 years ago
Ozzieisaacs 6269a83c3d Fix mismerge user logon with python3 in opds feed 5 years ago
Ozzieisaacs f0de822ce7 Start refactor sidebar and view settings sidebar 5 years ago
Ozzieisaacs fb23db57b4 Added filtering of authors, series, categories, publishers 5 years ago
Ozzieisaacs 11b770b3fb Fix for #830
Fix user with umlauts
5 years ago
Ozzieisaacs fda977b155 Fix for users with umlauts 5 years ago
Ozzieisaacs 68a36597ab Fix opds login on python3 5 years ago
Ozzieisaacs fa276fd0d3 Add scrollbar to metadata load screen
Small UI improvements in metadata load screen
5 years ago
Ozzieisaacs de58d0a4d8 Merge remote-tracking branch 'metadata/Develop' into Develop
Update logger for updater
5 years ago
jianyun.zhao 54a006a420 [fix] Add a scroll bar to a long list of meta information 5 years ago
Ozzieisaacs 361a1243d7 Improvements #828 5 years ago
Ozzieisaacs 246d7673a9 Corrected file header with copyright information 5 years ago
Virgil Grigoras bd7b0175a1 Fix remaining shown by codacy 5 years ago
Virgil Grigoras f5cf62f209 Fix issues shown by codacy 5 years ago
Virgil Grigoras 15aa49e163 shorten authors in author / discover / index / search and shelf 5 years ago
Virgil Grigoras 3272b4ca1e configuration field for max_authors 5 years ago
Virgil Grigoras d3ed0317bb styling and javascript for hiding authors 5 years ago
Virgil Grigoras e5bc1ae020 Add new database field for storing max_authors 5 years ago
Ozzieisaacs eef4787b79 Merge remote-tracking branch 'github/patch-1' into Develop
Oauth is optional again
5 years ago
Ozzieisaacs fad62a0909 translation update 5 years ago
Ozzieisaacs f6fbe2e135 Fix #766
Update pdf upload
Translation of uploadprogress dialog
5 years ago
Ozzieisaacs 1de3929988 Unicode 5 years ago
Ozzieisaacs cc3088c52f Merge branch 'master' into Develop
# Conflicts:
#	cps/book_formats.py
#	cps/static/js/libs/bootstrap.min.js
#	cps/templates/detail.html
#	cps/templates/layout.html
#	cps/web.py

Improvement updater (up to 100 releases are loaded at once)
Fix oauth pathes
Fix oauth without registering
5 years ago
Ozzieisaacs 0facb8fffa Fix #766 5 years ago
Ozzieisaacs 1a7052b287 Update pdf upload
Translation of uploadprogress dialog
5 years ago
AngelByDay 38307ececb
Force namespace resolution of imports
The current import for some local modules causes errors when those already exist in site-packages on the target system.
Namely "import db" is ambiguous and may cause errors due to loading of the 'db' PyPI package instead of the module.
5 years ago