32339 Commits

Author SHA1 Message Date
Kovid Goyal
cae0e38a97 Allow AES-CTR to work even with lost messages
Make the counter public. This should no affect the security properties,
as long as you are careful nevert to re-use the (secret key, counter)
pair.
2016-03-22 08:46:10 +05:30
Kovid Goyal
4bee4a6e83 Use subarray() instead of slice() for performance 2016-03-22 08:22:48 +05:30
Kovid Goyal
e7cdb2b3dc Mult-Kor by pofa 2016-03-22 08:20:16 +05:30
Kovid Goyal
10ed72992d Revert to using a QPlainText for extra css. Apparently the more sophisticated editor was causing crashes for some people. Fixes #1557147 [2.53 crashes in Qt5Gui.dll when starting conversions](https://bugs.launchpad.net/calibre/+bug/1557147) 2016-03-22 00:52:22 +05:30
Kovid Goyal
701bec4a91 Update RapydScript 2016-03-22 00:44:49 +05:30
Kovid Goyal
85aba366c6 Implement AES-CTR 2016-03-22 00:23:53 +05:30
Kovid Goyal
aefc7fa751 Merge branch 'master' of https://github.com/JimmXinu/calibre 2016-03-21 22:53:35 +05:30
Kovid Goyal
d8c96f9dd8 Change default tag size 2016-03-21 22:50:37 +05:30
Jim Miller
b051aa26ac Add 'are your sure' check to quit when proceed_question is waiting. 2016-03-21 12:10:16 -05:00
Kovid Goyal
4412e80d1d Allow using bytearrays as tags for AES-CBC 2016-03-21 22:35:51 +05:30
Kovid Goyal
9e18735d07 Some niceties for the AES implementation 2016-03-21 22:09:56 +05:30
Kovid Goyal
19c1d25c24 ... 2016-03-21 21:52:45 +05:30
Kovid Goyal
12986b9ce3 Minor speedup 2016-03-21 21:44:55 +05:30
Kovid Goyal
66e2fd598d DRYer 2016-03-21 21:39:57 +05:30
Kovid Goyal
186daa0417 Make AES-CBC secure using a secret tag for message authentication 2016-03-21 19:23:22 +05:30
Kovid Goyal
e8912e3a3e Implement AES-CBC in RapydScript 2016-03-21 15:27:25 +05:30
Kovid Goyal
2f6d4ea260 Update RapydScript 2016-03-21 14:18:52 +05:30
Kovid Goyal
889dcc9140 Fix ConversionUserFeedBack not working when raised in main module 2016-03-21 09:31:25 +05:30
Kovid Goyal
9f74914202 Update RapydScript 2016-03-21 00:07:47 +05:30
Kovid Goyal
f1b57dd278 ... 2016-03-20 23:48:22 +05:30
Kovid Goyal
6b9debcea7 Set window title to title of book being read 2016-03-20 22:57:45 +05:30
Kovid Goyal
449511cd8e Implement storing of rendered book in IndexedDB 2016-03-20 22:53:48 +05:30
Kovid Goyal
0f8fa6612b Fix #1559718 [Duplicated name for builtin recipe](https://bugs.launchpad.net/calibre/+bug/1559718) 2016-03-20 20:52:25 +05:30
Kovid Goyal
d96eb506bd Work on downloading files for a rendered book 2016-03-20 20:49:42 +05:30
Kovid Goyal
43f03aa6c2 Update The New York Times Book Review 2016-03-20 17:55:48 +05:30
Kovid Goyal
bb36ff93d7 Edit Book: Check Book: Add a check for empty links 2016-03-20 17:30:38 +05:30
Kovid Goyal
159e62ad37 Reload should listen on the same interface as the main server 2016-03-19 21:57:45 +05:30
Kovid Goyal
f2519c96ea CS auto-reloader: Do not reload infinitely if connection never succeeds 2016-03-19 21:52:34 +05:30
Kovid Goyal
5abe27f423 Detect support for storing blobs in IndexedDB 2016-03-19 21:40:29 +05:30
Kovid Goyal
306474f284 Update RapydScript 2016-03-19 21:40:12 +05:30
Kovid Goyal
3513ea3ad4 Fix various bugs in IndexedDB integration 2016-03-19 18:48:58 +05:30
Kovid Goyal
a3d7de7e11 Start work on storing books in IndexedDB for offline reading 2016-03-19 18:01:25 +05:30
Kovid Goyal
ac8363713b Fix #1559319 [Edit Book: Images marked as edited when text is edited](https://bugs.launchpad.net/calibre/+bug/1559319) 2016-03-19 10:40:18 +05:30
Kovid Goyal
2a1956d569 ... 2016-03-19 09:09:44 +05:30
Kovid Goyal
fc18242da3 Access control for rendered books 2016-03-17 09:42:00 +05:30
Kovid Goyal
85455cf5ae ... 2016-03-16 22:37:55 +05:30
Kovid Goyal
873d388437 Clean the rendered book cache dir
Also ensure we dont have max path length issues on windows when serving
files from the book cache dir
2016-03-16 22:31:30 +05:30
Kovid Goyal
64692250f2 Track which files have virtualized resources 2016-03-16 22:30:41 +05:30
Kovid Goyal
1cb84998bc ... 2016-03-16 21:56:33 +05:30
Kovid Goyal
3e94eb094a ... 2016-03-16 21:47:33 +05:30
Kovid Goyal
da8031d360 Endpoints to load rendered book data 2016-03-16 21:04:56 +05:30
Kovid Goyal
a93ca1eaa0 DOCX Input: When the document has a Table of Contents created using the Word Table of Contents tool, keep a reference to it in the metadata. This is useful when converting to old style MOBI and you want to precisely control placement of the ToC. Fixes #1556983 [ENHANCEMENT: FRONT TOC FOR MOBI](https://bugs.launchpad.net/calibre/+bug/1556983) 2016-03-14 21:29:44 +05:30
Kovid Goyal
9dbe10d2a1 Record file sizes when rendering book 2016-03-14 12:49:57 +05:30
Kovid Goyal
29e3817acd Update RapydScript 2016-03-14 11:10:13 +05:30
Kovid Goyal
f27e2bb85e Replace == with and != with not is in all RS code 2016-03-13 22:13:07 +05:30
Kovid Goyal
2ce04ae5de Fetch News dialog: Remember last used size 2016-03-13 19:02:31 +05:30
Kovid Goyal
eb045f1a2f Fix fetch news dialog not rendering properly on HiDPI screens 2016-03-13 18:55:01 +05:30
Kovid Goyal
2733e4558f Fix #1556322 [automatic adding not sorted to last modified time stamp](https://bugs.launchpad.net/calibre/+bug/1556322) 2016-03-13 09:26:27 +05:30
Kovid Goyal
26ee920fd8 ... 2016-03-12 08:00:16 +05:30
Kovid Goyal
2f7857479d Fix #1555871 [Manage user categories causes loss of sorting](https://bugs.launchpad.net/calibre/+bug/1555871)
Merge branch 'master' of https://github.com/cbhaley/calibre
2016-03-11 18:21:33 +05:30