Commit Graph

218 Commits

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