summaryrefslogtreecommitdiffstats
path: root/modules/public
Commit message (Expand)AuthorAgeFilesLines
* 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-243-5/+8
* Improve assets handler middleware (#15961)Lunny Xiao2021-05-303-124/+76
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-1/+0
* Add ETag header (#15370)KN4CK3R2021-04-121-1/+1
* add 'fonts' into 'KnownPublicEntries' (#15188)a10121127962021-03-301-0/+1
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-293-4/+4
* When visit /favicon.ico but the static file is not exist return 404 but not c...Lunny Xiao2021-01-011-0/+1
* Improve vfsgen to not unzip bindata files but send to browser directly (#7109)Lunny Xiao2020-12-244-2/+102
* HTTP cache rework and enable caching for storage assets (#13569)silverwind2020-11-171-23/+5
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-133-43/+42
* 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
* Rename scripts to build and add revive command as a new build tool command (#...Lunny Xiao2020-04-031-1/+1
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-021-0/+33
* Generate Bindata iff TAGS="bindata" and not up-to-date (#10004)zeripath2020-01-273-25/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-233-3/+4
* remove unnecessary fmt on generate bindata (#7706)Lunny Xiao2019-08-011-1/+0
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-033-11/+25
* 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-043-25/+143
* Allow custom public files (#782)Thomas Boerger2017-01-281-0/+17
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-062-1/+3
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-303-0/+64