Compare commits

..

10 Commits

Author SHA1 Message Date
javielico 30db716cef chore: publish 1.7.0+4.7.0 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-02-08 18:22:57 +00:00
javielico 9c189e0956 chore: publish 1.6.4+4.6.3 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-02-08 18:22:32 +00:00
javielico fdb04042dd chore: publish 1.6.3+4.6.2 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-02-08 18:21:59 +00:00
javielico 16550ba885 chore: publish 1.6.2+4.6.1 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-02-08 18:21:37 +00:00
javielico a8c9dd067e chore: publish 1.6.1+4.6.1 release
continuous-integration/drone/tag Build is passing
2026-02-08 18:21:22 +00:00
javielico 23a4eb228b chore: publish 1.6.0+4.6.0 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-02-08 18:20:50 +00:00
javielico e87bd36e79 chore: publish 1.5.14+4.5.14 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-02-08 18:20:23 +00:00
javielico 0da41fc2b8 chore: publish 1.5.13+4.5.13 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-02-08 18:19:56 +00:00
javielico caa2d8330e chore: publish 1.5.12+4.5.12 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-02-08 18:19:35 +00:00
javielico 26e295ab86 chore: publish 1.5.11+4.5.11 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-02-08 18:19:12 +00:00
8 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lukevella/rallly:4.5.10
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.10+4.5.10"
- "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 $$?;'"
+1
View File
@@ -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).
+1
View File
@@ -0,0 +1 @@
This release contains updates to upstream dependencies that include important security fixes. Please update to this version as soon as possible.
+1
View File
@@ -0,0 +1 @@
Fixed an issue where anonymous users were incorrectly included in the total user count and displayed in the control panel.
+1
View File
@@ -0,0 +1 @@
Full dark mode support across the entire application. Users can switch between light, dark, or system themes from their preferences.
+1
View File
@@ -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.
+1
View File
@@ -0,0 +1 @@
This patch fixes a client-side crash that occurred when accessing the profile and general settings pages.
+1
View File
@@ -0,0 +1 @@
This release upgrades from Prisma v6 to v7, which has stricter TLS/SSL certificate validation.