Compare commits

..

1 Commits

13 changed files with 4 additions and 16 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lukevella/rallly:4.7.0
image: lukevella/rallly:4.0.2
hostname: 0.0.0.0
networks:
- proxy
@@ -43,9 +43,9 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
# Redirect from EXTRA_DOMAINS to DOMAIN
- "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.7.0+4.7.0"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
- "coop-cloud.${STACK_NAME}.version=1.0.0+4.0.2"
- "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 $$?;'"
-1
View File
@@ -1 +0,0 @@
We've updated Next.js and React to fix two additional vulnerabilities (CVE-2025-55183, CVE-2025-55184) that were discovered while security researchers examined the patches for React2Shell.
-1
View File
@@ -1 +0,0 @@
The React team has announced that the fix for the Denial of Service vulnerability (CVE-2025-55184) that we patched in v4.5.10 was incomplete. A further patch is required, which has been disclosed as CVE-2025-67779 (High Severity).
-1
View File
@@ -1 +0,0 @@
This release contains updates to upstream dependencies that include important security fixes. Please update to this version as soon as possible.
-1
View File
@@ -1 +0,0 @@
Fixed an issue where anonymous users were incorrectly included in the total user count and displayed in the control panel.
-1
View File
@@ -1 +0,0 @@
This patch release delivers important security fixes and hardens permission checks across the app. We recommend upgrading as soon as possible.
-1
View File
@@ -1 +0,0 @@
This is a critical security update that upgrades Next.js to address CVE-2025-66478. We strongly recommend all users upgrade to this version immediately.
-1
View File
@@ -1 +0,0 @@
This release includes updates to dependencies, adds missing translations and fixes a bug where emails for scheduled events are not delivered to a participant's email address.
-1
View File
@@ -1 +0,0 @@
This release fixes an issue where participants are not able to edit their response using the link they receive in their confirmation email when their session is expired or they are not logged in.
-1
View File
@@ -1 +0,0 @@
Full dark mode support across the entire application. Users can switch between light, dark, or system themes from their preferences.
-1
View File
@@ -1 +0,0 @@
This patch fixes an issue where the edit link that is emailed to participants would expire, preventing them from making changes to their response.
-1
View File
@@ -1 +0,0 @@
This patch fixes a client-side crash that occurred when accessing the profile and general settings pages.
-1
View File
@@ -1 +0,0 @@
This release upgrades from Prisma v6 to v7, which has stricter TLS/SSL certificate validation.