843a93fe28
Updater fix for slow servers
2019-03-24 15:15:36 +01:00
8ab9365688
Prevent error 500 for cover of not exisiting book
2019-03-23 20:29:53 +01:00
169ace777a
Fixed infinite scroll for read and unread displays ( #855 )
2019-03-21 19:18:44 +01:00
ec2103a3d0
fixed a bug that affects allowing password change for users ( #854 )
2019-03-20 13:06:11 +01:00
8e8486497f
Restirct a user to a set of tags
2019-03-19 13:53:41 +00:00
e5593d9a7f
Integrated author in sorting functions
2019-03-16 21:14:01 +01:00
a360b1759a
Code cosmetics
...
bugfix import HttpError from pydrive
2019-03-16 17:20:14 +01:00
baf83b2f5a
Refactored generating download links
2019-03-16 16:23:40 +01:00
9c1b3f136f
Improved sorting for rated,random, hot books, read/unread book
2019-03-16 15:48:09 +01:00
a66873a9e2
Added file formats view
2019-03-11 18:42:30 +01:00
a0a15b4598
Fix max authors shown
2019-03-10 19:26:39 +01:00
4a33278596
Update ratings
2019-03-10 19:22:35 +01:00
6d2270d931
Fixes for Oauth
2019-03-10 12:54:32 +01:00
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
2019-03-10 08:31:10 +01:00
8612dce97c
Merge remote-tracking branch 'author/shorten-authors'
2019-03-09 20:14:16 +01:00
5b0a0e2139
Fix #835
2019-03-08 16:32:56 +01:00
9144a7ceb9
Fix for sqlalchemy 1.3
2019-03-08 16:29:12 +01:00
feb6a71f95
Fix uncompressed cbz files
...
merge from master -> file extension limitation
2019-03-05 20:59:30 +01:00
f483ca3214
Code cosmetics
...
Bugfix uploadprogress
Bugfix mature content
Reenable read and unread feature
2019-03-05 17:34:51 +01:00
0be17ed157
Refactored sidebar (some parts are missing)
2019-03-04 19:34:29 +01:00
6269a83c3d
Fix mismerge user logon with python3 in opds feed
2019-03-03 20:51:19 +01:00
f0de822ce7
Start refactor sidebar and view settings sidebar
2019-03-03 19:42:17 +01:00
fb23db57b4
Added filtering of authors, series, categories, publishers
2019-03-03 15:37:53 +01:00
11b770b3fb
Fix for #830
...
Fix user with umlauts
2019-03-03 08:41:50 +01:00
fda977b155
Fix for users with umlauts
2019-03-03 08:38:36 +01:00
68a36597ab
Fix opds login on python3
2019-03-03 07:37:15 +01:00
361a1243d7
Improvements #828
2019-02-27 19:30:13 +01:00
e5bc1ae020
Add new database field for storing max_authors
2019-02-25 19:21:49 +01:00
eef4787b79
Merge remote-tracking branch 'github/patch-1' into Develop
...
Oauth is optional again
2019-02-24 19:34:57 +01:00
f6fbe2e135
Fix #766
...
Update pdf upload
Translation of uploadprogress dialog
2019-02-24 19:23:51 +01:00
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
2019-02-24 10:39:37 +01:00
1a7052b287
Update pdf upload
...
Translation of uploadprogress dialog
2019-02-23 14:26:02 +01:00
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.
2019-02-22 12:24:51 -05:00
ae7c4908f9
Fix #767
2019-02-20 18:04:55 +01:00
2505f0c1e4
Merge remote-tracking branch 'filename/patch-1'
...
Fixes for Google Drive
2019-02-18 20:52:58 +01:00
3d5d95904a
Oauth working somehow (?)
2019-02-17 19:10:16 +01:00
a0be02e687
Ldap working
2019-02-17 09:09:20 +01:00
56826f67fc
progressbar during upload thanks to jim3ma
2019-02-16 10:05:51 +01:00
4230226716
Link fixes
...
Fixes reader button visible in detail view
Fix formats to convert (added htmlz)
Fix logger in updater
Added request "v3" of github api on update
Fix quotes parameter on external calls
E-Mail logger working more stable (also on python3)
Routing fixes
Change import in ub
2019-02-16 07:23:36 +01:00
c1ef1bcd19
User and admin pages are working again
2019-02-09 21:26:17 +01:00
1fc4bc5204
Fix routes
...
Fix error page
2019-02-09 19:01:57 +01:00
f5235b1d4c
Uploader progress bar
...
Fixes imports and routes
Merge branch 'master' into Develop
Finished routing
2019-02-09 18:46:41 +01:00
d6ee8f75e9
More refactoring
2019-02-08 20:12:16 +01:00
a00d93a2d9
Working again (basically)
2019-02-06 21:52:32 +01:00
561d40f8ff
Merge branch 'master' into Develop
2019-02-03 20:30:37 +01:00
6fc4b318e8
cover folders beautified
2019-02-03 20:29:16 +01:00
36229076f7
Refactor subprocess calls
2019-02-03 18:32:27 +01:00
7f34073955
Merge branch 'master' into Develop
...
# Conflicts:
# cps/web.py
# readme.md
2019-02-03 17:33:54 +01:00
ea98323c06
Fixes Google Drive
...
Improved user guidance for Google Drive
Improved Errorhandling for Google Drive
Update french translation
Added ukranian translation
Improvements on updater: calibre-web.log1, calibre-web.log2, gdrive_credentials, settings.yaml, gdrive.db, .git are no longer deleted upon update
2019-02-03 16:38:27 +01:00
80582573f5
Merge remote-tracking branch 'oauth/oauth' into Develop
...
# Conflicts:
# cps/templates/config_edit.html
# cps/ub.py
# cps/web.py
2019-01-27 11:22:22 +01:00