Commit graph

22 commits

Author SHA1 Message Date
6543
e1c78d6069
Merge branch 'main' into std-http 2022-08-28 14:35:27 +02:00
6543
dc41a4caf4 Add Support to Follow Symlinks and LFS (#114)
close #79
close #80
close #91

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/114
2022-08-12 06:40:12 +02:00
6543
6fd9cbfafb
rm cache from fasthttp 2022-07-27 17:25:08 +02:00
6543
33298aa8ff
fasthttp 2022-07-27 15:48:48 +02:00
6543
a8afb372dd
more caching in-client 2022-07-27 15:39:46 +02:00
6543
b2b22872a2
next 2022-07-27 14:57:17 +02:00
6543
48bc41938c
Merge branch 'move-more-logic-into-client' into std-http 2022-07-24 20:38:48 +02:00
6543
b1b23ce2ec
make it conf via arg or env 2022-07-24 17:52:07 +02:00
6543
aa83b307db
add TestLFSSupport 2022-07-24 17:43:34 +02:00
6543
7a7cbac171
more debug log 2022-07-22 01:00:48 +02:00
6543
69c2532026
Add Support to Follow Symlinks 2022-07-21 22:13:18 +02:00
6543
f4d21a6036
next 2022-07-21 22:01:22 +02:00
6543
cfecdb6acc
Merge branch 'move-more-logic-into-client' into std-http 2022-07-21 21:58:22 +02:00
6543
61b959a93b
refactor client api 2022-07-21 21:53:22 +02:00
6543
361639db68
split to move cache logic into it later 2022-07-21 21:41:56 +02:00
6543
b377efbbda
Merge branch 'main' into std-http 2022-07-15 21:27:28 +02:00
6543
5411c96ef3 Tell fasthttp to not set "Content-Length: 0" on non cached content (#107)
fix #97

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/107
2022-07-15 21:06:05 +02:00
6543
d78c8c3201
fix #97 2022-07-15 19:10:55 +02:00
6543
2d3be9dc2c
... next ... 2022-07-15 18:53:04 +02:00
6543
4c6164ef05 Propagate ETag from gitea (#93)
close #15

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/93
2022-06-14 18:23:34 +02:00
6543
cc32bab31f Enhance joinURL and return error on gitea client on start instead while running (#88)
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/88
2022-06-13 20:07:32 +02:00
6543
02bd942b04 Move gitea api calls in own "client" package (#78)
continue #75
close #16
- fix regression (from #34) _thanks to @crystal_
- create own gitea client package
- more logging
- add mock impl of CertDB

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: crystal <crystal@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/78
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
2022-06-11 23:02:06 +02:00