Commit Graph

2304 Commits (0b97bbf8273f68ffd113b5a5a781a48dd0c7d0ac)

Author SHA1 Message Date
Ozzie Isaacs 0b97bbf827 Merge remote-tracking branch 'div_a/use-kobo-for-download-link' into master 4 years ago
Ozzie Isaacs d21d3c2ceb Merge remote-tracking branch 'div_a/use-btn-anchors' into master 4 years ago
Ozzie Isaacs c4225e29ed Updated pdf reader 4 years ago
Gavin Mogan c279055af4 Use the kobo auth'd version for download link when proxied -- Fixes #1908 4 years ago
Gavin Mogan 657cba042a Use btn classes on anchors not div so the entire button is clickable 4 years ago
Ozzie Isaacs f4ddac16f9 Improved error logging for #1905 4 years ago
Ozzie Isaacs 33bdc07f55 Fix for #1845 (ods not working in Moonreader an Librera)
Fix opds search with wrong parameter no longer causes error 500
4 years ago
Ozzie Isaacs 9c842f1895 Bugfixes pdf xmp parsing 4 years ago
Ozzie Isaacs b1b7ee65b4 Refactored advanced search 4 years ago
Ozzie Isaacs 6889456662 Merge remote-tracking branch 'adv_search/master' into master 4 years ago
Ozzie Isaacs 2760a7816d Fix metadata recognition fb2 files 4 years ago
Ozzie Isaacs 8f5c649d0f Updated dependency comicapi (removed pypdf2)
Updated dependency pyPDF2 ->pyPDF3
Fixed broken updater in case of http error
Bugfixes from testrun
Bugfix load cover for BasicMetadata
4 years ago
Ozzie Isaacs fcf9e7a1ef Upload pdf fixes:
Handle no title
Handle no author
Fix import of more than one language
Add missing pdf upload publisher handling
4 years ago
Ozzie Isaacs 2be7b6480a Merge remote-tracking branch 'pdf/XMP_Metadata3' into master 4 years ago
cbartondock f5ded86c02 removed extraneous logs 4 years ago
rra 8abfaf0ffd Parse XMP metadata in separate function, add exception, try multiple metadata formats 4 years ago
cbartondock d0671ec58c Merge branch 'master' of https://github.com/janeczku/calibre-web 4 years ago
cbartondock 1e40ffd1cc merge changes 4 years ago
Ozzie Isaacs 12ad7a6322 Suppress some errors 4 years ago
Ozzie Isaacs b75247ea3a Suppress some errors 4 years ago
Ozzie Isaacs 9a963bbe79 Refactored code
Testrun
4 years ago
Ozzie Isaacs 994bc8b0e4 Removed dropdown button on single file listen/read (Fix #1840) 4 years ago
Ozzie Isaacs 2451605033 Merge remote-tracking branch 'djvu/read-djvu' into master 4 years ago
Ozzie Isaacs 5cf5df68dc Merge remote-tracking branch 'cliblur/master' into master 4 years ago
Ozzie Isaacs dd32cc99ea Merge remote-tracking branch 'es/patch-1' into master 4 years ago
Ozzie Isaacs 79092dc8eb Merge remote-tracking branch 'it/patch-21' into master 4 years ago
Ozzie Isaacs 6229e4610a Updated teststatus and bugfix convert ebooks 4 years ago
Northguy bfe36d3f4a
change in color definition
Making color the same as in:
.container-fluid .book .meta .author, .container-fluid .book .meta .author > a {
    color: hsla(0, 0%, 100%, .45)
}
4 years ago
Northguy d42bf44fad
Added same color for series name and series number 4 years ago
rra 33e352819c Merge remote-tracking branch 'upstream/master' into XMP_Metadata3 4 years ago
Ozzie Isaacs 53ee0aaee1 Some functions refactored 4 years ago
Ozzie Isaacs 42707a19bd Code cosmetics 4 years ago
Ozzie Isaacs 8c751eb532 Some code cosmetics 4 years ago
Ozzie Isaacs 4df443e007 Some code cosmetics 4 years ago
Ozzie Isaacs f52fa41439 Fix restart server
Some code cosmetics
4 years ago
Ozzie Isaacs 9b80c84794 Some code cosmetics 4 years ago
Ozzie Isaacs 725fc658f8 Some code cosmetics 4 years ago
cbartondock 83474da7b5 fixed being able to click through dropdown in advanced search results 4 years ago
cbartondock 9146e5f287 fixed advanced search mass add to shelves in caliblur 4 years ago
cbartondock ff4502c63a Made shelf search user specific 4 years ago
cbartondock 9711bd8fe1 added actions boxes to drop downs 4 years ago
cbartondock 05139e53be advanced shelf search is working 4 years ago
cbartondock 870b2642a9 advanced shelf search is almost working 4 years ago
ElQuimm d31b26ae7d
Updated italian message.po
Have a nice day.
4 years ago
Zaroz 5511925ba2
Removed elif "url" identifier format type
Removed elif "url" identifier format type, since else output is identical
4 years ago
Angel Docampo f96b20717d
Updated spanish messages.po
Corrected a grammatical error
4 years ago
Zaroz 940c9c45d7
Updated db.py
changed __repr__ else statement to allow for custom id entries
4 years ago
Ozzie Isaacs 87d6008dfc Fix for #1870 (png was missing in supported picture formats for comic viewer) 4 years ago
jvoisin bc876a159e Declare variables before using them
It should fix the following stacktrace:

```
[2021-02-18 14:46:14,771] ERROR {cps:1891} Exception on / [GET]
Traceback (most recent call last):
  File "/opt/calibre/vendor/flask/app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
  File "/opt/calibre/vendor/flask/app.py", line 1952, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/opt/calibre/vendor/flask/app.py", line 1821, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/opt/calibre/vendor/flask/_compat.py", line 39, in reraise
    raise value
  File "/opt/calibre/vendor/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
  File "/opt/calibre/vendor/flask/app.py", line 1936, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/opt/calibre/cps/usermanagement.py", line 38, in decorated_view
    return login_required(func)(*args, **kwargs)
  File "/opt/calibre/vendor/flask_login/utils.py", line 272, in decorated_view
    return func(*args, **kwargs)
  File "/opt/calibre/cps/web.py", line 719, in index
    return render_books_list("newest", sort_param, 1, page)
  File "/opt/calibre/cps/web.py", line 422, in render_books_list
    entries, random, pagination = calibre_db.fill_indexpage(page, 0, db.Books, True, order)
  File "/opt/calibre/cps/db.py", line 610, in fill_indexpage
    return self.fill_indexpage_with_archived_books(page, pagesize, database, db_filter, order, False, *join)
  File "/opt/calibre/cps/db.py", line 635, in fill_indexpage_with_archived_books
    #    book = self.order_authors(book)
UnboundLocalError: local variable 'entries' referenced before assignment
```
4 years ago
Ozzieisaacs 4aa1a838ed Removed f-strings, making it compatible with python 3.5 4 years ago