Ozzie Isaacs
90ad570578
Show only folders for selecting converter binaries
2023-12-07 16:22:34 +01:00
Ozzie Isaacs
fd90d6e375
Delete temp dir not shown in tasks overview
...
Handle case no cover during convert ebook
2023-12-06 19:33:22 +01:00
Ozzie Isaacs
7fbbb85f47
Temp folder is deleted on regular base
2023-12-04 19:26:43 +01:00
Ozzie Isaacs
794cd354ca
Added ToDo's
2023-12-04 18:57:50 +01:00
Ghighi Eftimie
389e3f09f5
small fix for mobile resolution - add to shelf button
2023-12-04 16:40:56 +02:00
Ghighi Eftimie
285979b68d
fix for 2931
2023-12-04 16:00:00 +02:00
Ozzie Isaacs
3a012c900e
Merge branch 'master' into Develop
2023-11-28 18:00:26 +01:00
Ozzie Isaacs
ec45de3212
Merge remote-tracking branch 'douban/master'
2023-11-28 17:59:48 +01:00
Russell
01108aac42
Remove trailing slash
...
Signed-off-by: Russell <russell@troxel.io>
2023-11-26 22:01:26 -08:00
Russell Troxel
400c745692
Update KOBO_IMAGEHOST_URL to new CDN endpoint
...
Kobo has introduced a vanity URL to their Akamai CDN config - "https://https://cdn.kobo.com ". As a result, requests sent to the old raw Akamai endpoint now through 404s. This is a simple PR that updates to the new URL.
This is visible in the config of a newly bought Kobo Sage (mine):
```
image_host=https://cdn.kobo.com/book-images/
image_url_quality_template=https://cdn.kobo.com/book-images/{ImageId}/{Width}/{Height}/{Quality}/{IsGreyscale}/image.jpg
image_url_template=https://cdn.kobo.com/book-images/{ImageId}/{Width}/{Height}/false/image.jpg
```
Example:
OLD:
https://kbimages1-a.akamaihd.net/1abfb307-457b-4597-b2ea-74beb2eb1478/149/223/false/image.jpg
(Throws 404)
New:
https://cdn.kobo.com/book-images/1abfb307-457b-4597-b2ea-74beb2eb1478/149/223/false/image.jpg
(Renders Properly)
fixes #2371
ref #2731
2023-11-26 14:31:24 -08:00
ye
9841a4d068
fix the the problem that metadata_provider/douban.py can't get tags info
2023-11-26 09:06:25 +08:00
Ozzie Isaacs
7fd1d10fca
Implement gdrive metadata on download
2023-11-11 15:26:05 +01:00
Ozzie Isaacs
4f6bbfa8b8
Little refactoring do_download
2023-11-11 15:00:12 +01:00
Ozzie Isaacs
cf6810db87
Refactored get_temp_dir
...
bugfixes export_metadata
2023-11-11 14:48:59 +01:00
Ozzie Isaacs
5afff2231e
Fix for #2743 (read status is no longer implicitly added to advanced search query)
2023-11-11 10:43:50 +01:00
Ozzie Isaacs
d611582b78
Fix for #2743 (read status is no longer implicitly added to advanced search query)
2023-11-11 10:43:23 +01:00
Ozzie Isaacs
3bbd8ee27e
Use belach or nh3 for cleaning html (fix for #2874 )
2023-11-09 17:59:20 +01:00
Ozzie Isaacs
f78e0ff938
Use belach or nh3 for cleaning html (fix for #2874 )
2023-11-09 17:59:06 +01:00
Ozzie Isaacs
bd71391bfb
Possible fix for #2849 (404 error during sync request)
2023-11-09 17:43:02 +01:00
Ozzie Isaacs
20b2936cc1
Merge branch 'master' into Develop
2023-11-09 17:41:39 +01:00
Ozzie Isaacs
19825a635a
Possible fix for 2849 (404 error during sync request)
2023-11-09 17:41:20 +01:00
Ozzie Isaacs
effd026fe2
Merge branch 'master' into Develop
2023-11-08 20:36:49 +01:00
Ozzie Isaacs
d68e57c4fc
Implement split library and books
...
Bugfix arrows in comic reader
Fix kobo download link
Updated requirement
2023-11-08 20:11:03 +01:00
Ozzie Isaacs
184ce23351
Catch error with tornado on restart
2023-11-06 18:05:36 +01:00
Ozzie Isaacs
2fbc3da451
Added Slovak translation
2023-11-06 16:51:08 +01:00
Ozzie Isaacs
fad6550ff1
Show "all" opds feed entries only if there is at least one entry
2023-11-06 16:35:39 +01:00
Ozzie Isaacs
b7aaa0f24d
Add metadata change code
2023-11-02 17:05:02 +01:00
Ozzie Isaacs
5040bb762c
Merge remote-tracking branch 'vi/master'
2023-11-02 16:35:54 +01:00
Ozzie Isaacs
55deca1ec8
Catch additional errors on logfile
...
Fix error on exception in session management
2023-11-02 16:34:04 +01:00
Ozzie Isaacs
40a16f4717
Reenabled gevent as server
2023-11-01 07:47:29 +01:00
Ozzie Isaacs
d26e60724a
Socket listening and socket activation enabled on tornado
...
Refactoring of server code
Updates requirements
Improved requirements parsing for versions containing letters
2023-10-30 14:39:22 +01:00
Ozzie Isaacs
d877fa1c68
Merge remote-tracking branch 'socket-activation/socket-activated'
2023-10-29 08:20:03 +01:00
Ozzie Isaacs
d55bafdfa9
Added hint for beta release format
2023-10-28 19:10:44 +02:00
Ozzie Isaacs
a2a431802a
Added prc to supported convert from formats ( #2801 )
...
Improved error message for not able to listen to ipv6 address with gevent
2023-10-28 13:49:16 +02:00
Ozzie Isaacs
6c2e40f544
Added favicon in opds feed
...
Merge remote-tracking branch 'favicon/master'
2023-10-28 09:05:24 +02:00
Ozzie Isaacs
5e3d0ec2ad
Fix location of config files for executable files ( #2917 )
2023-10-28 08:48:13 +02:00
Ozzie Isaacs
c550d6c90d
Fix comic reader arrow visiblilty for one paged comic files
...
Changed logging during kobo sync
2023-10-28 08:48:13 +02:00
bacpd
3b1d0b4013
Update messages.po
2023-10-25 15:08:10 +07:00
Ozzie Isaacs
3d07efbb4f
Update Italian and German translation
2023-10-21 15:47:35 +02:00
mapi68
c0ae5bb381
Update messages.po
2023-10-21 15:34:09 +02:00
Ozzie Isaacs
6e755a26f9
Version update
...
Updated security file
2023-10-21 14:37:21 +02:00
Ozzie Isaacs
c45188beb2
Version update
2023-10-21 12:40:32 +02:00
Ozzie Isaacs
87b3999ec8
Merge remote-tracking branch 'ko/master'
2023-10-14 15:55:27 +02:00
Ozzie Isaacs
96958e7266
Merge remote-tracking branch 'upload_text/patch-1'
2023-10-14 15:48:06 +02:00
Ozzie Isaacs
2c339ed10c
Merge branch 'Develop':
...
- Fix for new tornado version
- bookmark for comic viewer
- Bugfix for showing series containing only one book in list view containing having this book no series_index value set
- updated requirements
2023-10-14 15:30:44 +02:00
Ozzie Isaacs
dc2c30f508
Added additional debug output for download links during kobo sync
2023-10-14 09:51:54 +02:00
Ozzie Isaacs
0c43d80163
Added additional debug output for download links
...
Removed unused code
2023-10-14 09:51:19 +02:00
Ozzie Isaacs
df71a86f94
New testrun
2023-10-14 09:34:34 +02:00
Ozzie Isaacs
7ed56b4397
Better fix for new tornado version
2023-10-08 15:46:51 +02:00
Ozzie Isaacs
5ceb2b6d83
Merge branch 'master' into Develop
2023-10-04 20:11:34 +02:00
Ozzie Isaacs
11816d3405
Fix for tornado 6.3 no response in restart moment
...
Update test results (many tests fail due to above problem)
2023-10-03 08:12:33 +02:00
Ozzie Isaacs
198bff928f
Merge remote-tracking branch 'cn/master'
2023-10-02 20:03:27 +02:00
lawsssscat
cac200ba61
Fix messages.po in zh_Hans_CN
2023-09-25 10:48:41 +08:00
databoy2k
b3d1558df8
Add Favicon to OPDS Feed
...
<icon> is a standard of the OPDS spec, and this commit adds the favicon to the feed. Certain OPDS readers, e.g. FBReader on Windows, respect this tag and will show the same icon as the main page.
2023-09-08 13:09:40 -06:00
byword77
a045b6f467
Update messages.po
...
It is final commit.
I made a mistake in the previous update.
So, Please disregard the previous file.
2023-09-05 17:01:38 +09:00
Ozzie Isaacs
7a961c9011
Fix for click on scrollbar in long strip view
...
Fix for tornado version
2023-09-01 07:35:48 +02:00
Ozzie Isaacs
444ac181f8
more bookmark feature
...
tornado fix for tornado <6.2
2023-08-31 17:03:56 +02:00
Ozzie Isaacs
5509d4598b
Bugfix for showing series coatining only one book in list view containing having this book no series_index value set
2023-08-30 20:23:40 +02:00
Ozzie Isaacs
fab35e69ec
Update Teststatus
...
Little code refactoring
2023-08-29 20:05:57 +02:00
Ozzie Isaacs
4f0f5b1495
Merge remote-tracking branch 'origin/Develop' into Develop
...
# Conflicts:
# optional-requirements.txt
2023-08-28 19:38:51 +02:00
Ozzie Isaacs
cfa309f0d1
Merge branch 'master' into Develop
...
# Conflicts:
# cps/services/SyncToken.py
# cps/static/js/kthoom.js
# cps/templates/readcbr.html
2023-08-28 18:08:19 +02:00
Ozzie Isaacs
885d914f18
Update tornado to 6.2
...
Remove unneeded imports from jsonschema for synctoken
Update optional requirements
Remove invalid direction arrows in comic reader
2023-08-28 18:06:32 +02:00
Ozzie Isaacs
6a14e2cf68
Next try showing last book of series in grid view
2023-08-27 12:00:34 +02:00
Ozzie Isaacs
8535bb5821
Fix "got an unexpected keyword argument 'rarExecutable'" during format upload
2023-08-27 11:20:53 +02:00
Ozzie Isaacs
b2a26a421c
Removed deprecation warning for sqlalchemy2.0
2023-08-26 20:26:01 +02:00
Ozzie Isaacs
52172044e6
Fix deprecation warnings
2023-08-26 20:12:52 +02:00
Ozzie Isaacs
9b99427c84
Merged comic save position
2023-08-26 20:12:34 +02:00
Ozzie Isaacs
0499e578cd
Added /opds/stats route
2023-08-24 13:49:22 +02:00
Ozzie Isaacs
b3a85ffcbb
Added CB7 to supported upload formats
2023-08-24 10:51:16 +02:00
PhracturedBlue
074e611705
Add support for systemd socket-activation
2023-08-23 20:52:05 -07:00
Ozzie Isaacs
a1899bf582
Fix for #2603 (Kobo UserKey in request missing due to no kobo account)
2023-08-23 21:13:17 +02:00
Ozzie Isaacs
3a08b91ffa
Added cb7 to supported comic files for upload and metadata extraction
2023-08-16 18:44:15 +02:00
Ozzie Isaacs
d253804a50
fix for #2865 (Kobo sync fails during cover request)
2023-08-16 18:04:45 +02:00
Ozzie Isaacs
ba0e5399d6
Fixes Uploading pdf file fails with whitespace title ( #2824 )
...
Merge remote-tracking branch 'pdf_title/fix/title-parsing-of-pdf-metadata'
2023-08-12 14:09:14 +02:00
lucas
7e46f9c0b1
Add font/spread customize for epub reader
2023-08-09 17:10:09 +08:00
Ozzie Isaacs
7818c4a7b0
Adapt cover size to kobo sync requested sze
2023-08-08 19:21:47 +02:00
Ozzie Isaacs
3f6a12898b
Merge branch 'Develop'
2023-07-31 19:02:41 +02:00
Ozzie Isaacs
caf69669cb
Removed encode utf-8 in dodownload
2023-07-31 19:01:15 +02:00
Ozzie Isaacs
de59181be7
Merge remote-tracking branch 'home/link_fixes' into Develop
2023-07-31 18:49:53 +02:00
Ozzie Isaacs
966c9236b9
Merge remote-tracking branch 'home/link_fixes'
2023-07-30 20:00:18 +02:00
Ozzie Isaacs
34c6010ad0
Catch additional error during kobo detect layout
2023-07-30 19:57:42 +02:00
Ozzie Isaacs
60e904967b
Fix deprecated text parameter
2023-07-30 19:47:29 +02:00
Ozzie Isaacs
3efcbcc679
Fix deprecated text parameter
2023-07-30 07:44:41 +02:00
Ozzie Isaacs
7bb4bc934c
Merge remote-tracking branch 'caliblur/issues/caliblur2838'
2023-07-29 15:36:44 +02:00
Ozzie Isaacs
dcb8a0f77b
Merge remote-tracking branch 'lubimyczytac/fix-lubimyczytac-metadata'
2023-07-29 15:35:53 +02:00
Ozzie Isaacs
2f12b2e315
Handle invalid or missing container.xml during kobo sync (Fix for #2840 )
2023-07-29 15:32:35 +02:00
Ozzie Isaacs
279f0569e4
Fix visibility for sending to reader without download permissions (fix for #2847 )
2023-07-29 15:15:38 +02:00
Ozzie Isaacs
fda62dde1d
Fix for not changing password in email settings
...
Improved ssl certificate check on sending emails
2023-07-29 12:03:45 +02:00
Ozzie Isaacs
df74fdb4d1
Update edit identifiers
2023-07-29 11:10:54 +02:00
Ozzie Isaacs
e8b0051b31
Merge development into master
2023-07-26 21:43:18 +02:00
Ozzie Isaacs
986eaf9f02
Merge remote-tracking branch 'br/horus68-pt-translation'
2023-07-26 20:49:13 +02:00
Ozzie Isaacs
caf8ed77d7
Merge remote-tracking branch 'br/horus68-ptbr-fix'
2023-07-26 20:30:19 +02:00
Ghighi Eftimie
ee5cfa1f36
fix for #2838
2023-07-26 15:11:04 +03:00
Horus68
5eef476135
Update messages.po
2023-07-25 13:48:57 +01:00
Horus68
b5e4a88357
Update messages.po
2023-07-25 13:11:08 +01:00
Horus68
256f4bb428
Update messages.po
...
fix typo
2023-07-25 11:43:03 +01:00
Horus68
a4d45512ee
pt-BR Update messages.po
...
fixing pt-BR major errors
2023-07-25 11:40:26 +01:00
Horus68
074687c330
Create pt-PT translation
...
Translation to european portuguese - pt-PT portuguese (Portugal)
Note: messages.mo not created as file was translated directly in browser
2023-07-25 11:29:20 +01:00
archont
2f7b175dda
Fix tags xpath
2023-07-16 18:50:54 +02:00
Ozzie Isaacs
a256bd5260
Password is not returned in smtp settings
2023-07-09 10:23:56 +02:00
Ozzie Isaacs
fdd1410b06
Improved pathchooser
2023-07-09 10:01:48 +02:00
Ozzie Isaacs
3f5583017f
Improved pathchooser
2023-07-09 10:00:54 +02:00
Ozzie Isaacs
63b7d70f33
Update optional requirements
...
Update to be compatible with comicapi 3.2
2023-06-25 14:39:45 +02:00
Ozzie Isaacs
500758050c
Fixed typo in German translation
2023-06-25 11:32:23 +02:00
Ozzie Isaacs
eff0750d77
Fix for renaming uppercase/lowercase author, tag, series, publisher entries (fix for #2787 )
...
Update epub.js
2023-06-18 10:17:55 +02:00
Ozzie Isaacs
e63a04093c
Bugfix rename author in book list
2023-06-18 10:14:53 +02:00
Ozzie Isaacs
07d97d18d0
Merge remote-tracking branch 'epubreader/update_epub.min.js' into Develop
2023-06-17 15:50:51 +02:00
Ozzie Isaacs
062efc4e78
Bugfix change uppercase/lowercase on edit authors
...
Remove autocomplete on several elements to make typeahead work without problems
2023-06-17 10:47:23 +02:00
Ozzie Isaacs
4dc5885723
Bugfix for upper/lowercase rename if not before part of book
2023-06-10 10:37:22 +02:00
quarz12
5e15cac598
deleted empty lines
2023-06-09 18:32:32 +02:00
quarz12
d0551274dc
switched to using epub.min.js, deleted now unnecessary dependencies
2023-06-09 18:32:30 +02:00
quarz12
99c05650a1
-added pako and epub-cfi-resolver as dependencies
...
-cfi resolving is now done by that module, therefore removed validateChildNodes and adjusted cfiToXmlNode
2023-06-09 18:32:28 +02:00
quarz12
617ee3d781
now shows correct numbers, still needs bugfixes
2023-06-09 18:32:26 +02:00
quarz12
47aa3254c7
better css positioning
2023-06-09 18:32:24 +02:00
quarz12
0717b9493c
added progress display, better rounding
...
TODO: getPrev gives wrong values,
design, testing
2023-06-09 18:32:22 +02:00
quarz12
824ebc4d76
added event on change position
2023-06-09 18:32:22 +02:00
quarz12
cbaa61bbb7
EpubParser now gets automatically loaded
...
TODO:detect page change, display number
2023-06-09 18:32:15 +02:00
quarz12
dbac685985
implemented current file process, needs testing but looks good
2023-06-09 18:32:11 +02:00
quarz12
b25c024b66
added getCurrentFileProgress,
...
TODO: resolve CFI to xml node
2023-06-09 18:32:10 +02:00
quarz12
bc65180c32
restructured and fixed a bug in getprevfilesize
2023-06-09 18:32:06 +02:00
quarz12
10c66b6e63
wrote a class to handle epub parsing, implemented bytesize of all previous files, total bytesize. still needs implementation of bytesize of current file until CFI point.
2023-06-09 18:32:05 +02:00
quarz12
c29b1696f7
added function to get bytelength of book text
2023-06-09 18:31:55 +02:00
quarz12
39638d3c9c
updated epub.min.js to version 0.3.93
2023-06-09 16:11:53 +02:00
Ozzie Isaacs
3ef34c8f15
Bugfixes rename upper-lowercase after testrun
2023-06-08 10:28:42 +02:00
Ozzie Isaacs
932abbf090
Merge remote-tracking branch 'error_scroll/error_page'
2023-06-05 14:54:10 +02:00
Ozzie Isaacs
860443079d
Fix for ( #2802 ) search request fails with error after browser session closed and currently returns all results
2023-06-05 14:41:03 +02:00
Ozzie Isaacs
bd4b7ffaba
Fix for upper lower change of non ascii values in series, tags, ...
2023-05-30 20:02:52 +02:00
Ozzie Isaacs
ed09814460
Prevent log_message on startup
...
logfile Parameter
2023-05-28 20:42:18 +02:00
Daniel
dc7fbce4f7
changed style property of container
2023-05-28 13:21:26 +02:00
Ozzie Isaacs
8a87c152b4
Bugfix opds search
2023-05-27 16:25:06 +02:00
Daniel
2eb334fb3d
fixed a typo in http_error.html which broke the github link
...
changed the behavior of the home button so it directs to the application root, not the server root .
2023-05-08 21:48:04 +02:00
Ozzie Isaacs
cb7356a04d
Fixes to word with new version of comicapi
2023-05-04 20:23:02 +03:00
Ozzie Isaacs
cc733454b2
Merge remote-tracking branch 'chinese/translation/Simplified_Chinese'
2023-04-30 19:38:59 +03:00
whilenot
940544577a
don't mutate meta into a str, keep it a namedtuple
2023-04-30 13:37:08 +02:00
xlivevil
9e0fc320cb
Update Simplified Chinese translation
2023-04-25 16:03:28 +08:00
xlivevil
bf3ca20fb2
Update Simplified Chinese translation
2023-04-25 15:38:40 +08:00
Ozzie Isaacs
fe4dc1bb8f
Fix #2757 (Sqlalchemy >1.30 <1.4.24 wasn't supported anymore)
2023-04-22 09:25:54 +02:00
Ozzie Isaacs
f2369609e8
Bugfix for non existent rating, language, and user downloaded books
2023-04-18 20:53:55 +02:00
Ozzie Isaacs
de4d6ec7df
Merge remote-tracking branch 'it/patch-1'
2023-04-18 20:06:46 +02:00
mapi68
7754f4aa5d
Update messages.po
2023-04-18 09:05:19 +02:00
Ozzie Isaacs
524751ea51
Removed superfluous space
2023-04-17 18:52:52 +02:00
Ozzie Isaacs
8111d0dd51
Update translation status
2023-04-16 15:06:34 +02:00
Ozzie Isaacs
fad5929253
Bugfix getPath for logfile viewer
2023-04-16 13:08:50 +02:00
Ozzie Isaacs
9f28144779
Fix for #2756 (Home button in caliblur is leading to "/" instead of calibre-web home)
2023-04-16 09:43:13 +02:00
Ozzie Isaacs
e2785c3985
Added djv file format to djvu reader
2023-04-15 15:25:46 +02:00
Ozzie Isaacs
dba83a2900
Fixes for sqlalachemy2
2023-04-15 13:22:17 +02:00
Ozzie Isaacs
1c8bc78b48
Improvements for sqlalchemy 2
2023-04-13 19:01:53 +02:00
Ozzie Isaacs
6c6841f8b0
Further fixes for sqlalchemy 2.0
2023-04-12 18:56:21 +02:00
Ozzie Isaacs
592216588c
Revert "post" as search request. Search request is now get again (fix for #2741 )
...
Revert "Auxiliary commit to revert individual files from 275675b48add79d2bbce06426cc1224c5e2c1bfb"
This reverts commit 6c920bc49f133d5c7451230448121f1f8b3cd9f2.
2023-04-12 18:29:15 +02:00
Ozzie Isaacs
13c0d30a8f
Update login
...
Removed not needed parameters for task status
2023-04-03 20:00:40 +02:00
Ozzie Isaacs
b9c942befc
Fix for 'NoneType' object has no attribute 'author_sort' while trying to read a book ( #2733 )
2023-03-31 07:48:18 +02:00
Ozzie Isaacs
a68a0dd037
Fixed typo
2023-03-30 11:25:34 +02:00
Thomas de Ruiter
a952c36ab7
Remove unused fallback cover handling
2023-03-28 16:13:10 +02:00
Thomas de Ruiter
5f0c7737fe
Fix proxy cover images to Kobo store
2023-03-28 15:56:02 +02:00
Ozzie Isaacs
38484624e9
Version update
2023-03-27 20:20:18 +02:00
Ozzie Isaacs
1451a67912
Version bump
2023-03-27 19:49:57 +02:00
Ozzie Isaacs
a72f0a160b
Bugfix for python3.11, table gdrive_ids2 already exists (fix for #2729 )
2023-03-27 17:58:07 +02:00
Ozzie Isaacs
253386b0a5
Bugfix parse ldap server config
2023-03-26 18:27:43 +02:00
Ozzie Isaacs
6c8ffb3e7e
Bugfix path selection for reverse proxy
2023-03-26 14:31:19 +02:00
Ozzie Isaacs
7d26e6fc85
Bugfix get updater status
2023-03-26 14:19:12 +02:00
Ozzie Isaacs
085a6b88a3
Fix for #2713 (strip scheme from ldap server name)
2023-03-26 14:08:09 +02:00
Ozzie Isaacs
bde36e3cd4
Bugfix for logging ldap debug messages with non stream logfile
2023-03-26 13:17:02 +02:00
Ozzie Isaacs
9646b6e2dd
Enable debug output for ldap login
2023-03-26 11:29:54 +02:00
Ozzie Isaacs
d35e781d41
Bugfixes after testrun
...
Catch StaleDataError
2023-03-26 08:19:36 +02:00
Ozzie Isaacs
321db4d712
Refactored send email by make use of ajax calls instead of posting the page
...
Always use getPath instead of pathname
2023-03-25 12:34:16 +01:00
Ozzie Isaacs
2b9f920454
Metadata backup configurable
2023-03-25 10:42:36 +01:00
Ozzie Isaacs
cbd7ca2f3e
Activate metadata backup
2023-03-21 20:03:45 +01:00
Ozzie Isaacs
ba7fee3918
Update metadatabackup
2023-03-21 20:02:57 +01:00
Ozzie Isaacs
46d2d217ee
Bugfix metadata backup with custom columns
2023-03-20 20:11:37 +01:00
Ozzie Isaacs
e3fffa8a8f
Bugfix backup metadata for custom date, custom categories
2023-03-20 19:57:05 +01:00
Ozzie Isaacs
dfb49bfca9
Merge branch 'master' into Develop (handle case of cover smaller than thumbnail)
2023-03-20 19:03:15 +01:00
Ozzie Isaacs
224777f5e3
Handle case that cover size is smaller than thumbnail size
...
Update teststatus
2023-03-20 19:00:35 +01:00
Ozzie Isaacs
7ade4615a4
Bugfix write metadata
...
Bugfix change of custom column now sets updates the book timestamp
2023-03-19 17:23:05 +01:00
Ozzie Isaacs
cbd679eb24
Bugfix write metadata
...
Bugfix change of custom column now sets updates the book timestamp
2023-03-19 17:21:30 +01:00
Ozzie Isaacs
cf850c6ed5
Bugfix backup metadata
2023-03-05 16:03:07 +01:00
Ozzie Isaacs
a6b54e398b
Bugfix backup metadata
2023-03-05 16:02:48 +01:00
Ozzie Isaacs
64e9b13311
Bugfix after merge
...
Bugfix generate Metadata backup
2023-03-03 19:59:19 +01:00
Ozzie Isaacs
3cf778b591
Prevent double error message logging in case error in delete user
2023-02-27 19:27:48 +01:00
Ozzie Isaacs
5c5db34a52
Merge branch 'master' into Develop
...
# Conflicts:
# test/Calibre-Web TestSummary_Linux.html
2023-02-27 18:54:02 +01:00
Ozzie Isaacs
ae850172a3
Deactivate metadata backup
2023-02-27 18:53:46 +01:00
Ozzie Isaacs
7ff4747f63
Bugfix after merge
2023-02-27 13:17:34 +01:00
Ozzie Isaacs
76b0411c33
Bugfix failed tasks can no longer aborted
...
Metdatabackup is done on startup if app mode is test
2023-02-25 16:31:48 +01:00
Ozzie Isaacs
a414db0243
Merge remote-tracking branch 'fixed_layout/kobo-sync-detect-fixed-layout'
...
# Conflicts:
# cps/kobo.py
2023-02-25 15:26:49 +01:00
Ozzie Isaacs
162ac73bee
Bugfixes from testrun
2023-02-22 18:59:11 +01:00
Ozzie Isaacs
fc31132f4e
Merge remote-tracking branch 'pdf/master'
2023-02-21 20:52:25 +01:00
Ozzie Isaacs
856dce8add
Merge remote-tracking branch 'refactor_epub/refactor_epub'
...
# Conflicts:
# cps/epub.py
2023-02-21 20:47:10 +01:00
Ozzie Isaacs
3debe4aa4b
Merge remote-tracking branch 'comic/long_strip_cbrreader'
2023-02-21 20:33:11 +01:00
Ozzie Isaacs
b28a2cc58c
Merge branch 'master' into Develop
...
# Conflicts:
# cps/web.py
# test/Calibre-Web TestSummary_Linux.html
2023-02-21 17:03:54 +01:00
Ozzie Isaacs
595f01e7a3
Bugfix change erader email in /me page
2023-02-19 19:36:52 +01:00
Ozzie Isaacs
c79aa75f00
Merge remote-tracking branch 'author_opds/opds_add_metadata'
2023-02-19 18:34:40 +01:00
Ozzie Isaacs
38c601bb10
Bugfix server restart to prevent infinite calibre-web instances
2023-02-19 09:10:25 +01:00
Ozzie Isaacs
e7a6fe0bec
Bugfix restart calibre-web on windows
2023-02-19 09:03:01 +01:00
Ozzie Isaacs
6119eb3681
Revert restart change
2023-02-18 14:34:53 +01:00
Ozzie Isaacs
6b2ca9537d
revert restart change
2023-02-18 14:34:31 +01:00
Ozzie Isaacs
3cb9a9b04a
Merge branch 'master' into Develop
...
# Conflicts:
# cps/server.py
2023-02-18 14:23:58 +01:00
Ozzie Isaacs
3d8256b6a6
Bugfix for restarting on ubuntu 20.04 on restart
2023-02-18 14:23:15 +01:00
Ozzie Isaacs
660d1fb1ff
Fix for infinite creation of subprocesses on restart
2023-02-18 13:59:10 +01:00
Ozzie Isaacs
fa3fe47059
Fix for infinite process generation on restart
2023-02-18 13:58:22 +01:00
Ozzie Isaacs
89bc72958e
new random password generation algorithm to ensure compliance with password rules
...
bugfix opds login limit
2023-02-16 16:23:06 +01:00
Ozzie Isaacs
7ca07f06ce
Bugfix change password on commandline
2023-02-15 20:17:10 +01:00
Ozzie Isaacs
8ee34bf428
Bugfixes for password policy
2023-02-15 19:53:35 +01:00
Ozzie Isaacs
66d5b5a697
Exclude also .key file from updater
2023-02-12 13:12:38 +01:00
Ozzie Isaacs
ce48e06c45
Improved limiter
2023-02-12 13:10:00 +01:00
Ozzie Isaacs
f4ecfe4aca
Merge branch 'master' into Develop
...
# Conflicts:
# test/Calibre-Web TestSummary_Linux.html
2023-02-11 07:44:40 +01:00
Ozzie Isaacs
dda20eb912
Further improvements for sqlalchemy compatibility
2023-02-11 07:43:48 +01:00
GarcaMan
c4326c9495
Merge branch 'master' of github.com:GarckaMan/calibre-web into long_strip_cbrreader
2023-02-11 03:25:31 +00:00
Ozzie Isaacs
63a3edd429
Merge remote-tracking branch 'csp/patch-2'
...
Updated testresult
2023-02-10 18:18:27 +01:00
Ozzie Isaacs
3b45234beb
Bugfix from testrun
2023-02-09 19:46:36 +01:00
Ozzie Isaacs
8d0a699078
Merge branch 'master' into Develop
2023-02-07 18:38:47 +01:00
Ozzie Isaacs
5b5146a793
Merge remote-tracking branch 'csp/patch-2'
2023-02-07 18:38:25 +01:00
Ozzie Isaacs
7a4e6fbdfb
Merge branch 'master' into Develop
...
# Conflicts:
# test/Calibre-Web TestSummary_Linux.html
2023-02-06 19:02:47 +01:00
Ozzie Isaacs
14d14637cd
Updated test status
...
updated jzip for epub reader
Bugfix for opds login with ldap
updated requirementes
2023-02-06 19:02:27 +01:00
Ozzie Isaacs
fb42f6bfff
Make it possible to disable ratelimiter
...
Update APScheduler
Error message on missing flask-limiter
2023-02-05 13:43:35 +01:00
Ozzie Isaacs
4b7a0f3662
Merge branch 'master' into Develop
...
# Conflicts:
# cps/opds.py
# cps/server.py
# cps/web.py
2023-02-05 12:10:01 +01:00
Ozzie Isaacs
275675b48a
Search query is now also a post request (possible fix for Forward Auth Search Redirect Issue #2681 )
2023-02-05 09:34:57 +01:00
Ozzie Isaacs
907606295d
Merge remote-tracking branch 'it/patch-1'
2023-02-05 08:50:33 +01:00
Ozzie Isaacs
794c6ba254
Updated chinese translation
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
ac13f6042a
Removed prints
...
Enabled additional reverse proxy authentication for opds feeds (fixes #2399 )
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
f8fbc807f1
further refactored user login
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
98da7dd5b0
remove g.user from before request
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
1c3b69c710
refactored login routines
2023-02-05 08:47:10 +01:00
mapi68
1dd638a786
Update messages.po
2023-02-04 20:39:36 +01:00
_Fervor_
6da7d05c6c
Update readpdf.html
2023-02-03 23:34:55 +08:00
_Fervor_
3f72c3fffe
Update web.py
2023-02-03 23:31:49 +08:00
Ozzie Isaacs
b9769a0975
Revert to latest syncronous jszip version to make comic reader work again
2023-02-01 18:46:23 +01:00
Ozzie Isaacs
189da65fac
leave fields filled after invalid login attempt
2023-01-29 13:20:22 +01:00
Ozzie Isaacs
1babb566fb
Update version
2023-01-29 09:55:32 +01:00
Ozzie Isaacs
c4e4acfc26
Stop scheduler also on restart calibre-web
2023-01-29 09:54:07 +01:00
Ozzie Isaacs
6afb429185
Stop Scheduler also on reboot
2023-01-29 09:53:02 +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
36cb454d1c
Bugfixes from testrun
2023-01-23 16:04:25 +01:00
Ozzie Isaacs
8dd4d0be1b
Merge handle epub iodentifier
2023-01-23 12:55:09 +01:00
Ozzie Isaacs
d48d6880af
Update German translation
2023-01-22 13:53:10 +01:00
Ozzie Isaacs
94a6931d48
Handle version 3.0 of flask-babel
2023-01-22 12:09:19 +01:00
Ozzie Isaacs
c21a870b8e
Migrated pypdf2 to the now active developed pypdf
2023-01-22 11:31:47 +01:00
Ozzie Isaacs
791bc9621a
Improved parsing of pdf files, bugfix for pypdf2 > V3.0
2023-01-22 11:25:24 +01:00
Ozzie Isaacs
2d6fe483ba
Fix for #2657 (TypeError: 'NoneType' object is not iterable from amazon)
2023-01-22 08:02:17 +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
d75f681247
Merge remote-tracking branch 'no/Translate-to-norwegian'
2023-01-21 15:44:10 +01:00
Ozzie Isaacs
2be2920833
Fixed typo
2023-01-21 15:27:51 +01:00
Ozzie Isaacs
d6184619f5
New generated translation files
2023-01-21 15:27:11 +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
Ozzie Isaacs
9e75c65af8
Merge remote-tracking branch 'pdfreader/issue-2659'
2023-01-21 14:27:59 +01:00
Ozzie Isaacs
7881950e66
Merge remote-tracking branch 'id-translation/master'
2023-01-21 14:18:45 +01:00
Arief Hidayat
48c2c7b543
First fix after proofread
...
Fixed typos and inconsistencies.
Defined "Berkas" instead of "File" for English term "File".
Defined "Pengaturan" and its root word "Atur" instead of "Konfigurasi" for English term "Configuration".
Reverting technical terms "Logfile", "access logfile", "Keyfile" to its English origin.
2023-01-21 09:37:16 +07: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
blitzmann
364c48edd8
PdfFileReader -> PdfReader
2023-01-16 22:59:26 -05:00
Ozzie Isaacs
e178efb58c
Update for #2653 (AP Scheduler triggers are function calls and not strings anymore)
2023-01-15 13:49:16 +01:00
Vegard Fladby
4105c64320
Added norwegian translation
2023-01-06 10:17:53 +01:00
Josh O'Brien
b3335f6733
English Language Updates - V3
2023-01-04 13:30:13 +11:00
Benedikt McMullin
fba95956de
epub: Skip invalid dc:identifier
2023-01-02 21:21:43 +01:00
Ozzie Isaacs
ce0b3d8d10
Merge remote-tracking branch 'bump_sortable'
2022-12-27 09:13:15 +01:00
Ozzie Isaacs
9545aa2a0b
Merge remote-tracking branch 'kobo_path/master'
2022-12-27 09:11:08 +01:00
jvoisin
4629eec774
Bump sortable.js
2022-12-27 00:18:56 +01:00
Jeroen Kroese
4977381b1c
Fix 'Kobo eReader.conf' path
2022-12-26 16:19:19 +01:00
Ozzie Isaacs
6c1631acba
Updated requirements
2022-12-26 15:47:04 +01:00
Ozzie Isaacs
1489228649
Bugfix for testability
2022-12-25 19:06:35 +01:00
Ozzie Isaacs
1ca1281346
Merge remote-tracking branch 'jszip/compress_dl'
2022-12-25 18:38:28 +01:00
jvoisin
631496775e
Minor code refactorisation of epub.py
...
- Reduce the amount of nested indentation
- Use proper functions instead of fragile manual parsing
2022-12-25 16:37:58 +01:00
jvoisin
c5e539bbcd
Bump jszip
2022-12-25 16:11:29 +01:00
jvoisin
02ec853e3b
Remove a duplicate library
2022-12-25 16:09:18 +01:00
Ozzie Isaacs
d0411fd9c7
Merge remote-tracking branch 'google_cover/patch-1'
2022-12-25 13:27:05 +01:00
Ozzie Isaacs
567cb2e097
Inlcuded indonesian translation
2022-12-25 13:24:00 +01:00
Ozzie Isaacs
a635e136be
Added databazeknih to supported links
2022-12-25 13:10:21 +01:00
Ozzie Isaacs
5ffb3e917f
Merge remote-tracking branch 'caliblur/issue/2515'
2022-12-25 11:04:14 +01:00
Ozzie Isaacs
5dc3385ae5
Merge remote-tracking branch 'douban/metadata_provider/douban'
2022-12-25 10:35:35 +01:00
Ozzie Isaacs
66e0a81d23
Merge remote-tracking branch 'mp3_csrf/save-mp3-position'
2022-12-25 10:34:01 +01:00
Ozzie Isaacs
1f6eb2def6
html tag fix
2022-12-25 10:32:01 +01:00
Ozzie Isaacs
7d3af5bbd0
Merge remote-tracking branch 'font_size/issue/487'
2022-12-25 10:29:29 +01:00
Ozzie Isaacs
043a612d1a
Update path to kobo config file
2022-12-25 10:22:58 +01:00
Ozzie Isaacs
928e24fd1a
Merge remote-tracking branch 'google_site_verification/master'
2022-12-25 09:59:32 +01:00
Ozzie Isaacs
3361c41c6d
Merge remote-tracking branch 'caliblur/issues/caliBlur'
2022-12-25 09:49:02 +01:00
Ozzie Isaacs
85a6616606
Merge remote-tracking branch 'fix_default_language/master'
2022-12-25 09:45:14 +01:00
Ozzie Isaacs
c15b603fef
Merge remote-tracking branch 'mp3listen/master'
2022-12-25 09:41:56 +01:00
Ozzie Isaacs
b12e47d0e5
Merge remote-tracking branch 'fr'
2022-12-25 09:29:05 +01:00
Ozzie Isaacs
389263f5e7
Merge remote-tracking branch 'object_src_csp'
2022-12-25 09:27:48 +01:00
jvoisin
7d023ce741
Bump jquery's version from 3.6.0 to 3.6.3
2022-12-22 23:38:28 +01:00
Julien Voisin
2ddbaa2150
Add object-src to the CSP policy
2022-12-22 12:47:37 +01:00
jvoisin
29fef4a314
Add French articles to the title regex
2022-12-20 23:14:41 +01:00
JonathanHerrewijnen
9450084d6e
Editing listenmp3.html page to show audiobook info
2022-11-24 20:34:01 +00:00
Vijay Pillai
b52c7aac53
Added GOOGLE_SITE_VERIFICATION environmental value to enable google safe browsing
2022-11-10 11:02:50 -05: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
Ghighi Eftimie
9409b9db9c
fixes for 946, 2284 caliblur
2022-10-21 21:53:15 +02:00
Ghighi Eftimie
a992aafc13
fixes #2515
2022-10-21 15:08:33 +02:00
Ghighi Eftimie
b663f1ce83
added font size fader in reader's settings popup #487
2022-10-16 16:22:08 +02:00
Olivier
adfbd447ed
mp3 player was missing the csrf_token
2022-10-11 19:50:23 +09:00
xlivevil
73567db4fb
Update douban metadata provider
...
Change search API
Change to Return an empty list when an error occurs
Change the way to get tags
Fix series and publisher perse error
Rename a variable with the same name as the built-in
2022-10-10 01:49:42 +08:00
Ozzieisaacs
3d59a78c9f
little refactoring for send emails through gmail account
2022-10-04 20:48:09 +02:00
Ghighi Eftimie
397cd987cb
added try except block for send_gmail_email method
2022-10-04 21:28:09 +03:00
Ozzie Isaacs
7eef44f73c
Make drive letters available in file picker
2022-10-03 15:17:17 +02:00
Ozzie Isaacs
e22ecda137
Merge remote-tracking branch 'it/patch-30'
2022-10-02 21:12:56 +02:00