summaryrefslogtreecommitdiffstats
path: root/modules/public
Commit message (Expand)AuthorAgeFilesLines
* 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-123-115/+58
* 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-276-12/+6
* Add generic set type (#21408)KN4CK3R2022-10-123-16/+12
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-023-3/+0
* Fix mime-type detection for HTTP server (#18370)wxiaoguang2022-01-234-20/+61
* format with gofumpt (#18184)65432022-01-203-4/+4
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-46/+43
* Remove golang vendored directory (#18277)techknowlogick2022-01-141-1/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Don't store assets modified time into generated files (#18193)Lunny Xiao2022-01-062-1/+7
* 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