bytedream
152 contributions in the last 12 months
JulAugSepOctNovDecJanFebMarAprMayJunMonWedFri
Less
More
bytedream pushed to main at CraftAttack/website 2024-11-29 01:43:52 +00:00
55702f67a2 relocate new user/report button
bytedream pushed to main at CraftAttack/website 2024-11-29 01:36:53 +00:00
58bfe70d26 relocate new user/report button
bytedream pushed to main at CraftAttack/website 2024-11-29 00:52:36 +00:00
dc3a404a5b add feedback endpoint () and some other stuff
dc86dceb2f redirect to root on unknown report hash
Compare 2 commits »
bytedream pushed to main at CraftAttack/website 2024-11-28 19:16:04 +00:00
58d39921cb fix pagination missing last entry
bytedream pushed to main at CraftAttack/website 2024-11-28 11:48:04 +00:00
f74aa38bef fix pagination not showing on small screens
bytedream closed issue CraftAttack/website#36 2024-11-28 01:55:54 +00:00
Sortierung der Spalten beachtet nicht mehrere Seiten
bytedream pushed to main at CraftAttack/website 2024-11-28 01:42:18 +00:00
0066736527 probably wasn't overfetching at all
bytedream pushed to main at CraftAttack/website 2024-11-28 01:31:49 +00:00
750d1b43d7 maybe fix overfetching now
bytedream pushed to main at CraftAttack/website 2024-11-28 01:23:37 +00:00
f461f6db77 maybe fix overfetching
bytedream pushed to main at CraftAttack/website 2024-11-28 01:14:30 +00:00
df91278db0 increase pagination prefetch elements
bytedream pushed to main at CraftAttack/website 2024-11-28 00:44:56 +00:00
bd33727aa6 update admin pagination
bytedream pushed to main at CraftAttack/website 2024-11-27 21:30:09 +00:00
676bfc23d8 remove unnecessary report api fields
bytedream pushed to main at CraftAttack/website 2024-11-27 21:29:52 +00:00
8496c3a2e7 remove unnecessary report api fields
bytedream pushed to main at CraftAttack/website 2024-11-27 21:28:21 +00:00
0be3c31b51 include reporter and reported in report api get
bytedream pushed to main at CraftAttack/website 2024-11-27 20:23:57 +00:00
b15b74c9b2 update after registration message
bytedream pushed to main at CraftAttack/website 2024-11-27 20:18:54 +00:00
7bb0bd07ac fix invalid faq paypal link
bytedream commented on issue CraftAttack/website#35 2024-11-27 20:16:48 +00:00
Evtl. staging der release pipeline

oder auch nicht lel

bytedream closed issue CraftAttack/website#35 2024-11-27 20:16:48 +00:00
Evtl. staging der release pipeline
bytedream commented on issue CraftAttack/website#27 2024-11-27 20:14:33 +00:00
Report flow

GET /api/report?secret=<api secret>&uuid=<uuid des spielers der den /reports command abgesetzt hat>

{
  "from_self": [
    {
      "subject": "Diebstahl", (title des reports)
     …
bytedream pushed to main at CraftAttack/website 2024-11-27 20:14:04 +00:00
a489b8cdd3 add api endpoint to get all reported related to a user ()