Commit Graph

45 Commits

Author SHA1 Message Date
a1965c62e2 fix registration working when uuid cannot be fetched and user already exists
All checks were successful
delpoy / build-and-deploy (push) Successful in 59s
2024-12-02 18:17:23 +01:00
95968148a6 update to svelte 5
All checks were successful
delpoy / build-and-deploy (push) Successful in 35s
2024-12-02 00:28:43 +01:00
abffa440a1 skip java uuid request/validation if api sends rate limit response
All checks were successful
delpoy / build-and-deploy (push) Successful in 51s
2024-12-01 15:47:07 +01:00
b15b74c9b2 update after registration message
All checks were successful
delpoy / build-and-deploy (push) Successful in 57s
2024-11-27 21:23:26 +01:00
6635591788 remove paypal link settings and show link when registered successfully
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m1s
2024-11-27 20:34:07 +01:00
e41c65e1fc add og meta tags 2024-11-02 19:09:50 +01:00
a671989f02 show register disabled text on top on small devices 2024-10-30 15:33:57 +01:00
7e08cd06fc update branding (#24)
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m0s
2024-10-20 18:02:05 +02:00
0bb02b4687 disable register rule timeout in dev mode 2024-10-19 20:53:40 +02:00
89152bfaa9 add option to change title if registration is closed (#25)
All checks were successful
delpoy / build-and-deploy (push) Successful in 13m44s
2024-10-19 15:47:01 +02:00
414247a891 set minimum of 2 chars for first- and lastname (#29)
All checks were successful
delpoy / build-and-deploy (push) Successful in 3m13s
2024-10-19 15:28:30 +02:00
aa91eaf82a use zod for register verification 2024-10-19 15:27:29 +02:00
18135a0816 format
All checks were successful
delpoy / build-and-deploy (push) Successful in 5m13s
2024-10-19 13:53:57 +02:00
58bc475aec add strike system (#18)
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m25s
2023-12-10 19:18:33 +01:00
9af8a50706 fix register rule close button position 2023-12-01 14:13:38 +01:00
fc6fc097e9 lint
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s
2023-11-30 23:25:04 +01:00
b932d88990 add information and verbose back button when registered successfully (#7) 2023-11-30 23:20:50 +01:00
a024dfb626 add platform notice when selection edition on register page (#14)
All checks were successful
delpoy / build-and-deploy (push) Successful in 44s
2023-11-30 21:57:46 +01:00
dd19ff8c15 add footer (#13)
All checks were successful
delpoy / build-and-deploy (push) Successful in 50s
2023-11-30 21:56:08 +01:00
f6f9fafc64 change register error messages (#8)
All checks were successful
delpoy / build-and-deploy (push) Successful in 46s
2023-11-30 21:31:18 +01:00
5a31406a1c show modal on rules popup when clicking on button in the first 30 seconds
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s
2023-11-30 21:01:20 +01:00
26aaf8c677 fix min birthday date and error message (#9)
All checks were successful
delpoy / build-and-deploy (push) Successful in 45s
2023-11-30 20:27:56 +01:00
971ca4bc75 allow only number in phone number input (#10)
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
2023-11-30 20:20:24 +01:00
4e16487d3d add min age notice (#9)
All checks were successful
delpoy / build-and-deploy (push) Successful in 40s
2023-11-30 19:41:44 +01:00
09da379812 fix log notice (#6)
All checks were successful
delpoy / build-and-deploy (push) Successful in 49s
2023-11-30 19:19:20 +01:00
235dfe3094 add admin settings
All checks were successful
delpoy / build-and-deploy (push) Successful in 40s
2023-11-30 19:15:00 +01:00
cf90924672 add skin on registration complete page
All checks were successful
delpoy / build-and-deploy (push) Successful in 51s
2023-11-30 14:49:35 +01:00
63605e23b1 deactivate bedrock uuid resolver
All checks were successful
delpoy / build-and-deploy (push) Successful in 51s
2023-11-30 12:54:25 +01:00
1f150bae06 do not throw 500 on mojang server error 2023-11-30 00:40:14 +01:00
f53dc28597 fix spelling mistake
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s
2023-11-30 00:25:52 +01:00
5fd7f715e7 show rules modal when clicking on rules link on register page
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s
2023-11-29 11:18:11 +01:00
c6a9eaa27a add check for existing uuid or exiting firstname, lastname + birthday (#4)
All checks were successful
delpoy / build-and-deploy (push) Successful in 57s
2023-11-29 02:00:13 +01:00
9cd78231c3 add rules read timeout of 30 seconds
All checks were successful
delpoy / build-and-deploy (push) Successful in 42s
2023-11-29 01:25:50 +01:00
47867738f8 update rules 2023-11-29 00:23:21 +01:00
05ddd05a5b update dependencies 2023-11-28 22:15:12 +01:00
4a4135c31e rename cracked to noauth and remove the possibility to self register as such 2023-11-13 11:52:45 +01:00
241d6c031e add register background clip path 2023-11-07 22:22:12 +01:00
c7a17d4481 fix register page env variable loading
All checks were successful
delpoy / build-and-deploy (push) Successful in 42s
2023-11-05 18:35:55 +01:00
9dc8c59271 add register background image
Some checks failed
delpoy / build-and-deploy (push) Failing after 30s
2023-11-03 23:12:01 +01:00
4aaf63c63f fix disabled register send button on initial rule acceptance (#1)
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s
2023-10-06 13:23:15 +02:00
c57e514613 show rules popup when accepting them on register
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s
2023-09-26 22:42:25 +02:00
ff21190c54 disable register form overflow-hidden when not all fields are filled to make register button tooltip fully visible 2023-08-25 20:07:57 +02:00
793c43adc0 add option to set base path
All checks were successful
delpoy / build-and-deploy (push) Successful in 34s
2023-08-10 16:25:57 +02:00
601fa98ee1 load environment variables at runtime instead on build
Some checks failed
delpoy / build-and-deploy (push) Failing after 16s
2023-08-10 14:20:26 +02:00
ad90b440f5 add frontend and swap whole stack to sveltekit/nodejs 2023-08-10 13:36:04 +02:00