aboutsummaryrefslogtreecommitdiffstats
path: root/modules/public/public.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor CORS handler (#28587)wxiaoguang2023-12-251-1/+1
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-211-23/+11
* Move public asset files to the proper directory (#25907)wxiaoguang2023-07-181-1/+1
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-131-6/+2
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-43/+49
* Fix incorrect CORS failure detection logic (#23844)wxiaoguang2023-03-311-5/+5
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-18/+8
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Fix mime-type detection for HTTP server (#18370)wxiaoguang2022-01-231-0/+11
* format with gofumpt (#18184)65432022-01-201-2/+2
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-46/+43
* Improve assets handler middleware (#15961)Lunny Xiao2021-05-301-110/+67
* 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-291-2/+2
* 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-241-1/+11
* 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-131-36/+38
* 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