]> _ Git - psq.git/commit
created notifications + fixed vue material
authorLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 20 Apr 2020 10:10:23 +0000 (12:10 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 20 Apr 2020 10:10:23 +0000 (12:10 +0200)
commitddf3decd0fc7d202d75dc41f460b0f35927b4e9a
tree8029ca3a1beaf42d24dde8f1d283115c7455679c
parentf11dd081abae3151434314dbc08228356b20d992
created notifications + fixed vue material
28 files changed:
app/Http/Controllers/AccountController.php [new file with mode: 0644]
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/FlowpaperController.php
app/Http/Kernel.php
app/Http/Middleware/LoginWithToken.php
app/Jobs/ProcessEmailBatch.php
app/LoginToken.php
app/Mail/HasMailgunTags.php [new file with mode: 0644]
app/Mail/MailMessage.php [new file with mode: 0644]
app/Notifications/RegistrationComplete.php [new file with mode: 0644]
app/Notifications/RegistrationPending.php [new file with mode: 0644]
app/Notifications/Welcome.php [new file with mode: 0644]
app/Observers/UserObserver.php [new file with mode: 0644]
app/Providers/AppServiceProvider.php
app/User.php
database/migrations/2020_04_19_134056_add_setup_col_to_users.php [new file with mode: 0644]
public/css/app.css
public/js/app.js
resources/js/app.js
resources/js/bootstrap.js
resources/js/components/FileSearch/FileHit.vue
resources/js/components/Publish/Step1UploadFile.vue
resources/js/components/Publish/Step2PrepareMail.vue
resources/sass/app.scss
resources/views/account/index.blade.php [new file with mode: 0644]
resources/views/auth/setup.blade.php [deleted file]
resources/views/emails/notification.blade.php [new file with mode: 0644]
routes/web.php