Michael Shavit
55c0bb6d34
Set the "Size" attribute for Kobo download_urls, and refactor the code
...
to eventually allow formats other than KEPUB.
2019-12-08 17:28:25 -05:00
Michael Shavit
2b55b9b250
Use the login_user Cookie to authorize download requests instead of
...
passing the UserKey over url params.
2019-12-08 15:33:57 -05:00
Michael Shavit
fffa2d5a1b
Support passing the Auth token as a url param.
...
This is required to support ebook downloads which the Kobo device emits
without any auth headers.
* Also some other small bug fixes discovered during device testing.
2019-12-07 22:55:07 -05:00
Michael Shavit
0926ae530c
Remove custom_column usages from an earlier commit.
2019-12-07 21:08:53 -05:00
Michael Shavit
0b709f7dfb
Merge branch 'master' into kobo
2019-12-07 20:04:54 -05:00
Michael Shavit
b5da2c4199
Clean-up: Fix import order in kobo.py, and other minor formatting
...
changes.
2019-12-07 19:54:49 -05:00
Michael Shavit
9ede01f130
* Add a UserKeyToken to the User table for Kobo authorization.
...
* Add proper authorization checks on the new Kobo endpoints.
Important Note: As a side-effect, all CalibreWeb API calls can be
authorized using this token (i.e without a username&password).
2019-12-07 19:54:44 -05:00
Michael Shavit
55b54de6a0
Add simple get_download_url implementation to replace the backblaze-backed implementation
2019-12-05 19:06:39 -05:00
Michael Shavit
5357867103
Add initial support for Kobo device Sync endpoint.
...
- Supports /v1/library/sync call to get list of books
- Supports /v1/library/metadata call to get metadata for a given book
+ Assumes books are stored on Backblaze for metadata call
- Changes to helper.py so that we can return no cover instead of a blank
image.
2019-12-05 01:56:59 -05:00
Ozzieisaacs
fda0ab1e86
FIx for ( #1092 listening to mp3 not working)
2019-12-01 12:36:55 +01:00
Ozzieisaacs
54079b36ae
Fix #1095 (epub viewer not working if only viewer rule wa sapplied)
2019-12-01 12:21:21 +01:00
Ozzieisaacs
f8a99c60d8
Fix for #1096 (exception on digest request)
2019-12-01 09:33:11 +01:00
Ozzieisaacs
2f27a7b0ce
Merge remote-tracking branch 'd/master'
2019-11-26 10:50:55 +01:00
Ozzieisaacs
8af178c19c
Fix for gdrive not working #1081
2019-11-26 10:46:06 +01:00
Ozzieisaacs
78f9ee86b1
Fix pdf cover
...
Fix massadding books
Add feature inform of duplicate books
2019-11-26 08:19:03 +01:00
Ozzieisaacs
ab5873984e
Merge remote-tracking branch 'translation/patch-3'
2019-11-17 06:59:22 +01:00
Ozzieisaacs
62ea8b8913
Logging to stdout, proposal form #1078
2019-11-16 10:09:34 +01:00
Ozzieisaacs
a4416c202d
Merge remote-tracking branch 'rename/develop'
2019-11-16 08:01:18 +01:00
Jony
1f5edffccf
Fix typo and update translation
2019-11-16 07:49:07 +01:00
Ozzieisaacs
651260022c
Merge remote-tracking branch 'search_title/hotfix-searchform-title'
2019-11-16 07:29:00 +01:00
Ozzieisaacs
2e4344f7ea
Merge remote-tracking branch 'swedish/master'
2019-11-16 07:27:08 +01:00
Jony
3cb7e77b60
Update messages.po
2019-11-14 18:52:06 +01:00
Ghighi Eftimie
f782dc1857
fix for search title
2019-11-14 12:08:19 +02:00
Jony
7179f133bb
Merge pull request #1 from janeczku/master
...
Update from original.
2019-11-12 19:34:34 +01:00
Ozzieisaacs
88f31ddad1
Fix for #1034
2019-11-07 21:04:03 +01:00
Ozzieisaacs
a7ab7fcf06
Fix #1068 PDF cover Images inverted or incorrect single image grabbed from cover page
2019-11-03 09:49:54 +01:00
Ozzieisaacs
6f61e80c97
Fix #1074 , #1071
2019-10-31 15:46:38 +01:00
Ozzieisaacs
1112dc82c9
Merge remote-tracking branch 'origin/dependabot/pip/pyyaml-5.1'
2019-10-30 20:25:53 +01:00
dependabot[bot]
e47b0c6433
Bump pyyaml from 3.12 to 5.1
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 3.12 to 5.1.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-10-29 13:55:45 +00:00
Jan Guzej
94ae9937f0
Add flash show book template
2019-10-26 13:45:06 +02:00
Jan Guzej
fadd085b57
Checking and warrying on possible duplicity
2019-10-26 11:54:27 +02:00
Ozzieisaacs
5167ee520e
Solve cropped image pdf import ( #1068 )
2019-10-22 19:11:40 +02:00
Ozzieisaacs
f758a1cc64
Solve inverted image pdf import ( #1068 )
2019-10-21 19:33:09 +02:00
Ozzieisaacs
2145be6db2
Improvement for #1062
2019-10-20 16:47:15 +02:00
Ozzieisaacs
c740fe9124
Merge remote-tracking branch 'github_2/it-adds-info-to-shelf-order'
2019-10-20 15:50:52 +02:00
Ozzieisaacs
a371e40c66
Merge remote-tracking branch 'github_3/hotfix/epub-import'
...
Improved cover extraction from epub files
2019-10-20 15:48:06 +02:00
Ozzieisaacs
ccc6184342
Merge remote-tracking branch 'github_1/patch-1'
2019-10-20 15:03:37 +02:00
Ozzieisaacs
c8c2d6659c
Merge remote-tracking branch 'public_reconnect/master'
2019-10-20 15:03:02 +02:00
Ozzieisaacs
1413f26c85
Merge remote-tracking branch 'github_readme/master'
2019-10-20 15:02:07 +02:00
Jan Guzej
c7d7a7597c
remove language from array metadata
2019-10-19 21:49:18 +02:00
Jan Guzej
fbb7663a2f
epub metadata import fix
2019-10-19 14:04:15 -04:00
Kyos
c93dd32179
Fixed typo and column size for LG screens
2019-10-19 12:02:14 +02:00
Kyos
7165826011
Adds Authors, Series and Book Cover to the shelf order view
2019-10-19 10:57:48 +02:00
Kyos
ada727a570
Adds Authors, Series and Book Cover to the shelf order view
2019-10-19 10:52:03 +02:00
gwenhael
01b0f9534c
fix issue #1064
...
Allow for finer steps in serie-index
2019-10-18 15:12:27 +02:00
DenysNahurnyi
0735283d45
Fix syntax errors in README.md
2019-10-08 20:48:26 +03:00
zelazna
3764c33a3a
Add the posibility to change the username
2019-10-01 15:36:00 +02:00
Ozzieisaacs
9fc02f67c2
Debug output for lcase
2019-09-27 15:30:39 +02:00
Ozzieisaacs
0c40e40dc3
Fix logfile loading behind reverse proxy ( #1047 )
2019-09-27 08:15:10 +02:00
Ozzieisaacs
e31df16309
Revert bug in updater.py preventing new files from being created
2019-09-24 19:00:47 +02:00