Will Browne
|
c37a3bebb7
|
Plugins: Serve static assets directly instead of through middleware handler (#32779)
* removed static routes from macaron
* move path src to plugins pkg
* use plugin details
* remove dead code
* fixes
* use clean from std lib
* reformat imports
* remove caching headers + add security checks
* revert using no cache header middleware
* add cache-control headers
* add 404 check
* use new var for subsequent file handling
|
2021-04-21 15:17:23 +02:00 |
|
Arve Knudsen
|
51e4106d1d
|
API: Fix paths starting with double leading slash or slash and backslash (#32830)
* API: Fix paths starting with double leading slash or slash and backslash
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2021-04-09 11:49:38 +02:00 |
|
Arve Knudsen
|
7032ecce2a
|
Server: Disambiguate redirects to server relative paths (#32788)
* Server: Disambiguate redirects to server relative paths
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2021-04-08 15:05:42 +02:00 |
|
Arve Knudsen
|
c2cad26ca9
|
Chore: Disable default golangci-lint filter (#29751)
* Disable default golangci-lint filter
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Chore: Fix linter warnings
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2020-12-15 09:32:06 +01:00 |
|
Arve Knudsen
|
dff84f6a31
|
Chore: Remove dead code (#28664)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2020-11-05 11:00:00 +01:00 |
|
Mario Trangoni
|
91fb2e07ce
|
pkg: fix codespell issues
|
2018-04-13 20:31:29 +02:00 |
|
bergquist
|
4fe72ebf69
|
feat(macaron): upgrades macaron version
|
2016-01-13 15:11:23 +01:00 |
|
Torkel Ödegaard
|
5f0e7cd52a
|
Added custom cache control headers for static content
|
2015-03-23 18:28:59 -04:00 |
|