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/routers/routes
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
..
base.go Prevent double-login for Git HTTP and LFS and simplify login (#15303) 3 years ago
goget.go Return go-get info on subdirs (#15642) 3 years ago
install.go Improve assets handler middleware (#15961) 3 years ago
web.go Improve assets handler middleware (#15961) 3 years ago