aboutsummaryrefslogtreecommitdiffstats
path: root/modules/public/static.go
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Don't store assets modified time into generated files (#18193)Lunny Xiao2022-01-061-0/+6
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Add bundle download for repository (#14538)John Olheiser2021-08-241-2/+3
* Improve assets handler middleware (#15961)Lunny Xiao2021-05-301-9/+5
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+1
* Improve vfsgen to not unzip bindata files but send to browser directly (#7109)Lunny Xiao2020-12-241-0/+40
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-3/+2
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-021-0/+33
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-031-8/+1
* Enable caching on assets and avatars (#3376)Morgan Bazalgette2018-02-041-13/+10
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-1/+1
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-301-0/+29