Commit Graph

729 Commits

Author SHA1 Message Date
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
3683e4e7eb Merge remote-tracking branch 'ldap/master' into Develop 2019-01-27 11:18:08 +01:00
8ababf9f77 Merge remote-tracking branch 'simple_shelf/shelf-down' into Develop 2019-01-27 11:16:11 +01:00
5971194678 Merge remote-tracking branch 'audiobook/Branch_c27805b'
# Conflicts:
#	cps/templates/detail.html
#	cps/web.py
#	readme.md
2019-01-27 11:14:38 +01:00
e8ce88095e Fix viewing Publisher settings for other users
Fix Visiblilty of read/unread category
2019-01-26 19:06:54 +01:00
ec81a3cd92 Fix Authors page pagination
Update infinite scroll plugin
2019-01-25 21:58:19 +01:00
97064db2a4 Restart python3 fix, stop and restart python2 working again 2019-01-23 18:14:45 +01:00
341dd77b9d Bugfix Restart and Stop server on python3 2019-01-21 21:01:16 +01:00
836c6fd245 Updated translations
Added license texts in flies
2019-01-20 19:37:45 +01:00
bacb6fb561 New updater with default setting -> only stable releases #653 2019-01-20 17:46:26 +01:00
62574939b2 Fix #770 2019-01-19 16:48:04 +01:00
32568c9009 Update testing
Update custom columns unicode enums
2019-01-14 20:27:53 +01:00
d48cdcc789 Correct authentication in case LDAP not activated 2019-01-13 11:21:11 +01:00
d763168dec Merge branch 'master' of https://github.com/Krakinou/calibre-web 2019-01-13 11:04:32 +01:00
7ccc40cf5b Moving import LDAP
Correct optional-requirements-ldap.txt spelling
2019-01-13 11:02:03 +01:00
aafb267787 Merge branch 'master' into master 2019-01-12 23:46:59 +01:00
2e37c14d94 Clean some comment 2019-01-12 18:40:32 +01:00
91f0908059 insert into db
connect via LDAP config
2019-01-12 18:07:03 +01:00
f053508013 Fix #764 2019-01-11 22:24:48 +01:00
36030b559c Choosing Theme is now a global setting 2019-01-11 08:36:28 +01:00
30954cc27f Initial LDAP support 2019-01-10 23:51:01 +01:00
3b40c83314 Code cleaning
code cosmetics
deleted unused file caliBlur
fixed custom error page
2019-01-08 07:58:22 +01:00
fa4918a2db File renaming according to title and author (#654) - gdrive is missing 2019-01-06 15:00:34 +01:00
98134616b6 Fix #661 (authors are shown according to the authors sort order) 2019-01-06 14:16:52 +01:00
4dcac07582 Partly fixed #661: Right order of Authors is still not shown 2019-01-05 21:44:29 +01:00
7086c8d1bf Merge remote-tracking branch 'language_edit/master' 2019-01-03 20:52:46 +01:00
013f7bf53e Merge remote-tracking branch 'lang/patch-1' 2019-01-03 20:47:46 +01:00
5341910ea5 Deal gracefully with invalid Accept-Languages header
At the moment, calibre-web will raise an internal 500 error if an
invalid locale identifier is passed in through the `Accept-Language`
HTTP header (for a non-logged-in user).

This breaks some crappily-built OPDS feed readers, and there's no reason
to error out so severely. This commit just gracefully falls back to `en`
if it can't parse the locale identifier.

Fixes #743 among others.
2019-01-03 11:45:15 -05:00
9cfe1dce20 Fix #739 2018-12-30 14:25:03 +01:00
d0fd1a4601 Merged new caliblur theme
Fix for new users created
Fix for options to the calibre-converter
Only the first 300 chars are logged for the emailbody (spamming of logfile is prevented)
Added class to "Random" header
2018-12-27 10:53:19 +01:00
462cf20a34 Process all custom columns on editing 2018-12-24 13:05:47 -03:00
00ba231fbf fix adding an existing language to a book 2018-12-24 12:32:22 -03:00