Compare commits

..

7 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
6 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -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 $$?;'"
+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.