Commit Graph

53 Commits

Author SHA1 Message Date
7deb8e5bfc
bring back full covers if needed
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 30m2s
2024-06-26 22:35:03 +02:00
b77b1bc139
implement thumbnail caching 2024-06-26 21:22:07 +02:00
a0c5122735
ensure the search database is attached to all connections 2024-06-26 17:41:04 +02:00
aa47ec7c43
update yanked version of libc
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 26m45s
2024-06-26 16:17:08 +02:00
b8ed5b1cdf
search database has to be a file, as in-memory dbs are per connection
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled
2024-06-26 16:14:58 +02:00
97cf9db9ff
revise search data for missing fields
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 28m27s
2024-06-26 14:46:33 +02:00
40db2c37bb
screenshot of new version
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 19m31s
2024-06-26 14:21:50 +02:00
55d3364b0e
implement html & opds search
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 27m24s
2024-06-26 13:53:00 +02:00
ed8b69de13
do not crash if there are no items to paginate
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 19m41s
2024-06-26 08:45:22 +02:00
c9e7566aee
update all dependencies 2024-06-26 08:10:39 +02:00
672c50e5c5
make listening address configurable
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 20m20s
2024-06-26 08:06:48 +02:00
191e5b66c3
use urlencode_strict
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s
2024-05-12 21:08:39 +02:00
70acfb1230
urlencode cursors, otherwise it fails on # and similar
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s
2024-05-12 21:03:46 +02:00
248387b355
prepare 0.1.2 release
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
2024-05-11 14:08:02 +02:00
f4ee1c19ec
make screenshot in readme smaller
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
2024-05-11 09:30:30 +02:00
ee764ca4ca
common download handler 2024-05-11 09:27:33 +02:00
13aae44163
stream covers (chunked encoding) 2024-05-11 09:06:08 +02:00
8f698c0e7d
make screenshot slightly bigger
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s
2024-05-11 08:20:00 +02:00
68ab97763b
add screenshot
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
2024-05-11 08:18:49 +02:00
92f298df2e
typo in readme
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 9s
2024-05-11 07:50:08 +02:00
43054212ce
remove musl building with nix for now, clashes with the build script
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s
2024-05-10 22:42:14 +02:00
5b7365f458
use deflate for zip, as otherwise we need more native build inputs 2024-05-10 22:32:23 +02:00
fa7babfafb
add own source code as a zip archive
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s
2024-05-10 21:57:09 +02:00
64639953f0
add cargo metadata
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
2024-05-10 21:03:14 +02:00
2d7bd0ae48
add gitea workflow for ci
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s
2024-05-10 18:17:47 +02:00
fd942bb416
handle ctrl+c in containers 2024-05-10 17:55:19 +02:00
fd7f551726
rename to little-hesinde 2024-05-10 17:31:27 +02:00
155e09b159
correct license file name 2024-05-10 17:25:13 +02:00
d00a7ef8dc
stream books instead of reading them into memory 2024-05-10 17:23:23 +02:00
d7f056f77e
add containerfile 2024-05-10 17:09:07 +02:00
aeb66e878c
add readme 2024-05-10 15:05:56 +02:00
dc7f07476f
properly access book data 2024-05-10 14:31:11 +02:00
870f457f1b
bit of documentation 2024-05-10 14:25:18 +02:00
a41dcab889
refactor opds to something usable 2024-05-09 14:24:45 +02:00
cccd3cbdc9
quick & dirty opds implementation 2024-05-09 12:23:26 +02:00
12341d01a6
book feed 2024-05-09 11:18:47 +02:00
603c2fbe48
make it a library crate 2024-05-09 08:58:45 +02:00
93aeb80c56
opds error handling 2024-05-09 08:39:46 +02:00
faea154ff5
opds wip 2024-05-08 18:11:39 +02:00
47e8c74419
add series and author links to books 2024-05-06 20:54:58 +02:00
ab937d0201
license as AGPL 2024-05-06 19:33:58 +02:00
06e8ae3554
odps -> opds 2024-05-06 18:38:00 +02:00
e6b3da8d17
make author and series details show in nav 2024-05-06 18:34:03 +02:00
17625f1be4
add simple footer 2024-05-06 16:37:10 +02:00
a91fe9a0bb
add series support 2024-05-06 16:25:15 +02:00
6a79f0c1ed
paginate books 2024-05-06 14:42:14 +02:00
6d949bb21e
prettify 2024-05-06 14:17:25 +02:00
ead3672570
paginated authors 2024-05-06 13:51:49 +02:00
352d4e0a7a
new name 2024-05-06 10:55:18 +02:00
5e9f49311e
implement downloads 2024-05-06 10:40:34 +02:00