Commit Graph

13 Commits (53be752787aef663cc606b57205275739f3401a6)

Author SHA1 Message Date
Ozzieisaacs e308a74dc2 Fix () Internal server error with Goodreads and no result for author name on Goodreads
Ozzieisaacs 4708347c16 Merge branch 'Develop'
# Conflicts:
#	MANIFEST.in
#	README.md
#	cps/helper.py
#	cps/static/js/archive/archive.js
#	cps/translations/nl/LC_MESSAGES/messages.mo
#	cps/translations/nl/LC_MESSAGES/messages.po
#	cps/ub.py
#	cps/updater.py
#	cps/web.py
#	cps/worker.py
#	optional-requirements.txt
Ozzieisaacs a0a15b4598 Fix max authors shown
Virgil Grigoras 15aa49e163 shorten authors in author / discover / index / search and shelf
Ozzieisaacs 6fc4b318e8 cover folders beautified
Chintogtokh Batbold 13883db5a0 Add anchor tags to titles
OzzieIsaacs c56a02bab6 Fix
Jonathan Rehm 53c687251e Show "More by" on author page
Uses Goodread's list of author's books, filtering out the books that are already in the user's library.

Requires the Goodreads dependency and API information.
OzzieIsaacs 62f6bb4e64 Remove In author marker on authors page
Jonathan Rehm a682c95ec1 Show "More by" on author page
Uses Goodread's list of author's books, filtering out the books that are already in the user's library.

Requires the Goodreads dependency and API information.
Jonathan Rehm 91ba0f0362 Resolve issues with unicode characters in author's name
I've been unable to reproduce the issue on macOS with Python 2.7/3.6 and Fedora with Python 2.7, but if it happens for others, then it's worth the change.
Jonathan Rehm 51bd2f89df Use dot notation
Jonathan Rehm fe68c8a7f8 Add support for displaying author information from Goodreads
Requires the "goodread" module (added to optional-requirements.txt) and an API key

Retrieves Goodreads author information and displays their photo and "about" text