Ozzieisaacs
0f1db18eae
Simplified typeahead
6 years ago
Ozzieisaacs
6940bb9b88
Code improvement
6 years ago
Ozzieisaacs
07649d04a3
Fix updater
...
Update translations
Code cleaning updater
6 years ago
Ozzieisaacs
8923e71220
Remove debug logging
6 years ago
Ozzieisaacs
843a93fe28
Updater fix for slow servers
6 years ago
OzzieIsaacs
8ab9365688
Prevent error 500 for cover of not exisiting book
6 years ago
Chad Bergeron
169ace777a
Fixed infinite scroll for read and unread displays ( #855 )
6 years ago
Elifcan Cakmak
ec2103a3d0
fixed a bug that affects allowing password change for users ( #854 )
6 years ago
Ozzieisaacs
e5593d9a7f
Integrated author in sorting functions
6 years ago
Ozzieisaacs
a360b1759a
Code cosmetics
...
bugfix import HttpError from pydrive
6 years ago
Ozzieisaacs
baf83b2f5a
Refactored generating download links
6 years ago
Ozzieisaacs
9c1b3f136f
Improved sorting for rated,random, hot books, read/unread book
6 years ago
Ozzieisaacs
a66873a9e2
Added file formats view
6 years ago
Ozzieisaacs
a0a15b4598
Fix max authors shown
6 years ago
Ozzieisaacs
4a33278596
Update ratings
6 years ago
Ozzieisaacs
6d2270d931
Fixes for Oauth
6 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
6 years ago
Ozzieisaacs
8612dce97c
Merge remote-tracking branch 'author/shorten-authors'
6 years ago
Ozzieisaacs
5b0a0e2139
Fix #835
6 years ago
Ozzieisaacs
9144a7ceb9
Fix for sqlalchemy 1.3
6 years ago
Ozzieisaacs
feb6a71f95
Fix uncompressed cbz files
...
merge from master -> file extension limitation
6 years ago
Ozzieisaacs
f483ca3214
Code cosmetics
...
Bugfix uploadprogress
Bugfix mature content
Reenable read and unread feature
6 years ago
Ozzieisaacs
0be17ed157
Refactored sidebar (some parts are missing)
6 years ago
Ozzieisaacs
6269a83c3d
Fix mismerge user logon with python3 in opds feed
6 years ago
Ozzieisaacs
f0de822ce7
Start refactor sidebar and view settings sidebar
6 years ago
Ozzieisaacs
fb23db57b4
Added filtering of authors, series, categories, publishers
6 years ago
Ozzieisaacs
11b770b3fb
Fix for #830
...
Fix user with umlauts
6 years ago
Ozzieisaacs
fda977b155
Fix for users with umlauts
6 years ago
Ozzieisaacs
68a36597ab
Fix opds login on python3
6 years ago
Ozzieisaacs
361a1243d7
Improvements #828
6 years ago
Virgil Grigoras
e5bc1ae020
Add new database field for storing max_authors
6 years ago
Ozzieisaacs
eef4787b79
Merge remote-tracking branch 'github/patch-1' into Develop
...
Oauth is optional again
6 years ago
Ozzieisaacs
f6fbe2e135
Fix #766
...
Update pdf upload
Translation of uploadprogress dialog
6 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
6 years ago
Ozzieisaacs
1a7052b287
Update pdf upload
...
Translation of uploadprogress dialog
6 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.
6 years ago
Ozzieisaacs
ae7c4908f9
Fix #767
6 years ago
Ozzieisaacs
2505f0c1e4
Merge remote-tracking branch 'filename/patch-1'
...
Fixes for Google Drive
6 years ago
Ozzieisaacs
3d5d95904a
Oauth working somehow (?)
6 years ago
Ozzieisaacs
a0be02e687
Ldap working
6 years ago
Ozzieisaacs
56826f67fc
progressbar during upload thanks to jim3ma
6 years ago
Ozzieisaacs
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
6 years ago
Ozzieisaacs
c1ef1bcd19
User and admin pages are working again
6 years ago
Ozzieisaacs
1fc4bc5204
Fix routes
...
Fix error page
6 years ago
Ozzieisaacs
f5235b1d4c
Uploader progress bar
...
Fixes imports and routes
Merge branch 'master' into Develop
Finished routing
6 years ago
Ozzieisaacs
d6ee8f75e9
More refactoring
6 years ago
Ozzieisaacs
a00d93a2d9
Working again (basically)
6 years ago
Ozzieisaacs
561d40f8ff
Merge branch 'master' into Develop
6 years ago
Ozzieisaacs
6fc4b318e8
cover folders beautified
6 years ago
Ozzieisaacs
36229076f7
Refactor subprocess calls
6 years ago
Ozzieisaacs
7f34073955
Merge branch 'master' into Develop
...
# Conflicts:
# cps/web.py
# readme.md
6 years ago
Ozzieisaacs
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
6 years ago
Ozzieisaacs
80582573f5
Merge remote-tracking branch 'oauth/oauth' into Develop
...
# Conflicts:
# cps/templates/config_edit.html
# cps/ub.py
# cps/web.py
6 years ago
Ozzieisaacs
3683e4e7eb
Merge remote-tracking branch 'ldap/master' into Develop
6 years ago
Ozzieisaacs
8ababf9f77
Merge remote-tracking branch 'simple_shelf/shelf-down' into Develop
6 years ago
Ozzieisaacs
5971194678
Merge remote-tracking branch 'audiobook/Branch_c27805b'
...
# Conflicts:
# cps/templates/detail.html
# cps/web.py
# readme.md
6 years ago
Ozzieisaacs
e8ce88095e
Fix viewing Publisher settings for other users
...
Fix Visiblilty of read/unread category
6 years ago
Ozzieisaacs
ec81a3cd92
Fix Authors page pagination
...
Update infinite scroll plugin
6 years ago
Ozzieisaacs
97064db2a4
Restart python3 fix, stop and restart python2 working again
6 years ago
Ozzieisaacs
341dd77b9d
Bugfix Restart and Stop server on python3
6 years ago
Ozzieisaacs
836c6fd245
Updated translations
...
Added license texts in flies
6 years ago
Ozzieisaacs
bacb6fb561
New updater with default setting -> only stable releases #653
6 years ago
Ozzieisaacs
62574939b2
Fix #770
6 years ago
Ozzieisaacs
32568c9009
Update testing
...
Update custom columns unicode enums
6 years ago
Krakinou
d48cdcc789
Correct authentication in case LDAP not activated
6 years ago
Krakinou
d763168dec
Merge branch 'master' of https://github.com/Krakinou/calibre-web
6 years ago
Krakinou
7ccc40cf5b
Moving import LDAP
...
Correct optional-requirements-ldap.txt spelling
6 years ago
Krakinou
aafb267787
Merge branch 'master' into master
6 years ago
Krakinou
2e37c14d94
Clean some comment
6 years ago
Krakinou
91f0908059
insert into db
...
connect via LDAP config
6 years ago
Ozzieisaacs
f053508013
Fix #764
6 years ago
Ozzieisaacs
36030b559c
Choosing Theme is now a global setting
6 years ago
Krakinou
30954cc27f
Initial LDAP support
6 years ago
Ozzieisaacs
3b40c83314
Code cleaning
...
code cosmetics
deleted unused file caliBlur
fixed custom error page
6 years ago
Ozzieisaacs
fa4918a2db
File renaming according to title and author ( #654 ) - gdrive is missing
6 years ago
Ozzieisaacs
98134616b6
Fix #661 (authors are shown according to the authors sort order)
6 years ago
Ozzieisaacs
4dcac07582
Partly fixed #661 : Right order of Authors is still not shown
6 years ago
Ozzieisaacs
7086c8d1bf
Merge remote-tracking branch 'language_edit/master'
6 years ago
Ozzieisaacs
013f7bf53e
Merge remote-tracking branch 'lang/patch-1'
6 years ago
Adrian Petrescu
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.
6 years ago
Ozzieisaacs
9cfe1dce20
Fix #739
6 years ago
Ozzieisaacs
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
6 years ago
grunjol
462cf20a34
Process all custom columns on editing
6 years ago
grunjol
00ba231fbf
fix adding an existing language to a book
6 years ago
Ozzieisaacs
81e3afbcc4
Fix #714 (advanced search for ratings)
6 years ago
Ozzieisaacs
7526b0dcb4
Fix #623 , #715
6 years ago
Ozzieisaacs
863b77a5d7
Fix #711
...
Fixing for send to kindle after uploading
codecleaning
6 years ago
Ozzieisaacs
b78130e3b1
Merge remote-tracking branch '681/681-fix'
6 years ago
haseo
e1b6fa25e9
A better solution to #681
6 years ago
Ozzieisaacs
dfa17956c9
Merge remote-tracking branch 'bbb/295---Send-AZW-to-Kindle'
...
Changed function for 295, azw3 is preferred format for sending to kindle
6 years ago
Ozzieisaacs
2422f782de
Fix #701
6 years ago
Ozzieisaacs
07d7be176c
Merge remote-tracking branch 'lang/master'
6 years ago
dalin
947622800c
Update Simplified Chinese translation. Fix #681 in the case of Simplified Chinese.
6 years ago
Ozzieisaacs
399dffba5a
log file name in case of filename not found ( #691 )
6 years ago
Ozzieisaacs
89bddead35
Merge remote-tracking branch 'http_error/beautify-http-errors'
6 years ago
Ozzieisaacs
c3bec48bc7
Fix #617
...
Additional texts translated
6 years ago
Ozzieisaacs
c582a70498
Merge remote-tracking branch 'bbb/617'
6 years ago
Ozzieisaacs
0df35dcfea
Update Updater
6 years ago
Ozzieisaacs
cc7dcfb35a
Update Updater
...
Bugfix author in opds-feed
6 years ago
Ozzieisaacs
ee85492c7d
Fix #662
6 years ago