Commit graph

33 commits

Author SHA1 Message Date
dc9a1b60f1
fix(i18n): add missing localization
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-06-17 21:14:37 +02:00
a8bff45a8e
feature(db): switch to cgo-less driver
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-06-16 21:26:50 +02:00
95e64b8ded
Add ui with new translations
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-14 01:27:45 +02:00
1d20377ee6
Add function for Erding Event
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-14 00:44:28 +02:00
246f0046ae
fix(router): small lil typo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
added a missing '/' maybe it's important, maybe it's not
2024-05-27 19:07:42 +02:00
2e5993abe7
fix(json-parsing): wrong itemId
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Fixed that the wrong id was checked for the bar
2024-05-27 18:53:50 +02:00
beeb22dc42
feat(attendies): New view and backend
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Add an importer for special events with a role selection
2024-05-26 16:27:18 +02:00
8206d16be0
feat(view): add view and backend for regulars tables
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-05-26 01:14:46 +02:00
3fde58c143
feat(ci): add ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-05-10 08:01:17 +02:00
5e2fc7f87b
fix(get-attendies): get all orders from pretix
Pretix paginates if there are over 50 orders in one request, request the following orders
2024-03-10 13:05:39 +01:00
123f9c5957
feat(display-attendies): save in db
The waiting list is now saved in the db because before doing so the wating list was calculated on each request on the ui AFTER getting only the attendies that allowed the display which leads to false results. And it is now possible to get if an attendie is on the waiting list even if we only want do get one attendie via the API
2024-03-09 20:19:11 +01:00
bd6e60d461
fix(display-attendies): fix template 2024-03-09 05:19:51 +01:00
be03226aa4
fix(display-attendies): fix template 2024-03-09 05:15:38 +01:00
151151e39e
feat(display-attendies): display restaurant 2024-03-09 05:06:13 +01:00
84eff374ee
fix(localization): small fixes in the localization
Add missing ungendered German forms and remove sadly/leider in a string, because it doesn't sound good
2024-03-05 21:18:02 +01:00
deee8e82b2
feat(translation): fully translated to german 2024-03-04 18:54:18 +01:00
0965f9e115
feat(display-attendies): split list
Split up suiter list in attendies and suiterWaitingList

and added localization with goi18n, btw
2024-03-03 22:55:50 +01:00
a914d6a328
fix(error-handling): Handle the .env not found error
Dont panic at that error
2024-02-25 19:23:55 +01:00
5c69c91c4e
feat(display-attendies): new function for role-product 2024-02-25 18:54:49 +01:00
c0f4455d05
feat(display-attendies): finish ui 2024-02-24 15:48:02 +01:00
cdd5e74693
feat(display-attendies): finish getting public attendies as JSON 2024-02-24 11:40:11 +01:00
411d51122a
feat(display-attendies): Begin fuction to get attendies
Begin writing the function to get the attendies in an array from the pretix json
2024-02-22 21:58:42 +01:00
5b247d39a3
feat(display-attendies): add seeder 2024-02-22 18:57:50 +01:00
459ccba0e8
feat(display-attendies): create CRUD routes for role 2024-02-22 15:11:59 +01:00
78968c7199
feat(pretix-webook): Add webhook route, db-entity 2024-02-19 21:51:27 +01:00
304f706dd6
FEATURE: Add Cors 2023-11-26 21:46:50 +01:00
407deace22
FEATURE: Add Route for Public Event Info 2023-11-26 20:59:07 +01:00
f814888f1e
Add login route 2023-11-19 16:37:52 +01:00
525bfc59d2
Return JWT at user creation 2023-11-19 11:32:57 +01:00
82b335c8cb
Method to createUsers, beginning og JWTMiddleware 2023-11-18 11:03:26 +01:00
b6d19f9109
Use seperate ApiKey from the Pretix one 2023-10-17 15:57:57 +02:00
b0ec1761fb
Add Bearer Auth Middleware 2023-10-17 15:52:33 +02:00
ae014d1950
Initial Commit :3 2023-10-16 21:28:25 +02:00