34688 Commits

Author SHA1 Message Date
Kovid Goyal
8ee6f735d2
Ignore swapCache failures 2017-05-21 13:39:14 +05:30
Kovid Goyal
1672ef4f22
Fix --url-prefix not working 2017-05-21 13:39:13 +05:30
Kovid Goyal
057d3604fc
Revert freezing of epubReadingSystem as it throws and I can't be bothered figuring out why 2017-05-21 13:39:13 +05:30
Kovid Goyal
ab45cb8fb1
Fix download book button not working 2017-05-21 13:39:13 +05:30
Kovid Goyal
4ae3605f7e
Update the server integration docs 2017-05-21 13:39:13 +05:30
Kovid Goyal
01b69ae781
Get rid fo the last use of the old server code 2017-05-21 13:39:13 +05:30
Kovid Goyal
b9db2663f8
Pre-select the users tab 2017-05-21 13:39:13 +05:30
Kovid Goyal
04210274f6
Dont allow server auth to be turned on without at least one user account being created 2017-05-21 13:39:13 +05:30
Kovid Goyal
9ab7cf6e9c
Fix test button 2017-05-21 13:39:13 +05:30
Kovid Goyal
a4454fa151
UI for advanced server settings 2017-05-21 13:39:13 +05:30
Kovid Goyal
968cfcbcc5
More work on the preferences UI for the new server 2017-05-21 13:39:13 +05:30
Kovid Goyal
7c1b3ce702
Fix home button on book list top bar not always working 2017-05-21 13:39:12 +05:30
Kovid Goyal
1aac334e64
... 2017-05-21 13:39:12 +05:30
Kovid Goyal
7acc25fcbc
Fix non pruned databases being closed in library_moved() 2017-05-21 13:39:12 +05:30
Kovid Goyal
c8737737ef
Fix server_library_id not being set 2017-05-21 13:39:12 +05:30
Kovid Goyal
c4d513131f
Fix choose library buttons not working 2017-05-21 13:39:12 +05:30
Kovid Goyal
37e19d411a
Port code for start/stop of CS to use new server 2017-05-21 13:39:12 +05:30
Kovid Goyal
2e84a2e1a9
Get copy to library working witht he new library broker 2017-05-21 13:39:12 +05:30
Kovid Goyal
2b6a7568d0
... 2017-05-21 13:39:12 +05:30
Kovid Goyal
3c64011526
Start work on embedding the new content server in the GUI 2017-05-21 13:39:12 +05:30
Kovid Goyal
420841377c
Restore jquery.js as it is still used by the viewer 2017-05-21 13:39:12 +05:30
Kovid Goyal
6af8bdab97
Add a robots.txt 2017-05-21 13:39:11 +05:30
Kovid Goyal
0a44163d82
Read and write CS settings from a file 2017-05-21 13:39:11 +05:30
Kovid Goyal
52007b840d
Change import to use new server code 2017-05-21 13:39:11 +05:30
Kovid Goyal
bae7d21608
Remove the old server code. Still need to port various bits of calibre that use it 2017-05-21 13:39:11 +05:30
Kovid Goyal
fce59c91c7
Switch calibre-server.exe to use the new server 2017-05-21 13:39:11 +05:30
Kovid Goyal
165dd83b68
Remove resources for old content server 2017-05-21 13:39:11 +05:30
Kovid Goyal
3ed6951f2e
Freeze epubReadingSystem 2017-05-21 13:39:11 +05:30
Kovid Goyal
195b083c3a
Implement epubReadingSystem for the in browser viewer 2017-05-21 13:39:11 +05:30
Kovid Goyal
d97e1ce707
Delay load calibre.library.server so that tests dont fail until it is ported 2017-05-21 13:39:11 +05:30
Kovid Goyal
5ed88a0bf5
Remove no longer needed cherrypy/routes bundled packages 2017-05-21 13:39:11 +05:30
Kovid Goyal
374e5a2714
Remove no longer user CS tweaks 2017-05-21 13:39:10 +05:30
Kovid Goyal
814cf18c69
Add support for reading JPEG-XR images 2017-05-21 13:39:10 +05:30
Kovid Goyal
933c7d221d
pep8 and condition on PLATFORM 2017-05-21 13:39:10 +05:30
Kovid Goyal
d5f2622b41
Use python36 instead of python35 to bootstrap 2017-05-21 13:39:10 +05:30
Kovid Goyal
d095f90edf
Rename appveyor fie to have leading dot 2017-05-21 13:39:10 +05:30
Kovid Goyal
00ef575a03
No longer need to restrict running kernel as we use chroot 2017-05-21 13:39:10 +05:30
Kovid Goyal
9445fae589
build-calibre dir layout changed slightly 2017-05-21 13:39:10 +05:30
Kovid Goyal
063c43e871
Call shutdown after linux build as well 2017-05-21 13:39:10 +05:30
Kovid Goyal
e21f0a3acc
Dont error if file exists when building installer 2017-05-21 13:39:10 +05:30
Kovid Goyal
47ac17d962
Fix conflicts in appveyor.yml 2017-05-21 13:39:09 +05:30
Kovid Goyal
21f8414867
Detect old version of Vista (before SP2) 2017-05-21 13:39:09 +05:30
Kovid Goyal
e49df95bac
Add a kernel version check to the publish command
The new build process uses docker which requires installed and running
kernel versions to match
2017-05-21 13:39:09 +05:30
Kovid Goyal
74153a0d22
Sign installers explicitly 2017-05-21 13:39:09 +05:30
Kovid Goyal
dda2541a30
Remove unused code 2017-05-21 13:39:09 +05:30
Kovid Goyal
51d74985d3
Add AppVeyor badge 2017-05-21 13:39:09 +05:30
Kovid Goyal
f7a9a7790a
Skip file dialog test on appveyor 2017-05-21 13:39:09 +05:30
Kovid Goyal
4488703e1e
Start work on setting up CO testing on windows with AppVeyor 2017-05-21 13:39:09 +05:30
Kovid Goyal
ab167e2c33
Switch to the new auto-build sw for travis 2017-05-21 13:39:09 +05:30
Kovid Goyal
37cd0c56e5
Use the new auto-build infrastructure for creating calibre installers 2017-05-21 13:39:09 +05:30