]> _ Git - psq.git/commit
did a shitton
authorLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 7 Apr 2020 18:13:38 +0000 (20:13 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 7 Apr 2020 18:13:38 +0000 (20:13 +0200)
commit1154a914f67f6f96e141db956734792f85c12e2d
tree175cafc3ca53802478e0aa05b225edd1faf4dfef
parentb12d009bfe841674357b56f89e1cbd05f8e36f51
did a shitton
64 files changed:
.idea/dictionaries/Louis.xml [new file with mode: 0644]
.idea/lettre-pharma.iml
.idea/php.xml
app/EmailBatch.php
app/Events/ProcessBatch.php [new file with mode: 0644]
app/Events/ProcessMailgunWebhook.php [new file with mode: 0644]
app/FileTag.php [new file with mode: 0644]
app/Http/Controllers/Admin/UserController.php [deleted file]
app/Http/Controllers/PublishController.php
app/Http/Controllers/WebhookController.php [new file with mode: 0644]
app/Http/Middleware/VerifyCsrfToken.php
app/Jobs/ProcessEmailBatch.php [new file with mode: 0644]
app/MailgunEvent.php [new file with mode: 0644]
app/Models/User.php
app/PdfFile.php
app/Providers/AppServiceProvider.php
app/Providers/EventServiceProvider.php
app/Repositories/OrganizationRepository.php [deleted file]
app/Repositories/UserRepository.php [deleted file]
app/User.php
composer.json
composer.lock
config/app.php
config/broadcasting.php
config/twill-navigation.php
database/migrations/2020_04_07_090853_add_tags_to_pdf_files.php [new file with mode: 0644]
database/migrations/2020_04_07_093915_add_timestamps_tofile_tags.php [new file with mode: 0644]
database/migrations/2020_04_07_140454_add_columns_to_email_batches.php [new file with mode: 0644]
nova-components/Publish/.gitignore [deleted file]
nova-components/Publish/composer.json [deleted file]
nova-components/Publish/dist/css/tool.css [deleted file]
nova-components/Publish/dist/js/tool.js [deleted file]
nova-components/Publish/dist/mix-manifest.json [deleted file]
nova-components/Publish/package.json [deleted file]
nova-components/Publish/resources/js/tool.js [deleted file]
nova-components/Publish/resources/sass/tool.scss [deleted file]
nova-components/Publish/resources/views/navigation.blade.php [deleted file]
nova-components/Publish/routes/api.php [deleted file]
nova-components/Publish/src/Http/Middleware/Authorize.php [deleted file]
nova-components/Publish/src/Publish.php [deleted file]
nova-components/Publish/src/ToolServiceProvider.php [deleted file]
nova-components/Publish/webpack.mix.js [deleted file]
package-lock.json
package.json
public/js/app.js
public/vendor/horizon/app-dark.css [new file with mode: 0644]
public/vendor/horizon/app.css [new file with mode: 0644]
public/vendor/horizon/app.js [new file with mode: 0644]
public/vendor/horizon/img/favicon.png [new file with mode: 0644]
public/vendor/horizon/img/horizon.svg [new file with mode: 0644]
public/vendor/horizon/img/sprite.svg [new file with mode: 0644]
public/vendor/horizon/mix-manifest.json [new file with mode: 0644]
resources/js/app.js
resources/js/bootstrap.js
resources/js/components/LiveStats.vue [new file with mode: 0644]
resources/js/components/Step1UploadFile.vue
resources/js/components/Step2PrepareMail.vue
resources/js/components/Step3Send.vue
resources/views/emails/batch.blade.php [new file with mode: 0644]
resources/views/emails/layout.blade.php [new file with mode: 0644]
resources/views/layouts/app.blade.php
resources/views/layouts/vue.blade.php [new file with mode: 0644]
routes/channels.php
routes/web.php