Commit Graph

2647 Commits (fcf9e7a1ef1e9dfd83f5846fc7eb2b26ad1cb609)
 

Author SHA1 Message Date
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
3 years ago
Ozzie Isaacs 2be7b6480a Merge remote-tracking branch 'pdf/XMP_Metadata3' into master 3 years ago
rra 8abfaf0ffd Parse XMP metadata in separate function, add exception, try multiple metadata formats 3 years ago
Ozzie Isaacs 12ad7a6322 Suppress some errors 3 years ago
Ozzie Isaacs b75247ea3a Suppress some errors 3 years ago
Ozzie Isaacs 9a963bbe79 Refactored code
Testrun
3 years ago
Ozzie Isaacs 994bc8b0e4 Removed dropdown button on single file listen/read (Fix #1840) 3 years ago
Ozzie Isaacs 2451605033 Merge remote-tracking branch 'djvu/read-djvu' into master 3 years ago
Ozzie Isaacs 5cf5df68dc Merge remote-tracking branch 'cliblur/master' into master 3 years ago
Ozzie Isaacs dd32cc99ea Merge remote-tracking branch 'es/patch-1' into master 3 years ago
Ozzie Isaacs 79092dc8eb Merge remote-tracking branch 'it/patch-21' into master 3 years ago
Ozzie Isaacs 6229e4610a Updated teststatus and bugfix convert ebooks 3 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)
}
3 years ago
Northguy d42bf44fad
Added same color for series name and series number 3 years ago
rra 33e352819c Merge remote-tracking branch 'upstream/master' into XMP_Metadata3 3 years ago
Ozzie Isaacs 53ee0aaee1 Some functions refactored 3 years ago
Ozzie Isaacs 42707a19bd Code cosmetics 3 years ago
Ozzie Isaacs 8c751eb532 Some code cosmetics 3 years ago
Ozzie Isaacs 4df443e007 Some code cosmetics 3 years ago
Ozzie Isaacs f52fa41439 Fix restart server
Some code cosmetics
3 years ago
Ozzie Isaacs 9b80c84794 Some code cosmetics 3 years ago
Ozzie Isaacs 725fc658f8 Some code cosmetics 3 years ago
Ozzie Isaacs e4e27662f5 Merge remote-tracking branch 'url/patch-1' into master 3 years ago
ElQuimm d31b26ae7d
Updated italian message.po
Have a nice day.
3 years ago
Zaroz 5511925ba2
Removed elif "url" identifier format type
Removed elif "url" identifier format type, since else output is identical
3 years ago
Angel Docampo f96b20717d
Updated spanish messages.po
Corrected a grammatical error
3 years ago
Zaroz 940c9c45d7
Updated db.py
changed __repr__ else statement to allow for custom id entries
3 years ago
Ozzie Isaacs 87d6008dfc Fix for #1870 (png was missing in supported picture formats for comic viewer) 3 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
```
3 years ago
Ozzieisaacs 4aa1a838ed Removed f-strings, making it compatible with python 3.5 3 years ago
Ozzieisaacs 095a51edd0 Convert tabs to spaces in server.py (related to #1862) 3 years ago
Ozzie Isaacs bbf609b880 Fix #1859 (Upload of jpg files without installed imagemagick doesn't work) 3 years ago
Ozzie Isaacs 3c1b06872d Updated testresults
Changed optional-requirements
Prevent redirect 308 on /<data> routes (#1854)
3 years ago
Ozzie Isaacs 7b7494b8a4 Added executable folder to gitignore 3 years ago
Ozzie Isaacs 9390dcdd43 Update optional requirements 3 years ago
Ozzie Isaacs e6fb460071 New restart routine for executable files
Fix log in updater
New source option updater available
3 years ago
Ozzie Isaacs 6137fdeb33 Version bump 3 years ago
Ozzie Isaacs 4a4d02ea6a Added translations 3 years ago
Ozzie Isaacs be26e5f152 Update Teststatus
Update Version
3 years ago
Ozzie Isaacs 127bfba135 fix wrong path in get_update_status js function 3 years ago
Ozzie Isaacs 7efae3c125 Renamed "Recently Added" to "Books" 3 years ago
Ozzie Isaacs 1e5af21000 Fix #1843 (get path to script via html file and known js file instead of randomly picking last one) 3 years ago
Ozzie Isaacs a866dbaa80 Fix mimetype in comic reader 3 years ago
Ozzie Isaacs 93f0724b83 Merge branch 'development' into master 3 years ago
Ozzie Isaacs 724762843d Update Teststatus 3 years ago
Ozzie Isaacs ff16afbf0b Merge branch 'master' into development 3 years ago
Ozzie Isaacs 9d7ef25062 Fix Kobo sync & Update Teststatus 3 years ago
Ozzie Isaacs 88078d65e9 Fix #1482 (do not shorten title in book detail page) 3 years ago
Ozzie Isaacs b07a97c17e Merge remote-tracking branch 'webp/comic-webp' into master 3 years ago
Ozzie Isaacs 41e7d65e2a Merge remote-tracking branch 'caliblur/master' into master 3 years ago