WeidiDeng
WeidiDeng
**Description** Save navigation information. Currently when navigating back from a preview, editor, the view will reset. This pr saves the last view navigation information. :rotating_light: Before submitting your PR, please...
**Description** Currently filebrowser uses the same preview for image with blob, audio, video. Separate image preview like a gallery, and optimize [interaction](https://github.com/filebrowser/filebrowser/discussions/1200). :rotating_light: Before submitting your PR, please read [community](https://github.com/filebrowser/community),...
fixes [4921](https://github.com/caddyserver/caddy/issues/4921)
Fixes [4765](https://github.com/caddyserver/caddy/issues/4765). When Middleware handler is provisioning, it can access caddyhttp.Server and register specific http.Server related callbacks.
Fixes [4907](https://github.com/caddyserver/caddy/issues/4907)
I'm developing a caddy listener plugin that multiplex connection over tls, and dispatch them to different backend, ie, mysql over tls, ssh over tls etc. But unlike [caddy-l4](https://github.com/mholt/caddy-l4), this works...
Similar to websocket, h2c server internally [upgrade](https://github.com/golang/net/blob/master/http2/h2c/h2c.go#L74) the request and pass the resulting conn to http2 server to demux the stream to http handler. Currently, h2c request, just like websocket,...
Add proxy protocol support for reverseproxy http transport fix [2724](https://github.com/caddyserver/caddy/issues/2724).
Right now http.handler only needs to implement servehttp method, which is fine in most cases. However in some cases, for example, custom caddy app which also implements middleware may need...
#### What is the purpose of this change? webdav will fail when the underlying storage is readonly and client issued a request that will modify the underlying storage. This commit...