From 5b0e1d2bbf464b49d862a05bc5273a33e6c12d42 Mon Sep 17 00:00:00 2001 From: miguel456 Date: Sun, 3 Jul 2022 18:37:22 +0100 Subject: [PATCH] chore: ide files --- .phpstorm.meta.php | 0 _ide_helper.php | 0 _ide_helper_models.php | 0 app/Exceptions/ProfileAlreadyExistsException.php | 0 app/Exceptions/ProfileCreationFailedException.php | 0 app/Http/Requests/HomeContactRequest.php | 0 app/Jobs/ProcessAccountDelete.php | 0 app/Jobs/ProcessExpiredAbsences.php | 0 app/Notifications/AbsenceRequestApproved.php | 0 app/Notifications/AbsenceRequestCancelled.php | 0 app/Notifications/AbsenceRequestDeclined.php | 0 app/Notifications/AbsenceRequestEnded.php | 0 app/Notifications/AccountDeleted.php | 0 app/Notifications/AccountLocked.php | 0 app/Notifications/AccountUnlocked.php | 0 app/Notifications/NewAbsenceRequest.php | 0 app/Notifications/UserDeletedAccount.php | 0 app/Services/AbsenceService.php | 0 composer.lock | 0 config/localizator.php | 0 database/migrations/.gitkeep | 0 ...03_07_180241_remove_account_tokens_from_user.php | 0 dependabot.yml | 0 lang/en.json | 0 lang/en/adminlte::adminlte.php | 0 lang/en/log-viewer::general.php | 0 lang/en/pagination.php | 0 lang/en/passwords.php | 0 lang/en/validation.php | 0 lang/pt-br.json | 0 lang/pt-br/adminlte::adminlte.php | 0 lang/pt-br/log-viewer::general.php | 0 lang/pt-br/pagination.php | 0 lang/pt-br/passwords.php | 0 lang/pt-br/validation.php | 0 lang/pt.json | 0 lang/pt/adminlte::adminlte.php | 0 lang/pt/log-viewer::general.php | 0 lang/pt/pagination.php | 0 lang/pt/passwords.php | 0 lang/pt/validation.php | 0 package-lock.json | 0 package.json | 0 public/img/401.svg | 0 public/img/404.svg | 0 public/img/500.svg | 0 public/img/503.svg | 0 public/img/GitHub-Mark-32px.png | Bin public/img/gplv3-with-text-84x42.png | Bin resources/views/errors/401.blade.php | 0 resources/views/errors/403.blade.php | 0 resources/views/errors/404.blade.php | 0 resources/views/errors/500.blade.php | 0 resources/views/errors/503.blade.php | 0 resources/views/mail/account-locked.blade.php | 0 55 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .phpstorm.meta.php mode change 100644 => 100755 _ide_helper.php mode change 100644 => 100755 _ide_helper_models.php mode change 100644 => 100755 app/Exceptions/ProfileAlreadyExistsException.php mode change 100644 => 100755 app/Exceptions/ProfileCreationFailedException.php mode change 100644 => 100755 app/Http/Requests/HomeContactRequest.php mode change 100644 => 100755 app/Jobs/ProcessAccountDelete.php mode change 100644 => 100755 app/Jobs/ProcessExpiredAbsences.php mode change 100644 => 100755 app/Notifications/AbsenceRequestApproved.php mode change 100644 => 100755 app/Notifications/AbsenceRequestCancelled.php mode change 100644 => 100755 app/Notifications/AbsenceRequestDeclined.php mode change 100644 => 100755 app/Notifications/AbsenceRequestEnded.php mode change 100644 => 100755 app/Notifications/AccountDeleted.php mode change 100644 => 100755 app/Notifications/AccountLocked.php mode change 100644 => 100755 app/Notifications/AccountUnlocked.php mode change 100644 => 100755 app/Notifications/NewAbsenceRequest.php mode change 100644 => 100755 app/Notifications/UserDeletedAccount.php mode change 100644 => 100755 app/Services/AbsenceService.php mode change 100644 => 100755 composer.lock mode change 100644 => 100755 config/localizator.php mode change 100644 => 100755 database/migrations/.gitkeep mode change 100644 => 100755 database/migrations/2022_03_07_180241_remove_account_tokens_from_user.php mode change 100644 => 100755 dependabot.yml mode change 100644 => 100755 lang/en.json mode change 100644 => 100755 lang/en/adminlte::adminlte.php mode change 100644 => 100755 lang/en/log-viewer::general.php mode change 100644 => 100755 lang/en/pagination.php mode change 100644 => 100755 lang/en/passwords.php mode change 100644 => 100755 lang/en/validation.php mode change 100644 => 100755 lang/pt-br.json mode change 100644 => 100755 lang/pt-br/adminlte::adminlte.php mode change 100644 => 100755 lang/pt-br/log-viewer::general.php mode change 100644 => 100755 lang/pt-br/pagination.php mode change 100644 => 100755 lang/pt-br/passwords.php mode change 100644 => 100755 lang/pt-br/validation.php mode change 100644 => 100755 lang/pt.json mode change 100644 => 100755 lang/pt/adminlte::adminlte.php mode change 100644 => 100755 lang/pt/log-viewer::general.php mode change 100644 => 100755 lang/pt/pagination.php mode change 100644 => 100755 lang/pt/passwords.php mode change 100644 => 100755 lang/pt/validation.php mode change 100644 => 100755 package-lock.json mode change 100644 => 100755 package.json mode change 100644 => 100755 public/img/401.svg mode change 100644 => 100755 public/img/404.svg mode change 100644 => 100755 public/img/500.svg mode change 100644 => 100755 public/img/503.svg mode change 100644 => 100755 public/img/GitHub-Mark-32px.png mode change 100644 => 100755 public/img/gplv3-with-text-84x42.png mode change 100644 => 100755 resources/views/errors/401.blade.php mode change 100644 => 100755 resources/views/errors/403.blade.php mode change 100644 => 100755 resources/views/errors/404.blade.php mode change 100644 => 100755 resources/views/errors/500.blade.php mode change 100644 => 100755 resources/views/errors/503.blade.php mode change 100644 => 100755 resources/views/mail/account-locked.blade.php diff --git a/.phpstorm.meta.php b/.phpstorm.meta.php old mode 100644 new mode 100755 diff --git a/_ide_helper.php b/_ide_helper.php old mode 100644 new mode 100755 diff --git a/_ide_helper_models.php b/_ide_helper_models.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ProfileAlreadyExistsException.php b/app/Exceptions/ProfileAlreadyExistsException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ProfileCreationFailedException.php b/app/Exceptions/ProfileCreationFailedException.php old mode 100644 new mode 100755 diff --git a/app/Http/Requests/HomeContactRequest.php b/app/Http/Requests/HomeContactRequest.php old mode 100644 new mode 100755 diff --git a/app/Jobs/ProcessAccountDelete.php b/app/Jobs/ProcessAccountDelete.php old mode 100644 new mode 100755 diff --git a/app/Jobs/ProcessExpiredAbsences.php b/app/Jobs/ProcessExpiredAbsences.php old mode 100644 new mode 100755 diff --git a/app/Notifications/AbsenceRequestApproved.php b/app/Notifications/AbsenceRequestApproved.php old mode 100644 new mode 100755 diff --git a/app/Notifications/AbsenceRequestCancelled.php b/app/Notifications/AbsenceRequestCancelled.php old mode 100644 new mode 100755 diff --git a/app/Notifications/AbsenceRequestDeclined.php b/app/Notifications/AbsenceRequestDeclined.php old mode 100644 new mode 100755 diff --git a/app/Notifications/AbsenceRequestEnded.php b/app/Notifications/AbsenceRequestEnded.php old mode 100644 new mode 100755 diff --git a/app/Notifications/AccountDeleted.php b/app/Notifications/AccountDeleted.php old mode 100644 new mode 100755 diff --git a/app/Notifications/AccountLocked.php b/app/Notifications/AccountLocked.php old mode 100644 new mode 100755 diff --git a/app/Notifications/AccountUnlocked.php b/app/Notifications/AccountUnlocked.php old mode 100644 new mode 100755 diff --git a/app/Notifications/NewAbsenceRequest.php b/app/Notifications/NewAbsenceRequest.php old mode 100644 new mode 100755 diff --git a/app/Notifications/UserDeletedAccount.php b/app/Notifications/UserDeletedAccount.php old mode 100644 new mode 100755 diff --git a/app/Services/AbsenceService.php b/app/Services/AbsenceService.php old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/config/localizator.php b/config/localizator.php old mode 100644 new mode 100755 diff --git a/database/migrations/.gitkeep b/database/migrations/.gitkeep old mode 100644 new mode 100755 diff --git a/database/migrations/2022_03_07_180241_remove_account_tokens_from_user.php b/database/migrations/2022_03_07_180241_remove_account_tokens_from_user.php old mode 100644 new mode 100755 diff --git a/dependabot.yml b/dependabot.yml old mode 100644 new mode 100755 diff --git a/lang/en.json b/lang/en.json old mode 100644 new mode 100755 diff --git a/lang/en/adminlte::adminlte.php b/lang/en/adminlte::adminlte.php old mode 100644 new mode 100755 diff --git a/lang/en/log-viewer::general.php b/lang/en/log-viewer::general.php old mode 100644 new mode 100755 diff --git a/lang/en/pagination.php b/lang/en/pagination.php old mode 100644 new mode 100755 diff --git a/lang/en/passwords.php b/lang/en/passwords.php old mode 100644 new mode 100755 diff --git a/lang/en/validation.php b/lang/en/validation.php old mode 100644 new mode 100755 diff --git a/lang/pt-br.json b/lang/pt-br.json old mode 100644 new mode 100755 diff --git a/lang/pt-br/adminlte::adminlte.php b/lang/pt-br/adminlte::adminlte.php old mode 100644 new mode 100755 diff --git a/lang/pt-br/log-viewer::general.php b/lang/pt-br/log-viewer::general.php old mode 100644 new mode 100755 diff --git a/lang/pt-br/pagination.php b/lang/pt-br/pagination.php old mode 100644 new mode 100755 diff --git a/lang/pt-br/passwords.php b/lang/pt-br/passwords.php old mode 100644 new mode 100755 diff --git a/lang/pt-br/validation.php b/lang/pt-br/validation.php old mode 100644 new mode 100755 diff --git a/lang/pt.json b/lang/pt.json old mode 100644 new mode 100755 diff --git a/lang/pt/adminlte::adminlte.php b/lang/pt/adminlte::adminlte.php old mode 100644 new mode 100755 diff --git a/lang/pt/log-viewer::general.php b/lang/pt/log-viewer::general.php old mode 100644 new mode 100755 diff --git a/lang/pt/pagination.php b/lang/pt/pagination.php old mode 100644 new mode 100755 diff --git a/lang/pt/passwords.php b/lang/pt/passwords.php old mode 100644 new mode 100755 diff --git a/lang/pt/validation.php b/lang/pt/validation.php old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/public/img/401.svg b/public/img/401.svg old mode 100644 new mode 100755 diff --git a/public/img/404.svg b/public/img/404.svg old mode 100644 new mode 100755 diff --git a/public/img/500.svg b/public/img/500.svg old mode 100644 new mode 100755 diff --git a/public/img/503.svg b/public/img/503.svg old mode 100644 new mode 100755 diff --git a/public/img/GitHub-Mark-32px.png b/public/img/GitHub-Mark-32px.png old mode 100644 new mode 100755 diff --git a/public/img/gplv3-with-text-84x42.png b/public/img/gplv3-with-text-84x42.png old mode 100644 new mode 100755 diff --git a/resources/views/errors/401.blade.php b/resources/views/errors/401.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mail/account-locked.blade.php b/resources/views/mail/account-locked.blade.php old mode 100644 new mode 100755