Commit Graph

84 Commits (0bb0cbaef02f65f058d782a14faadbf88d851f2b)

Author SHA1 Message Date
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 ecedf92783 Update version
Make custom columns visible ()
Ozzieisaacs 4552208c02 Fix
Ozzieisaacs f6fbe2e135 Fix
Update pdf upload
Translation of uploadprogress dialog
Ozzieisaacs 6fc4b318e8 cover folders beautified
Matt aa27e0e476 Revert "Update ID of button from sendbtn2 to sendbtn"
This reverts commit a9277da85a.
Ozzieisaacs f4977c3767 Merge remote-tracking branch 'theme/master'
hexeth a9277da85a
Update ID of button from sendbtn2 to sendbtn
The ID of this button is currently `sendbtn` if the condition is true, but `sendbtn2` when false. Propose renaming both to `sendbtn` as neither button will appear in the template at the same time. This will assist in caliBlur more easily targeting both states.
Ozzieisaacs 32568c9009 Update testing
Update custom columns unicode enums
hexeth eb1c87fbae Patch 4 ()
* Target new class 

Target new class for caliblur language support

* Move publishing date into div

Places publishing date in new div to assist caliBlur in targeting this element. This PR does not create any visual difference on the default theme.

* Target newly created div
Ozzieisaacs 863b77a5d7 Fix
Fixing for send to kindle after uploading
codecleaning
Ozzieisaacs dfa17956c9 Merge remote-tracking branch 'bbb/295---Send-AZW-to-Kindle'
Changed function for 295, azw3 is preferred format for sending to kindle
Ozzieisaacs 6ec9bc9e5c Bugfix Publisher (upper/lower case, remove publisher, publisher visibility on new users)
404 messages on non existing categorys, languages, series
Updated Testresult
Ozzie Isaacs 7253f583cf Fix
Improved testablility
Added feedback for book_edit -> stay on edit page
OzzieIsaacs 40cc25de7a Merge remote-tracking branch 'bbb/621'
Fixes after testing
bodybybuddha 5d34fd7fec Send to Kindle button precheck added
Based on existing book formats and which converter (if any) determine if button can be seen.
Virgil Grigoras 5129bc3601 Add entry for publishers to the left menu (+ setting for showing / hiding) + separate publisher page
OzzieIsaacs ba7c734657 Fixes from testing:
Certificate files are rejected if not both files are provided
Server shuts down controlled after pressing crtl+c
Logfile location is better checked
improvements for better testing (added ids and name in templates)
OzzieIsaacs 3a9a59b751 Fix
OzzieIsaacs 8896b3c5d2 Requests from
Mingyue Gao c6f568534f fix(template): download book with capital ext by kindle's browser
OzzieIsaacs 21c2ee4d63 Fix for
OzzieIsaacs 5809acfa9e anonymous user now have always the right to read books (as any other user, too)
(Fix  )
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
OzzieIsaacs 0512e5a940 Fix
OzzieIsaacs c56a02bab6 Fix
Jonathan Rehm 8171943b8e Update to ES5 standards
Also fix ESLint issues
Jonathan Rehm c86fa268c2 Fix/remove duplicate id's
Jonathan Rehm 5162e2eed7 Add img alt attributes
OzzieIsaacs cb5f196f4b Merge remote-tracking branch 'adv/modal-details'
# Conflicts:
#	cps/static/js/main.js
#	cps/templates/detail.html
Jonathan Rehm 693c26c2b3 Attach events to button toolbar
Since this is closer to the elements, we can be more sure that we won't have events fire when we don't want them to. For example, if we're viewing the page in a modal, we don't want the event handler living longer than the content itself.
Jonathan Rehm 5c3a5b6c39 Use ajax to add/remove books from shelves
Gracefully fall back to standard requests if JavaScript is disabled
OzzieIsaacs 979bcdffd4 Bugfix non working download links
Bugfix missing divider in detail page
Jonathan Rehm 649579eccd Move jquery.form to layout.html
This prevents it from getting loaded each time the details are viewed in a modal dialog.
Jonathan Rehm 675e8dd5cd Show book details in modal dialog
With them shown in a modal, you don't lose your place in the pagination. If the request comes via Ajax, the minimal layout is used. If via a normal request, the full layout is used. That lets you open the details in a new tab and have the full experience, but if you're clicking through the results of a search, you can view many without losing your place.
OzzieIsaacs 254e1f5262 Merge remote-tracking branch 'button_padding/simplify-read-code'
# Conflicts:
#	cps/static/css/style.css
OzzieIsaacs 4f08608d75 Move download button to top of detail page ()
OzzieIsaacs b876a03f26 - Changed link color on download button to white
- removed file icons on download button
- removed shadow style on download button
Jonathan Rehm 4fe1536b7e Simplify the read functionality's code
* Use block label to toggle the checkbox
* Submit form when checkbox's value changes (regardless of whether mouse is used or not)
* Remove unused code
林檎 45eeb6588a Change Download Style.
OzzieIsaacs 7c6d527a55 Code cosmetics
Jack Darlington 06a4af44cc Merge branch 'master' into develop
# Conflicts:
#	cps/web.py
OzzieIsaacs a87fab8774 - Smaller cover picturees on small devices
- filename for download with underscore
Jack Darlington ff89d9c20d Merge branch 'master' into develop
Jack Darlington 7d31abf920 added jquery.form.js to project locally
Jack Darlington 537977e497 Changed “have read” to checkbox
林檎 045419e880 Fix
For WebUI only
OPDS remains previous behaviour
Jack Darlington b6da3c3153 Fix for read/unread for anonymous users
Jack Darlington d9c48a6203 Merge branch 'master' into develop
# Conflicts:
#	cps/db.py
#	cps/web.py
OzzieIsaacs 00763d6e4c Read book is now tied to the right downlolad books for guest users (fixes )