cbartondock
9711bd8fe1
added actions boxes to drop downs
2021-03-06 22:34:39 -05:00
cbartondock
05139e53be
advanced shelf search is working
2021-03-06 22:15:18 -05:00
cbartondock
870b2642a9
advanced shelf search is almost working
2021-03-06 21:54:39 -05:00
ElQuimm
d31b26ae7d
Updated italian message.po
...
Have a nice day.
2021-03-04 14:26:36 +01:00
Zaroz
5511925ba2
Removed elif "url" identifier format type
...
Removed elif "url" identifier format type, since else output is identical
2021-03-03 21:18:08 -06:00
Angel Docampo
f96b20717d
Updated spanish messages.po
...
Corrected a grammatical error
2021-03-04 00:01:03 +01:00
Zaroz
940c9c45d7
Updated db.py
...
changed __repr__ else statement to allow for custom id entries
2021-03-02 23:46:02 -06:00
Ozzie Isaacs
87d6008dfc
Fix for #1870 (png was missing in supported picture formats for comic viewer)
2021-02-27 09:23:34 +01:00
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
```
2021-02-18 17:02:58 +01:00
Ozzieisaacs
4aa1a838ed
Removed f-strings, making it compatible with python 3.5
2021-02-15 14:17:05 +01:00
Ozzieisaacs
095a51edd0
Convert tabs to spaces in server.py (related to #1862 )
2021-02-15 13:33:42 +01:00
Ozzie Isaacs
bbf609b880
Fix #1859 (Upload of jpg files without installed imagemagick doesn't work)
2021-02-13 14:34:41 +01:00
Ozzie Isaacs
3c1b06872d
Updated testresults
...
Changed optional-requirements
Prevent redirect 308 on /<data> routes (#1854 )
2021-02-09 18:04:56 +01:00
Ozzie Isaacs
e6fb460071
New restart routine for executable files
...
Fix log in updater
New source option updater available
2021-02-06 09:42:27 +01:00
Ozzie Isaacs
6137fdeb33
Version bump
2021-02-02 19:11:02 +01:00
Ozzie Isaacs
4a4d02ea6a
Added translations
2021-02-02 19:04:55 +01:00
Ozzie Isaacs
be26e5f152
Update Teststatus
...
Update Version
2021-02-02 18:52:31 +01:00
Ozzie Isaacs
127bfba135
fix wrong path in get_update_status js function
2021-02-01 19:00:10 +01:00
Ozzie Isaacs
7efae3c125
Renamed "Recently Added" to "Books"
2021-01-31 19:20:43 +01:00
Ozzie Isaacs
1e5af21000
Fix #1843 (get path to script via html file and known js file instead of randomly picking last one)
2021-01-31 19:01:34 +01:00
Ozzie Isaacs
a866dbaa80
Fix mimetype in comic reader
2021-01-31 11:21:09 +01:00
Ozzie Isaacs
ff16afbf0b
Merge branch 'master' into development
2021-01-30 17:55:45 +01:00
Ozzie Isaacs
9d7ef25062
Fix Kobo sync & Update Teststatus
2021-01-30 17:55:17 +01:00
Ozzie Isaacs
88078d65e9
Fix #1482 (do not shorten title in book detail page)
2021-01-30 14:57:59 +01:00
Ozzie Isaacs
b07a97c17e
Merge remote-tracking branch 'webp/comic-webp' into master
2021-01-30 14:56:26 +01:00
Ozzie Isaacs
41e7d65e2a
Merge remote-tracking branch 'caliblur/master' into master
2021-01-30 14:54:16 +01:00
Ozzie Isaacs
7fa5865cf6
Merge remote-tracking branch 'autoconv/kepub_autoconv' into development
...
# Conflicts:
# cps/kobo.py
# cps/kobo_auth.py
2021-01-30 14:47:18 +01:00
Ozzie Isaacs
4a11dd1e16
Fix mistyping "option"
2021-01-28 20:20:59 +01:00
Ozzie Isaacs
34a474101f
Fix #1838 (Log message on failed OPDS login)
2021-01-28 20:05:58 +01:00
Ozzie Isaacs
e6799e7a04
Improved detection of invalid email addresses ( #1831 ) upon registering
2021-01-27 19:18:40 +01:00
Ozzie Isaacs
0f83f9992c
Added swipe support for epub reader ( fixes #925 )
...
Cleaned reader js include files
2021-01-24 14:19:46 +01:00
Ozzie Isaacs
d2ad78eb40
Added swipe support for comic reader and txt reader ( #925 )
...
Bugfix for txt file not present on serving file
2021-01-24 11:28:17 +01:00
Ozzie Isaacs
0b32738f4e
Fix Store UI settings in flask session for guest user ( #1820 )
...
Updated testresults
Fix Filepicker (absolute instead of abs)
2021-01-24 07:31:40 +01:00
Ozzie Isaacs
a9cedb3fca
Add logger to db.py
2021-01-23 13:35:30 +01:00
Ozzie Isaacs
51f9cd4bb4
Fix english language names
2021-01-18 21:24:13 +01:00
Ozzie Isaacs
a1668e2411
Version Bump
2021-01-17 16:37:54 +01:00
Ozzie Isaacs
9418045a2c
Updated Translation
...
Version bump
Fixed errors in requirements file(s)
2021-01-17 16:28:28 +01:00
Ozzie Isaacs
a7da6d210a
Added hint for python 2
2021-01-17 10:30:56 +01:00
Ozzie Isaacs
e09f2c9beb
Added Password change on cli
2021-01-17 09:17:46 +01:00
Ozzie Isaacs
4bc3c8d9ac
Added missing mimetype ( fix #1811 )
2021-01-17 07:54:28 +01:00
Ozzie Isaacs
9acea8adf4
Fixed logging of exception in debug_or_exception handler for python version <3.8
2021-01-12 20:51:49 +01:00
Ozzie Isaacs
e5f754ed0e
improved session handling
2021-01-11 14:18:01 +01:00
Ozzie Isaacs
263a8f9048
Added catching of missing invalid_request
2021-01-10 14:57:54 +01:00
Ozzie Isaacs
6f9e52792a
No autoflush on metadata.db change
2021-01-10 11:01:54 +01:00
Ozzie Isaacs
4a9b01e93b
Added IntegrityError to catched error
2021-01-10 10:23:14 +01:00
Ozzie Isaacs
b7de23e895
Merge remote-tracking branch 'fix/unused_imports' into master
2021-01-10 10:18:01 +01:00
jvoisin
b8ab66369e
Remove some unused imports
2021-01-07 17:59:08 +01:00
jvoisin
54a78d5565
Remove duplicate id from the search form
2021-01-07 17:40:18 +01:00
mmonkey
b4324cd685
Merge remote-tracking branch 'upstream/master' into master
2021-01-04 12:24:11 -06:00
Ozzieisaacs
ca212c8737
Kobo sync limit set to 100
...
Remove python2 support from readme
2021-01-04 18:45:47 +01:00
Ozzieisaacs
a659f2e49d
Improved logging for emails
...
Removed private data from debug export
2021-01-03 19:27:34 +01:00
OzzieIsaacs
760fbbb357
Fix shelf time_created vs. time_last_modified
2021-01-03 16:41:38 +01:00
OzzieIsaacs
56388145b5
Fixes from testrun
2021-01-03 15:40:17 +01:00
Ozzieisaacs
cd60db417c
Code refactor shelf handling
2021-01-03 11:53:06 +01:00
Ozzieisaacs
5cce01215f
Code refactoring ub.session.commit()
...
Code cosmentics admin.py
2021-01-03 09:53:34 +01:00
mmonkey
bc8bdfe385
Merge remote-tracking branch 'upstream/master' into master
2021-01-02 20:21:15 -06:00
Ozzieisaacs
4578af7a6d
Fix export of logfiles ( #1794 )
2021-01-02 20:38:11 +01:00
Ozzieisaacs
9e1cdd8f57
Merge remote-tracking branch 'it/patch-20' into master
...
# Conflicts:
# cps/translations/it/LC_MESSAGES/messages.po
2021-01-02 19:37:59 +01:00
OzzieIsaacs
682c3b834f
Revert unrar5 experiment
2021-01-02 15:32:06 +01:00
OzzieIsaacs
9b50114852
Fixes from testrun
2021-01-02 07:51:55 +01:00
Ozzieisaacs
b100d198e8
Merge branch 'master' into Develop
...
Remove relate to referrer for tag/custom column allow / deny dialog
2020-12-31 15:12:37 +01:00
Ozzieisaacs
7849f2fb4b
Remove relate to referrer for tag/custom column allow / deny dialog
2020-12-31 15:08:56 +01:00
Ozzieisaacs
b35ecddde3
Added Id on Filechooser dialog for testability
2020-12-31 09:54:40 +01:00
Ozzieisaacs
bde7921016
Fix modal path id for calibre db filepicker
...
Fix SyncToken last-Book-id missing
2020-12-30 10:05:15 +01:00
Ozzieisaacs
d33b0587cb
Advanced search tags are now multiselects ( #1240 )
2020-12-28 13:44:17 +01:00
Ozzieisaacs
7e0ed537b7
irst steps Advanced search with mulitselects
2020-12-27 19:12:27 +01:00
Ozzieisaacs
1e351eb01d
Search for read status
2020-12-27 18:59:33 +01:00
Ozzieisaacs
1a83bddf8c
Merge bubble read status
2020-12-27 13:53:21 +01:00
Ozzieisaacs
2a63c35743
Activate serverside filepicker with parameter in unconfigured state
2020-12-27 11:27:15 +01:00
Ozzieisaacs
27dcbcd7e1
paged and orderable shelfs
...
Fix for non writable settings db with non configured calibre-web
2020-12-27 10:24:51 +01:00
mmonkey
0cf4c7b7b7
Merge remote-tracking branch 'upstream/master' into master
2020-12-24 03:01:55 -06:00
ElQuimm
623372387d
Update italian message.po
...
Merry Christmas and Happy Holidays :-)
2020-12-23 13:45:19 +01:00
OzzieIsaacs
abf0f4d699
Updated Testresult
...
Fixed delete book call
2020-12-23 10:08:54 +01:00
Ozzieisaacs
2bea447de5
Fix show archived books
2020-12-23 09:07:49 +01:00
Ozzieisaacs
f6538b6110
New delete user button
...
refactored confirm dialogs
2020-12-21 19:50:12 +01:00
Ozzieisaacs
2d3ae71a3d
Fixed button for email config ( Fix #1766 )
2020-12-21 19:13:55 +01:00
Ozzieisaacs
9a20faf640
Revert accidentally deleted lines in caliblur! theme
2020-12-17 19:10:02 +01:00
andylizi
123493ee59
Fix #1255 (support webp in comic viewer)
2020-12-17 23:54:06 +08:00
mmonkey
2d498dd138
Preserve publisher links, and fix formatting in custom columns for CaliBlur theme.
2020-12-16 00:58:45 -06:00
Ozzieisaacs
62da469fd1
Shelfs are now paginated (sorting buttons are disabled)
...
Changed gevent dependencys
2020-12-13 18:32:44 +01:00
Ozzieisaacs
d64009e23e
preparation for filtered and ordered shelfs
2020-12-13 13:54:09 +01:00
Ozzieisaacs
fd8b642d64
Code cosmetics css
...
Code cosmetics js
Fixes for links with remote_login
2020-12-13 09:53:18 +01:00
OzzieIsaacs
d5ed5cd665
Fixes from tests
2020-12-12 15:16:22 +01:00
OzzieIsaacs
fa95d064ff
Fix get_sidebar_config
2020-12-12 12:03:11 +01:00
Ozzieisaacs
1905e0ee6f
refactoring to prevent web.py being the middle of the universe
2020-12-12 11:23:17 +01:00
Ozzieisaacs
96b18faea1
Merge remote-tracking branch 'nl/master' into master
2020-12-12 10:06:16 +01:00
Ozzieisaacs
0d7f2e157a
Update Download Debug package
...
- include config
- bugfix for stream logger
2020-12-12 10:02:11 +01:00
Marcel
2d66936d8b
NL translation update
...
NL translation update
2020-12-12 09:24:01 +01:00
Ozzieisaacs
b637a63e71
Refactored exception logging
2020-12-12 08:11:00 +01:00
Ozzieisaacs
1ae778d81e
Fix #1753 (errorhandling on route serve_book)
2020-12-12 06:49:44 +01:00
Ozzieisaacs
f4412ee96b
Fix #1753 (errorhandling on route serve_book)
2020-12-12 06:41:12 +01:00
Ozzieisaacs
9130aceb5a
Changed admin page
2020-12-11 20:55:09 +01:00
Ozzieisaacs
b8336c03c3
Changed admin page
2020-12-11 20:54:24 +01:00
Ozzieisaacs
76c3ade394
Changed logging in worker thread
2020-12-11 17:03:18 +01:00
Ozzieisaacs
d9b22fd513
log exceptions only in debug mode
2020-12-11 16:46:02 +01:00
Ozzieisaacs
88ea998f8b
Only register gdrive callback if gdrive is enabled
...
With enabled gdrive return on change if no watch callback is configured, instead of send request to google drive
2020-12-11 15:56:42 +01:00
Ozzie Isaacs
db91577485
Use calibre-web folder in tempdir on upload cover and metadata backup
...
fix upload cover on windows (slash vs. backslash)
2020-12-11 13:34:29 +01:00
Ozzie Isaacs
5d9404863d
Fix detection and removal of metadata.db ending in calibre-directory
...
Update requirements
2020-12-11 09:11:17 +01:00
Ozzieisaacs
d3986ca14a
Server side file browser
2020-12-11 08:37:37 +01:00
Ozzieisaacs
2508c1abb2
Started implement server side filechooser
2020-12-10 14:41:45 +01:00