240 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)
v2.4.0
2025-12-26 14:46:16 +01:00
Alex Lion
cf7eb77ce2 Fix CI 2025-07-03 10:44:15 +02:00
Alex Lion
10fb9611ad Fix format 2025-07-02 23:20:18 +02:00
Alex Lion
6182c78531 Version 2.3.2 v2.3.2 2025-07-02 20:37:26 +02:00
Alex Lion
c745f37489 Version 2.3.1 v2.3.1 2025-01-03 13:40:58 +01:00
Alex Lion
5941705090 Version 2.3.0 v2.3.0 2024-12-28 17:54:13 -05:00
Alex Lion
056b384e03 Version 2.2.0 v2.2.0 2024-12-07 22:29:39 +01:00
Alex
767c15b91c Version 2.1.1 v2.1.1 2024-10-05 13:12:44 +02:00
Alex
8099fa8db5 Version 2.1.0 v2.1.0 2024-08-23 16:52:35 +02:00
Alex
a646ce3914 Merge branch 'main' into dev
# Conflicts:
#	.github/workflows/elixir.yml
#	CHANGELOG.md
#	README.md
#	assets/js/app.js
#	lib/claper_web/live/event_live/index.html.heex
#	lib/claper_web/live/event_live/manage.ex
#	lib/claper_web/live/event_live/manager_settings_component.ex
#	lib/claper_web/live/event_live/presenter.html.heex
#	lib/claper_web/live/user_settings_live/show.html.heex
#	mix.exs
#	priv/gettext/de/LC_MESSAGES/default.po
#	priv/gettext/default.pot
#	priv/gettext/en/LC_MESSAGES/default.po
#	priv/gettext/es/LC_MESSAGES/default.po
#	priv/gettext/fr/LC_MESSAGES/default.po
v2.0.1
2024-06-28 11:57:38 +02:00
Alex
e1945c714f Add missing locales in config 2024-06-15 23:01:54 +02:00
Alex
5d8b67384a Fix language selection 2024-06-15 22:47:26 +02:00
Alex
11b674bba4 Fix enabled on embed 2024-06-12 19:45:18 +02:00
Alex
46504d117f Fix flacky test for events 2024-06-08 17:11:40 +02:00
Alex
ad10e0ffc5 Add dynamic layout for presenter 2024-06-08 16:31:59 +02:00
Alex
90f5faf00e Fix facilitator changeset 2024-06-08 13:20:58 +02:00
Alex
8e2bd933a2 Add toggle for global reactions (#66) 2024-06-07 20:05:19 +02:00
Alex
cce4b2022c Add last fix to changelog 2024-06-07 18:59:28 +02:00
Alex
b54f9a4b47 Fix self invite as a facilitator 2024-06-07 18:56:30 +02:00
Alex
0b315ace9a Format 2024-06-07 15:06:38 +02:00
Alex
26aa91e0c1 Add dutch to settings 2024-06-07 15:04:02 +02:00
robinaartsma
5412ed7bcd Dutch translation (#91)
Co-authored-by: Ariel Weher <ariel@weher.net>
Co-authored-by: Alexandre Lion <github@alexandrelion.com>
2024-06-07 13:25:13 +02:00
Alex
2eecf3ccfa Fix unknown locales 2024-05-20 18:50:56 +02:00
Alex
705d05ce1e Change breakpoint profile menu 2024-04-27 12:50:40 +02:00
Alex
103cb6fccb Fix format 2024-04-27 12:39:08 +02:00
Alex
b78e01a162 Fix layouts and streams 2024-04-27 12:38:04 +02:00
Alex
3a6f949ecd Update button styles in index.html.heex 2024-04-27 09:16:58 +02:00
Alex
bf3235a09e Fix responsive layout 2024-04-27 09:11:15 +02:00
Alexandre Lion
6d26c0ec86 Claper v2 (#88)
Check the changelog
v2.0.0
2024-04-26 22:58:53 +02:00
Alex
9281468a6f Update badges in README.md 2024-04-26 22:52:08 +02:00
Alex
9302f6b8a7 Update readme 2024-04-26 22:51:25 +02:00
Alex
e1456b60f3 Add BASE_URL environment variable to action 2024-04-26 22:11:26 +02:00
Alex
31f809b359 Remove doc workflow 2024-04-26 10:44:28 +02:00
Alex
36f26f78ed Fix UI inconsistencies in manageable post component and index page 2024-04-26 10:42:47 +02:00
Alex
e9b58c4be1 Delete unused assets and update user menu and settings 2024-04-26 10:18:33 +02:00
Alex
91d2f80e4e Remove unused code in manage.html.heex 2024-04-26 00:14:33 +02:00
Alex
d45132f624 Update event card component to use "Event manager" instead of "Presentation manager" 2024-04-26 00:09:26 +02:00
Alex
16941acb0f Refactor presenter module to use endpoint configuration 2024-04-18 21:47:02 +02:00
Alex
f05b72be69 Add responsive manager 2024-04-16 22:36:50 +02:00
Alex
dcc0bf4e33 Replace Endpoint host and port by base url 2024-04-14 23:58:14 +02:00
Alex
6a16e91de9 Fix converter on osx 2024-04-14 19:25:29 +02:00
Alex
9eb35cf84a Fix edit link 2024-04-14 19:24:56 +02:00
Alex
75d49ad90a Add docker improvement in changelog 2024-04-14 12:38:48 +02:00
Alex
bcba718813 Add ERL_FLAGS 2024-04-14 10:52:14 +02:00
Alex
81db07628b Optimize dockerfile 2024-04-14 01:01:23 +02:00
Alex
a3092a147d Fix docker image and docs 2024-04-13 21:19:56 +02:00
Alex
3b905a0e06 Fix translation 2024-04-13 13:53:32 +02:00
Alexandre Lion
103daf0deb Fix ES translation (#87) (#85)
Co-authored-by: Ariel Weher <ariel@weher.net>
Co-authored-by: eduproinf <120569885+eduproinf@users.noreply.github.com>
Co-authored-by: eduproinf <ehernandezgi@educa.jcyl.es>
2024-04-13 13:18:03 +02:00
Alex
cb9a60beda Add question feature to changelog 2024-04-13 12:54:33 +02:00
Alex
b302f27d84 Add question feature #86 2024-04-13 12:54:05 +02:00