Ozzie Isaacs
2b2ccb1710
Refactored epub-reader progress
...
Progress in epubs now visible also in dark mode(s)
2025-03-30 12:23:13 +02:00
Ozzie Isaacs
4583fc8023
Python 3.13 compatibility
...
Code cosmetics
2025-03-30 12:03:12 +02:00
Theo Psallidas
f9267ba391
Fix modal for smaller devices [smartphone]
2025-03-17 19:13:25 +02:00
Ross Williams
22a93a28e2
Refactor epub reader progress calculation
...
The code in epub-progress.js was causing the epub file to be loaded
twice over the network, because it created a second instance of the
epub.js library. I moved all the progress percentage display code into
epub.js. Only the locationchange polyfill code was left in the separate
file, renamed to locationchange-polyfill.js.
I rewrote the percentage progress code to use epub.js events,
giving more succinct and readable code. Also, I added localStorage
caching of the epub location calculations, required for displaying
percentage progress, which can take up to 60-90 seconds to calculate on
longer ebooks. This localStorage caching approach is recommended by
epub.js in the `locations.html` example in their repo.
Signed-off-by: Ross Williams <ross@ross-williams.net>
2025-02-21 04:15:37 +00:00
Ozzie Isaacs
4512ab4524
Renamed pdf reader javascript files ( #3277 )
2025-01-06 14:54:09 +01:00
James McNee
f5048ee1a8
Fix UI bug when book conversion enabled on mobile
...
On mobile, when book conversion is enabled and using the cabliBlur theme, the upload menu appears behind the description text area making it difficult (though not impossible with some careful guesswork around where the buttons should be).
This commit fixes the styling of this section so that it no longer appears behind the description text area.
2025-01-04 11:51:35 +00:00
Ozzie Isaacs
14e57e3714
Fix save invalid database
2024-11-30 10:01:03 +01:00
Ozzie Isaacs
16255870a8
Merge simple view
2024-11-23 15:46:20 +01:00
Ozzie Isaacs
2fff002699
Fix for stable update version
2024-11-11 18:46:07 +01:00
Ozzie Isaacs
bf9313ddeb
Update test status
...
Updates after test run
2024-10-28 16:16:28 +01:00
Ozzie Isaacs
2eb4f77a23
Display error message if visiblity resticting custom column is no available (Fix for #3190 )
2024-10-26 15:34:57 +02:00
Ozzie Isaacs
d4502713ff
Merge remote-tracking branch 'ios_bookmark/fix-impossible-to-press-bookmarks-button-in-safari'
2024-10-23 18:57:24 +02:00
Ozzie Isaacs
c40c8a2255
Format seriesindex everywhere to 2 digits
2024-10-18 20:24:49 +02:00
lucaparsani
e42e11e2a4
fix bookmarks button for safari browser
2024-10-09 00:24:06 +02:00
Ozzie Isaacs
97764acbcd
Added missing locale for datepicker in Slovenian language
2024-09-18 19:56:54 +02:00
Ozzie Isaacs
89a1dcfbf6
Fix for #3145 (improved contrast for epub reader headline)
2024-09-14 18:55:35 +02:00
Ozzie Isaacs
c92115faf3
Update save shelf sort algorithm
2024-08-21 19:25:50 +02:00
Ozzie Isaacs
1be0ff9620
Bugfix load metadata
...
Bugfix xchange author and title
Better handling of incompatible iso-639 module on python3.12
2024-08-18 18:52:13 +02:00
Ozzie Isaacs
6717683ac3
Improvements merge metadata upload format
...
Music icon only visible once if more than one audio format available
2024-08-18 16:45:42 +02:00
Ozzie Isaacs
1eb77c9cd4
Upload (multiple) book formats with progress and merge the corresponding metadata into the book
2024-08-17 15:34:50 +02:00
Ozzie Isaacs
d8d9d405e9
First step format upload with progress
2024-08-16 21:14:41 +02:00
Ozzie Isaacs
c7f0293568
Implementation of sorting according to shelf added
2024-08-14 18:21:21 +02:00
Ozzie Isaacs
2f8db1f7f0
Update pdf.js to 4.5.136
2024-08-07 15:16:38 +02:00
Ozzie Isaacs
9b520b1941
Fix archiving bookm for kobo sync
...
Fix back function without search parameter
Updated Testresults
2024-08-04 07:12:22 +02:00
Ozzie Isaacs
abc923ade4
Fix for back function on simple search
2024-08-03 12:57:55 +02:00
Ozzie Isaacs
f8adcbb691
Make light theme default theme on epub reader
...
Fix csp Header for reader and google drive (#3108 )
Testrun
2024-07-25 21:42:32 +02:00
Ozzie Isaacs
87c0b15f5f
Update pdf.js to version 4.4.168
2024-07-13 10:49:47 +02:00
Ozzie Isaacs
53a16c5a6f
Merge remote-tracking branch 'epub_progress/progress_indicator'
2024-07-07 10:39:06 +02:00
Ozzie Isaacs
a0b776cbd1
Merge remote-tracking branch 'epub_reader_font/feat_font' into Develop
2024-07-07 10:31:49 +02:00
Ozzie Isaacs
60cc0c9395
Merge remote-tracking branch 'epub_theme/Develop' into Develop
2024-07-07 10:22:32 +02:00
Ozzie Isaacs
53ba352ed9
Improved some things in caliblur theme (hide back button)
2024-07-05 20:43:50 +02:00
Ozzie Isaacs
c73ec52842
Update pdf Reader to 4.3.136
2024-06-09 11:59:38 +02:00
Purbayan Chowdhury
5d86bb0ba0
Merge branch 'janeczku:Develop' into Develop
2024-05-23 01:45:36 +05:30
Ozzie Isaacs
0925f34557
Merge remote-tracking branch 'caliblur/issue/caliBlur-3002'
2024-04-07 18:51:00 +02:00
Ozzie Isaacs
fcc95bd895
Improvements for password verify (addresses: https://github.com/iiab/calibre-web/pull/138 )
2024-03-10 16:39:51 +01:00
Ghighi Eftimie
964e7de920
fixes 3002
2024-03-06 15:42:10 +02:00
Ozzie Isaacs
c901ccbb01
Improved js password strength check
...
Improved check of CJK-Characters
2024-02-29 11:48:07 +01:00
Ozzie Isaacs
4fbd064b85
Merge remote-tracking branch 'origin/back' into Develop
2024-02-26 18:42:48 +01:00
Ozzie Isaacs
e860b4e097
Back function implemented for delete book and edit book
2024-02-26 15:07:59 +01:00
Ozzie Isaacs
b38a1b2298
Admin can now force full sync for users (fix for #2993
2024-02-25 20:03:38 +01:00
Ozzie Isaacs
7c04b68c88
Merge remote-tracking branch 'icon/master'
2024-02-10 10:01:16 +01:00
Webysther Sperandio
eb6fbfc90c
HiDPI icons
2024-01-23 04:24:21 +01:00
Purbayan Chowdhury
05032aed3c
Updating theme logic and persisting theme change
2024-01-08 16:56:13 +05:30
Ozzie Isaacs
902fa254b0
Merge branch 'master' into Develop
2024-01-07 08:03:40 +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
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
2fbc3da451
Added Slovak translation
2023-11-06 16:51:08 +01: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