bytedream
bytedream pushed to main at CraftAttack/website 2023-12-28 23:46:59 +00:00
3310a82c29 fix report status not updating when no strike reason is set
bytedream pushed to main at CraftAttack/website 2023-12-27 18:32:20 +00:00
e991da4db3 allow any input in report
bytedream pushed to main at CraftAttack/website 2023-12-26 19:01:03 +00:00
27c525d5bd use hard location assignment after successful login
b2d18b81a8 add missing page titles
Compare 2 commits »
bytedream pushed to main at CraftAttack/website 2023-12-26 18:34:55 +00:00
c98905e285 change moderator to admin in text
bytedream pushed to main at CraftAttack/website 2023-12-25 15:01:45 +00:00
9f5fe25653 add ability to set reported user after report creation (#17)
bytedream pushed to main at CraftAttack/website 2023-12-24 00:17:17 +00:00
3762872e01 javascript moment
bytedream pushed to main at CraftAttack/website 2023-12-23 23:58:50 +00:00
29d9765a81 fix webhook only working when reported user is changed
bytedream pushed to main at CraftAttack/website 2023-12-23 22:05:12 +00:00
8910a98489 return 404 on user api if uuid does not exist
bytedream pushed to main at CraftAttack/website 2023-12-23 20:25:31 +00:00
fe6fadee39 fix user info
bytedream pushed to main at CraftAttack/website 2023-12-23 13:30:25 +00:00
366913c5b3 fix wrong striked_at date when querying
bytedream pushed to main at CraftAttack/website 2023-12-23 13:15:45 +00:00
8ccff82fd3 fix uncaught null return on user info database query
bytedream pushed to main at CraftAttack/website 2023-12-22 23:42:08 +00:00
b92e494ecb add option to add user manually (#22)
7878fef301 log on failed login attempt
Compare 2 commits »
bytedream commented on issue CraftAttack/website#21 2023-12-21 14:50:45 +00:00
Aktualisierung neuer Banns bei Spielern die gerade Online sind

Ist drin, der Endpoint kann über die REPORTED_WEBHOOK env variable gesetzt werden

bytedream pushed to main at CraftAttack/website 2023-12-21 14:49:49 +00:00
ca16ce0603 add webhook endpoint on report change (#21)
bytedream commented on issue CraftAttack/website#20 2023-12-21 14:29:41 +00:00
User API sollte das enddatum der Strafe mitgeben

Enddatum gibts jetzt als seconds since epoch

{
  "uuid": "...",
  "firstname": "...",
  "lastname": "...",
  "banned_until": 1703167209,
  "outlawed_until": 1703167141
}
bytedream commented on issue CraftAttack/website#18 2023-12-21 14:24:01 +00:00
Konzept für Strikesystem

Ich hab den strike_punishments Table jetzt etwas verändert

bytedream pushed to main at CraftAttack/website 2023-12-21 14:06:37 +00:00
2a9869ca7d change strike layout and add outlawed option
bytedream commented on issue CraftAttack/website#18 2023-12-10 18:37:21 +00:00
Konzept für Strikesystem

Ich hab das jetzt mit zwei Datenbanken gelöst.

strike_reasons - Hier stehen alle Vergehen drin und wie sie gewichtet sind

bytedream pushed to main at CraftAttack/website 2023-12-10 18:32:27 +00:00
8a5eed787a remove created_at and update_at database columns on strike reason and punishment tables
bytedream commented on issue CraftAttack/website#2 2023-12-10 18:27:44 +00:00
Es sollte per API geprüft werden ob ein Spieler angemeldet ist

Es kommt jetzt ein zusätzliches Feld mit, banned, welches angibt ob ein Spieler zum Zeitpunkt der request gebannt ist