Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5a5ab2317 | ||
|
|
11e4bb7444 |
@@ -80,13 +80,16 @@ Currently maintained:
|
|||||||
|
|
||||||
| Upstream tag | Patch set | Contents |
|
| Upstream tag | Patch set | Contents |
|
||||||
|--------------|---------------|-----------------------------------------------------------|
|
|--------------|---------------|-----------------------------------------------------------|
|
||||||
|
| `v1.8.0` | `v1.8.0/` | `0001-webui-debrand.patch`, `0002-webui-dark-theme.patch` |
|
||||||
|
| `v1.7.0` | `v1.7.0/` | `0001-webui-debrand.patch`, `0002-webui-dark-theme.patch` |
|
||||||
| `v1.6.0` | `v1.6.0/` | `0001-webui-debrand.patch`, `0002-webui-dark-theme.patch` |
|
| `v1.6.0` | `v1.6.0/` | `0001-webui-debrand.patch`, `0002-webui-dark-theme.patch` |
|
||||||
| `v1.5.0` | `v1.5.0/` | `0001-webui-debrand.patch` |
|
| `v1.5.0` | `v1.5.0/` | `0001-webui-debrand.patch` |
|
||||||
|
|
||||||
### What the de-brand patch does
|
### What the de-brand patch does
|
||||||
|
|
||||||
- Sidebar/login logos → a plain **"S3 Gateway"** wordmark.
|
- Sidebar/login logos → a plain **"S3 Gateway"** wordmark.
|
||||||
- Page titles: "VersityGW Dashboard" → "Dashboard" (Buckets/Users/Explorer too).
|
- Page titles: "VersityGW Dashboard" → "Dashboard" (Buckets, Users,
|
||||||
|
Explorer and the v1.8.0 IAM pages too).
|
||||||
- Browser tab titles → "S3 Gateway – …".
|
- Browser tab titles → "S3 Gateway – …".
|
||||||
- Removes the sidebar **Resources** section (external `github.com/versity` links).
|
- Removes the sidebar **Resources** section (external `github.com/versity` links).
|
||||||
- Replaces the Versity favicon with a neutral SVG; deletes the Versity logo PNGs.
|
- Replaces the Versity favicon with a neutral SVG; deletes the Versity logo PNGs.
|
||||||
@@ -118,7 +121,8 @@ shared asset files plus bundled fonts:
|
|||||||
matching the existing self-hosted Roboto.
|
matching the existing self-hosted Roboto.
|
||||||
|
|
||||||
The only markup change is the login page's light background gradient,
|
The only markup change is the login page's light background gradient,
|
||||||
which becomes a solid dark surface. Currently applied to `v1.6.0` only.
|
which becomes a solid dark surface. Currently applied to `v1.6.0`,
|
||||||
|
`v1.7.0` and `v1.8.0`.
|
||||||
|
|
||||||
## Adding / refreshing a version
|
## Adding / refreshing a version
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,10 @@
|
|||||||
# patches directory under patches/ to apply (defaults to `tag`)
|
# patches directory under patches/ to apply (defaults to `tag`)
|
||||||
|
|
||||||
versitygw:
|
versitygw:
|
||||||
|
- tag: v1.8.0
|
||||||
|
patches: v1.8.0
|
||||||
|
- tag: v1.7.0
|
||||||
|
patches: v1.7.0
|
||||||
- tag: v1.6.0
|
- tag: v1.6.0
|
||||||
patches: v1.6.0
|
patches: v1.6.0
|
||||||
- tag: v1.5.0
|
- tag: v1.5.0
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user