Commit Graph

35 Commits

Author SHA1 Message Date
Valentin Kolb 841be395f9 feat(app): minor improvements
Build and Push Docker image / build-and-push (push) Successful in 5m0s Details
added sender and sendTime to announcements
added sendTime as duration to message
improved duration function (no more 59Min instead of 1Std)
2024-06-12 00:54:36 +02:00
Valentin Kolb ed2056fded fix(chat): fixed desktop notifications, vibrate
Build and Push Docker image / build-and-push (push) Successful in 2m2s Details
2024-06-12 00:18:25 +02:00
Valentin Kolb d6df0b1d43 feat(chat): added desktop notifications
Build and Push Docker image / build-and-push (push) Failing after 4m10s Details
2024-06-12 00:13:03 +02:00
Valentin Kolb 390edb38bd feat(chat): added new chat feature
Build and Push Docker image / build-and-push (push) Successful in 5m32s Details
you can now enable chat rooms for eventLists
2024-06-11 23:38:40 +02:00
Valentin Kolb 7cef873acd feat(statusEditor): added StatusEditor.tsx with mobile first design
Build and Push Docker image / build-and-push (push) Successful in 5m36s Details
2024-06-10 19:49:42 +02:00
Valentin Kolb 4ea290ddf4 fix(auth): fixed bug where users where not properly logged in on their first login
Build and Push Docker image / build-and-push (push) Successful in 2m2s Details
2024-06-06 16:17:18 +02:00
Valentin Kolb 54057be1f6 feat(eventSearch): export to csv is now available
Build and Push Docker image / build-and-push (push) Successful in 2m5s Details
2024-06-01 01:50:04 +02:00
Valentin Kolb 4f401f4eda feat(eventLists): hide share list for non admins
Build and Push Docker image / build-and-push (push) Successful in 4m52s Details
2024-05-29 14:20:31 +02:00
Valentin Kolb 21edac4e43 feat(events): privileged users can now see entries
Build and Push Docker image / build-and-push (push) Successful in 1m53s Details
2024-05-29 14:00:10 +02:00
Valentin Kolb 594a7f42fd fix(EmailTokenVerifikation): 2024-05-29 11:55:28 +02:00
Valentin Kolb 1a666df795 fix(EmailTokenVerifikation): fixed the bug where the verification was working but didn't show it on the frontend
Build and Push Docker image / build-and-push (push) Successful in 1m51s Details
2024-05-29 11:49:27 +02:00
Valentin Kolb 56a86ac3be fix(formFieldComponent): fixed bug where all fields are display as required
Build and Push Docker image / build-and-push (push) Successful in 5m5s Details
2024-05-28 20:40:14 +02:00
Valentin Kolb c34fb29308 feat(EventView): added clearer indication that person must log in to create list entry
Build and Push Docker image / build-and-push (push) Successful in 5m5s Details
2024-05-28 20:01:05 +02:00
Valentin Kolb 0fa3248aaa fix(EventListsOverview): fixed bug that pagination on event lists overview is not working
Build and Push Docker image / build-and-push (push) Successful in 1m57s Details
2024-05-28 19:53:34 +02:00
Valentin Kolb 5a00293157 fix(auth): fixed bug where users are logged out automatically if the token refresh didn't succeed
Build and Push Docker image / build-and-push (push) Successful in 1m56s Details
2024-05-28 19:35:49 +02:00
Valentin Kolb d1569bce55 feat(entries filter): added filter for entries
Build and Push Docker image / build-and-push (push) Successful in 4m29s Details
2024-05-28 17:57:21 +02:00
Valentin Kolb 4f53566b61 feat(chat): fixed issue for mobile and added chat
Build and Push Docker image / build-and-push (push) Successful in 4m30s Details
2024-05-22 17:09:00 +02:00
Valentin Kolb 03bd913d45 fix(useSearchParamToggle): fixed issue where all search params where removed when changing setting
Build and Push Docker image / build-and-push (push) Successful in 1m49s Details
2024-05-15 13:01:47 +02:00
Valentin Kolb cf82f4f957 fix(EventListView): added requestKey to disable autocancalation of listSlotsQuery
Build and Push Docker image / build-and-push (push) Successful in 1m52s Details
2024-05-15 00:02:59 +02:00
Valentin Kolb 5ded51db47 feat(PocketBaseErrorAlert): made error msg clearer
Build and Push Docker image / build-and-push (push) Successful in 6m0s Details
2024-05-14 23:56:48 +02:00
Valentin Kolb 0260de9a6e feat(events): redirected user to /events/entries after he created an entry for and event slot
Build and Push Docker image / build-and-push (push) Successful in 1m47s Details
2024-05-14 23:44:13 +02:00
Valentin Kolb ed341d7ca7 feat(formUtil): made description for formbuilder clearer
Build and Push Docker image / build-and-push (push) Successful in 1m48s Details
2024-05-14 18:16:01 +02:00
Valentin Kolb 6c3c90e307 fix(util/duration): changed printed duration values to be more precise
Build and Push Docker image / build-and-push (push) Successful in 5m50s Details
2024-05-14 17:55:42 +02:00
Valentin Kolb 7f307f080e fix(util/duration): changed backend domain 2024-05-14 17:54:10 +02:00
Valentin Kolb 5c7a3d71de fix(app): changed backend domain
Build and Push Docker image / build-and-push (push) Successful in 5m31s Details
2024-05-14 17:25:29 +02:00
Valentin Kolb bca8d10016 fix(app): bug fix when creating an event
Build and Push Docker image / build-and-push (push) Successful in 5m51s Details
2024-05-14 17:07:01 +02:00
Valentin Kolb ad2a69e6fe feat(app): users are now all stored in a users table and more list settings are available
Build and Push Docker image / build-and-push (push) Successful in 5m36s Details
2024-05-14 16:52:40 +02:00
Valentin Kolb 0fc99bd187 feat(events): added view for user to look at theirs event slot entries
Build and Push Docker image / build-and-push (push) Successful in 1m46s Details
2024-05-14 00:13:28 +02:00
Valentin Kolb 36e6605647 fix(docker): bug fix in docker file
Build and Push Docker image / build-and-push (push) Successful in 6m6s Details
the nginx.conf was copied to the wrong location
2024-05-13 20:40:22 +02:00
Valentin Kolb 057927e835 fix(docker): added nginx config and added webhook to cicd
Build and Push Docker image / build-and-push (push) Successful in 1m46s Details
2024-05-13 20:33:17 +02:00
Valentin Kolb 1afa7596d0 fix(app): added legal pages and made formUtil description HTML
Build and Push Docker image / build-and-push (push) Successful in 1m43s Details
2024-05-13 18:41:56 +02:00
Valentin Kolb 5d2eba55b0 fix(app): trigger action
Build and Push Docker image / build-and-push (push) Successful in 5m17s Details
2024-05-13 16:24:06 +02:00
Valentin Kolb 6ea4e8a7eb feat(app): added Docker and CI/CD 2024-05-13 16:22:31 +02:00
Valentin Kolb f0318195c1 feat: FormBuilder 2024-04-14 03:33:44 +02:00
Valentin Kolb 253bb24224 inital commit 2024-03-26 17:07:08 +01:00