Commit Graph

690 Commits (62f7674761b6503cfd65040536c4bd986ffdc653)

Author SHA1 Message Date
OzzieIsaacs af8d908bba Fix #371, #372 7 years ago
OzzieIsaacs ae1e7c57d5 Update french translation 7 years ago
Yamakuni f5e1b38e63 French translation correction 7 years ago
unknown b4bd7507b6 Merge branch 'master' of git://github.com/janeczku/calibre-web 7 years ago
unknown 674baad49e lowercasing the input 7 years ago
unknown 4a04ec898e case-insensitive search for non-ASCII - improved 7 years ago
unknown d2ea3a6c19 case-insensitive search for non-ASCII 7 years ago
OzzieIsaacs 9182d89128 # Fix 361 7 years ago
Cory Sitko 5e4c8c6c65 fixed is_authenticated check 7 years ago
Cory Sitko 8fd67fb1fc UserBase methods should be properties not classmethods 7 years ago
Cory Sitko cc758517e7 updated login_required_if_no_ano to correct switch anonymous on/off when changed in admin 7 years ago
Cory Sitko 7ade2ecd35 make is_active, is_authenticated, and is_anonymous properties on the Anonymous class so that the login_required decorator will work correctly and disable anonymous browsing 7 years ago
OzzieIsaacs 366bf9739b Fix for #360 and guest accounts 7 years ago
OzzieIsaacs 1eb10be253 Code cosmetics comic reader 7 years ago
OzzieIsaacs 90729de87f Fix #354
Fix #355
Fix #353
Fix #352
Fix #351
7 years ago
unknown 6855deceef added corresponding content-type for a downloaded book, otherwise default text/html is used 7 years ago
unknown 0f0c6dde09 changed application/xml to application/atom+xml 7 years ago
unknown 1ada1704b0 excluded read/unread when exposing the catalog to an anonymous user 7 years ago
unknown 3c9f8b151d added check for anonymous session in read_books, otherwise current_user.id is not defined 7 years ago
unknown d336f9faa6 fixed OPDS templates 7 years ago
unknown 7ddfa1881b added FB2 mime type 7 years ago
unknown 70d093b193 unicode gave an NameError with python3 7 years ago
Jonathan Rehm 56c71dd4bf Disable bookmarking when anonymous users are reading 7 years ago
OzzieIsaacs 0512e5a940 Fix #342 7 years ago
OzzieIsaacs c56a02bab6 Fix #339 7 years ago
OzzieIsaacs 031a175474 Fix Comic reader 7 years ago
Andriy Zasypkin 442fb23b18
python3 compatibility 7 years ago
OzzieIsaacs 2302db4e06 Merge remote-tracking branch 'adv/fix-douban-rating' 7 years ago
OzzieIsaacs 299cf82921 Merge remote-tracking branch 'translation/master'
# Conflicts:
#	cps/translations/fr/LC_MESSAGES/messages.mo
#	cps/translations/fr/LC_MESSAGES/messages.po
7 years ago
Yamakuni 85ec9cba1f New correction of translation 7 years ago
OzzieIsaacs a6dfcedfdb Code cosmetics 7 years ago
OzzieIsaacs 0405cec4ac Code cosmetics
Bugfix "Error load settings"
7 years ago
OzzieIsaacs 378a0ca662 Merge remote-tracking branch 'adv/bookmarks' 7 years ago
OzzieIsaacs 2a78a02e0b Code cosmetics 7 years ago
OzzieIsaacs 34e9ef35f5 Code cosmetics 7 years ago
OzzieIsaacs a159bb0b97 Code Csmetics kthoom integration 7 years ago
OzzieIsaacs 5b9b36f997 Code cosmetics 7 years ago
OzzieIsaacs 85068d75bf Update comic reader 7 years ago
OzzieIsaacs fe4d11fea8 Basi comic reader implementation for cbr, cbz, cbt files based on kthoom (#63, #126) 7 years ago
OzzieIsaacs 4582aebec1 Bugfix gdriveutils 7 years ago
OzzieIsaacs b6b73d39c2 Fix #329
Code cosmetics
7 years ago
OzzieIsaacs b6f06658a2 Merge remote-tracking branch 'ipv6/ipv4only' 7 years ago
OzzieIsaacs dfd3b40865 Fix #325 7 years ago
OzzieIsaacs bde92113d4 Bugfix Datepicker 7 years ago
OzzieIsaacs f87800d11c Merge remote-tracking branch 'meta/upload_new_format_of_existing_book' 7 years ago
OzzieIsaacs 7acf4d40a4 Merge remote-tracking branch 'adv/escape-filename' 7 years ago
OzzieIsaacs 2ef6dc30bd Added italian translation 7 years ago
OzzieIsaacs abadaa3f1d Merge remote-tracking branch 'l/master' 7 years ago
OzzieIsaacs b30a73c505 Merge remote-tracking branch 'adv/def-variables' 7 years ago
OzzieIsaacs af0cefa4ac Update translations 7 years ago
OzzieIsaacs e26c8a1e46 Merge remote-tracking branch 'd/patch-1' 7 years ago
OzzieIsaacs 5e370fb4b3 Merge remote-tracking branch 'y/master' 7 years ago
Yamakuni f147c072c6 French translation
Add and correct
7 years ago
Wouter Dijk c048a96e07 Updated Dutch translations
I've added some missing translations and edit some faulty ones. Not finished yet, will continue later on! ;-)
7 years ago
Ainsley Pereira 993c56d021 Fix syntax error 7 years ago
Ainsley Pereira 1ce6893fa8 Exception isn't thrown until we call serve_forever, so that must be in the try block 7 years ago
Ainsley Pereira b8b88183c3 Use IPv4-only WSGI start up as a fallback only when the IPv6/IPv4 one didn't work 7 years ago
Ainsley Pereira a75c393922 Merge remote-tracking branch 'upstream/master' 7 years ago
Jonathan Rehm 29f21b148b Translate 10-based rating to 5-based 7 years ago
Jonathan Rehm e806494b54 Ensure variables exist before they're used 7 years ago
kyos 8937599ba7 Fixed codacy code control 7 years ago
kyos cbf2bb450d Fixed issue calculating filesize of the uploaded book 7 years ago
kyos be15f3781f Fixed issue reported by Jkrehm to prevent filesize to fail 7 years ago
kyos 3366aae6c7 Merge remote-tracking branch 'origin/upload_new_format_of_existing_book' into upload_new_format_of_existing_book
# Conflicts:
#	cps/static/css/style.css
7 years ago
kyos e5b4bed01c Fixed codacy requirements 7 years ago
kyos 9086f4e0e7 Added option to upload a new format to a given book 7 years ago
Jonathan Rehm a4f81dd812 Do not include empty strings in list of bookmarks 7 years ago
OzzieIsaacs c9f36a4d1a Merge remote-tracking branch 'adv/bookmarks' 7 years ago
Torben Mohrfeldt 94f8cc247c Reflect title in the logo 7 years ago
OzzieIsaacs b6b5313f2d Fix for #315 7 years ago
teflontoni 4527693fe3 Move "Show mature content" Checkbox
In order to make the option safe and sane we move the corresponding checkbox to the settings that need administrator privileges.
7 years ago
Louis Jencka b3217496d1 Add progress bar to upload form 7 years ago
OzzieIsaacs 81219663fe Update translation 7 years ago
OzzieIsaacs c959a1ccc6 Merge remote-tracking branch 'iss/typo' 7 years ago
OzzieIsaacs f860694487 Merge remote-tracking branch 'adv/goodreads-more-by' 7 years ago
OzzieIsaacs 429f4a11a9 Merge remote-tracking branch 'adv/es5-syntax' 7 years ago
OzzieIsaacs 5ee1950828 Merge remote-tracking branch 'adv/sqlalchemy-bool' 7 years ago
Jonathan Rehm 58abc1d024 Fuzzy match book titles to eliminate duplicates
Titles with a Levenshtein ratio of 70% or greater are considered duplicates.
7 years ago
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.
7 years ago
Jonathan Rehm 6b8de017ab Use SQLAlchemy boolean
Seems to make a difference sometimes.

Ref #300
7 years ago
Jonathan Rehm 282837c7c5 Use ES5 syntax 7 years ago
Jonathan Rehm 8e1cfa1cbf Re-apply `db_filter`
Accidentally removed when the language and content filters were moved to `common_filters`.
7 years ago
Ivan Smirnov 12c98157d5 fix typo:: diffrent -> different 7 years ago
OzzieIsaacs a8b53ab38a Merge remote-tracking branch 'adv/common-filters' 7 years ago
OzzieIsaacs 62f6bb4e64 Remove In author marker on authors page 7 years ago
OzzieIsaacs d5e1dba0fe Merge remote-tracking branch 'adv/goodreads-more-by' 7 years ago
Jonathan Rehm 3213bf50b3 Move common filters into function
Instead of duplicating functionality across lots of functions, combine it into one common function. It makes reading and modifying it much easier.
7 years ago
Jonathan Rehm 374b5f4c6e Save ePub bookmarks to database
Save ePub bookmark to database. Also use library's built-in restore feature to restore all information from localStorage.
7 years ago
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.
7 years ago
OzzieIsaacs 193605df4a Fix for #286 7 years ago
OzzieIsaacs cf5e2f7cd1 search button is displayed in moon reader (#283), search result is not displayed 7 years ago
OzzieIsaacs f6425a6569 Merge remote-tracking branch 'adv/cache-buster' 7 years ago
Jonathan Rehm cda733f4a4 Escape special characters in file names
Follows Calibre's convention of using underscores as replacements
7 years ago
Jonathan Rehm 8cbd6a8431 Do not append query string if file_hash is not found 7 years ago
Jonathan Rehm 13c2a53c0f Fix issues with Windows path separators 7 years ago
OzzieIsaacs 6b1f3aa531 Merge remote-tracking branch 'adv/cache-buster' 7 years ago
marblepebble 97f573c41a Set ipv4 address explicitly for docker usage 7 years ago
OzzieIsaacs bd02c92162 Merge remote-tracking branch 'adv/get-meta-data' 7 years ago
OzzieIsaacs e3d416db4c Merge remote-tracking branch 'adv/cover-upload' 7 years ago
Jonathan Rehm 866f7944eb Meta data improvements
* Add buttons to show/hide results from Douban & Google
* Trigger search with "Enter" key
* Use Underscore.js template instead of build HTML strings in JavaScript
* Keep click event handler in JavaScript instead of using HTML's `onclick`
* Normalize Douban & Google results
* Update cover image & add cover URL to the form input
7 years ago