Commit Graph

27875 Commits

Author SHA1 Message Date
Kovid Goyal af8802222f Dont use quoted slashes when downloading book files via XHR
Quoted slashes are technically illegal in URLs and various reverse
proxies have issues with them.
2017-07-03 10:23:14 +05:30
Kovid Goyal ebe2dca11a Server: Fix using "Show more books" button and then changing list mode setting causing resulting book list to be incomplete 2017-07-03 10:12:40 +05:30
Kovid Goyal ed554fd319 Edit book: When doing a Replace/Count all with multiple searches add a Show details button on the result dialog that shows the individual counts for each search. 2017-07-02 17:42:53 +05:30
Kovid Goyal 48b3bdf0f3 String changes 2017-07-02 15:46:06 +05:30
Kovid Goyal ebdec9f6ae Comments editor: Add a button to easily insert separators (i.e. <hr> tags) when editing comments 2017-07-02 11:34:16 +05:30
Kovid Goyal b10142db22 Use position based recounting in a couple more places 2017-07-02 09:58:43 +05:30
Kovid Goyal 467d35d1d0 Fix #1701789 [Preferences for Edit book sidebar on Linux](https://bugs.launchpad.net/calibre/+bug/1701789) 2017-07-01 17:47:07 +05:30
Kovid Goyal f88ad60414 Server: Fix changing sort/search in the /mobile view only working with the default library. Fixes #1701704 [Content server simple view - can't sort](https://bugs.launchpad.net/calibre/+bug/1701704) 2017-07-01 12:14:57 +05:30
Kovid Goyal e30ee64f59 version 3.2.1 2017-06-30 15:01:45 +05:30
Kovid Goyal adf84769f9 Fix regression that broke mouse wheel scrolling in the cover grid view in the previous release 2017-06-30 14:59:32 +05:30
Kovid Goyal 768bdc2d8e Linux: Fix an error when trying to use a program by path with the Open with functionality. 2017-06-30 11:19:34 +05:30
Kovid Goyal ee2b2e8d20 Adda note that --daemonize is linux only to its help text 2017-06-30 10:52:11 +05:30
Kovid Goyal e116d5cb5c version 3.2.0 2017-06-30 10:44:42 +05:30
Kovid Goyal 0e1f81b4b0 Do not call SetErrorMode on windows since this is now done at startup by calibre-launcher.dll 2017-06-30 10:11:51 +05:30
Kovid Goyal db3bfa0f5f Handle presence of ascii control characters when saving history for line edits 2017-06-29 09:16:37 +05:30
Kovid Goyal 27e39f6885 Fix #1700217 [Virtual library button not pressed down](https://bugs.launchpad.net/calibre/+bug/1700217) 2017-06-28 19:51:24 +05:30
Kovid Goyal 9b118f35d2 Server: Allow logged in users to change their passwords by clicking the user icon in the top right corner of the home screen. Fixes #1700631 [FR - Change PW via Web in content server](https://bugs.launchpad.net/calibre/+bug/1700631) 2017-06-28 18:18:08 +05:30
Kovid Goyal af48f8907b Also used position based indexing when refreshing the Tag browser after a metadata edit 2017-06-28 09:05:32 +05:30
Kovid Goyal f2edf667d6 Add TODO note about LE integration 2017-06-27 18:03:17 +05:30
Kovid Goyal ce4f774114 Viewer: Fix incorrect display of pages in paged mode for books that override the default box-sizing CSS property on the <body> element. Fixes #1700109 [css margin-left and margin-right problem](https://bugs.launchpad.net/calibre/+bug/1700109) 2017-06-27 15:28:33 +05:30
Kovid Goyal 5311b5155e Linux: Fix slow mouse wheel scrolling in Cover grid because of Qt bug 2017-06-27 12:07:07 +05:30
Kovid Goyal eddc49fa44 API to allow authenticated users to change their password 2017-06-27 11:21:01 +05:30
Kovid Goyal 5b2603b98d ... 2017-06-27 08:55:34 +05:30
Kovid Goyal aae905d843 Show the message about clearing the cache in the right place 2017-06-27 00:51:04 +05:30
Kovid Goyal 97cd9fd361 More useful error message when IndexDB flakes out in Chrome 2017-06-27 00:22:37 +05:30
Kovid Goyal dcf95a3418 Server: Log the X-Forwarded-For header in the access log 2017-06-26 23:43:09 +05:30
Kovid Goyal edd4ecd74f ... 2017-06-26 22:15:55 +05:30
Kovid Goyal c3b3e3a7ae A spot of refactoring 2017-06-26 21:08:26 +05:30
Kovid Goyal d983025899 pep8 2017-06-26 21:01:47 +05:30
Kovid Goyal 775a946ac3 Expand on the reason for no-forking on macOS 2017-06-26 16:54:35 +05:30
Kovid Goyal 6c8c329d2e Fix #1700503 [Missing info after colon?](https://bugs.launchpad.net/calibre/+bug/1700503) 2017-06-26 16:49:47 +05:30
Kovid Goyal eafd29fc42 macOS: Add headless support: calibre command-line utilities can now run on macOS machines without a screen 2017-06-26 16:31:42 +05:30
Kovid Goyal 90d18917b5 String changes 2017-06-26 16:03:10 +05:30
Kovid Goyal 494d5dd92c ... 2017-06-26 15:01:10 +05:30
Kovid Goyal 2291b2d2a0 Build the headless QPA backend on macOS as well 2017-06-26 14:56:58 +05:30
Kovid Goyal ffcd10a232 ... 2017-06-26 13:56:49 +05:30
Kovid Goyal 8934ef5ab6 Dont use html5lib for entity names
In preparation for getting rid of html5lib
2017-06-26 13:52:47 +05:30
Kovid Goyal a777c8b619 String changes 2017-06-26 13:14:16 +05:30
Kovid Goyal 52949371c9 Handle errors in drain_ssl_buffer() 2017-06-26 12:53:24 +05:30
Kovid Goyal fae7613a08 Server: Fix timeout errors when using SSL (particularly common when running the server on windows)
I forgot to drain the internal SSL buffer in the read loop before
passing the socket to select()
2017-06-26 12:20:00 +05:30
Kovid Goyal 6d4c8e61d3 End send optimization before resetting connection state 2017-06-26 12:16:47 +05:30
Kovid Goyal 8d21970f46 Log incomplete sends 2017-06-26 10:45:06 +05:30
Kovid Goyal 9842272aac Use boud tests rather than equality tests 2017-06-26 10:17:31 +05:30
Kovid Goyal 4cb057f8a5 I have no idea why this happens, but...
Fix #1700191 [Error occasionally pops up when pressing Edit Medata](https://bugs.launchpad.net/calibre/+bug/1700191)
2017-06-25 15:11:20 +05:30
Kovid Goyal 514378b728 ... 2017-06-24 14:01:21 +05:30
Kovid Goyal 68b75a67fc Remove the imobiledevice code entirely, since imobiledevice is broken 2017-06-24 11:14:14 +05:30
Kovid Goyal 5b85a67393 Blacklist the iOS Reader applications and Marvin XD plugins
They cause calibre to not startup on 32bit windows and as far as I know
they dont work anyway sicne Apple restricted USB access to their iOS
devices.
2017-06-24 10:07:41 +05:30
Kovid Goyal c1d6775ef7 Also set the restart env var when restarting in debug mode 2017-06-23 18:06:16 +05:30
Kovid Goyal a6379abb17 Possible fix for restarting on windows home not working 2017-06-23 18:01:40 +05:30
Kovid Goyal b0f5958aec version 3.1.1 2017-06-23 14:36:20 +05:30