Updated file list for Sandstorm.

This commit is contained in:
James Cole 2018-07-18 06:35:27 +02:00
parent 5a5f4e8161
commit 7359ed2ba2
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -242,15 +242,41 @@ opt/app/LICENSE
opt/app/app.json opt/app/app.json
opt/app/app/Api/V1/Controllers/AboutController.php opt/app/app/Api/V1/Controllers/AboutController.php
opt/app/app/Api/V1/Controllers/AccountController.php opt/app/app/Api/V1/Controllers/AccountController.php
opt/app/app/Api/V1/Controllers/AttachmentController.php
opt/app/app/Api/V1/Controllers/AvailableBudgetController.php
opt/app/app/Api/V1/Controllers/BillController.php opt/app/app/Api/V1/Controllers/BillController.php
opt/app/app/Api/V1/Controllers/BudgetController.php
opt/app/app/Api/V1/Controllers/BudgetLimitController.php
opt/app/app/Api/V1/Controllers/CategoryController.php
opt/app/app/Api/V1/Controllers/ConfigurationController.php
opt/app/app/Api/V1/Controllers/Controller.php opt/app/app/Api/V1/Controllers/Controller.php
opt/app/app/Api/V1/Controllers/CurrencyController.php opt/app/app/Api/V1/Controllers/CurrencyController.php
opt/app/app/Api/V1/Controllers/CurrencyExchangeRateController.php
opt/app/app/Api/V1/Controllers/JournalLinkController.php
opt/app/app/Api/V1/Controllers/LinkTypeController.php
opt/app/app/Api/V1/Controllers/PiggyBankController.php
opt/app/app/Api/V1/Controllers/PreferenceController.php
opt/app/app/Api/V1/Controllers/RecurrenceController.php
opt/app/app/Api/V1/Controllers/RuleController.php
opt/app/app/Api/V1/Controllers/RuleGroupController.php
opt/app/app/Api/V1/Controllers/TransactionController.php opt/app/app/Api/V1/Controllers/TransactionController.php
opt/app/app/Api/V1/Controllers/UserController.php opt/app/app/Api/V1/Controllers/UserController.php
opt/app/app/Api/V1/Requests/AccountRequest.php opt/app/app/Api/V1/Requests/AccountRequest.php
opt/app/app/Api/V1/Requests/AttachmentRequest.php
opt/app/app/Api/V1/Requests/AvailableBudgetRequest.php
opt/app/app/Api/V1/Requests/BillRequest.php opt/app/app/Api/V1/Requests/BillRequest.php
opt/app/app/Api/V1/Requests/BudgetLimitRequest.php
opt/app/app/Api/V1/Requests/BudgetRequest.php
opt/app/app/Api/V1/Requests/CategoryRequest.php
opt/app/app/Api/V1/Requests/CurrencyRequest.php opt/app/app/Api/V1/Requests/CurrencyRequest.php
opt/app/app/Api/V1/Requests/JournalLinkRequest.php
opt/app/app/Api/V1/Requests/LinkTypeRequest.php
opt/app/app/Api/V1/Requests/PiggyBankRequest.php
opt/app/app/Api/V1/Requests/PreferenceRequest.php
opt/app/app/Api/V1/Requests/RecurrenceRequest.php
opt/app/app/Api/V1/Requests/Request.php opt/app/app/Api/V1/Requests/Request.php
opt/app/app/Api/V1/Requests/RuleGroupRequest.php
opt/app/app/Api/V1/Requests/RuleRequest.php
opt/app/app/Api/V1/Requests/TransactionRequest.php opt/app/app/Api/V1/Requests/TransactionRequest.php
opt/app/app/Api/V1/Requests/UserRequest.php opt/app/app/Api/V1/Requests/UserRequest.php
opt/app/app/Console/Commands/CreateExport.php opt/app/app/Console/Commands/CreateExport.php
@ -269,6 +295,7 @@ opt/app/app/Events/AdminRequestedTestMessage.php
opt/app/app/Events/Event.php opt/app/app/Events/Event.php
opt/app/app/Events/RegisteredUser.php opt/app/app/Events/RegisteredUser.php
opt/app/app/Events/RequestedNewPassword.php opt/app/app/Events/RequestedNewPassword.php
opt/app/app/Events/RequestedReportOnJournals.php
opt/app/app/Events/RequestedVersionCheckStatus.php opt/app/app/Events/RequestedVersionCheckStatus.php
opt/app/app/Events/StoredTransactionJournal.php opt/app/app/Events/StoredTransactionJournal.php
opt/app/app/Events/UpdatedTransactionJournal.php opt/app/app/Events/UpdatedTransactionJournal.php
@ -289,11 +316,13 @@ opt/app/app/Export/Exporter/ExporterInterface.php
opt/app/app/Export/ProcessorInterface.php opt/app/app/Export/ProcessorInterface.php
opt/app/app/Factory/AccountFactory.php opt/app/app/Factory/AccountFactory.php
opt/app/app/Factory/AccountMetaFactory.php opt/app/app/Factory/AccountMetaFactory.php
opt/app/app/Factory/AttachmentFactory.php
opt/app/app/Factory/BillFactory.php opt/app/app/Factory/BillFactory.php
opt/app/app/Factory/BudgetFactory.php opt/app/app/Factory/BudgetFactory.php
opt/app/app/Factory/CategoryFactory.php opt/app/app/Factory/CategoryFactory.php
opt/app/app/Factory/PiggyBankEventFactory.php opt/app/app/Factory/PiggyBankEventFactory.php
opt/app/app/Factory/PiggyBankFactory.php opt/app/app/Factory/PiggyBankFactory.php
opt/app/app/Factory/RecurrenceFactory.php
opt/app/app/Factory/TagFactory.php opt/app/app/Factory/TagFactory.php
opt/app/app/Factory/TransactionCurrencyFactory.php opt/app/app/Factory/TransactionCurrencyFactory.php
opt/app/app/Factory/TransactionFactory.php opt/app/app/Factory/TransactionFactory.php
@ -325,6 +354,7 @@ opt/app/app/Generator/Report/Tag/MultiYearReportGenerator.php
opt/app/app/Generator/Report/Tag/YearReportGenerator.php opt/app/app/Generator/Report/Tag/YearReportGenerator.php
opt/app/app/Handlers/Events/APIEventHandler.php opt/app/app/Handlers/Events/APIEventHandler.php
opt/app/app/Handlers/Events/AdminEventHandler.php opt/app/app/Handlers/Events/AdminEventHandler.php
opt/app/app/Handlers/Events/AutomationHandler.php
opt/app/app/Handlers/Events/StoredJournalEventHandler.php opt/app/app/Handlers/Events/StoredJournalEventHandler.php
opt/app/app/Handlers/Events/UpdatedJournalEventHandler.php opt/app/app/Handlers/Events/UpdatedJournalEventHandler.php
opt/app/app/Handlers/Events/UserEventHandler.php opt/app/app/Handlers/Events/UserEventHandler.php
@ -365,8 +395,13 @@ opt/app/app/Helpers/Report/PopupReport.php
opt/app/app/Helpers/Report/PopupReportInterface.php opt/app/app/Helpers/Report/PopupReportInterface.php
opt/app/app/Helpers/Report/ReportHelper.php opt/app/app/Helpers/Report/ReportHelper.php
opt/app/app/Helpers/Report/ReportHelperInterface.php opt/app/app/Helpers/Report/ReportHelperInterface.php
opt/app/app/Helpers/Update/UpdateTrait.php
opt/app/app/Http/Controllers/Account/CreateController.php
opt/app/app/Http/Controllers/Account/DeleteController.php
opt/app/app/Http/Controllers/Account/EditController.php
opt/app/app/Http/Controllers/Account/IndexController.php
opt/app/app/Http/Controllers/Account/ReconcileController.php opt/app/app/Http/Controllers/Account/ReconcileController.php
opt/app/app/Http/Controllers/AccountController.php opt/app/app/Http/Controllers/Account/ShowController.php
opt/app/app/Http/Controllers/Admin/ConfigurationController.php opt/app/app/Http/Controllers/Admin/ConfigurationController.php
opt/app/app/Http/Controllers/Admin/HomeController.php opt/app/app/Http/Controllers/Admin/HomeController.php
opt/app/app/Http/Controllers/Admin/LinkController.php opt/app/app/Http/Controllers/Admin/LinkController.php
@ -379,7 +414,14 @@ opt/app/app/Http/Controllers/Auth/RegisterController.php
opt/app/app/Http/Controllers/Auth/ResetPasswordController.php opt/app/app/Http/Controllers/Auth/ResetPasswordController.php
opt/app/app/Http/Controllers/Auth/TwoFactorController.php opt/app/app/Http/Controllers/Auth/TwoFactorController.php
opt/app/app/Http/Controllers/BillController.php opt/app/app/Http/Controllers/BillController.php
opt/app/app/Http/Controllers/BudgetController.php opt/app/app/Http/Controllers/Budget/AmountController.php
opt/app/app/Http/Controllers/Budget/CreateController.php
opt/app/app/Http/Controllers/Budget/DeleteController.php
opt/app/app/Http/Controllers/Budget/EditController.php
opt/app/app/Http/Controllers/Budget/IndexController.php
opt/app/app/Http/Controllers/Budget/ShowController.php
opt/app/app/Http/Controllers/Category/NoCategoryController.php
opt/app/app/Http/Controllers/Category/ShowController.php
opt/app/app/Http/Controllers/CategoryController.php opt/app/app/Http/Controllers/CategoryController.php
opt/app/app/Http/Controllers/Chart/AccountController.php opt/app/app/Http/Controllers/Chart/AccountController.php
opt/app/app/Http/Controllers/Chart/BillController.php opt/app/app/Http/Controllers/Chart/BillController.php
@ -407,12 +449,17 @@ opt/app/app/Http/Controllers/Json/BoxController.php
opt/app/app/Http/Controllers/Json/ExchangeController.php opt/app/app/Http/Controllers/Json/ExchangeController.php
opt/app/app/Http/Controllers/Json/FrontpageController.php opt/app/app/Http/Controllers/Json/FrontpageController.php
opt/app/app/Http/Controllers/Json/IntroController.php opt/app/app/Http/Controllers/Json/IntroController.php
opt/app/app/Http/Controllers/Json/ReconcileController.php
opt/app/app/Http/Controllers/JsonController.php opt/app/app/Http/Controllers/JsonController.php
opt/app/app/Http/Controllers/NewUserController.php opt/app/app/Http/Controllers/NewUserController.php
opt/app/app/Http/Controllers/PiggyBankController.php opt/app/app/Http/Controllers/PiggyBankController.php
opt/app/app/Http/Controllers/Popup/ReportController.php opt/app/app/Http/Controllers/Popup/ReportController.php
opt/app/app/Http/Controllers/PreferencesController.php opt/app/app/Http/Controllers/PreferencesController.php
opt/app/app/Http/Controllers/ProfileController.php opt/app/app/Http/Controllers/ProfileController.php
opt/app/app/Http/Controllers/Recurring/CreateController.php
opt/app/app/Http/Controllers/Recurring/DeleteController.php
opt/app/app/Http/Controllers/Recurring/EditController.php
opt/app/app/Http/Controllers/Recurring/IndexController.php
opt/app/app/Http/Controllers/Report/AccountController.php opt/app/app/Http/Controllers/Report/AccountController.php
opt/app/app/Http/Controllers/Report/BalanceController.php opt/app/app/Http/Controllers/Report/BalanceController.php
opt/app/app/Http/Controllers/Report/BudgetController.php opt/app/app/Http/Controllers/Report/BudgetController.php
@ -471,6 +518,7 @@ opt/app/app/Http/Requests/PiggyBankFormRequest.php
opt/app/app/Http/Requests/ProfileFormRequest.php opt/app/app/Http/Requests/ProfileFormRequest.php
opt/app/app/Http/Requests/ReconciliationStoreRequest.php opt/app/app/Http/Requests/ReconciliationStoreRequest.php
opt/app/app/Http/Requests/ReconciliationUpdateRequest.php opt/app/app/Http/Requests/ReconciliationUpdateRequest.php
opt/app/app/Http/Requests/RecurrenceFormRequest.php
opt/app/app/Http/Requests/ReportFormRequest.php opt/app/app/Http/Requests/ReportFormRequest.php
opt/app/app/Http/Requests/Request.php opt/app/app/Http/Requests/Request.php
opt/app/app/Http/Requests/RuleFormRequest.php opt/app/app/Http/Requests/RuleFormRequest.php
@ -482,8 +530,6 @@ opt/app/app/Http/Requests/TestRuleFormRequest.php
opt/app/app/Http/Requests/TokenFormRequest.php opt/app/app/Http/Requests/TokenFormRequest.php
opt/app/app/Http/Requests/UserFormRequest.php opt/app/app/Http/Requests/UserFormRequest.php
opt/app/app/Http/Requests/UserRegistrationRequest.php opt/app/app/Http/Requests/UserRegistrationRequest.php
opt/app/app/Import/Configuration/BunqConfigurator.php
opt/app/app/Import/Configuration/ConfiguratorInterface.php
opt/app/app/Import/Converter/Amount.php opt/app/app/Import/Converter/Amount.php
opt/app/app/Import/Converter/AmountCredit.php opt/app/app/Import/Converter/AmountCredit.php
opt/app/app/Import/Converter/AmountDebit.php opt/app/app/Import/Converter/AmountDebit.php
@ -508,12 +554,6 @@ opt/app/app/Import/Mapper/TransactionCurrencies.php
opt/app/app/Import/MapperPreProcess/PreProcessorInterface.php opt/app/app/Import/MapperPreProcess/PreProcessorInterface.php
opt/app/app/Import/MapperPreProcess/TagsComma.php opt/app/app/Import/MapperPreProcess/TagsComma.php
opt/app/app/Import/MapperPreProcess/TagsSpace.php opt/app/app/Import/MapperPreProcess/TagsSpace.php
opt/app/app/Import/Object/ImportAccount.php
opt/app/app/Import/Object/ImportBill.php
opt/app/app/Import/Object/ImportBudget.php
opt/app/app/Import/Object/ImportCategory.php
opt/app/app/Import/Object/ImportCurrency.php
opt/app/app/Import/Object/ImportJournal.php
opt/app/app/Import/Prerequisites/BunqPrerequisites.php opt/app/app/Import/Prerequisites/BunqPrerequisites.php
opt/app/app/Import/Prerequisites/FakePrerequisites.php opt/app/app/Import/Prerequisites/FakePrerequisites.php
opt/app/app/Import/Prerequisites/FilePrerequisites.php opt/app/app/Import/Prerequisites/FilePrerequisites.php
@ -531,6 +571,7 @@ opt/app/app/Import/Specifics/RabobankDescription.php
opt/app/app/Import/Specifics/SnsDescription.php opt/app/app/Import/Specifics/SnsDescription.php
opt/app/app/Import/Specifics/SpecificInterface.php opt/app/app/Import/Specifics/SpecificInterface.php
opt/app/app/Import/Storage/ImportArrayStorage.php opt/app/app/Import/Storage/ImportArrayStorage.php
opt/app/app/Jobs/CreateRecurringTransactions.php
opt/app/app/Jobs/ExecuteRuleGroupOnExistingTransactions.php opt/app/app/Jobs/ExecuteRuleGroupOnExistingTransactions.php
opt/app/app/Jobs/ExecuteRuleOnExistingTransactions.php opt/app/app/Jobs/ExecuteRuleOnExistingTransactions.php
opt/app/app/Jobs/Job.php opt/app/app/Jobs/Job.php
@ -540,6 +581,7 @@ opt/app/app/Mail/AdminTestMail.php
opt/app/app/Mail/ConfirmEmailChangeMail.php opt/app/app/Mail/ConfirmEmailChangeMail.php
opt/app/app/Mail/OAuthTokenCreatedMail.php opt/app/app/Mail/OAuthTokenCreatedMail.php
opt/app/app/Mail/RegisteredUser.php opt/app/app/Mail/RegisteredUser.php
opt/app/app/Mail/ReportNewJournalsMail.php
opt/app/app/Mail/RequestedNewPassword.php opt/app/app/Mail/RequestedNewPassword.php
opt/app/app/Mail/UndoEmailChangeMail.php opt/app/app/Mail/UndoEmailChangeMail.php
opt/app/app/Models/Account.php opt/app/app/Models/Account.php
@ -561,6 +603,11 @@ opt/app/app/Models/PiggyBank.php
opt/app/app/Models/PiggyBankEvent.php opt/app/app/Models/PiggyBankEvent.php
opt/app/app/Models/PiggyBankRepetition.php opt/app/app/Models/PiggyBankRepetition.php
opt/app/app/Models/Preference.php opt/app/app/Models/Preference.php
opt/app/app/Models/Recurrence.php
opt/app/app/Models/RecurrenceMeta.php
opt/app/app/Models/RecurrenceRepetition.php
opt/app/app/Models/RecurrenceTransaction.php
opt/app/app/Models/RecurrenceTransactionMeta.php
opt/app/app/Models/Role.php opt/app/app/Models/Role.php
opt/app/app/Models/Rule.php opt/app/app/Models/Rule.php
opt/app/app/Models/RuleAction.php opt/app/app/Models/RuleAction.php
@ -590,6 +637,7 @@ opt/app/app/Providers/FireflySessionProvider.php
opt/app/app/Providers/JournalServiceProvider.php opt/app/app/Providers/JournalServiceProvider.php
opt/app/app/Providers/LogServiceProvider.php opt/app/app/Providers/LogServiceProvider.php
opt/app/app/Providers/PiggyBankServiceProvider.php opt/app/app/Providers/PiggyBankServiceProvider.php
opt/app/app/Providers/RecurringServiceProvider.php
opt/app/app/Providers/RouteServiceProvider.php opt/app/app/Providers/RouteServiceProvider.php
opt/app/app/Providers/RuleGroupServiceProvider.php opt/app/app/Providers/RuleGroupServiceProvider.php
opt/app/app/Providers/RuleServiceProvider.php opt/app/app/Providers/RuleServiceProvider.php
@ -621,6 +669,8 @@ opt/app/app/Repositories/LinkType/LinkTypeRepository.php
opt/app/app/Repositories/LinkType/LinkTypeRepositoryInterface.php opt/app/app/Repositories/LinkType/LinkTypeRepositoryInterface.php
opt/app/app/Repositories/PiggyBank/PiggyBankRepository.php opt/app/app/Repositories/PiggyBank/PiggyBankRepository.php
opt/app/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php opt/app/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php
opt/app/app/Repositories/Recurring/RecurringRepository.php
opt/app/app/Repositories/Recurring/RecurringRepositoryInterface.php
opt/app/app/Repositories/Rule/RuleRepository.php opt/app/app/Repositories/Rule/RuleRepository.php
opt/app/app/Repositories/Rule/RuleRepositoryInterface.php opt/app/app/Repositories/Rule/RuleRepositoryInterface.php
opt/app/app/Repositories/RuleGroup/RuleGroupRepository.php opt/app/app/Repositories/RuleGroup/RuleGroupRepository.php
@ -632,7 +682,11 @@ opt/app/app/Repositories/TransactionType/TransactionTypeRepositoryInterface.php
opt/app/app/Repositories/User/UserRepository.php opt/app/app/Repositories/User/UserRepository.php
opt/app/app/Repositories/User/UserRepositoryInterface.php opt/app/app/Repositories/User/UserRepositoryInterface.php
opt/app/app/Rules/BelongsUser.php opt/app/app/Rules/BelongsUser.php
opt/app/app/Rules/IsAssetAccountId.php
opt/app/app/Rules/IsValidAttachmentModel.php
opt/app/app/Rules/UniqueIban.php opt/app/app/Rules/UniqueIban.php
opt/app/app/Rules/ValidRecurrenceRepetitionType.php
opt/app/app/Rules/ValidRecurrenceRepetitionValue.php
opt/app/app/Rules/ValidTransactions.php opt/app/app/Rules/ValidTransactions.php
opt/app/app/Services/Bunq/ApiContext.php opt/app/app/Services/Bunq/ApiContext.php
opt/app/app/Services/Bunq/MonetaryAccount.php opt/app/app/Services/Bunq/MonetaryAccount.php
@ -650,16 +704,20 @@ opt/app/app/Services/Internal/Destroy/BillDestroyService.php
opt/app/app/Services/Internal/Destroy/CategoryDestroyService.php opt/app/app/Services/Internal/Destroy/CategoryDestroyService.php
opt/app/app/Services/Internal/Destroy/CurrencyDestroyService.php opt/app/app/Services/Internal/Destroy/CurrencyDestroyService.php
opt/app/app/Services/Internal/Destroy/JournalDestroyService.php opt/app/app/Services/Internal/Destroy/JournalDestroyService.php
opt/app/app/Services/Internal/Destroy/RecurrenceDestroyService.php
opt/app/app/Services/Internal/File/EncryptService.php opt/app/app/Services/Internal/File/EncryptService.php
opt/app/app/Services/Internal/Support/AccountServiceTrait.php opt/app/app/Services/Internal/Support/AccountServiceTrait.php
opt/app/app/Services/Internal/Support/BillServiceTrait.php opt/app/app/Services/Internal/Support/BillServiceTrait.php
opt/app/app/Services/Internal/Support/JournalServiceTrait.php opt/app/app/Services/Internal/Support/JournalServiceTrait.php
opt/app/app/Services/Internal/Support/RecurringTransactionTrait.php
opt/app/app/Services/Internal/Support/TransactionServiceTrait.php opt/app/app/Services/Internal/Support/TransactionServiceTrait.php
opt/app/app/Services/Internal/Support/TransactionTypeTrait.php
opt/app/app/Services/Internal/Update/AccountUpdateService.php opt/app/app/Services/Internal/Update/AccountUpdateService.php
opt/app/app/Services/Internal/Update/BillUpdateService.php opt/app/app/Services/Internal/Update/BillUpdateService.php
opt/app/app/Services/Internal/Update/CategoryUpdateService.php opt/app/app/Services/Internal/Update/CategoryUpdateService.php
opt/app/app/Services/Internal/Update/CurrencyUpdateService.php opt/app/app/Services/Internal/Update/CurrencyUpdateService.php
opt/app/app/Services/Internal/Update/JournalUpdateService.php opt/app/app/Services/Internal/Update/JournalUpdateService.php
opt/app/app/Services/Internal/Update/RecurrenceUpdateService.php
opt/app/app/Services/Internal/Update/TransactionUpdateService.php opt/app/app/Services/Internal/Update/TransactionUpdateService.php
opt/app/app/Services/Password/PwndVerifierV2.php opt/app/app/Services/Password/PwndVerifierV2.php
opt/app/app/Services/Password/Verifier.php opt/app/app/Services/Password/Verifier.php
@ -705,6 +763,7 @@ opt/app/app/Support/Facades/Navigation.php
opt/app/app/Support/Facades/Preferences.php opt/app/app/Support/Facades/Preferences.php
opt/app/app/Support/Facades/Steam.php opt/app/app/Support/Facades/Steam.php
opt/app/app/Support/FireflyConfig.php opt/app/app/Support/FireflyConfig.php
opt/app/app/Support/Http/Controllers/DateCalculation.php
opt/app/app/Support/Import/Information/BunqInformation.php opt/app/app/Support/Import/Information/BunqInformation.php
opt/app/app/Support/Import/Information/GetSpectreCustomerTrait.php opt/app/app/Support/Import/Information/GetSpectreCustomerTrait.php
opt/app/app/Support/Import/Information/GetSpectreTokenTrait.php opt/app/app/Support/Import/Information/GetSpectreTokenTrait.php
@ -823,18 +882,32 @@ opt/app/app/TransactionRules/Triggers/TriggerInterface.php
opt/app/app/TransactionRules/Triggers/UserAction.php opt/app/app/TransactionRules/Triggers/UserAction.php
opt/app/app/Transformers/AccountTransformer.php opt/app/app/Transformers/AccountTransformer.php
opt/app/app/Transformers/AttachmentTransformer.php opt/app/app/Transformers/AttachmentTransformer.php
opt/app/app/Transformers/AvailableBudgetTransformer.php
opt/app/app/Transformers/BillTransformer.php opt/app/app/Transformers/BillTransformer.php
opt/app/app/Transformers/BudgetLimitTransformer.php
opt/app/app/Transformers/BudgetTransformer.php opt/app/app/Transformers/BudgetTransformer.php
opt/app/app/Transformers/CategoryTransformer.php opt/app/app/Transformers/CategoryTransformer.php
opt/app/app/Transformers/CurrencyExchangeRateTransformer.php
opt/app/app/Transformers/CurrencyTransformer.php opt/app/app/Transformers/CurrencyTransformer.php
opt/app/app/Transformers/JournalLinkTransformer.php
opt/app/app/Transformers/JournalMetaTransformer.php opt/app/app/Transformers/JournalMetaTransformer.php
opt/app/app/Transformers/LinkTypeTransformer.php
opt/app/app/Transformers/NoteTransformer.php
opt/app/app/Transformers/PiggyBankEventTransformer.php opt/app/app/Transformers/PiggyBankEventTransformer.php
opt/app/app/Transformers/PiggyBankTransformer.php opt/app/app/Transformers/PiggyBankTransformer.php
opt/app/app/Transformers/PreferenceTransformer.php
opt/app/app/Transformers/RecurrenceTransformer.php
opt/app/app/Transformers/RuleActionTransformer.php
opt/app/app/Transformers/RuleGroupTransformer.php
opt/app/app/Transformers/RuleTransformer.php
opt/app/app/Transformers/RuleTriggerTransformer.php
opt/app/app/Transformers/TagTransformer.php opt/app/app/Transformers/TagTransformer.php
opt/app/app/Transformers/TransactionTransformer.php opt/app/app/Transformers/TransactionTransformer.php
opt/app/app/Transformers/UserTransformer.php opt/app/app/Transformers/UserTransformer.php
opt/app/app/User.php opt/app/app/User.php
opt/app/app/Validation/FireflyValidator.php opt/app/app/Validation/FireflyValidator.php
opt/app/app/Validation/RecurrenceValidation.php
opt/app/app/Validation/TransactionValidation.php
opt/app/artisan opt/app/artisan
opt/app/bootstrap/app.php opt/app/bootstrap/app.php
opt/app/bootstrap/cache/packages.php opt/app/bootstrap/cache/packages.php
@ -887,6 +960,7 @@ opt/app/database/migrations/2018_01_01_000005_create_oauth_personal_access_clien
opt/app/database/migrations/2018_03_19_141348_changes_for_v472.php opt/app/database/migrations/2018_03_19_141348_changes_for_v472.php
opt/app/database/migrations/2018_04_07_210913_changes_for_v473.php opt/app/database/migrations/2018_04_07_210913_changes_for_v473.php
opt/app/database/migrations/2018_04_29_174524_changes_for_v474.php opt/app/database/migrations/2018_04_29_174524_changes_for_v474.php
opt/app/database/migrations/2018_06_08_200526_changes_for_v475.php
opt/app/database/seeds/AccountTypeSeeder.php opt/app/database/seeds/AccountTypeSeeder.php
opt/app/database/seeds/ConfigSeeder.php opt/app/database/seeds/ConfigSeeder.php
opt/app/database/seeds/DatabaseSeeder.php opt/app/database/seeds/DatabaseSeeder.php
@ -1105,6 +1179,8 @@ opt/app/public/js/ff/piggy-banks/edit.js
opt/app/public/js/ff/piggy-banks/index.js opt/app/public/js/ff/piggy-banks/index.js
opt/app/public/js/ff/piggy-banks/show.js opt/app/public/js/ff/piggy-banks/show.js
opt/app/public/js/ff/preferences/index.js opt/app/public/js/ff/preferences/index.js
opt/app/public/js/ff/recurring/create.js
opt/app/public/js/ff/recurring/edit.js
opt/app/public/js/ff/reports/account/month.js opt/app/public/js/ff/reports/account/month.js
opt/app/public/js/ff/reports/all.js opt/app/public/js/ff/reports/all.js
opt/app/public/js/ff/reports/audit/all.js opt/app/public/js/ff/reports/audit/all.js
@ -1153,6 +1229,12 @@ opt/app/public/lib/adminlte/css/skins/skin-blue-light.min.css
opt/app/public/lib/adminlte/img/icons.png opt/app/public/lib/adminlte/img/icons.png
opt/app/public/lib/adminlte/js/app.js opt/app/public/lib/adminlte/js/app.js
opt/app/public/lib/adminlte/js/app.min.js opt/app/public/lib/adminlte/js/app.min.js
opt/app/public/lib/fc/fullcalendar.css
opt/app/public/lib/fc/fullcalendar.js
opt/app/public/lib/fc/fullcalendar.min.css
opt/app/public/lib/fc/fullcalendar.min.js
opt/app/public/lib/fc/fullcalendar.print.css
opt/app/public/lib/fc/fullcalendar.print.min.css
opt/app/public/lib/intro/intro.min.js opt/app/public/lib/intro/intro.min.js
opt/app/public/lib/intro/introjs-rtl.min.css opt/app/public/lib/intro/introjs-rtl.min.css
opt/app/public/lib/intro/introjs.min.css opt/app/public/lib/intro/introjs.min.css
@ -1419,6 +1501,8 @@ opt/app/resources/views/demo/import/index.twig
opt/app/resources/views/demo/index.twig opt/app/resources/views/demo/index.twig
opt/app/resources/views/demo/no-demo-text.twig opt/app/resources/views/demo/no-demo-text.twig
opt/app/resources/views/demo/piggy-banks/index.twig opt/app/resources/views/demo/piggy-banks/index.twig
opt/app/resources/views/demo/recurring/index.twig
opt/app/resources/views/demo/recurring/recurring-create.twig
opt/app/resources/views/demo/reports/index.twig opt/app/resources/views/demo/reports/index.twig
opt/app/resources/views/demo/transactions/index.twig opt/app/resources/views/demo/transactions/index.twig
opt/app/resources/views/emails/access-token-created-html.twig opt/app/resources/views/emails/access-token-created-html.twig
@ -1441,6 +1525,8 @@ opt/app/resources/views/emails/password-html.twig
opt/app/resources/views/emails/password-text.twig opt/app/resources/views/emails/password-text.twig
opt/app/resources/views/emails/registered-html.twig opt/app/resources/views/emails/registered-html.twig
opt/app/resources/views/emails/registered-text.twig opt/app/resources/views/emails/registered-text.twig
opt/app/resources/views/emails/report-new-journals-html.twig
opt/app/resources/views/emails/report-new-journals-text.twig
opt/app/resources/views/emails/undo-email-change-html.twig opt/app/resources/views/emails/undo-email-change-html.twig
opt/app/resources/views/emails/undo-email-change-text.twig opt/app/resources/views/emails/undo-email-change-text.twig
opt/app/resources/views/error.twig opt/app/resources/views/error.twig
@ -1538,6 +1624,11 @@ opt/app/resources/views/profile/change-password.twig
opt/app/resources/views/profile/code.twig opt/app/resources/views/profile/code.twig
opt/app/resources/views/profile/delete-account.twig opt/app/resources/views/profile/delete-account.twig
opt/app/resources/views/profile/index.twig opt/app/resources/views/profile/index.twig
opt/app/resources/views/recurring/create.twig
opt/app/resources/views/recurring/delete.twig
opt/app/resources/views/recurring/edit.twig
opt/app/resources/views/recurring/index.twig
opt/app/resources/views/recurring/show.twig
opt/app/resources/views/reports/account/report.twig opt/app/resources/views/reports/account/report.twig
opt/app/resources/views/reports/audit/report.twig opt/app/resources/views/reports/audit/report.twig
opt/app/resources/views/reports/budget/month.twig opt/app/resources/views/reports/budget/month.twig
@ -2060,30 +2151,6 @@ opt/app/vendor/defuse/php-encryption/src/Key.php
opt/app/vendor/defuse/php-encryption/src/KeyOrPassword.php opt/app/vendor/defuse/php-encryption/src/KeyOrPassword.php
opt/app/vendor/defuse/php-encryption/src/KeyProtectedByPassword.php opt/app/vendor/defuse/php-encryption/src/KeyProtectedByPassword.php
opt/app/vendor/defuse/php-encryption/src/RuntimeTests.php opt/app/vendor/defuse/php-encryption/src/RuntimeTests.php
opt/app/vendor/doctrine/annotations/CHANGELOG.md
opt/app/vendor/doctrine/annotations/LICENSE
opt/app/vendor/doctrine/annotations/README.md
opt/app/vendor/doctrine/annotations/composer.json
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
opt/app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
opt/app/vendor/doctrine/annotations/phpstan.neon
opt/app/vendor/doctrine/cache/LICENSE opt/app/vendor/doctrine/cache/LICENSE
opt/app/vendor/doctrine/cache/README.md opt/app/vendor/doctrine/cache/README.md
opt/app/vendor/doctrine/cache/UPGRADE.md opt/app/vendor/doctrine/cache/UPGRADE.md
@ -2118,89 +2185,11 @@ opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
opt/app/vendor/doctrine/collections/CONTRIBUTING.md opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/BC_Break.md
opt/app/vendor/doctrine/collections/LICENSE opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/Bug.md
opt/app/vendor/doctrine/collections/README.md opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/Feature_Request.md
opt/app/vendor/doctrine/collections/composer.json opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/Support_Question.md
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php opt/app/vendor/doctrine/dbal/.github/PULL_REQUEST_TEMPLATE.md
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
opt/app/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
opt/app/vendor/doctrine/common/LICENSE
opt/app/vendor/doctrine/common/README.md
opt/app/vendor/doctrine/common/UPGRADE_TO_2_1
opt/app/vendor/doctrine/common/UPGRADE_TO_2_2
opt/app/vendor/doctrine/common/composer.json
opt/app/vendor/doctrine/common/humbug.json.dist
opt/app/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/CommonException.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Comparable.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
opt/app/vendor/doctrine/common/lib/Doctrine/Common/Version.php
opt/app/vendor/doctrine/common/phpstan.neon
opt/app/vendor/doctrine/dbal/LICENSE opt/app/vendor/doctrine/dbal/LICENSE
opt/app/vendor/doctrine/dbal/README.md opt/app/vendor/doctrine/dbal/README.md
opt/app/vendor/doctrine/dbal/SECURITY.md opt/app/vendor/doctrine/dbal/SECURITY.md
@ -2324,6 +2313,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.ph
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php
@ -2343,6 +2333,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywo
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php
@ -2367,7 +2358,6 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpress
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/README.markdown
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php
@ -2421,6 +2411,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWor
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Dumper.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
@ -2455,6 +2446,16 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeImmutableType.ph
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Version.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Version.php
opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
opt/app/vendor/doctrine/dbal/phpstan.neon.dist
opt/app/vendor/doctrine/event-manager/LICENSE
opt/app/vendor/doctrine/event-manager/README.md
opt/app/vendor/doctrine/event-manager/composer.json
opt/app/vendor/doctrine/event-manager/docs/en/index.rst
opt/app/vendor/doctrine/event-manager/docs/en/reference/index.rst
opt/app/vendor/doctrine/event-manager/docs/en/sidebar.rst
opt/app/vendor/doctrine/event-manager/lib/Doctrine/Common/EventArgs.php
opt/app/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php
opt/app/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php
opt/app/vendor/doctrine/inflector/LICENSE opt/app/vendor/doctrine/inflector/LICENSE
opt/app/vendor/doctrine/inflector/README.md opt/app/vendor/doctrine/inflector/README.md
opt/app/vendor/doctrine/inflector/composer.json opt/app/vendor/doctrine/inflector/composer.json
@ -2904,6 +2905,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/Refr
opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/ResetCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/ResetCommand.php
opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RollbackCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RollbackCommand.php
opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/StatusCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/StatusCommand.php
opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/TableGuesser.php
opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php
opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeederMakeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeederMakeCommand.php
opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/stubs/seeder.stub opt/app/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/stubs/seeder.stub
@ -3176,6 +3178,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/WithoutMiddle
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/stubs/facade.stub opt/app/vendor/laravel/framework/src/Illuminate/Foundation/stubs/facade.stub
opt/app/vendor/laravel/framework/src/Illuminate/Hashing/AbstractHasher.php
opt/app/vendor/laravel/framework/src/Illuminate/Hashing/ArgonHasher.php opt/app/vendor/laravel/framework/src/Illuminate/Hashing/ArgonHasher.php
opt/app/vendor/laravel/framework/src/Illuminate/Hashing/BcryptHasher.php opt/app/vendor/laravel/framework/src/Illuminate/Hashing/BcryptHasher.php
opt/app/vendor/laravel/framework/src/Illuminate/Hashing/HashManager.php opt/app/vendor/laravel/framework/src/Illuminate/Hashing/HashManager.php
@ -4532,6 +4535,10 @@ opt/app/vendor/swiftmailer/swiftmailer/doc/messages.rst
opt/app/vendor/swiftmailer/swiftmailer/doc/plugins.rst opt/app/vendor/swiftmailer/swiftmailer/doc/plugins.rst
opt/app/vendor/swiftmailer/swiftmailer/doc/sending.rst opt/app/vendor/swiftmailer/swiftmailer/doc/sending.rst
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder/IdnAddressEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder/Utf8AddressEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoderException.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
@ -4594,6 +4601,7 @@ opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.ph
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NullContentEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
@ -4670,6 +4678,8 @@ opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/Pl
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/EightBitMimeHandler.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/SmtpUtf8Handler.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php opt/app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
@ -6327,6 +6337,7 @@ opt/app/vendor/symfony/var-dumper/Resources/bin/var-dump-server
opt/app/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css opt/app/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css
opt/app/vendor/symfony/var-dumper/Resources/functions/dump.php opt/app/vendor/symfony/var-dumper/Resources/functions/dump.php
opt/app/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js opt/app/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js
opt/app/vendor/symfony/var-dumper/Server/Connection.php
opt/app/vendor/symfony/var-dumper/Server/DumpServer.php opt/app/vendor/symfony/var-dumper/Server/DumpServer.php
opt/app/vendor/symfony/var-dumper/Test/VarDumperTestTrait.php opt/app/vendor/symfony/var-dumper/Test/VarDumperTestTrait.php
opt/app/vendor/symfony/var-dumper/Tests/Caster/CasterTest.php opt/app/vendor/symfony/var-dumper/Tests/Caster/CasterTest.php
@ -6351,6 +6362,7 @@ opt/app/vendor/symfony/var-dumper/Tests/Fixtures/Twig.php
opt/app/vendor/symfony/var-dumper/Tests/Fixtures/dumb-var.php opt/app/vendor/symfony/var-dumper/Tests/Fixtures/dumb-var.php
opt/app/vendor/symfony/var-dumper/Tests/Fixtures/dump_server.php opt/app/vendor/symfony/var-dumper/Tests/Fixtures/dump_server.php
opt/app/vendor/symfony/var-dumper/Tests/Fixtures/xml_reader.xml opt/app/vendor/symfony/var-dumper/Tests/Fixtures/xml_reader.xml
opt/app/vendor/symfony/var-dumper/Tests/Server/ConnectionTest.php
opt/app/vendor/symfony/var-dumper/Tests/Test/VarDumperTestTraitTest.php opt/app/vendor/symfony/var-dumper/Tests/Test/VarDumperTestTraitTest.php
opt/app/vendor/symfony/var-dumper/VarDumper.php opt/app/vendor/symfony/var-dumper/VarDumper.php
opt/app/vendor/symfony/var-dumper/composer.json opt/app/vendor/symfony/var-dumper/composer.json
@ -7259,6 +7271,14 @@ opt/app/vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php
opt/app/vendor/zendframework/zend-diactoros/src/Stream.php opt/app/vendor/zendframework/zend-diactoros/src/Stream.php
opt/app/vendor/zendframework/zend-diactoros/src/UploadedFile.php opt/app/vendor/zendframework/zend-diactoros/src/UploadedFile.php
opt/app/vendor/zendframework/zend-diactoros/src/Uri.php opt/app/vendor/zendframework/zend-diactoros/src/Uri.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/create_uploaded_file.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/marshal_headers_from_sapi.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/marshal_method_from_sapi.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/marshal_protocol_version_from_sapi.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/marshal_uri_from_sapi.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/normalize_server.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/normalize_uploaded_files.php
opt/app/vendor/zendframework/zend-diactoros/src/functions/parse_cookie_header.php
proc/cpuinfo proc/cpuinfo
sandstorm-http-bridge sandstorm-http-bridge
sandstorm-http-bridge-config sandstorm-http-bridge-config