]> git.localhorst.tv Git - alttp.git/commit - app/Events/UserChanged.php
allow users to set their stream link
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 20 Mar 2022 14:50:36 +0000 (15:50 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 20 Mar 2022 14:50:36 +0000 (15:50 +0100)
commit920f11ddfeb2175e4e1556886773dcd044c6085b
treec34ae2cd7bc525cb435bef553df139cf61eae54b
parent7016f4b28fa1324269ae9e2a8aad28dd562927d4
allow users to set their stream link
19 files changed:
app/Events/UserChanged.php [new file with mode: 0644]
app/Http/Controllers/UserController.php
app/Policies/UserPolicy.php [new file with mode: 0644]
resources/js/components/App.js
resources/js/components/pages/Tournament.js
resources/js/components/pages/User.js [new file with mode: 0644]
resources/js/components/results/ReportForm.js
resources/js/components/rounds/SeedForm.js
resources/js/components/users/EditStreamLinkButton.js [new file with mode: 0644]
resources/js/components/users/EditStreamLinkDialog.js [new file with mode: 0644]
resources/js/components/users/EditStreamLinkForm.js [new file with mode: 0644]
resources/js/components/users/Profile.js [new file with mode: 0644]
resources/js/helpers/Participant.js
resources/js/helpers/Tournament.js
resources/js/helpers/permissions.js
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/sass/common.scss
routes/api.php