2203 Commits

Author SHA1 Message Date
Kovid Goyal
ebc247a020 Update bundled MathJax to 2.6.1 2016-03-24 16:01:36 +05:30
Kovid Goyal
a1ce8f3eaa Update RapydScript 2016-03-23 12:08:16 +05:30
Kovid Goyal
cbce50cbe4 Move aes.pyj into the rapydscript-ng project 2016-03-22 17:52:37 +05:30
Kovid Goyal
701bec4a91 Update RapydScript 2016-03-22 00:44:49 +05:30
Kovid Goyal
2f6d4ea260 Update RapydScript 2016-03-21 14:18:52 +05:30
Kovid Goyal
9f74914202 Update RapydScript 2016-03-21 00:07:47 +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
306474f284 Update RapydScript 2016-03-19 21:40:12 +05:30
Kovid Goyal
29e3817acd Update RapydScript 2016-03-14 11:10:13 +05:30
Kovid Goyal
2194121391 E-book viewer: Hide list numbers for popup footnotes when the footnotes are use <ol> as the number are likely to be incorrect. 2016-03-09 00:16:37 +05:30
Kovid Goyal
47cd4a797a Update RapydScript 2016-03-05 16:14:38 +05:30
Kovid Goyal
741d7d9efc CS: Port /mobile
Useful for legacy devices that dont support html 5
2016-02-25 18:43:58 +05:30
Kovid Goyal
52e0e87e71 Update RapydScript 2016-02-23 15:14:15 +05:30
Kovid Goyal
d83dc3fb94 CS: Implement switching of libraries 2016-02-18 18:16:12 +05:30
Kovid Goyal
b44c770bfd Update RapydScript 2016-02-18 13:36:42 +05:30
Kovid Goyal
0d5341a31b Update RapydScript 2016-02-16 15:24:50 +05:30
Kovid Goyal
2769794b29 Update RapydScript 2016-02-15 12:50:18 +05:30
Kovid Goyal
14df859c63 Update RapydScript 2016-02-13 14:39:00 +05:30
Kovid Goyal
e0d4f2196a Update RapydScript 2016-02-11 18:32:59 +05:30
Kovid Goyal
471cf7741c Update RapydScript 2016-02-11 16:00:27 +05:30
Kovid Goyal
bef332b6cb Update RapydScript 2016-02-11 15:07:54 +05:30
Kovid Goyal
699ea2696d Update RapydScript 2016-02-11 11:16:16 +05:30
Kovid Goyal
0056aa177b Update bundled RapydScript 2016-01-29 10:19:46 +05:30
Kovid Goyal
f083a7dbf2 ... 2016-01-12 10:51:11 +05:30
Kovid Goyal
d9a5a328e2 E-book viewer: Fix some non-ASCII characters not display in embedded MathML. Fixes #1532323 [Some non-ASCII characters in MathML elements don't render correctly](https://bugs.launchpad.net/calibre/+bug/1532323)
All that was needed was to update MathJax to the latest release 2.6.0
2016-01-09 09:21:20 +05:30
Kovid Goyal
5a24f7f51b Avoid mixed content warnings when referring to resources on the calibre website 2016-01-08 15:57:20 +05:30
Kovid Goyal
bd4e970b3a ... 2016-01-01 09:43:45 +05:30
Kovid Goyal
fed8adbcde E-book viewer: When using heuristics to detect footnote links check for vertical-align set to top and bottom as well as sub and super 2015-12-31 13:49:30 +05:30
Kovid Goyal
2b3a1ea10c Update CA root certificate to use a SHA256 signature 2015-12-23 11:29:43 +05:30
Kovid Goyal
662a260b5c Use padding instead of margins for page margins in paged mode 2015-12-14 18:16:05 +05:30
Kovid Goyal
30a8f1298b Edit Book: Add a new tool to compress images in the book losslessly, accessed from the Tools menu 2015-11-28 13:08:35 +05:30
Kovid Goyal
dc1bf3a36d Close auto reload websocket on page unload 2015-11-27 11:54:26 +05:30
Kovid Goyal
efb6dcbf2a Update RapydScript 2015-11-26 18:11:36 +05:30
Kovid Goyal
5164e4b005 Update RapydScript 2015-11-17 23:52:42 +05:30
Kovid Goyal
9605e8fa2d Update RapydScript 2015-11-13 14:55:06 +05:30
Kovid Goyal
eced07af18 Update RapydScript 2015-11-12 22:52:44 +05:30
Kovid Goyal
438f5a8d88 ... 2015-11-12 18:05:45 +05:30
Kovid Goyal
2fd77b8667 Update RapydScript 2015-11-12 14:56:33 +05:30
Kovid Goyal
0fbea94580 Update RapydScript 2015-11-10 11:35:18 +05:30
Kovid Goyal
424a430d15 Add basic user management to the server
This code is mostly just a stub, will need to be fleshed out later.
2015-11-04 19:53:01 +05:30
Kovid Goyal
e2bfb32dc9 Switch to using localStorage instead of cookies for sessions 2015-11-04 14:59:04 +05:30
Kovid Goyal
9431a6e3ee Update RapydScript 2015-11-04 14:59:04 +05:30
Kovid Goyal
32b00774da E-book viewer: Set the foreground color as well as the background color for the reference mode popup. Makes it legibile even when the user specifies a different color theme for the viewer. 2015-11-03 20:59:42 +05:30
Kovid Goyal
9c916a3679 Update RapydScript 2015-11-02 16:27:58 +05:30
Kovid Goyal
467f7a3273 Only retry connecting to the reload server for a second
The port changes when the reload server is restarted in any case, so no
point trying to reconnect if the server has gone away.
2015-10-27 20:43:17 +05:30
Kovid Goyal
6e874b5377 --auto-reload now automatically refreshes the page in browsers as well
Uses a WebSocket to send a signal to all browsers that have loaded the
page.
2015-10-27 20:33:56 +05:30
Kovid Goyal
cdfe01a5e5 Throbbing donate button for server UI 2015-10-20 14:31:56 +05:30
Kovid Goyal
a65b9126fa Add Font Awesome for the new server UI 2015-10-19 20:35:23 +05:30
Kovid Goyal
18533eeebc More work on the new server UI 2015-10-19 20:33:08 +05:30
Kovid Goyal
67f7b5f2b9 Update RapydScript 2015-10-19 19:02:32 +05:30