aboutsummaryrefslogtreecommitdiff
path: root/internal/assets
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-15 18:58:56 +0800
committerGitHub <noreply@github.com>2020-03-15 18:58:56 +0800
commit82ff0c5852f29daa5f95d965fd50665581e7ea3c (patch)
tree25efa7f04324b3d59858f76bf3acbe2301a46136 /internal/assets
parent07f71e2034e315d02f2d7148467e08acfa20a5cb (diff)
email: check the owner when set as primary (#5988)
* email: check the owner when set as primary Fixes a security issue reported by muxishuihan. * Update CHANGELOG
Diffstat (limited to 'internal/assets')
-rw-r--r--internal/assets/public/public_gen.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/assets/public/public_gen.go b/internal/assets/public/public_gen.go
index 9bb4572f..8d7bfd11 100644
--- a/internal/assets/public/public_gen.go
+++ b/internal/assets/public/public_gen.go
@@ -1722,7 +1722,7 @@ func cssGogsMinCss() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "css/gogs.min.css", size: 64378, mode: os.FileMode(0644), modTime: time.Unix(1584214336, 0)}
+ info := bindataFileInfo{name: "css/gogs.min.css", size: 64378, mode: os.FileMode(0644), modTime: time.Unix(1584215361, 0)}
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0x49, 0xa9, 0x99, 0x79, 0x58, 0x26, 0xec, 0xaa, 0x9, 0x5a, 0x24, 0x6, 0x69, 0x2e, 0xe0, 0x3a, 0xb1, 0x53, 0xc4, 0x42, 0x72, 0x4d, 0xe0, 0x67, 0x6d, 0xae, 0x6c, 0x8f, 0xc4, 0x27, 0x27}}
return a, nil
}
@@ -1742,7 +1742,7 @@ func cssGogsMinCssMap() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "css/gogs.min.css.map", size: 22926, mode: os.FileMode(0644), modTime: time.Unix(1584214336, 0)}
+ info := bindataFileInfo{name: "css/gogs.min.css.map", size: 22926, mode: os.FileMode(0644), modTime: time.Unix(1584215361, 0)}
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x89, 0xb2, 0x95, 0x91, 0xfb, 0x5c, 0xda, 0xff, 0x63, 0x54, 0xc5, 0x91, 0xbf, 0x7a, 0x5a, 0xb5, 0x3d, 0xf, 0xf, 0x84, 0x41, 0x2d, 0xc3, 0x18, 0xf5, 0x74, 0xd7, 0xa9, 0x84, 0x70, 0xce}}
return a, nil
}