|
903cae13e2
|
make team responsive
|
2024-10-30 02:36:22 +01:00 |
|
|
065395590a
|
make faq responsive
|
2024-10-30 02:31:40 +01:00 |
|
|
0389ee4c3b
|
use player heads as team member picture
|
2024-10-30 02:29:07 +01:00 |
|
|
937464d681
|
add correct header to team and faq pages
|
2024-10-30 02:17:20 +01:00 |
|
|
f930deaba8
|
add faq
|
2024-10-30 02:15:59 +01:00 |
|
|
6c7442e33c
|
add team page
|
2024-10-30 01:35:01 +01:00 |
|
|
3f3f691c52
|
update most mined block
|
2024-10-20 18:51:44 +02:00 |
|
|
7e08cd06fc
|
update branding (#24)
|
2024-10-20 18:02:05 +02:00 |
|
|
0bb02b4687
|
disable register rule timeout in dev mode
|
2024-10-19 20:53:40 +02:00 |
|
|
c6040f06dd
|
update settings label text
|
2024-10-19 20:42:06 +02:00 |
|
|
b59354c2f9
|
fix login not working for non-env users
|
2024-10-19 20:35:58 +02:00 |
|
|
c2c1660064
|
use zod schemes for validation
|
2024-10-19 18:07:11 +02:00 |
|
|
ac38540424
|
update statistics (#23)
|
2024-10-19 17:00:39 +02:00 |
|
|
11db3a16ab
|
change register button text if registration is closed (#31)
|
2024-10-19 16:17:10 +02:00 |
|
|
89152bfaa9
|
add option to change title if registration is closed (#25)
|
2024-10-19 15:47:01 +02:00 |
|
|
0d5e68689c
|
target es2018
|
2024-10-19 15:46:13 +02:00 |
|
|
414247a891
|
set minimum of 2 chars for first- and lastname (#29)
|
2024-10-19 15:28:30 +02:00 |
|
|
aa91eaf82a
|
use zod for register verification
|
2024-10-19 15:27:29 +02:00 |
|
|
18135a0816
|
format
|
2024-10-19 13:53:57 +02:00 |
|
|
dbe9810b90
|
fix menu underflow (#30)
|
2024-10-19 13:53:41 +02:00 |
|
|
4375796679
|
update dependencies
|
2024-10-19 13:45:35 +02:00 |
|
|
231b75c47e
|
make bullet points on rule page collapsable (#26)
|
2024-09-10 16:11:20 +02:00 |
|
|
4206797862
|
replace static roboto font with fontsource and add nunito font
|
2024-09-10 16:05:13 +02:00 |
|
|
f6f613b008
|
update dependencies
|
2024-09-10 15:56:44 +02:00 |
|
|
977905c390
|
order reports descending
|
2024-01-11 00:01:00 +01:00 |
|
|
6d9f3c41aa
|
add report pagination
|
2024-01-10 23:51:52 +01:00 |
|
|
f74f1fe19e
|
hide countdown if in the past
|
2024-01-02 23:10:26 +01:00 |
|
|
3310a82c29
|
fix report status not updating when no strike reason is set
|
2023-12-29 00:46:38 +01:00 |
|
|
e991da4db3
|
allow any input in report
|
2023-12-27 19:31:57 +01:00 |
|
|
27c525d5bd
|
use hard location assignment after successful login
|
2023-12-26 20:00:16 +01:00 |
|
|
b2d18b81a8
|
add missing page titles
|
2023-12-26 19:58:24 +01:00 |
|
|
c98905e285
|
change moderator to admin in text
|
2023-12-26 19:34:40 +01:00 |
|
|
9f5fe25653
|
add ability to set reported user after report creation (#17)
|
2023-12-25 16:01:27 +01:00 |
|
|
3762872e01
|
javascript moment
|
2023-12-24 01:17:06 +01:00 |
|
|
29d9765a81
|
fix webhook only working when reported user is changed
|
2023-12-24 00:58:38 +01:00 |
|
|
8910a98489
|
return 404 on user api if uuid does not exist
|
2023-12-23 23:04:57 +01:00 |
|
|
fe6fadee39
|
fix user info
|
2023-12-23 21:24:53 +01:00 |
|
|
366913c5b3
|
fix wrong striked_at date when querying
|
2023-12-23 14:30:12 +01:00 |
|
|
8ccff82fd3
|
fix uncaught null return on user info database query
|
2023-12-23 14:15:29 +01:00 |
|
|
b92e494ecb
|
add option to add user manually (#22)
|
2023-12-23 00:41:49 +01:00 |
|
|
7878fef301
|
log on failed login attempt
|
2023-12-22 23:28:29 +01:00 |
|
|
ca16ce0603
|
add webhook endpoint on report change (#21)
|
2023-12-21 15:49:39 +01:00 |
|
|
2a9869ca7d
|
change strike layout and add outlawed option
|
2023-12-21 15:02:29 +01:00 |
|
|
8a5eed787a
|
remove created_at and update_at database columns on strike reason and punishment tables
|
2023-12-10 19:31:04 +01:00 |
|
|
9352083884
|
return if user is banned in api response
|
2023-12-10 19:27:11 +01:00 |
|
|
58bc475aec
|
add strike system (#18)
|
2023-12-10 19:18:33 +01:00 |
|
|
7599f233a8
|
use uuid instead of playername to query player
|
2023-12-05 12:17:00 +01:00 |
|
|
6519a4071a
|
copy report api to separate api route
|
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
|
2023-12-04 18:54:29 +01:00 |
|