Luke Vella
88943ce1ba
Prevent submitting form from name field
2022-06-04 09:13:27 +01:00
Luke Vella
922a23812c
Fix participant summary ( #196 )
2022-06-04 09:13:27 +01:00
Luke Vella
f928472078
Update participant row appearence and behaviour ( #195 )
2022-06-02 14:01:59 +01:00
Luke Vella
32f7bb60fa
Use color variable for theme
2022-06-01 18:52:25 +01:00
Luke Vella
f666702527
Revert changes to absolute-url ( #194 )
2022-06-01 10:05:00 +00:00
Luke Vella
4ce5a1990e
Show full list of participants on mobile view ( #193 )
2022-06-01 09:43:34 +01:00
Luke Vella
53fa823857
Update sentry sdk
2022-06-01 08:39:21 +01:00
Luke Vella
f1aec55641
Update dependencies ( #192 )
2022-05-30 13:32:30 +00:00
Luke Vella
900fac5735
Bug fixes ( #191 )
2022-05-25 17:04:17 +01:00
Luke Vella
9fdbe46d19
Fix url for polls on profile page
2022-05-25 16:28:39 +01:00
Luke Vella
3384c937c0
Profile page ( #190 )
2022-05-25 16:25:49 +01:00
Luke Vella
d7043891fa
Fix mismatched votes on poll with edited options ( #189 )
2022-05-24 11:21:57 +01:00
Luke Vella
34347ee743
Update README.md
2022-05-23 14:40:11 +01:00
Luke Vella
8f4bdad8c5
Update house-keeping policy ( #185 )
2022-05-23 08:26:10 +01:00
Luke Vella
7b30342803
Handle referential integrity with prisma
2022-05-22 16:53:40 +01:00
Luke Vella
00cf0827b4
Add house keeping workflow
2022-05-20 18:58:31 +01:00
Luke Vella
544a42edc4
Delete votes before deleting option
2022-05-20 15:28:01 +01:00
Luke Vella
2e46807846
Delete participant and votes
2022-05-20 15:25:45 +01:00
Luke Vella
3299ba2030
Soft delete and house keeping endpoint ( #184 )
2022-05-20 15:14:46 +01:00
Luke Vella
97e189132f
Update README
2022-05-20 15:13:58 +01:00
Luke Vella
5332e62c1a
Make question mark lighter
2022-05-20 15:13:58 +01:00
Trammell Hudson
f65fe76863
docker-compose: pass schema to migrate deploy ( #182 )
...
This patch passes the explicit path to the prisma schema so
that the initial table creation is performed. Otherwise the
command will print:
No migration found in prisma/migrations
And attempting to create a poll produces the postgres error:
ERROR: relation "public.users" does not exist at character 35
STATEMENT: SELECT "public"."users"."id" FROM "public"."users" WHERE "public"."users"."email" = $1 OFFSET $2
Signed-off-by: Trammell Hudson <hudson@trmm.net>
2022-05-19 20:05:06 +01:00
Luke Vella
c07885beee
Fix missing base url during docker build ( #180 )
2022-05-19 16:48:48 +01:00
Luke Vella
35159bf3a1
Fix silenced toast error message
2022-05-19 12:10:37 +01:00
Luke Vella
6cea86ffff
Fix linting
2022-05-19 11:11:28 +01:00
Luke Vella
d538fb8c2d
Fix prisma schema location
...
Closes #176
2022-05-19 09:48:59 +01:00
Luke Vella
c170e03b6a
Add option to delete poll ( #174 )
2022-05-18 17:47:23 +01:00
Luke Vella
2c4157ea24
Switch to tRPC ( #173 )
2022-05-18 10:22:40 +01:00
Luke Vella
3d7e7e8a95
Fix missing vote icon
2022-05-17 19:34:57 +01:00
Luke Vella
9dd7c5a948
Fix typo in email template
2022-05-16 16:57:02 +01:00
Dangersohn
462b63acea
fixed min length of SECRET_PASSWORD. ( #172 )
2022-05-16 14:53:16 +01:00
Luke Vella
357d25305f
Fix issue with selecting time options
2022-05-14 14:33:23 +01:00
Luke Vella
9e71309954
Fix dropdown styles
2022-05-13 17:51:09 +01:00
Luke Vella
17dc9519d2
If need be ( #168 )
2022-05-13 08:44:35 +01:00
Luke Vella
6375e80641
Remove maintenance mode middleware
2022-05-12 19:16:16 +01:00
Luke Vella
5f653ff593
Prevent voting when poll is locked
2022-05-12 13:16:06 +01:00
Luke Vella
46efb0fa48
Update README.md
2022-05-09 17:29:16 +01:00
Luke Vella
bdffea6e65
Add SECRET_PASSWORD to sample.env
2022-05-09 17:26:27 +01:00
Luke Vella
09e35c172e
Track login usage
2022-05-09 10:41:13 +01:00
Luke Vella
ccc2896b2d
Adjust permissions for unclaimed participants
2022-05-09 08:43:40 +01:00
Luke Vella
5c991d7011
Sessions ( #162 )
2022-05-09 08:21:53 +01:00
Luke Vella
1d7bcddf1b
Switch to gitbook support page
2022-04-29 14:10:39 +01:00
Luke Vella
33512acf77
Fix badge alignment
2022-04-27 18:23:34 +01:00
Luke Vella
afb9a1ed7a
Stop hiding chat button
2022-04-27 17:16:45 +01:00
Luke Vella
a91013ab16
Legacy polls notice ( #141 )
...
* Add notice for legacy polls
* Update badges
2022-04-27 17:15:56 +01:00
Luke Vella
671f5b16fd
Track preferred time preferences
2022-04-26 20:23:46 +01:00
Luke Vella
8aec24308e
Use locale to format dates and times ( #123 )
...
* Use deployment url in demo description.
Close #131
2022-04-26 20:10:59 +01:00
Luke Vella
8263926168
Update README.md
2022-04-26 10:58:29 +01:00
Luke Vella
0af4c769c5
Add license badge
2022-04-25 23:34:12 +01:00
Manu
00b931921a
Add Docker publishing workflow ( #130 )
2022-04-25 23:28:52 +01:00