]> git.localhorst.tv Git - alttp.git/commit
basic verification
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 26 Nov 2025 10:00:00 +0000 (11:00 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 26 Nov 2025 10:00:00 +0000 (11:00 +0100)
commit5c4fb2f6c5d9b6fee913018f753cc365cd5b05b9
treefb26ef74cea67d1c2da6f7d0b3d3091242a0f15b
parent6a43747fd55bd08d8abeaf27b3110c5f1c9fd2b9
basic verification
25 files changed:
app/Http/Controllers/ResultController.php
app/Http/Controllers/TournamentController.php
app/Models/Protocol.php
app/Models/Result.php
app/Policies/ResultPolicy.php
app/Policies/TournamentPolicy.php
database/migrations/2025_11_25_141825_result_verification.php [new file with mode: 0644]
resources/js/components/groups/Interface.jsx
resources/js/components/groups/Item.jsx
resources/js/components/groups/List.jsx
resources/js/components/protocol/Item.jsx
resources/js/components/results/Badge.jsx
resources/js/components/results/DetailDialog.jsx
resources/js/components/results/Item.jsx
resources/js/components/results/List.jsx
resources/js/components/results/ReportButton.jsx
resources/js/components/results/ReportForm.jsx
resources/js/components/rounds/Item.jsx
resources/js/components/rounds/List.jsx
resources/js/components/tournament/Detail.jsx
resources/js/helpers/permissions.js
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/js/pages/Tournament.jsx
routes/api.php