Commit Graph

798 Commits (b4aede78bcaee1e95e4b7e524e5a0771b5e907de)
 

Author SHA1 Message Date
OzzieIsaacs 517f8d138e Changed readme 7 years ago
OzzieIsaacs 76e0da851a Merge remote-tracking branch 'adv/remove-vendor' 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 b494b6b62a Remove vendor directory from git
Directory will automatically get created when it's used as pip's target.
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
marblepebble 15895f4055 Specify ip4 address to bind to 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
OzzieIsaacs a1538e12e8 Bugfix typeahead on advanced serach page 7 years ago
OzzieIsaacs de112b0b05 Merge remote-tracking branch 'adv/eslint' 7 years ago
Jonathan Rehm a27848b351 Add static asset cache busting
Calculates MD5 hash of static assets on server start. These are appended to the file name's when url_for is used, telling browsers to download the latest version of the files, e.g. style.css?q=81cf0ee.

Inspired by https://github.com/ChrisTM/Flask-CacheBust but uses query strings instead of rewriting the path because fonts inside CSS files break when the path is rewritten.
7 years ago
Jonathan Rehm 08d0404e9c Add mature_content property to Anonymous class 7 years ago
Jonathan Rehm 8171943b8e Update to ES5 standards
Also fix ESLint issues
7 years ago
Jonathan Rehm 29e2658e53 Add eslint file
Attempts to pattern what has been in use by Codacy. Currently, it eliminates support for IE10 and below, and some aspects of our code eliminate IE11, leaving Edge as the only supported MS browser. I don't think this is intentional.
7 years ago
OzzieIsaacs 91cdb5f60f Merge remote-tracking branch 'Upper_case/master' 7 years ago
OzzieIsaacs 2f7177742d Update chinese translation 7 years ago
OzzieIsaacs dd6c928e2c Merge remote-tracking branch 'translation/master' 7 years ago
OzzieIsaacs fb8ce693f3 Bugfix mature content
Update german translation
7 years ago
OzzieIsaacs b596734c36 Merge remote-tracking branch 'adv/mature-content' 7 years ago
idalin 274d0f6577 update Chinese translations 7 years ago
idalin 2b27d6570f Merge branch 'janeczku-master' 7 years ago
idalin b5cca553b3 update Chinese translations 7 years ago
kyos 9a17a09cc7 Fixed codacy requirements 7 years ago
Ruben Herold 68e3867af3 fix books with uppercase extension 7 years ago
kyos aa4a5dc3ef Added option to upload a new format to a given book 7 years ago
Jonathan Rehm 6f797ba478 Check if JPEG via response content-type header instead of URL extension
That way we can use dynamic URLs, such as those returned by the "Get Metadata" request.
7 years ago
Jonathan Rehm aee8aad976 Add option to hide mature content from some users
Uses a configurable list of tags to denote what is mature and hides those books from the user
7 years ago
Carlos Clavero 8f5bc2a484 Merge pull request #9 from Kyosfonica/add_css_separation_for_tags_in_advance_search
Added a 5px separation for all input labels in advanced search
7 years ago
kyos e948844ea4 Added a 5px separation for all input labels in advanced search to improve readability 7 years ago
Carlos Clavero 1500e0f54f Merge pull request #8 from Kyosfonica/add_css_separation_for_tags_in_advance_search
Added a 5px separation for all input labels in advanced search
7 years ago
kyos b6f097f673 Added a 5px separation for all input labels in advanced search to improve readability 7 years ago
Carlos Clavero 5f78ec4e83 Merge pull request #7 from Kyosfonica/add_css_separation_for_tags_in_advance_search
Added a 5px separation for all input labels in advanced search
7 years ago
kyos 6048bf3c79 Added a 5px separation for all input labels in advanced search to improve readability 7 years ago
Carlos Clavero 80c021939e Merge pull request #6 from Kyosfonica/master
Update dev with latests changes from master
7 years ago
Carlos Clavero 5b2c18e704 Merge pull request #5 from janeczku/master
Update fork
7 years ago
kyos 51bc0e82a4 Added series and series_index metadata handler 7 years ago
Carlos Clavero dde3b9b0e7 Merge pull request #4 from Kyosfonica/epub_tags_metadata
Added tags metadata handler for epubs
7 years ago
kyos 4bba3558b7 Added tags metadata handler for epubs 7 years ago