Compare commits
14 Commits
1.5.6+4.5.6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 30db716cef | |||
| 9c189e0956 | |||
| fdb04042dd | |||
| 16550ba885 | |||
| a8c9dd067e | |||
| 23a4eb228b | |||
| e87bd36e79 | |||
| 0da41fc2b8 | |||
| caa2d8330e | |||
| 26e295ab86 | |||
| 7d08da6a8d | |||
| 17a435716e | |||
| 4e21c77a59 | |||
| a60f6baf3d |
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lukevella/rallly:4.5.6
|
||||
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.6+4.5.6"
|
||||
- "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 @@
|
||||
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.
|
||||
@@ -0,0 +1 @@
|
||||
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).
|
||||
@@ -0,0 +1 @@
|
||||
This release contains updates to upstream dependencies that include important security fixes. Please update to this version as soon as possible.
|
||||
@@ -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 @@
|
||||
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.
|
||||
@@ -0,0 +1 @@
|
||||
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.
|
||||
@@ -0,0 +1 @@
|
||||
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.
|
||||
@@ -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