| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 6 | -12/+6 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 3 | -16/+12 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 3 | -3/+0 |
* | Fix mime-type detection for HTTP server (#18370) | wxiaoguang | 2022-01-23 | 4 | -20/+61 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 3 | -4/+4 |
* | Refactor Router Logger (#17308) | wxiaoguang | 2022-01-20 | 1 | -46/+43 |
* | Remove golang vendored directory (#18277) | techknowlogick | 2022-01-14 | 1 | -1/+1 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Don't store assets modified time into generated files (#18193) | Lunny Xiao | 2022-01-06 | 2 | -1/+7 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+1 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 3 | -5/+8 |
* | Improve assets handler middleware (#15961) | Lunny Xiao | 2021-05-30 | 3 | -124/+76 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 1 | -1/+0 |
* | Add ETag header (#15370) | KN4CK3R | 2021-04-12 | 1 | -1/+1 |
* | add 'fonts' into 'KnownPublicEntries' (#15188) | a1012112796 | 2021-03-30 | 1 | -0/+1 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 3 | -4/+4 |
* | When visit /favicon.ico but the static file is not exist return 404 but not c... | Lunny Xiao | 2021-01-01 | 1 | -0/+1 |
* | Improve vfsgen to not unzip bindata files but send to browser directly (#7109) | Lunny Xiao | 2020-12-24 | 4 | -2/+102 |
* | HTTP cache rework and enable caching for storage assets (#13569) | silverwind | 2020-11-17 | 1 | -23/+5 |
* | Introduce go chi web framework as frontend of macaron, so that we can move ro... | Lunny Xiao | 2020-11-13 | 3 | -43/+42 |
* | fix go1.15 lint error in modules/public/public.go (#12707) | 6543 | 2020-09-04 | 1 | -1/+1 |
* | go1.15 (#12475) | techknowlogick | 2020-08-13 | 1 | -1/+2 |
* | Move fomantic and jQuery to main webpack bundle (#11997) | silverwind | 2020-06-27 | 1 | -1/+0 |
* | Add serviceworker.js to KnownPublicEntries (#11992) | silverwind | 2020-06-20 | 1 | -3/+4 |
* | Send 404 immediately for known public requests (#11117) | silverwind | 2020-04-18 | 1 | -0/+22 |
* | Rename scripts to build and add revive command as a new build tool command (#... | Lunny Xiao | 2020-04-03 | 1 | -1/+1 |
* | Implement "embedded" command to extract static resources (#9982) | guillep2k | 2020-02-02 | 1 | -0/+33 |
* | Generate Bindata iff TAGS="bindata" and not up-to-date (#10004) | zeripath | 2020-01-27 | 3 | -25/+9 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 3 | -3/+4 |
* | remove unnecessary fmt on generate bindata (#7706) | Lunny Xiao | 2019-08-01 | 1 | -1/+0 |
* | Use vfsgen instead of go-bindata (#7080) | Lunny Xiao | 2019-06-03 | 3 | -11/+25 |
* | When redirecting clean the path to avoid redirecting to //www.othersite.com (... | zeripath | 2019-01-09 | 1 | -1/+1 |
* | Enable caching on assets and avatars (#3376) | Morgan Bazalgette | 2018-02-04 | 3 | -25/+143 |
* | Allow custom public files (#782) | Thomas Boerger | 2017-01-28 | 1 | -0/+17 |
* | Integrate templates into bindata optionally (#314) | Thomas Boerger | 2016-12-06 | 2 | -1/+3 |
* | Integrate public as bindata optionally (#293) | Thomas Boerger | 2016-11-30 | 3 | -0/+64 |