Update file list for Sandstorm build [skip ci]

This commit is contained in:
James Cole 2018-09-04 20:09:51 +02:00
parent ac2a317fd2
commit f0d2caec67

View File

@ -272,8 +272,10 @@ opt/app/app/Api/V1/Requests/RuleGroupRequest.php
opt/app/app/Api/V1/Requests/RuleRequest.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
opt/app/app/Console/Commands/CreateExport.php opt/app/app/Console/Commands/CreateExport.php
opt/app/app/Console/Commands/CreateImport.php opt/app/app/Console/Commands/CreateImport.php
opt/app/app/Console/Commands/Cron.php
opt/app/app/Console/Commands/DecryptAttachment.php opt/app/app/Console/Commands/DecryptAttachment.php
opt/app/app/Console/Commands/EncryptFile.php opt/app/app/Console/Commands/EncryptFile.php
opt/app/app/Console/Commands/Import.php opt/app/app/Console/Commands/Import.php
@ -363,8 +365,8 @@ opt/app/app/Helpers/Collection/BalanceLine.php
opt/app/app/Helpers/Collection/Bill.php opt/app/app/Helpers/Collection/Bill.php
opt/app/app/Helpers/Collection/BillLine.php opt/app/app/Helpers/Collection/BillLine.php
opt/app/app/Helpers/Collection/Category.php opt/app/app/Helpers/Collection/Category.php
opt/app/app/Helpers/Collector/JournalCollector.php opt/app/app/Helpers/Collector/TransactionCollector.php
opt/app/app/Helpers/Collector/JournalCollectorInterface.php opt/app/app/Helpers/Collector/TransactionCollectorInterface.php
opt/app/app/Helpers/Filter/AmountFilter.php opt/app/app/Helpers/Filter/AmountFilter.php
opt/app/app/Helpers/Filter/CountAttachmentsFilter.php opt/app/app/Helpers/Filter/CountAttachmentsFilter.php
opt/app/app/Helpers/Filter/EmptyFilter.php opt/app/app/Helpers/Filter/EmptyFilter.php
@ -384,6 +386,8 @@ opt/app/app/Helpers/Report/BalanceReportHelper.php
opt/app/app/Helpers/Report/BalanceReportHelperInterface.php opt/app/app/Helpers/Report/BalanceReportHelperInterface.php
opt/app/app/Helpers/Report/BudgetReportHelper.php opt/app/app/Helpers/Report/BudgetReportHelper.php
opt/app/app/Helpers/Report/BudgetReportHelperInterface.php opt/app/app/Helpers/Report/BudgetReportHelperInterface.php
opt/app/app/Helpers/Report/NetWorth.php
opt/app/app/Helpers/Report/NetWorthInterface.php
opt/app/app/Helpers/Report/PopupReport.php 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
@ -432,6 +436,7 @@ opt/app/app/Http/Controllers/DebugController.php
opt/app/app/Http/Controllers/ExportController.php opt/app/app/Http/Controllers/ExportController.php
opt/app/app/Http/Controllers/HelpController.php opt/app/app/Http/Controllers/HelpController.php
opt/app/app/Http/Controllers/HomeController.php opt/app/app/Http/Controllers/HomeController.php
opt/app/app/Http/Controllers/Import/CallbackController.php
opt/app/app/Http/Controllers/Import/IndexController.php opt/app/app/Http/Controllers/Import/IndexController.php
opt/app/app/Http/Controllers/Import/JobConfigurationController.php opt/app/app/Http/Controllers/Import/JobConfigurationController.php
opt/app/app/Http/Controllers/Import/JobStatusController.php opt/app/app/Http/Controllers/Import/JobStatusController.php
@ -468,6 +473,7 @@ opt/app/app/Http/Controllers/Rule/IndexController.php
opt/app/app/Http/Controllers/Rule/SelectController.php opt/app/app/Http/Controllers/Rule/SelectController.php
opt/app/app/Http/Controllers/RuleGroupController.php opt/app/app/Http/Controllers/RuleGroupController.php
opt/app/app/Http/Controllers/SearchController.php opt/app/app/Http/Controllers/SearchController.php
opt/app/app/Http/Controllers/System/CronController.php
opt/app/app/Http/Controllers/System/InstallController.php opt/app/app/Http/Controllers/System/InstallController.php
opt/app/app/Http/Controllers/TagController.php opt/app/app/Http/Controllers/TagController.php
opt/app/app/Http/Controllers/Transaction/BulkController.php opt/app/app/Http/Controllers/Transaction/BulkController.php
@ -490,6 +496,7 @@ opt/app/app/Http/Middleware/Range.php
opt/app/app/Http/Middleware/RedirectIfAuthenticated.php opt/app/app/Http/Middleware/RedirectIfAuthenticated.php
opt/app/app/Http/Middleware/RedirectIfTwoFactorAuthenticated.php opt/app/app/Http/Middleware/RedirectIfTwoFactorAuthenticated.php
opt/app/app/Http/Middleware/Sandstorm.php opt/app/app/Http/Middleware/Sandstorm.php
opt/app/app/Http/Middleware/SecureHeaders.php
opt/app/app/Http/Middleware/StartFireflySession.php opt/app/app/Http/Middleware/StartFireflySession.php
opt/app/app/Http/Middleware/TrimStrings.php opt/app/app/Http/Middleware/TrimStrings.php
opt/app/app/Http/Middleware/TrustProxies.php opt/app/app/Http/Middleware/TrustProxies.php
@ -539,6 +546,7 @@ opt/app/app/Import/JobConfiguration/FakeJobConfiguration.php
opt/app/app/Import/JobConfiguration/FileJobConfiguration.php opt/app/app/Import/JobConfiguration/FileJobConfiguration.php
opt/app/app/Import/JobConfiguration/JobConfigurationInterface.php opt/app/app/Import/JobConfiguration/JobConfigurationInterface.php
opt/app/app/Import/JobConfiguration/SpectreJobConfiguration.php opt/app/app/Import/JobConfiguration/SpectreJobConfiguration.php
opt/app/app/Import/JobConfiguration/YnabJobConfiguration.php
opt/app/app/Import/Mapper/AssetAccountIbans.php opt/app/app/Import/Mapper/AssetAccountIbans.php
opt/app/app/Import/Mapper/AssetAccounts.php opt/app/app/Import/Mapper/AssetAccounts.php
opt/app/app/Import/Mapper/Bills.php opt/app/app/Import/Mapper/Bills.php
@ -557,11 +565,13 @@ opt/app/app/Import/Prerequisites/FakePrerequisites.php
opt/app/app/Import/Prerequisites/FilePrerequisites.php opt/app/app/Import/Prerequisites/FilePrerequisites.php
opt/app/app/Import/Prerequisites/PrerequisitesInterface.php opt/app/app/Import/Prerequisites/PrerequisitesInterface.php
opt/app/app/Import/Prerequisites/SpectrePrerequisites.php opt/app/app/Import/Prerequisites/SpectrePrerequisites.php
opt/app/app/Import/Prerequisites/YnabPrerequisites.php
opt/app/app/Import/Routine/BunqRoutine.php opt/app/app/Import/Routine/BunqRoutine.php
opt/app/app/Import/Routine/FakeRoutine.php opt/app/app/Import/Routine/FakeRoutine.php
opt/app/app/Import/Routine/FileRoutine.php opt/app/app/Import/Routine/FileRoutine.php
opt/app/app/Import/Routine/RoutineInterface.php opt/app/app/Import/Routine/RoutineInterface.php
opt/app/app/Import/Routine/SpectreRoutine.php opt/app/app/Import/Routine/SpectreRoutine.php
opt/app/app/Import/Routine/YnabRoutine.php
opt/app/app/Import/Specifics/AbnAmroDescription.php opt/app/app/Import/Specifics/AbnAmroDescription.php
opt/app/app/Import/Specifics/IngDescription.php opt/app/app/Import/Specifics/IngDescription.php
opt/app/app/Import/Specifics/PresidentsChoice.php opt/app/app/Import/Specifics/PresidentsChoice.php
@ -734,10 +744,15 @@ opt/app/app/Services/Spectre/Request/ListLoginsRequest.php
opt/app/app/Services/Spectre/Request/ListTransactionsRequest.php opt/app/app/Services/Spectre/Request/ListTransactionsRequest.php
opt/app/app/Services/Spectre/Request/NewCustomerRequest.php opt/app/app/Services/Spectre/Request/NewCustomerRequest.php
opt/app/app/Services/Spectre/Request/SpectreRequest.php opt/app/app/Services/Spectre/Request/SpectreRequest.php
opt/app/app/Services/Ynab/Request/GetAccountsRequest.php
opt/app/app/Services/Ynab/Request/GetBudgetsRequest.php
opt/app/app/Services/Ynab/Request/GetTransactionsRequest.php
opt/app/app/Services/Ynab/Request/YnabRequest.php
opt/app/app/Support/Amount.php opt/app/app/Support/Amount.php
opt/app/app/Support/Binder/AccountList.php opt/app/app/Support/Binder/AccountList.php
opt/app/app/Support/Binder/BinderInterface.php opt/app/app/Support/Binder/BinderInterface.php
opt/app/app/Support/Binder/BudgetList.php opt/app/app/Support/Binder/BudgetList.php
opt/app/app/Support/Binder/CLIToken.php
opt/app/app/Support/Binder/CategoryList.php opt/app/app/Support/Binder/CategoryList.php
opt/app/app/Support/Binder/CurrencyCode.php opt/app/app/Support/Binder/CurrencyCode.php
opt/app/app/Support/Binder/Date.php opt/app/app/Support/Binder/Date.php
@ -748,6 +763,8 @@ opt/app/app/Support/Binder/TagList.php
opt/app/app/Support/Binder/UnfinishedJournal.php opt/app/app/Support/Binder/UnfinishedJournal.php
opt/app/app/Support/CacheProperties.php opt/app/app/Support/CacheProperties.php
opt/app/app/Support/ChartColour.php opt/app/app/Support/ChartColour.php
opt/app/app/Support/Cronjobs/AbstractCronjob.php
opt/app/app/Support/Cronjobs/RecurringCronjob.php
opt/app/app/Support/Domain.php opt/app/app/Support/Domain.php
opt/app/app/Support/ExpandedForm.php opt/app/app/Support/ExpandedForm.php
opt/app/app/Support/Facades/Amount.php opt/app/app/Support/Facades/Amount.php
@ -757,8 +774,18 @@ 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/AugumentData.php
opt/app/app/Support/Http/Controllers/BasicDataSupport.php
opt/app/app/Support/Http/Controllers/CreateStuff.php
opt/app/app/Support/Http/Controllers/DateCalculation.php opt/app/app/Support/Http/Controllers/DateCalculation.php
opt/app/app/Support/Http/Controllers/GetConfigurationData.php
opt/app/app/Support/Http/Controllers/ModelInformation.php
opt/app/app/Support/Http/Controllers/PeriodOverview.php
opt/app/app/Support/Http/Controllers/RenderPartialViews.php
opt/app/app/Support/Http/Controllers/RequestInformation.php
opt/app/app/Support/Http/Controllers/RuleManagement.php opt/app/app/Support/Http/Controllers/RuleManagement.php
opt/app/app/Support/Http/Controllers/TransactionCalculation.php
opt/app/app/Support/Http/Controllers/UserNavigation.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
opt/app/app/Support/Import/JobConfiguration/Bunq/BunqJobConfigurationInterface.php opt/app/app/Support/Import/JobConfiguration/Bunq/BunqJobConfigurationInterface.php
@ -775,6 +802,10 @@ opt/app/app/Support/Import/JobConfiguration/Spectre/ChooseLoginHandler.php
opt/app/app/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandler.php opt/app/app/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandler.php
opt/app/app/Support/Import/JobConfiguration/Spectre/NewSpectreJobHandler.php opt/app/app/Support/Import/JobConfiguration/Spectre/NewSpectreJobHandler.php
opt/app/app/Support/Import/JobConfiguration/Spectre/SpectreJobConfigurationInterface.php opt/app/app/Support/Import/JobConfiguration/Spectre/SpectreJobConfigurationInterface.php
opt/app/app/Support/Import/JobConfiguration/Ynab/NewYnabJobHandler.php
opt/app/app/Support/Import/JobConfiguration/Ynab/SelectAccountsHandler.php
opt/app/app/Support/Import/JobConfiguration/Ynab/SelectBudgetHandler.php
opt/app/app/Support/Import/JobConfiguration/Ynab/YnabJobConfigurationInterface.php
opt/app/app/Support/Import/Placeholder/ColumnValue.php opt/app/app/Support/Import/Placeholder/ColumnValue.php
opt/app/app/Support/Import/Placeholder/ImportTransaction.php opt/app/app/Support/Import/Placeholder/ImportTransaction.php
opt/app/app/Support/Import/Routine/Bunq/StageImportDataHandler.php opt/app/app/Support/Import/Routine/Bunq/StageImportDataHandler.php
@ -795,6 +826,12 @@ opt/app/app/Support/Import/Routine/File/OpposingAccountMapper.php
opt/app/app/Support/Import/Routine/Spectre/StageAuthenticatedHandler.php opt/app/app/Support/Import/Routine/Spectre/StageAuthenticatedHandler.php
opt/app/app/Support/Import/Routine/Spectre/StageImportDataHandler.php opt/app/app/Support/Import/Routine/Spectre/StageImportDataHandler.php
opt/app/app/Support/Import/Routine/Spectre/StageNewHandler.php opt/app/app/Support/Import/Routine/Spectre/StageNewHandler.php
opt/app/app/Support/Import/Routine/Ynab/GetAccountsHandler.php
opt/app/app/Support/Import/Routine/Ynab/ImportDataHandler.php
opt/app/app/Support/Import/Routine/Ynab/StageGetAccessHandler.php
opt/app/app/Support/Import/Routine/Ynab/StageGetBudgetsHandler.php
opt/app/app/Support/Import/Routine/Ynab/StageGetTransactionsHandler.php
opt/app/app/Support/Import/Routine/Ynab/StageMatchAccountsHandler.php
opt/app/app/Support/Navigation.php opt/app/app/Support/Navigation.php
opt/app/app/Support/Preferences.php opt/app/app/Support/Preferences.php
opt/app/app/Support/Search/Modifier.php opt/app/app/Support/Search/Modifier.php
@ -928,6 +965,7 @@ opt/app/config/twigbridge.php
opt/app/config/upgrade.php opt/app/config/upgrade.php
opt/app/config/view.php opt/app/config/view.php
opt/app/database/factories/ModelFactory.php opt/app/database/factories/ModelFactory.php
opt/app/database/migrations
opt/app/database/migrations/2016_06_16_000000_create_support_tables.php opt/app/database/migrations/2016_06_16_000000_create_support_tables.php
opt/app/database/migrations/2016_06_16_000001_create_users_table.php opt/app/database/migrations/2016_06_16_000001_create_users_table.php
opt/app/database/migrations/2016_06_16_000002_create_main_tables.php opt/app/database/migrations/2016_06_16_000002_create_main_tables.php
@ -967,13 +1005,15 @@ opt/app/public/android-chrome-192x192.png
opt/app/public/android-chrome-512x512.png opt/app/public/android-chrome-512x512.png
opt/app/public/apple-touch-icon.png opt/app/public/apple-touch-icon.png
opt/app/public/browserconfig.xml opt/app/public/browserconfig.xml
opt/app/public/css/app.css opt/app/public/css/.htaccess
opt/app/public/css/bootstrap-multiselect.css opt/app/public/css/bootstrap-multiselect.css
opt/app/public/css/bootstrap-sortable.css opt/app/public/css/bootstrap-sortable.css
opt/app/public/css/bootstrap-tagsinput.css opt/app/public/css/bootstrap-tagsinput.css
opt/app/public/css/daterangepicker.css opt/app/public/css/daterangepicker.css
opt/app/public/css/firefly.css opt/app/public/css/firefly.css
opt/app/public/css/google-fonts.css opt/app/public/css/google-fonts.css
opt/app/public/css/jquery-ui/.htaccess
opt/app/public/css/jquery-ui/images/.htaccess
opt/app/public/css/jquery-ui/images/ui-icons_444444_256x240.png opt/app/public/css/jquery-ui/images/ui-icons_444444_256x240.png
opt/app/public/css/jquery-ui/images/ui-icons_555555_256x240.png opt/app/public/css/jquery-ui/images/ui-icons_555555_256x240.png
opt/app/public/css/jquery-ui/images/ui-icons_777620_256x240.png opt/app/public/css/jquery-ui/images/ui-icons_777620_256x240.png
@ -985,6 +1025,7 @@ opt/app/public/css/jquery-ui/jquery-ui.theme.min.css
opt/app/public/favicon-16x16.png opt/app/public/favicon-16x16.png
opt/app/public/favicon-32x32.png opt/app/public/favicon-32x32.png
opt/app/public/favicon.ico opt/app/public/favicon.ico
opt/app/public/fonts/.htaccess
opt/app/public/fonts/SourceSansPro-Bold-cyrillic-ext.woff opt/app/public/fonts/SourceSansPro-Bold-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-Bold-cyrillic-ext.woff2 opt/app/public/fonts/SourceSansPro-Bold-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-Bold-cyrillic.woff opt/app/public/fonts/SourceSansPro-Bold-cyrillic.woff
@ -1101,20 +1142,37 @@ opt/app/public/fonts/lato-100.woff
opt/app/public/fonts/lato-100.woff2 opt/app/public/fonts/lato-100.woff2
opt/app/public/fonts/roboto-light-300.woff opt/app/public/fonts/roboto-light-300.woff
opt/app/public/fonts/roboto-light-300.woff2 opt/app/public/fonts/roboto-light-300.woff2
opt/app/public/fonts/vendor/.htaccess
opt/app/public/fonts/vendor/bootstrap-sass/.htaccess
opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/.htaccess
opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot
opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg
opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf
opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff
opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2 opt/app/public/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2
opt/app/public/fonts/vendor/font-awesome/.htaccess
opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.eot opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.eot
opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.svg opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.svg
opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.ttf opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.ttf
opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.woff opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.woff
opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.woff2 opt/app/public/fonts/vendor/font-awesome/fontawesome-webfont.woff2
opt/app/public/images/.htaccess
opt/app/public/images/error.png opt/app/public/images/error.png
opt/app/public/images/flags/.htaccess
opt/app/public/images/flags/de_DE.png
opt/app/public/images/flags/es_ES.png
opt/app/public/images/flags/fr_FR.png
opt/app/public/images/flags/id_ID.png
opt/app/public/images/flags/it_IT.png
opt/app/public/images/flags/nl_NL.png
opt/app/public/images/flags/pl_PL.png
opt/app/public/images/flags/pt_BR.png
opt/app/public/images/flags/ru_RU.png
opt/app/public/images/flags/tr_TR.png
opt/app/public/images/image.png opt/app/public/images/image.png
opt/app/public/images/loading-small.gif opt/app/public/images/loading-small.gif
opt/app/public/images/loading-wide.gif opt/app/public/images/loading-wide.gif
opt/app/public/images/logos/.htaccess
opt/app/public/images/logos/bunq.png opt/app/public/images/logos/bunq.png
opt/app/public/images/logos/csv.png opt/app/public/images/logos/csv.png
opt/app/public/images/logos/fake.png opt/app/public/images/logos/fake.png
@ -1122,37 +1180,52 @@ opt/app/public/images/logos/file.png
opt/app/public/images/logos/plaid.png opt/app/public/images/logos/plaid.png
opt/app/public/images/logos/quovo.png opt/app/public/images/logos/quovo.png
opt/app/public/images/logos/spectre.png opt/app/public/images/logos/spectre.png
opt/app/public/images/logos/ynab.png
opt/app/public/images/logos/yodlee.png opt/app/public/images/logos/yodlee.png
opt/app/public/images/page_green.png opt/app/public/images/page_green.png
opt/app/public/images/page_white_acrobat.png opt/app/public/images/page_white_acrobat.png
opt/app/public/index.php opt/app/public/index.php
opt/app/public/js/.htaccess
opt/app/public/js/app.js opt/app/public/js/app.js
opt/app/public/js/ff/.htaccess
opt/app/public/js/ff/accounts/.htaccess
opt/app/public/js/ff/accounts/create.js opt/app/public/js/ff/accounts/create.js
opt/app/public/js/ff/accounts/edit-reconciliation.js opt/app/public/js/ff/accounts/edit-reconciliation.js
opt/app/public/js/ff/accounts/edit.js opt/app/public/js/ff/accounts/edit.js
opt/app/public/js/ff/accounts/reconcile.js opt/app/public/js/ff/accounts/reconcile.js
opt/app/public/js/ff/accounts/show.js opt/app/public/js/ff/accounts/show.js
opt/app/public/js/ff/admin/.htaccess
opt/app/public/js/ff/admin/update/.htaccess
opt/app/public/js/ff/admin/update/index.js opt/app/public/js/ff/admin/update/index.js
opt/app/public/js/ff/bills/.htaccess
opt/app/public/js/ff/bills/create.js opt/app/public/js/ff/bills/create.js
opt/app/public/js/ff/bills/edit.js opt/app/public/js/ff/bills/edit.js
opt/app/public/js/ff/bills/show.js opt/app/public/js/ff/bills/show.js
opt/app/public/js/ff/budgets/.htaccess
opt/app/public/js/ff/budgets/index.js opt/app/public/js/ff/budgets/index.js
opt/app/public/js/ff/budgets/show.js opt/app/public/js/ff/budgets/show.js
opt/app/public/js/ff/categories/.htaccess
opt/app/public/js/ff/categories/index.js opt/app/public/js/ff/categories/index.js
opt/app/public/js/ff/categories/show-by-date.js opt/app/public/js/ff/categories/show-by-date.js
opt/app/public/js/ff/categories/show.js opt/app/public/js/ff/categories/show.js
opt/app/public/js/ff/charts.defaults.js opt/app/public/js/ff/charts.defaults.js
opt/app/public/js/ff/charts.js opt/app/public/js/ff/charts.js
opt/app/public/js/ff/export/.htaccess
opt/app/public/js/ff/export/index.js opt/app/public/js/ff/export/index.js
opt/app/public/js/ff/firefly.js opt/app/public/js/ff/firefly.js
opt/app/public/js/ff/guest.js opt/app/public/js/ff/guest.js
opt/app/public/js/ff/help.js opt/app/public/js/ff/help.js
opt/app/public/js/ff/import/.htaccess
opt/app/public/js/ff/import/file/.htaccess
opt/app/public/js/ff/import/file/configure-upload.js opt/app/public/js/ff/import/file/configure-upload.js
opt/app/public/js/ff/import/status.js opt/app/public/js/ff/import/status.js
opt/app/public/js/ff/import/status_v2.js opt/app/public/js/ff/import/status_v2.js
opt/app/public/js/ff/index.js opt/app/public/js/ff/index.js
opt/app/public/js/ff/install/.htaccess
opt/app/public/js/ff/install/index.js opt/app/public/js/ff/install/index.js
opt/app/public/js/ff/intro/.htaccess
opt/app/public/js/ff/intro/intro.js opt/app/public/js/ff/intro/intro.js
opt/app/public/js/ff/moment/.htaccess
opt/app/public/js/ff/moment/de_DE.js opt/app/public/js/ff/moment/de_DE.js
opt/app/public/js/ff/moment/en_US.js opt/app/public/js/ff/moment/en_US.js
opt/app/public/js/ff/moment/es_ES.js opt/app/public/js/ff/moment/es_ES.js
@ -1164,39 +1237,57 @@ opt/app/public/js/ff/moment/pl_PL.js
opt/app/public/js/ff/moment/pt_BR.js opt/app/public/js/ff/moment/pt_BR.js
opt/app/public/js/ff/moment/ru_RU.js opt/app/public/js/ff/moment/ru_RU.js
opt/app/public/js/ff/moment/tr_TR.js opt/app/public/js/ff/moment/tr_TR.js
opt/app/public/js/ff/piggy-banks/.htaccess
opt/app/public/js/ff/piggy-banks/create.js opt/app/public/js/ff/piggy-banks/create.js
opt/app/public/js/ff/piggy-banks/edit.js 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/.htaccess
opt/app/public/js/ff/preferences/index.js opt/app/public/js/ff/preferences/index.js
opt/app/public/js/ff/recurring/.htaccess
opt/app/public/js/ff/recurring/create.js opt/app/public/js/ff/recurring/create.js
opt/app/public/js/ff/recurring/edit.js opt/app/public/js/ff/recurring/edit.js
opt/app/public/js/ff/reports/.htaccess
opt/app/public/js/ff/reports/account/.htaccess
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/.htaccess
opt/app/public/js/ff/reports/audit/all.js opt/app/public/js/ff/reports/audit/all.js
opt/app/public/js/ff/reports/budget/.htaccess
opt/app/public/js/ff/reports/budget/month.js opt/app/public/js/ff/reports/budget/month.js
opt/app/public/js/ff/reports/category/.htaccess
opt/app/public/js/ff/reports/category/month.js opt/app/public/js/ff/reports/category/month.js
opt/app/public/js/ff/reports/default/.htaccess
opt/app/public/js/ff/reports/default/all.js opt/app/public/js/ff/reports/default/all.js
opt/app/public/js/ff/reports/default/month.js opt/app/public/js/ff/reports/default/month.js
opt/app/public/js/ff/reports/default/multi-year.js opt/app/public/js/ff/reports/default/multi-year.js
opt/app/public/js/ff/reports/default/year.js opt/app/public/js/ff/reports/default/year.js
opt/app/public/js/ff/reports/index.js opt/app/public/js/ff/reports/index.js
opt/app/public/js/ff/reports/tag/.htaccess
opt/app/public/js/ff/reports/tag/month.js opt/app/public/js/ff/reports/tag/month.js
opt/app/public/js/ff/rules/.htaccess
opt/app/public/js/ff/rules/create-edit.js opt/app/public/js/ff/rules/create-edit.js
opt/app/public/js/ff/rules/index.js opt/app/public/js/ff/rules/index.js
opt/app/public/js/ff/rules/select-transactions.js opt/app/public/js/ff/rules/select-transactions.js
opt/app/public/js/ff/search/.htaccess
opt/app/public/js/ff/search/index.js opt/app/public/js/ff/search/index.js
opt/app/public/js/ff/tags/.htaccess
opt/app/public/js/ff/tags/create-edit.js opt/app/public/js/ff/tags/create-edit.js
opt/app/public/js/ff/tags/index.js opt/app/public/js/ff/tags/index.js
opt/app/public/js/ff/tags/show.js opt/app/public/js/ff/tags/show.js
opt/app/public/js/ff/transactions/.htaccess
opt/app/public/js/ff/transactions/list.js opt/app/public/js/ff/transactions/list.js
opt/app/public/js/ff/transactions/mass/.htaccess
opt/app/public/js/ff/transactions/mass/edit-bulk.js opt/app/public/js/ff/transactions/mass/edit-bulk.js
opt/app/public/js/ff/transactions/mass/edit.js opt/app/public/js/ff/transactions/mass/edit.js
opt/app/public/js/ff/transactions/show.js opt/app/public/js/ff/transactions/show.js
opt/app/public/js/ff/transactions/single/.htaccess
opt/app/public/js/ff/transactions/single/common.js opt/app/public/js/ff/transactions/single/common.js
opt/app/public/js/ff/transactions/single/create.js opt/app/public/js/ff/transactions/single/create.js
opt/app/public/js/ff/transactions/single/edit.js opt/app/public/js/ff/transactions/single/edit.js
opt/app/public/js/ff/transactions/split/.htaccess
opt/app/public/js/ff/transactions/split/edit.js opt/app/public/js/ff/transactions/split/edit.js
opt/app/public/js/lib/.htaccess
opt/app/public/js/lib/Chart.bundle.min.js opt/app/public/js/lib/Chart.bundle.min.js
opt/app/public/js/lib/accounting.min.js opt/app/public/js/lib/accounting.min.js
opt/app/public/js/lib/bootstrap-multiselect.js opt/app/public/js/lib/bootstrap-multiselect.js
@ -1212,22 +1303,58 @@ opt/app/public/js/lib/jquery.color-2.1.2.min.js
opt/app/public/js/lib/modernizr-custom.js opt/app/public/js/lib/modernizr-custom.js
opt/app/public/js/lib/moment.min.js opt/app/public/js/lib/moment.min.js
opt/app/public/js/lib/respond.min.js opt/app/public/js/lib/respond.min.js
opt/app/public/lib/.htaccess
opt/app/public/lib/adminlte/.htaccess
opt/app/public/lib/adminlte/css/.htaccess
opt/app/public/lib/adminlte/css/AdminLTE.css opt/app/public/lib/adminlte/css/AdminLTE.css
opt/app/public/lib/adminlte/css/AdminLTE.min.css opt/app/public/lib/adminlte/css/AdminLTE.min.css
opt/app/public/lib/adminlte/css/skins/.htaccess
opt/app/public/lib/adminlte/css/skins/skin-blue-light.css opt/app/public/lib/adminlte/css/skins/skin-blue-light.css
opt/app/public/lib/adminlte/css/skins/skin-blue-light.min.css opt/app/public/lib/adminlte/css/skins/skin-blue-light.min.css
opt/app/public/lib/adminlte/img/.htaccess
opt/app/public/lib/adminlte/img/icons.png opt/app/public/lib/adminlte/img/icons.png
opt/app/public/lib/adminlte/js/.htaccess
opt/app/public/lib/adminlte/js/adminlte.js
opt/app/public/lib/adminlte/js/adminlte.min.js
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/bs/css/bootstrap-theme.css
opt/app/public/lib/bs/css/bootstrap-theme.css.map
opt/app/public/lib/bs/css/bootstrap-theme.min.css
opt/app/public/lib/bs/css/bootstrap-theme.min.css.map
opt/app/public/lib/bs/css/bootstrap.css
opt/app/public/lib/bs/css/bootstrap.css.map
opt/app/public/lib/bs/css/bootstrap.min.css
opt/app/public/lib/bs/css/bootstrap.min.css.map
opt/app/public/lib/bs/fonts/glyphicons-halflings-regular.eot
opt/app/public/lib/bs/fonts/glyphicons-halflings-regular.svg
opt/app/public/lib/bs/fonts/glyphicons-halflings-regular.ttf
opt/app/public/lib/bs/fonts/glyphicons-halflings-regular.woff
opt/app/public/lib/bs/fonts/glyphicons-halflings-regular.woff2
opt/app/public/lib/bs/js/bootstrap.js
opt/app/public/lib/bs/js/bootstrap.min.js
opt/app/public/lib/bs/js/npm.js
opt/app/public/lib/fa/css/font-awesome.css
opt/app/public/lib/fa/css/font-awesome.min.css
opt/app/public/lib/fa/fonts/FontAwesome.otf
opt/app/public/lib/fa/fonts/fontawesome-webfont.eot
opt/app/public/lib/fa/fonts/fontawesome-webfont.svg
opt/app/public/lib/fa/fonts/fontawesome-webfont.ttf
opt/app/public/lib/fa/fonts/fontawesome-webfont.woff
opt/app/public/lib/fa/fonts/fontawesome-webfont.woff2
opt/app/public/lib/fc/.htaccess
opt/app/public/lib/fc/fullcalendar.css opt/app/public/lib/fc/fullcalendar.css
opt/app/public/lib/fc/fullcalendar.js opt/app/public/lib/fc/fullcalendar.js
opt/app/public/lib/fc/fullcalendar.min.css opt/app/public/lib/fc/fullcalendar.min.css
opt/app/public/lib/fc/fullcalendar.min.js opt/app/public/lib/fc/fullcalendar.min.js
opt/app/public/lib/fc/fullcalendar.print.css opt/app/public/lib/fc/fullcalendar.print.css
opt/app/public/lib/fc/fullcalendar.print.min.css opt/app/public/lib/fc/fullcalendar.print.min.css
opt/app/public/lib/intro/.htaccess
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
opt/app/public/lib/leaflet/.htaccess
opt/app/public/lib/leaflet/images/.htaccess
opt/app/public/lib/leaflet/images/layers-2x.png opt/app/public/lib/leaflet/images/layers-2x.png
opt/app/public/lib/leaflet/images/layers.png opt/app/public/lib/leaflet/images/layers.png
opt/app/public/lib/leaflet/images/marker-icon-2x.png opt/app/public/lib/leaflet/images/marker-icon-2x.png
@ -1252,7 +1379,6 @@ opt/app/resources/assets/js/components/bills/Index.vue
opt/app/resources/assets/js/components/passport/AuthorizedClients.vue opt/app/resources/assets/js/components/passport/AuthorizedClients.vue
opt/app/resources/assets/js/components/passport/Clients.vue opt/app/resources/assets/js/components/passport/Clients.vue
opt/app/resources/assets/js/components/passport/PersonalAccessTokens.vue opt/app/resources/assets/js/components/passport/PersonalAccessTokens.vue
opt/app/resources/assets/js/lang.js
opt/app/resources/assets/sass/_variables.scss opt/app/resources/assets/sass/_variables.scss
opt/app/resources/assets/sass/app.scss opt/app/resources/assets/sass/app.scss
opt/app/resources/lang/de_DE/auth.php opt/app/resources/lang/de_DE/auth.php
@ -1541,6 +1667,7 @@ opt/app/resources/views/form/non-selectable-amount.twig
opt/app/resources/views/form/number.twig opt/app/resources/views/form/number.twig
opt/app/resources/views/form/options.twig opt/app/resources/views/form/options.twig
opt/app/resources/views/form/password.twig opt/app/resources/views/form/password.twig
opt/app/resources/views/form/percentage.twig
opt/app/resources/views/form/select.twig opt/app/resources/views/form/select.twig
opt/app/resources/views/form/static.twig opt/app/resources/views/form/static.twig
opt/app/resources/views/form/tags.twig opt/app/resources/views/form/tags.twig
@ -1564,6 +1691,10 @@ opt/app/resources/views/import/spectre/choose-login.twig
opt/app/resources/views/import/spectre/prerequisites.twig opt/app/resources/views/import/spectre/prerequisites.twig
opt/app/resources/views/import/spectre/redirect.twig opt/app/resources/views/import/spectre/redirect.twig
opt/app/resources/views/import/status.twig opt/app/resources/views/import/status.twig
opt/app/resources/views/import/ynab/accounts.twig
opt/app/resources/views/import/ynab/prerequisites.twig
opt/app/resources/views/import/ynab/redirect.twig
opt/app/resources/views/import/ynab/select-budgets.twig
opt/app/resources/views/index.twig opt/app/resources/views/index.twig
opt/app/resources/views/install/index.twig opt/app/resources/views/install/index.twig
opt/app/resources/views/javascript/accounts.twig opt/app/resources/views/javascript/accounts.twig
@ -1581,6 +1712,7 @@ opt/app/resources/views/list/journals-tiny.twig
opt/app/resources/views/list/journals.twig opt/app/resources/views/list/journals.twig
opt/app/resources/views/list/piggy-bank-events.twig opt/app/resources/views/list/piggy-bank-events.twig
opt/app/resources/views/list/piggy-banks.twig opt/app/resources/views/list/piggy-banks.twig
opt/app/resources/views/list/transactions.twig
opt/app/resources/views/new-user/index.twig opt/app/resources/views/new-user/index.twig
opt/app/resources/views/partials/boxes.twig opt/app/resources/views/partials/boxes.twig
opt/app/resources/views/partials/breadcrumbs.twig opt/app/resources/views/partials/breadcrumbs.twig
@ -1588,6 +1720,7 @@ opt/app/resources/views/partials/control-bar.twig
opt/app/resources/views/partials/empty.twig opt/app/resources/views/partials/empty.twig
opt/app/resources/views/partials/favicons.twig opt/app/resources/views/partials/favicons.twig
opt/app/resources/views/partials/flashes.twig opt/app/resources/views/partials/flashes.twig
opt/app/resources/views/partials/journal-row.twig
opt/app/resources/views/partials/menu-sidebar.twig opt/app/resources/views/partials/menu-sidebar.twig
opt/app/resources/views/partials/page-header.twig opt/app/resources/views/partials/page-header.twig
opt/app/resources/views/partials/password-modal.twig opt/app/resources/views/partials/password-modal.twig
@ -2144,6 +2277,7 @@ 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
opt/app/vendor/doctrine/cache/composer.json opt/app/vendor/doctrine/cache/composer.json
opt/app/vendor/doctrine/cache/docs/en/index.rst
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
@ -2151,6 +2285,7 @@ opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseBucketCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php
opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php opt/app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
@ -3525,6 +3660,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/Dimensions.php
opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/Exists.php opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/Exists.php
opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/In.php opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/In.php
opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/NotIn.php opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/NotIn.php
opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/RequiredIf.php
opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/Unique.php opt/app/vendor/laravel/framework/src/Illuminate/Validation/Rules/Unique.php
opt/app/vendor/laravel/framework/src/Illuminate/Validation/UnauthorizedException.php opt/app/vendor/laravel/framework/src/Illuminate/Validation/UnauthorizedException.php
opt/app/vendor/laravel/framework/src/Illuminate/Validation/ValidatesWhenResolvedTrait.php opt/app/vendor/laravel/framework/src/Illuminate/Validation/ValidatesWhenResolvedTrait.php
@ -3883,6 +4019,7 @@ opt/app/vendor/league/event/src/ListenerProviderInterface.php
opt/app/vendor/league/event/src/OneTimeListener.php opt/app/vendor/league/event/src/OneTimeListener.php
opt/app/vendor/league/flysystem/LICENSE opt/app/vendor/league/flysystem/LICENSE
opt/app/vendor/league/flysystem/composer.json opt/app/vendor/league/flysystem/composer.json
opt/app/vendor/league/flysystem/deprecations.md
opt/app/vendor/league/flysystem/src/Adapter/AbstractAdapter.php opt/app/vendor/league/flysystem/src/Adapter/AbstractAdapter.php
opt/app/vendor/league/flysystem/src/Adapter/AbstractFtpAdapter.php opt/app/vendor/league/flysystem/src/Adapter/AbstractFtpAdapter.php
opt/app/vendor/league/flysystem/src/Adapter/CanOverwriteFiles.php opt/app/vendor/league/flysystem/src/Adapter/CanOverwriteFiles.php
@ -5521,6 +5658,7 @@ opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionH
opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PredisClusterSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PredisClusterSessionHandlerTest.php
opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PredisSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PredisSessionHandlerTest.php
opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/RedisArraySessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/RedisArraySessionHandlerTest.php
opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php
opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/RedisSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/RedisSessionHandlerTest.php
opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php
opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/MetadataBagTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/MetadataBagTest.php
@ -5653,6 +5791,7 @@ opt/app/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php
opt/app/vendor/symfony/http-kernel/HttpCache/Ssi.php opt/app/vendor/symfony/http-kernel/HttpCache/Ssi.php
opt/app/vendor/symfony/http-kernel/HttpCache/Store.php opt/app/vendor/symfony/http-kernel/HttpCache/Store.php
opt/app/vendor/symfony/http-kernel/HttpCache/StoreInterface.php opt/app/vendor/symfony/http-kernel/HttpCache/StoreInterface.php
opt/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php
opt/app/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php opt/app/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php
opt/app/vendor/symfony/http-kernel/HttpKernel.php opt/app/vendor/symfony/http-kernel/HttpKernel.php
opt/app/vendor/symfony/http-kernel/HttpKernelInterface.php opt/app/vendor/symfony/http-kernel/HttpKernelInterface.php
@ -5785,6 +5924,7 @@ opt/app/vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTestCase.php
opt/app/vendor/symfony/http-kernel/Tests/HttpCache/ResponseCacheStrategyTest.php opt/app/vendor/symfony/http-kernel/Tests/HttpCache/ResponseCacheStrategyTest.php
opt/app/vendor/symfony/http-kernel/Tests/HttpCache/SsiTest.php opt/app/vendor/symfony/http-kernel/Tests/HttpCache/SsiTest.php
opt/app/vendor/symfony/http-kernel/Tests/HttpCache/StoreTest.php opt/app/vendor/symfony/http-kernel/Tests/HttpCache/StoreTest.php
opt/app/vendor/symfony/http-kernel/Tests/HttpCache/SubRequestHandlerTest.php
opt/app/vendor/symfony/http-kernel/Tests/HttpCache/TestHttpKernel.php opt/app/vendor/symfony/http-kernel/Tests/HttpCache/TestHttpKernel.php
opt/app/vendor/symfony/http-kernel/Tests/HttpCache/TestMultipleHttpKernel.php opt/app/vendor/symfony/http-kernel/Tests/HttpCache/TestMultipleHttpKernel.php
opt/app/vendor/symfony/http-kernel/Tests/HttpKernelTest.php opt/app/vendor/symfony/http-kernel/Tests/HttpKernelTest.php
@ -5807,6 +5947,7 @@ opt/app/vendor/symfony/polyfill-mbstring/LICENSE
opt/app/vendor/symfony/polyfill-mbstring/Mbstring.php opt/app/vendor/symfony/polyfill-mbstring/Mbstring.php
opt/app/vendor/symfony/polyfill-mbstring/README.md opt/app/vendor/symfony/polyfill-mbstring/README.md
opt/app/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php opt/app/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
opt/app/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
opt/app/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php opt/app/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
opt/app/vendor/symfony/polyfill-mbstring/bootstrap.php opt/app/vendor/symfony/polyfill-mbstring/bootstrap.php
opt/app/vendor/symfony/polyfill-mbstring/composer.json opt/app/vendor/symfony/polyfill-mbstring/composer.json
@ -5859,15 +6000,18 @@ opt/app/vendor/symfony/process/Tests/ProcessTest.php
opt/app/vendor/symfony/process/Tests/SignalListener.php opt/app/vendor/symfony/process/Tests/SignalListener.php
opt/app/vendor/symfony/process/composer.json opt/app/vendor/symfony/process/composer.json
opt/app/vendor/symfony/process/phpunit.xml.dist opt/app/vendor/symfony/process/phpunit.xml.dist
opt/app/vendor/symfony/psr-http-message-bridge/CHANGELOG opt/app/vendor/symfony/psr-http-message-bridge/CHANGELOG.md
opt/app/vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php opt/app/vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php
opt/app/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php opt/app/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php
opt/app/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php
opt/app/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php opt/app/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php
opt/app/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php opt/app/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php
opt/app/vendor/symfony/psr-http-message-bridge/LICENSE opt/app/vendor/symfony/psr-http-message-bridge/LICENSE
opt/app/vendor/symfony/psr-http-message-bridge/README.md opt/app/vendor/symfony/psr-http-message-bridge/README.md
opt/app/vendor/symfony/psr-http-message-bridge/Tests/Factory/AbstractHttpMessageFactoryTest.php
opt/app/vendor/symfony/psr-http-message-bridge/Tests/Factory/DiactorosFactoryTest.php opt/app/vendor/symfony/psr-http-message-bridge/Tests/Factory/DiactorosFactoryTest.php
opt/app/vendor/symfony/psr-http-message-bridge/Tests/Factory/HttpFoundationFactoryTest.php opt/app/vendor/symfony/psr-http-message-bridge/Tests/Factory/HttpFoundationFactoryTest.php
opt/app/vendor/symfony/psr-http-message-bridge/Tests/Factory/PsrHttpFactoryTest.php
opt/app/vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Message.php opt/app/vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Message.php
opt/app/vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Response.php opt/app/vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Response.php
opt/app/vendor/symfony/psr-http-message-bridge/Tests/Fixtures/ServerRequest.php opt/app/vendor/symfony/psr-http-message-bridge/Tests/Fixtures/ServerRequest.php