summaryrefslogtreecommitdiffstats
path: root/modules/public/public.go
Commit message (Expand)AuthorAgeFilesLines
* When visit /favicon.ico but the static file is not exist return 404 but not c...Lunny Xiao2021-01-021-0/+1
* fix go1.15 lint error in modules/public/public.go (#12707)65432020-09-041-1/+1
* go1.15 (#12475)techknowlogick2020-08-131-1/+2
* Move fomantic and jQuery to main webpack bundle (#11997)silverwind2020-06-271-1/+0
* Add serviceworker.js to KnownPublicEntries (#11992)silverwind2020-06-201-3/+4
* Send 404 immediately for known public requests (#11117)silverwind2020-04-181-0/+22
* Generate Bindata iff TAGS="bindata" and not up-to-date (#10004)zeripath2020-01-271-2/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+2
* remove unnecessary fmt on generate bindata (#7706)Lunny Xiao2019-08-011-1/+0
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-031-3/+1
* When redirecting clean the path to avoid redirecting to //www.othersite.com (...zeripath2019-01-091-1/+1
* Enable caching on assets and avatars (#3376)Morgan Bazalgette2018-02-041-6/+132
* Allow custom public files (#782)Thomas Boerger2017-01-281-0/+17
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-0/+2
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-301-0/+14