You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/public
Lunny Xiao effad26c0e
Improve assets handler middleware (#15961)
* Use route to serve assets but not middleware

* Fix build error with bindata tag

* convert path to absolute

* fix build

* reduce function stack

* Add tests for assets

* Remove test for assets because they are not generated

* Use a http function to serve assets

* Still use middleware to serve assets then less middleware stack for assets

* Move serveContent to original position

* remove unnecessary blank line change

* Fix bug for /assets* requests

* clean code

Co-authored-by: zeripath <art27@cantab.net>
3 years ago
..
dynamic.go Improve assets handler middleware (#15961) 3 years ago
public.go Improve assets handler middleware (#15961) 3 years ago
public_bindata.go Rename scripts to build and add revive command as a new build tool command (#10942) 4 years ago
public_test.go Improve vfsgen to not unzip bindata files but send to browser directly (#7109) 4 years ago
static.go Improve assets handler middleware (#15961) 3 years ago