Ozzie Isaacs
1c3b69c710
refactored login routines
2023-02-05 08:47:10 +01:00
_Fervor_
3f72c3fffe
Update web.py
2023-02-03 23:31:49 +08:00
Ozzie Isaacs
189da65fac
leave fields filled after invalid login attempt
2023-01-29 13:20:22 +01:00
Ozzie Isaacs
f241b260d7
Updated requirements
...
Bugfix from testrun
Testresults
2023-01-29 09:52:25 +01:00
Ozzie Isaacs
260a694834
Bugfixes after merge
2023-01-28 18:59:14 +01:00
Ozzie Isaacs
508e2b4d0a
Merge branch 'master' into Develop
...
# Conflicts:
# cps/admin.py
# cps/config_sql.py
# cps/search.py
# cps/templates/admin.html
# cps/web.py
# setup.cfg
# test/Calibre-Web TestSummary_Linux.html
2023-01-28 18:52:50 +01:00
Ozzie Isaacs
4913f06e0d
Updated test status
...
Fix for #2614 (Send to eReader not working for guest user)
2023-01-24 18:07:21 +01:00
Petipopotam
d545ea9e6f
CSP invalid to display image when web.read_book
...
CSP
Before : default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data:; style-src-elem 'self' blob: 'unsafe-inline'; object-src 'none';
After : default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data: blob:; style-src-elem 'self' blob: 'unsafe-inline';object-src 'none';
2023-01-24 11:03:19 +01:00
Petipopotam
1ad8dc102a
CSP invalid syntax
...
CSP had some "cosmetic" errors
Before : default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data: style-src-elem 'self' blob: 'unsafe-inline';object-src: 'none';
After : default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data:; style-src-elem 'self' blob: 'unsafe-inline'; object-src 'none';
2023-01-24 10:51:48 +01:00
Ozzie Isaacs
d48d6880af
Update German translation
2023-01-22 13:53:10 +01:00
Ozzie Isaacs
77637d81dd
Fix fro #2670 (user has no attribute eReader_mail)
2023-01-22 07:42:44 +01:00
Ozzie Isaacs
a2bf6dfb7b
Bugfix csp header
...
Bugfix for loading metadata from google with old books (publishing date only year)
2023-01-21 17:09:02 +01:00
Ozzie Isaacs
1cd05d614c
Merge remote-tracking branch 'csp/patch-1'
2023-01-21 15:48:08 +01:00
Ozzie Isaacs
2be2920833
Fixed typo
2023-01-21 15:27:51 +01:00
Ozzie Isaacs
43ee85fbb5
Removed unnecessary Unicode "u"
2023-01-21 15:23:18 +01:00
Ozzie Isaacs
8022b1bb36
Merge remote-tracking branch 'english/master'
2023-01-21 15:19:59 +01:00
Petipopotam
beb619c2c2
Correct CSP
...
no need blob: value for object-src
2023-01-19 20:19:55 +01:00
Petipopotam
ed22209e6c
Content Security Policy syntax was invalid
...
According to https://csp-evaluator.withgoogle.com/ the CSP built here is NOT valid (and the blob: value is missing at img-src, so the image is not displayed when reading ebook in a browser)
Before this commit, in Chrome response header you can find
Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data:; object-src: 'none'; blob:;style-src-elem 'self' blob: 'unsafe-inline';
After :
Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' blob: data:; object-src 'none' blob:; style-src-elem 'self' blob: 'unsafe-inline';
and image in viewer are displayed
2023-01-19 19:56:27 +01:00
Josh O'Brien
b3335f6733
English Language Updates - V3
2023-01-04 13:30:13 +11:00
Ozzie Isaacs
85a6616606
Merge remote-tracking branch 'fix_default_language/master'
2022-12-25 09:45:14 +01:00
Julien Voisin
2ddbaa2150
Add object-src to the CSP policy
2022-12-22 12:47:37 +01:00
Feige-cn
e8c461b14f
Update web.py
...
In Admin view page, Editor UI Configuration - Default Settings for New Users - Default Language, set up the new user's default language is not effective. I changed this web.py, add a line of code in 1248 lines in register function. Creating the new user need to take the default language.
2022-11-08 01:32:38 +08:00
Ozzieisaacs
6598c4d259
Add rate limit for opds
2022-09-04 19:47:04 +02:00
Ozzie Isaacs
a9b20ca136
Fix for big database not showing tags
2022-08-29 19:08:04 +02:00
Ozzie Isaacs
bf0375d51d
Bugfix change emails
2022-08-28 15:59:25 +02:00
Ozzie Isaacs
89d226e36b
Allow deletion of kindle email address and force e-mail address to be valid
2022-08-28 15:54:43 +02:00
Ozzie Isaacs
ae3e3559b8
Rate limit prepared for feedback on login route
2022-07-18 10:59:54 +02:00
Ozzie Isaacs
a72f16fd3a
Fix missing or_ import
2022-07-16 19:27:44 +02:00
Ozzie Isaacs
c2545315e1
Fix Ratings with 0 stars are counted as None
2022-07-16 19:09:19 +02:00
Ozzie Isaacs
7344ef353c
Rate limited login
2022-07-02 19:46:58 +02:00
Kian-Meng Ang
c4104ddaf4
Fix typos
2022-07-01 21:26:06 +08:00
Ozzie Isaacs
29fd4ae4a2
Bugfixes create users
...
Update Teststatus
2022-06-17 10:14:33 +02:00
Ozzieisaacs
4ef8c35fb7
Bugfies password validation from testrun
2022-06-16 14:16:00 +02:00
Ozzieisaacs
04326af2da
password validation working
2022-06-16 11:15:17 +02:00
Ozzieisaacs
d6a31e5db8
config verify password working
2022-06-16 10:44:42 +02:00
Ozzie Isaacs
91df265d40
Fix for #2437 (advanced search for read status crashes calibre-web)
2022-06-08 17:17:07 +02:00
Ozzie Isaacs
fbac3e38ac
Eenabled send epubs to E-Reader devices
2022-05-08 12:55:54 +02:00
Ozzie Isaacs
aaa749933d
Further migration to flask_babel
...
Bugfix sort order
Bugfix tasklist
2022-04-26 20:24:40 +02:00
Ozzie Isaacs
2e007a160e
reenable startup logging
...
Bugfixes from refactoring and merge
2022-04-26 14:45:06 +02:00
Ozzie Isaacs
e7464f2694
Refactored web.py to shrink size of file
2022-04-26 11:49:06 +02:00
Ozzie Isaacs
47414ada69
Merge branch 'master' into Develop
2022-04-26 11:11:00 +02:00
Ozzie Isaacs
5c342d4e7c
use get for dicts
2022-04-22 09:06:37 +02:00
Ozzie Isaacs
3c98cd1b9a
Merge branch 'master' into cover_thumbnail
...
# Conflicts:
# test/Calibre-Web TestSummary_Linux.html
2022-04-20 07:25:37 +02:00
Ozzie Isaacs
a8680a45ca
Bugfixes from Testrun
...
Update teststatus
2022-04-19 20:37:27 +02:00
Ozzieisaacs
09b381101b
Added "None" to list of file formats, tags, series, languages
...
Unified languages.html and list.html template
2022-04-16 17:01:41 +02:00
Ozzie Isaacs
3d2e7e847e
Merge branch 'master' into cover_thumbnail
...
# Conflicts:
# setup.cfg
# test/Calibre-Web TestSummary_Linux.html
2022-04-05 19:11:11 +02:00
Ozzie Isaacs
42b0226f1a
Fix for missing "query" entry in flask_session
2022-04-04 13:58:47 +02:00
Ozzie Isaacs
8adae6ed0c
Handle permission errors for static files (Fix for #2358 )
...
Version bump
2022-04-03 20:26:43 +02:00
Ozzie Isaacs
afaf496fbe
Merge branch 'master' into cover_thumbnail
...
# Conflicts:
# cps/db.py
# cps/templates/author.html
# cps/templates/discover.html
# cps/templates/index.html
# cps/templates/search.html
# cps/templates/shelf.html
# cps/web.py
# requirements.txt
# test/Calibre-Web TestSummary_Linux.html
2022-04-02 11:57:18 +02:00
Ozzie Isaacs
2f949ce1dd
Enabled search for text based custom column content in simple search (fix for #2279 )
2022-03-28 14:09:28 +02:00
Ozzie Isaacs
32a3c45ee0
Refactored load read status for web access and opds access
...
Refactored and removed discover html page
Bugfix show author
Bugfix open dialog in author page
Fix for #2341 (advanced search with linked read column and read column having a higher number than number of available custom columns)
2022-03-27 12:21:19 +02:00
Ozzie Isaacs
ec53570118
Merge branch 'master' into cover_thumbnail
...
# Conflicts:
# cps/editbooks.py
# test/Calibre-Web TestSummary_Linux.html
2022-03-20 17:15:40 +01:00
Ozzie Isaacs
8cb5989c97
Catch additional error on not existing custom column linked to read column ( #2341 )
...
Prevent metadata changes are lost on edit books with errors (#2326 )
Better log output
Renamed log message on database delete
2022-03-20 11:55:12 +01:00
Ozzie Isaacs
d9a83e0638
Merge branch 'master' into cover_thumbnail
...
# Conflicts:
# cps/editbooks.py
# cps/helper.py
# cps/web.py
# test/Calibre-Web TestSummary_Linux.html
2022-03-14 19:41:47 +01:00
Ozzie Isaacs
8f3bb2e338
Bugfixes from testrun
2022-03-14 17:12:35 +01:00
Ozzie Isaacs
4545f4a20d
Better epub cover parsing with multiple cover-image items
...
Code cosmetics
renamed variables
refactored xml page generation
refactored prepare author
2022-03-13 19:00:37 +01:00
Ozzie Isaacs
296f76b5fb
Fixes after testrun
...
Code cosmetics
2022-03-13 10:23:13 +01:00
Ozzie Isaacs
4379669cf8
Database error is more detailed
...
renamed debug_or_exception to error_or_exception
2022-03-12 17:14:54 +01:00
Ozzie Isaacs
2b31b6a306
Fix for #2325 (author sort order differs from authors order with readonly database)
2022-03-12 16:51:50 +01:00
Ozzie Isaacs
4a0dde0371
Merge remote-tracking branch 'cover_images/thumbnails' into cover_thumbnail
...
# Conflicts:
# cps/admin.py
# cps/config_sql.py
# cps/helper.py
# cps/tasks/upload.py
# cps/updater.py
# cps/web.py
2022-02-08 19:55:20 +01:00
Ozzie Isaacs
5b3015619d
Save book read status on edit in books table
2022-02-05 15:36:18 +01:00
Ozzie Isaacs
39ac37861f
Added option to enable reconnect
...
Added option to perform dry run of updater
Added possibility to exclude files from updater
2022-01-29 14:47:45 +01:00
mmonkey
18ce310b30
Merge branch Develop into thumbnails
2022-01-26 23:51:50 -06:00
Ozzie Isaacs
127bf98aac
Merge branch 'master' into Develop
...
# Conflicts:
# cps/templates/detail.html
# test/Calibre-Web TestSummary_Linux.html
2022-01-23 17:51:54 +01:00
Ozzieisaacs
c095ee3c14
Fix #2243 (whitespaces are trimmed also for normal search)
2021-12-30 14:45:31 +01:00
Ozzieisaacs
785726deee
Migrated some routes to POST
...
- delete shelf, import ldap users
- delete_kobo token, kobo force full sync
- shutdown, reconnect, shutdown
2021-12-30 14:45:30 +01:00
Ozzie Isaacs
6e15280fac
Start renaming author names on gdrive
2021-12-05 19:01:23 +01:00
Ozzie Isaacs
f78d2245aa
Fixes from testrun
2021-12-05 18:48:21 +01:00
Ozzie Isaacs
fd5ab0ef53
Bugfix handle archive bit
2021-12-05 18:01:56 +01:00
Ozzie Isaacs
d217676350
Upated testresult
...
Bugfix book table
2021-12-05 13:09:41 +01:00
Ozzie Isaacs
cd5711e651
Merge branch 'master' into Develop
...
# Conflicts:
# cps/web.py
2021-12-04 20:56:04 +01:00
Ozzie Isaacs
bd01e840ca
Delete books in shelfs, downloaded books, kobo sync status, etc on database change ( fixes #620 )
2021-12-04 11:50:25 +01:00
Ozzie Isaacs
5ed3b1cf53
On master: Order of language count in /language ( fixes #2200 )
2021-12-01 21:38:43 +01:00
Ozzie Isaacs
7640ac1b3b
Books are removed from synced books upon archiving (from kobo or calibre-web side)
...
unicode texts (title, author) are showing up right on kobo reader
Added some missing kobo routes (prevents 404 response)
Added a lot of debug output on kobo sync requests
2021-12-01 20:29:51 +01:00
Ozzie Isaacs
cbb9edac19
Bugfix search in books list
...
Fix renaming upper to lowercase letters
Update test results
2021-11-21 13:23:34 +01:00
Ozzieisaacs
1e9d88fa98
Merge branch 'master' into Develop
2021-11-21 10:22:44 +01:00
Ozzieisaacs
6cb713d62c
Added filtering of languages
...
Bugfix show all allowed languages in user settings in case restrictions currently apply
2021-11-21 10:21:45 +01:00
Ozzieisaacs
6deb527769
Merge branch 'master' into Develop
2021-11-21 09:14:36 +01:00
Ozzie Isaacs
d624b67e93
Fix #2174 (default sorting order now is timestamp again)
2021-11-20 11:57:51 +01:00
Ozzieisaacs
8e5bb02a28
Merge author rename
2021-11-20 13:28:45 +04:00
Ozzieisaacs
4fd4cf4355
Merge branch 'master' into Develop
...
# Conflicts:
# cps/static/css/style.css
# cps/web.py
2021-11-13 17:41:16 +04:00
Ozzieisaacs
add502d236
Fix opds search and opds list of read books
2021-11-07 20:18:33 +04:00
Ozzieisaacs
c1f4ca36b6
Current sorting order visible in all sidebar selectors, and search results
...
Sorting "hot" books only ascending and descending according to download numbers
Downloaded books sorting according to authors name working
2021-11-04 20:51:48 +04:00
Ozzieisaacs
58379159fb
Fix shown cover in series grid view ( #979 )
2021-11-04 17:32:31 +04:00
Ozzieisaacs
b414d91964
Fix for #2162 (Epub viewer isn't displaying images)
2021-11-02 18:55:56 +04:00
Ozzieisaacs
a5415e00d5
Fix grid to list in series view
...
Fix sort asc, desc in author and series list
2021-11-01 13:11:49 +01:00
Ozzie Isaacs
bbb65ec804
Merge remote-tracking branch 'trustedhost/master'
2021-10-30 09:40:04 +02:00
Ozzie Isaacs
1294672809
Bugfix search with excluded shelfs
2021-10-30 07:31:12 +02:00
Ozzie Isaacs
f6a2b8a9ef
Read and archive bit visible in book table
2021-10-24 21:32:19 +02:00
Ozzie Isaacs
4c7b5999f7
Archived Flag available in book list array
2021-10-24 10:57:29 +02:00
Ozzie Isaacs
bb20979c71
Merge branch 'master' into Develop
2021-10-24 09:49:42 +02:00
Ozzie Isaacs
917909cfdb
Refactored books detail page
2021-10-24 09:48:29 +02:00
Ozzie Isaacs
bd0071354c
Remove include subdomwains from hsts protection ( #2114 )
2021-10-23 09:45:04 +02:00
cbartondock
c6bf62a6eb
The recent changes to content security policy broke custom theming. I fixed it by adding a trusted hosts field to Server Configuration
2021-10-22 15:35:10 -04:00
Ozzie Isaacs
bd6b5ac873
Fix load covers in metadata load screen
2021-10-17 15:06:37 +02:00
Ozzie Isaacs
4517f5b0cb
Fix #2138 (Icons not showing in caliblur theme)
2021-10-17 10:00:04 +02:00
Ozzie Isaacs
9d5e9b28ae
Enabled editing of "number" custom_columns in books list
2021-10-16 20:46:16 +02:00
Ozzie Isaacs
6f1e78b9a3
Bugfix book list with language restriction or archived books
2021-10-16 20:43:22 +02:00
Ozzie Isaacs
56a9c62421
Merge remote-tracking branch 'cn/chinese/master'
...
# Conflicts:
# cps/templates/search_form.html
2021-10-16 11:41:09 +02:00
Ozzie Isaacs
50d703e2d8
Chunked reading status on kobo sync
...
Bugfix loading text on shelf delete
Bugfix sort books list according to selection without selection
2021-10-16 11:28:35 +02:00