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
Ethan Lin
4c030700fb
Merge pull request #12 from janeczku/master
...
merge from janeczku/master
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
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