Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30db716cef | |||
| 9c189e0956 | |||
| fdb04042dd | |||
| 16550ba885 | |||
| a8c9dd067e | |||
| 23a4eb228b | |||
| e87bd36e79 |
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lukevella/rallly:4.5.13
|
||||
image: lukevella/rallly:4.7.0
|
||||
hostname: 0.0.0.0
|
||||
networks:
|
||||
- proxy
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.5.13+4.5.13"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.7.0+4.7.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: "bash -c 'printf \"GET / HTTP/1.1\n\n\" > /dev/tcp/127.0.0.1/3000; exit $$?;'"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Fixed an issue where anonymous users were incorrectly included in the total user count and displayed in the control panel.
|
||||
@@ -0,0 +1 @@
|
||||
Full dark mode support across the entire application. Users can switch between light, dark, or system themes from their preferences.
|
||||
@@ -0,0 +1 @@
|
||||
This patch fixes an issue where the edit link that is emailed to participants would expire, preventing them from making changes to their response.
|
||||
@@ -0,0 +1 @@
|
||||
This patch fixes a client-side crash that occurred when accessing the profile and general settings pages.
|
||||
@@ -0,0 +1 @@
|
||||
This release upgrades from Prisma v6 to v7, which has stricter TLS/SSL certificate validation.
|
||||
Reference in New Issue
Block a user