Commit Graph

74 Commits (00ba231fbf4151b76738f296ab2a70315345b84a)

Author SHA1 Message Date
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 )
Jack Darlington 82d01c9001 Merge branch 'master' into develop
# Conflicts:
#	cps/web.py
OzzieIsaacs 7e19e1dd9d Added Publisher and search/advanced search/opds search for publisher
Jack Darlington d29d079d15 Now shows read in website, and can be toggled by clicking, two extra options in sidebar (read/unread books)
OzzieIsaacs 93b19165cf Added polish in readme to supported UI languages
Handling of missing tags in fb import
naming of path is more imitating calibre (replacement of special characters, "pinyining" of author names if unidecode is available )
Sorting of authors (similar to calibre for jr./sr./I..IV endings)
bugfix pathseparator on windows and linux during upload
bugfix os.rename for authordir
publishing date on detailview is formated according to slected locale
filename on downloading from web ui is now correct displayed
added ids to html for testing
OzzieIsaacs 861920af88 Pubdate is now showing up ()
Bugfix links in  detailview
OzzieIsaacs 176c7dce70 - Fix for
- Fix migration of shelf order
- fix show random books in detail view for authors and series
OzzieIsaacs 4eee58c21c Started migration of config to app database
OzzieIsaacs 93b020b77c Proper handling for non existing covers in calibre database
OzzieIsaacs 0107c52b66 Anonymous account now can also be configured like normal user (e.g. download permissions, change visibility of sidebar) ()
Search now working for calibre-companion (), download not working yet
metadata view 80% finished
OzzieIsaacs a8f7fde333 Bugfix PDF Reader with reverse proxy ()
Bugfix Txt Reader
Bugfix for loading covers with reverse proxy