121 Commits

Author SHA1 Message Date
8a5eed787a remove created_at and update_at database columns on strike reason and punishment tables
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m1s
2023-12-10 19:31:04 +01:00
9352083884 return if user is banned in api response
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m7s
2023-12-10 19:27:11 +01: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
7599f233a8 use uuid instead of playername to query player
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m0s
2023-12-05 12:17:00 +01:00
6519a4071a copy report api to separate api route
All checks were successful
delpoy / build-and-deploy (push) Successful in 52s
2023-12-04 21:07:23 +01:00
1561681171 add api route to get user by name (#2) 2023-12-04 21:07:20 +01:00
561e6683dd fix user bedrock filter value
All checks were successful
delpoy / build-and-deploy (push) Successful in 44s
2023-12-04 18:54:29 +01:00
9ebea2a1e8 increase pagination size
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s
2023-12-04 18:50:57 +01:00
d089ba36fe remove old sentence from long rules
All checks were successful
delpoy / build-and-deploy (push) Successful in 52s
2023-12-02 01:45:22 +01:00
372e91121d consider pagination page when showing user index 2023-12-02 01:43:36 +01:00
74c842272d fix height on admin page users and reports
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
2023-12-01 14:20:45 +01:00
9af8a50706 fix register rule close button position 2023-12-01 14:13:38 +01:00
2538285632 fix admin login and root page height 2023-12-01 14:10:38 +01:00
7400b41670 fix footer on mobile devices
All checks were successful
delpoy / build-and-deploy (push) Successful in 54s
2023-12-01 12:00:57 +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
d5ad9a7890 fix unwanted phone number field clearing
All checks were successful
delpoy / build-and-deploy (push) Successful in 40s
2023-11-30 21:16:38 +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
9725cac44b fix mobile navigation (#12)
All checks were successful
delpoy / build-and-deploy (push) Successful in 45s
2023-11-30 20:33:28 +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
44454f445f show exact start time when hovering over countdown
All checks were successful
delpoy / build-and-deploy (push) Successful in 49s
2023-11-30 15:02:17 +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
b75620c892 always use white text on countdown 2023-11-30 00:31:19 +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
974757511d add total playtime stat 2023-11-30 00:22:48 +01:00
3f6913ef5f remove unnecessary logic 2023-11-30 00:15:06 +01:00
5aa429d7eb fix rules redstone title 2023-11-30 00:04:40 +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
18d45b1a81 fix root page aligning and text color 2023-11-29 11:14:35 +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
0ec9751f41 make user uuid unique 2023-11-29 01:30:31 +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
a872613f1e add more stats 2023-11-29 00:15:25 +01:00
38906df545 update 2022 stats 2023-11-28 22:16:43 +01:00
05ddd05a5b update dependencies 2023-11-28 22:15:12 +01:00
dc21366f7a rework index page
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
2023-11-28 21:52:09 +01:00
245d980b9a add report read & write permissions
All checks were successful
delpoy / build-and-deploy (push) Successful in 36s
2023-11-19 15:26:51 +01:00
b862b7c24d fix POJO required error
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
2023-11-19 15:18:46 +01:00
5442d0b745 fix database report status enum type
All checks were successful
delpoy / build-and-deploy (push) Successful in 44s
2023-11-19 14:38:00 +01:00
9af519d72f set uuid column datatype to uuid instead of uuidv4
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s
2023-11-13 11:53:17 +01:00