16 Commits

Author SHA1 Message Date
Alex Lion
5bd4793b6e Version 2.4.0
## ⚠️ Breaking changes

- S3 variables are now named: S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY, S3_REGION and S3_BUCKET
- Users now have roles. Refer to the `roles` table and assign a role to a user with the `role_id` column in the `users` table.

## Features

- Add Admin Panel to manage users and presentations
- Add user roles: user, admin
- Add `LANGUAGES` setting to configure available languages in the app
- Add hideable presenter attendee count (#183 #155)
- Add Hungarian translation (#161)
- Add Latvian translation (#163)
- Add custom S3 endpoint with `S3_SCHEME`, `S3_HOST`, `S3_PORT` and `S3_PUBLIC_URL`

## Fixes and improvements

- Upgrade JS dependencies
- Upgrade Elixir dependencies, including Phoenix Live View to 1.0.17
- Upgrade to Tailwind 4+
- Refactor view templates to use {} instead of <%= %>
- Fix event name validation to be required
- Docker image is now using Ubuntu instead of Alpine for better dependencies support
- Fix scrollbar not showing in event manager when no presentation file (#164) (@aryel780)
- Fix settings scroll for small screen (#168)
- Fix duplicate key quiz when duplicate (#182)
- Fix email change confirmation (#172)
- Fix italian translation (#179)
- Fix random poll choices (#184)
2025-12-26 14:46:16 +01:00
Alex Lion
5941705090 Version 2.3.0 2024-12-28 17:54:13 -05:00
Alex
26aa91e0c1 Add dutch to settings 2024-06-07 15:04:02 +02:00
Alex
e1456b60f3 Add BASE_URL environment variable to action 2024-04-26 22:11:26 +02:00
Alexandre Lion
3f9be7e852 New features for v2 (#83) 2024-04-06 11:48:47 +02:00
Alex
cdb92f7ca2 Add depth for checkout 2023-09-09 18:02:54 +02:00
Alex
04dcfcc78b Fix env actions 2023-09-09 17:57:12 +02:00
Alex
f2106bbcb0 Add credo 2023-09-09 17:55:55 +02:00
Alex
1fcff55917 Fix tests CI 2023-09-09 17:13:36 +02:00
Alexandre Lion
a054e15221 Add imageOS 2022-12-01 00:39:27 +01:00
Alexandre Lion
85a863e20c Merge branch 'dev' into fmt 2022-11-18 14:06:05 +01:00
Alexandre Lion
d19a515ff0 Add dev branch pr for tests 2022-11-17 18:50:47 +01:00
Finn Behrens
9dcc084f85 add github action to check format 2022-11-17 13:39:45 +01:00
Alex
f71015fc5e Add dev branch 2022-07-28 18:15:03 +02:00
Alex
2a413f0c8e Add postgres for test 2022-07-28 14:53:39 +02:00
Alex Lion
01de0bd91c Add elixir workflow 2022-07-28 14:39:01 +02:00