1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-24 22:04:18 +00:00
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>
2021-05-30 18:25:11 +08:00
..
2021-04-01 19:41:09 +02:00
2021-05-13 08:50:57 +01:00
2021-04-19 18:25:08 -04:00
2021-04-19 18:25:08 -04:00
2021-05-10 20:48:23 +01:00
2021-03-16 00:20:05 +01:00
2021-04-17 10:27:25 +01:00
2020-10-02 23:37:53 -04:00
2021-04-12 10:49:26 -04:00
2021-04-25 21:48:12 +03:00
2021-04-21 18:31:59 +02:00
2018-11-04 22:20:00 -05:00
2021-05-03 13:24:24 -04:00
2019-06-12 15:41:28 -04:00
2020-04-05 07:20:50 +01:00
2021-01-26 16:36:53 +01:00