Commit graph

1745 commits

Author SHA1 Message Date
Mike Colagrosso
1f3b66144d Add IsMatchingDonation to Payments 2023-06-18 10:06:09 -05:00
Alex Cabal
f44385c994 Update readme for Ubuntu 22.04 2023-06-08 12:02:24 -05:00
Alex Cabal
49534c0bfe Update wanted ebooks list 2023-06-07 19:07:38 -05:00
Alex Cabal
8127f0c7e2 Remove unused exception variables, now that this is possible with PHP8 2023-06-06 21:00:12 -05:00
Alex Cabal
fe16cb3b21 Update masthead 2023-05-31 12:48:14 -05:00
Alex Cabal
cef3f77f6e Update wanted ebooks list 2023-05-30 19:37:59 -05:00
Alex Cabal
2c247c888e Update editors list 2023-05-28 23:49:44 -05:00
Alex Cabal
e39e7184ce Update wanted ebooks list 2023-05-26 15:19:49 -05:00
Alex Cabal
f555712e2c Add GitHub cover art search tip to step by step guide 2023-05-26 10:04:37 -05:00
Alex Cabal
d8f85fa4b3 Add text/javascript to apache cache policy 2023-05-25 23:21:29 -05:00
Alex Cabal
5773a67c42 Update wanted ebooks list 2023-05-22 13:44:34 -05:00
Alex Cabal
027fc0c710 Update wanted ebooks list 2023-05-16 13:47:22 -05:00
Alex Cabal
2dd89c310f Add unprocessed pending payments watchdog 2023-05-15 12:38:01 -05:00
Alex Cabal
1c055d3e6f Disable emulate prepares in DB 2023-05-13 23:42:58 -05:00
Alex Cabal
4ff5512544 Add how-to instructions for the Sony PRS-300 2023-05-06 11:21:36 -05:00
Emma Sweeney
d00325964f
Update wanted ebooks list 2023-04-30 20:36:54 -04:00
Alex Cabal
b58df6b141 Correctly include cover JPGs in azw3 bulk downloads 2023-04-30 02:14:09 -05:00
Alex Cabal
25ed4b4147 Update wanted ebooks list 2023-04-28 13:16:20 -05:00
Alex Cabal
425cf7bcbb Update wanted ebooks list 2023-04-27 23:12:16 -05:00
Alex Cabal
a8e637dbdf Update step by step guide 2023-04-27 23:11:48 -05:00
Alex Cabal
6ec1669308 Update payment process script to work around FA additions 2023-04-26 15:54:30 -05:00
Alex Cabal
c4d7fbeaf4 Update wanted ebooks list 2023-04-24 23:15:00 -05:00
Alex Cabal
083da297c7 Update wanted ebooks list 2023-04-23 22:41:34 -05:00
Alex Cabal
689cd1c5c1 Tweak ebook deploy script to more reliably generate cover image thumbnails 2023-04-23 19:56:58 -05:00
Alex Cabal
03d7206f93 Add PHP 8 compatibility tweak for generating bulk downloads 2023-04-23 18:50:35 -05:00
Alex Cabal
fa4bb08005 Update wanted ebooks list 2023-04-20 14:39:56 -05:00
Alex Cabal
e28e8453b9 Add Kindle thumbnails to AZW3 bulk downloads 2023-04-19 12:06:36 -05:00
Alex Cabal
9e4604df35 Update wanted ebooks list 2023-04-19 11:07:55 -05:00
Alex Cabal
262f0a14b4 Update wanted ebooks list 2023-04-16 23:42:57 -05:00
Alex Cabal
613a2e6758 Fix typo 2023-04-14 14:51:13 -05:00
Alex Cabal
85f23dcc6d Update wanted ebooks list 2023-04-11 13:31:32 -05:00
Alex Cabal
050ae804f1 Remove equals signs from step by step command line formulas 2023-04-10 14:51:27 -05:00
Alex Cabal
b73142dc21 Update wanted ebooks list 2023-04-10 14:14:31 -05:00
Alex Cabal
579b96e6b3 Update wanted ebooks list 2023-04-08 22:24:12 -05:00
Alex Cabal
afd2aa0389 Update wanted ebooks list 2023-04-06 18:21:26 -05:00
Alex Cabal
d017fed24d Update wanted ebooks list 2023-04-04 12:21:12 -05:00
Alex Cabal
67007049a0 Update Apache config in advance of 22.04 2023-04-03 16:25:21 -05:00
Mike Colagrosso
4212131f01 Remove PollItem property from Session 2023-04-01 23:45:53 -05:00
Michael Wheeler
9edd992fee Fix typo 2023-04-01 14:03:42 -05:00
Alex Cabal
cc557cbd98 Update wanted ebooks list 2023-03-30 21:41:55 -05:00
Alex Cabal
822ba30e06 Update wanted ebooks list 2023-03-29 11:47:37 -05:00
Alex Cabal
6a5af9a8b8 Update wanted ebooks list 2023-03-28 02:19:01 -05:00
Alex Cabal
cdabd85c3d Update wanted ebooks list 2023-03-21 11:55:02 -05:00
Alex Cabal
dec87322d5 Add Verne notes to wanted ebooks list 2023-03-20 14:13:42 -05:00
Mike Colagrosso
1685a7b8ea ereader browser: Preload the League Spartan font
When the font doesn't blink in a moment after the rest of the page, the
page looks faster.
2023-03-19 18:38:28 -05:00
Mike Colagrosso
75066dd862 Add ereader.css
Kindle and Kobo don't support WOFF or WOFF2, so this change adds a TTF
version of the League Spartan font.
2023-03-19 18:38:28 -05:00
Mike Colagrosso
4486a1e38d Turn off multiple selection on ereader browsers
For different reasons, setting multiple="multiple" on <select> tags
doesn't work on Kobo and Kindle browsers.

On Kobo:

    * the <option> tags don't appear
    * the <option> tags in other <select> tags also don't appear
    * the labels on the other form elements get offset

On Kindle:

    * the full set of <option> tags don't appear, and the <select>
      won't scroll to show them
2023-03-19 18:38:28 -05:00
Mike Colagrosso
e48ac5643a Move ereader check to utility function 2023-03-19 18:38:28 -05:00
Robin Whittleton
706fd4fea0 Load an ereader CSS instead of core for Kobo/Kindle 2023-03-19 18:38:28 -05:00
Alex Cabal
8d8de1e062 Fix reading ease description calculation 2023-03-16 11:40:58 -05:00