]> _ Git - psq.git/commit
access logs, loigin with token, new Admin model
authorLouis Jeckel <louis.jeckel@outlook.cm>
Sun, 19 Apr 2020 12:26:53 +0000 (14:26 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Sun, 19 Apr 2020 12:26:53 +0000 (14:26 +0200)
commitf11dd081abae3151434314dbc08228356b20d992
treeb76cdcf00d954e730a927a692637c90ddd379362
parentf705cd27aaba2149a6e07ed3c09511b73cc2aac0
access logs, loigin with token, new Admin model
35 files changed:
app/AccessLog.php [new file with mode: 0644]
app/Http/Controllers/FlowpaperController.php
app/Http/Controllers/PublishController.php
app/Http/Kernel.php
app/Http/Middleware/LoginWithToken.php [new file with mode: 0644]
app/Jobs/ProcessEmailBatch.php
app/LoginToken.php [new file with mode: 0644]
app/Models/Admin.php [new file with mode: 0644]
app/Models/User.php [deleted file]
app/Nova/Admin.php
app/Nova/EmailBatch.php
app/Nova/Organization.php
app/Nova/PdfFile.php
app/Nova/SearchableText.php
app/Nova/User.php
app/PdfFile.php
app/Policies/PdfFilePolicy.php
app/SearchableText.php
app/User.php
config/app.php
config/auth.php
config/twill.php
database/migrations/2020_04_14_161920_create_access_logs_table.php [new file with mode: 0644]
database/migrations/2020_04_15_124420_create_access_tokens_table.php [new file with mode: 0644]
database/migrations/2020_04_19_115243_user_place_update_to_users.php [new file with mode: 0644]
public/css/app.css
public/js/app.js
resources/js/app.js
resources/js/components/FileSearch/FileHit.vue
resources/js/components/FileSearch/FileInstantSearch.vue
resources/js/components/Publish/Step1UploadFile.vue
resources/js/components/Publish/Step2PrepareMail.vue
resources/sass/app.scss
resources/views/emails/batch.blade.php
routes/web.php