Updated file list for sandstorm

This commit is contained in:
James Cole 2019-02-10 15:22:18 +01:00
parent 9ee14374bb
commit b6ea2f1c64

View File

@ -163,6 +163,8 @@ lib/x86_64-linux-gnu/libattr.so.1
lib/x86_64-linux-gnu/libattr.so.1.1.0 lib/x86_64-linux-gnu/libattr.so.1.1.0
lib/x86_64-linux-gnu/libbsd.so.0 lib/x86_64-linux-gnu/libbsd.so.0
lib/x86_64-linux-gnu/libbsd.so.0.7.0 lib/x86_64-linux-gnu/libbsd.so.0.7.0
lib/x86_64-linux-gnu/libbz2.so.1.0
lib/x86_64-linux-gnu/libbz2.so.1.0.4
lib/x86_64-linux-gnu/libc-2.19.so lib/x86_64-linux-gnu/libc-2.19.so
lib/x86_64-linux-gnu/libc.so.6 lib/x86_64-linux-gnu/libc.so.6
lib/x86_64-linux-gnu/libcom_err.so.2 lib/x86_64-linux-gnu/libcom_err.so.2
@ -220,7 +222,6 @@ lib/x86_64-linux-gnu/libwrap.so.0.7.6
lib/x86_64-linux-gnu/libz.so.1 lib/x86_64-linux-gnu/libz.so.1
lib/x86_64-linux-gnu/libz.so.1.2.8 lib/x86_64-linux-gnu/libz.so.1.2.8
lib64/ld-linux-x86-64.so.2 lib64/ld-linux-x86-64.so.2
opt/app/.codeclimate.yml
opt/app/.env opt/app/.env
opt/app/.env.docker opt/app/.env.docker
opt/app/.env.example opt/app/.env.example
@ -282,7 +283,6 @@ 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/CurrencyExchangeRateController.php
opt/app/app/Api/V1/Controllers/ImportController.php opt/app/app/Api/V1/Controllers/ImportController.php
opt/app/app/Api/V1/Controllers/JournalLinkController.php
opt/app/app/Api/V1/Controllers/LinkTypeController.php opt/app/app/Api/V1/Controllers/LinkTypeController.php
opt/app/app/Api/V1/Controllers/PiggyBankController.php opt/app/app/Api/V1/Controllers/PiggyBankController.php
opt/app/app/Api/V1/Controllers/PreferenceController.php opt/app/app/Api/V1/Controllers/PreferenceController.php
@ -303,7 +303,6 @@ opt/app/app/Api/V1/Requests/BudgetRequest.php
opt/app/app/Api/V1/Requests/CategoryRequest.php opt/app/app/Api/V1/Requests/CategoryRequest.php
opt/app/app/Api/V1/Requests/ConfigurationRequest.php opt/app/app/Api/V1/Requests/ConfigurationRequest.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/LinkTypeRequest.php
opt/app/app/Api/V1/Requests/PiggyBankRequest.php opt/app/app/Api/V1/Requests/PiggyBankRequest.php
opt/app/app/Api/V1/Requests/PreferenceRequest.php opt/app/app/Api/V1/Requests/PreferenceRequest.php
@ -327,7 +326,6 @@ opt/app/app/Console/Commands/Import.php
opt/app/app/Console/Commands/ScanAttachments.php opt/app/app/Console/Commands/ScanAttachments.php
opt/app/app/Console/Commands/UpgradeDatabase.php opt/app/app/Console/Commands/UpgradeDatabase.php
opt/app/app/Console/Commands/UpgradeFireflyInstructions.php opt/app/app/Console/Commands/UpgradeFireflyInstructions.php
opt/app/app/Console/Commands/UseEncryption.php
opt/app/app/Console/Commands/VerifiesAccessToken.php opt/app/app/Console/Commands/VerifiesAccessToken.php
opt/app/app/Console/Commands/VerifyDatabase.php opt/app/app/Console/Commands/VerifyDatabase.php
opt/app/app/Console/Kernel.php opt/app/app/Console/Kernel.php
@ -587,8 +585,6 @@ opt/app/app/Import/Converter/AmountDebit.php
opt/app/app/Import/Converter/AmountNegated.php opt/app/app/Import/Converter/AmountNegated.php
opt/app/app/Import/Converter/BankDebitCredit.php opt/app/app/Import/Converter/BankDebitCredit.php
opt/app/app/Import/Converter/ConverterInterface.php opt/app/app/Import/Converter/ConverterInterface.php
opt/app/app/Import/Converter/INGDebitCredit.php
opt/app/app/Import/Converter/RabobankDebitCredit.php
opt/app/app/Import/JobConfiguration/BunqJobConfiguration.php opt/app/app/Import/JobConfiguration/BunqJobConfiguration.php
opt/app/app/Import/JobConfiguration/FakeJobConfiguration.php opt/app/app/Import/JobConfiguration/FakeJobConfiguration.php
opt/app/app/Import/JobConfiguration/FileJobConfiguration.php opt/app/app/Import/JobConfiguration/FileJobConfiguration.php
@ -999,18 +995,13 @@ opt/app/app/Transformers/CategoryTransformer.php
opt/app/app/Transformers/CurrencyExchangeRateTransformer.php opt/app/app/Transformers/CurrencyExchangeRateTransformer.php
opt/app/app/Transformers/CurrencyTransformer.php opt/app/app/Transformers/CurrencyTransformer.php
opt/app/app/Transformers/ImportJobTransformer.php opt/app/app/Transformers/ImportJobTransformer.php
opt/app/app/Transformers/JournalLinkTransformer.php
opt/app/app/Transformers/JournalMetaTransformer.php
opt/app/app/Transformers/LinkTypeTransformer.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/PreferenceTransformer.php
opt/app/app/Transformers/RecurrenceTransformer.php opt/app/app/Transformers/RecurrenceTransformer.php
opt/app/app/Transformers/RuleActionTransformer.php
opt/app/app/Transformers/RuleGroupTransformer.php opt/app/app/Transformers/RuleGroupTransformer.php
opt/app/app/Transformers/RuleTransformer.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/TransactionLinkTransformer.php opt/app/app/Transformers/TransactionLinkTransformer.php
opt/app/app/Transformers/TransactionTransformer.php opt/app/app/Transformers/TransactionTransformer.php
@ -1091,7 +1082,6 @@ opt/app/database/seeds/TransactionCurrencySeeder.php
opt/app/database/seeds/TransactionTypeSeeder.php opt/app/database/seeds/TransactionTypeSeeder.php
opt/app/docker-compose.yml opt/app/docker-compose.yml
opt/app/index.php opt/app/index.php
opt/app/package-lock.json
opt/app/public/.htaccess opt/app/public/.htaccess
opt/app/public/.well-known/security.txt opt/app/public/.well-known/security.txt
opt/app/public/android-chrome-192x192.png opt/app/public/android-chrome-192x192.png
@ -1109,366 +1099,10 @@ opt/app/public/apple-touch-icon-76x76.png
opt/app/public/apple-touch-icon-precomposed.png opt/app/public/apple-touch-icon-precomposed.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/.htaccess
opt/app/public/css/bootstrap-multiselect.css
opt/app/public/css/bootstrap-sortable.css
opt/app/public/css/bootstrap-tagsinput.css
opt/app/public/css/daterangepicker.css
opt/app/public/css/firefly.css
opt/app/public/css/gf-source.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_555555_256x240.png
opt/app/public/css/jquery-ui/images/ui-icons_777620_256x240.png
opt/app/public/css/jquery-ui/images/ui-icons_777777_256x240.png
opt/app/public/css/jquery-ui/images/ui-icons_cc0000_256x240.png
opt/app/public/css/jquery-ui/images/ui-icons_ffffff_256x240.png
opt/app/public/css/jquery-ui/jquery-ui.structure.min.css
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.woff2
opt/app/public/fonts/SourceSansPro-Bold-cyrillic.woff
opt/app/public/fonts/SourceSansPro-Bold-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-Bold-greek-ext.woff
opt/app/public/fonts/SourceSansPro-Bold-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-Bold-greek.woff
opt/app/public/fonts/SourceSansPro-Bold-greek.woff2
opt/app/public/fonts/SourceSansPro-Bold-latin-ext.woff
opt/app/public/fonts/SourceSansPro-Bold-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-Bold-latin.woff
opt/app/public/fonts/SourceSansPro-Bold-latin.woff2
opt/app/public/fonts/SourceSansPro-Bold-vietnamese.woff
opt/app/public/fonts/SourceSansPro-Bold-vietnamese.woff2
opt/app/public/fonts/SourceSansPro-BoldItalic-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-BoldItalic-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-BoldItalic-cyrillic.woff
opt/app/public/fonts/SourceSansPro-BoldItalic-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-BoldItalic-greek-ext.woff
opt/app/public/fonts/SourceSansPro-BoldItalic-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-BoldItalic-greek.woff
opt/app/public/fonts/SourceSansPro-BoldItalic-greek.woff2
opt/app/public/fonts/SourceSansPro-BoldItalic-latin-ext.woff
opt/app/public/fonts/SourceSansPro-BoldItalic-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-BoldItalic-latin.woff
opt/app/public/fonts/SourceSansPro-BoldItalic-latin.woff2
opt/app/public/fonts/SourceSansPro-BoldItalic-vietnamese.woff
opt/app/public/fonts/SourceSansPro-BoldItalic-vietnamese.woff2
opt/app/public/fonts/SourceSansPro-Italic-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-Italic-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-Italic-cyrillic.woff
opt/app/public/fonts/SourceSansPro-Italic-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-Italic-greek-ext.woff
opt/app/public/fonts/SourceSansPro-Italic-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-Italic-greek.woff
opt/app/public/fonts/SourceSansPro-Italic-greek.woff2
opt/app/public/fonts/SourceSansPro-Italic-latin-ext.woff
opt/app/public/fonts/SourceSansPro-Italic-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-Italic-latin.woff
opt/app/public/fonts/SourceSansPro-Italic-latin.woff2
opt/app/public/fonts/SourceSansPro-Italic-vietnamese.woff
opt/app/public/fonts/SourceSansPro-Italic-vietnamese.woff2
opt/app/public/fonts/SourceSansPro-Light-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-Light-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-Light-cyrillic.woff
opt/app/public/fonts/SourceSansPro-Light-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-Light-greek-ext.woff
opt/app/public/fonts/SourceSansPro-Light-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-Light-greek.woff
opt/app/public/fonts/SourceSansPro-Light-greek.woff2
opt/app/public/fonts/SourceSansPro-Light-latin-ext.woff
opt/app/public/fonts/SourceSansPro-Light-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-Light-latin.woff
opt/app/public/fonts/SourceSansPro-Light-latin.woff2
opt/app/public/fonts/SourceSansPro-Light-vietnamese.woff
opt/app/public/fonts/SourceSansPro-Light-vietnamese.woff2
opt/app/public/fonts/SourceSansPro-LightItalic-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-LightItalic-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-LightItalic-cyrillic.woff
opt/app/public/fonts/SourceSansPro-LightItalic-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-LightItalic-greek-ext.woff
opt/app/public/fonts/SourceSansPro-LightItalic-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-LightItalic-greek.woff
opt/app/public/fonts/SourceSansPro-LightItalic-greek.woff2
opt/app/public/fonts/SourceSansPro-LightItalic-latin-ext.woff
opt/app/public/fonts/SourceSansPro-LightItalic-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-LightItalic-latin.woff
opt/app/public/fonts/SourceSansPro-LightItalic-latin.woff2
opt/app/public/fonts/SourceSansPro-LightItalic-vietnamese.woff
opt/app/public/fonts/SourceSansPro-LightItalic-vietnamese.woff2
opt/app/public/fonts/SourceSansPro-Regular-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-Regular-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-Regular-cyrillic.woff
opt/app/public/fonts/SourceSansPro-Regular-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-Regular-greek-ext.woff
opt/app/public/fonts/SourceSansPro-Regular-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-Regular-greek.woff
opt/app/public/fonts/SourceSansPro-Regular-greek.woff2
opt/app/public/fonts/SourceSansPro-Regular-latin-ext.woff
opt/app/public/fonts/SourceSansPro-Regular-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-Regular-latin.woff
opt/app/public/fonts/SourceSansPro-Regular-latin.woff2
opt/app/public/fonts/SourceSansPro-Regular-vietnamese.woff
opt/app/public/fonts/SourceSansPro-Regular-vietnamese.woff2
opt/app/public/fonts/SourceSansPro-SemiBold-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-SemiBold-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-SemiBold-cyrillic.woff
opt/app/public/fonts/SourceSansPro-SemiBold-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-SemiBold-greek-ext.woff
opt/app/public/fonts/SourceSansPro-SemiBold-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-SemiBold-greek.woff
opt/app/public/fonts/SourceSansPro-SemiBold-greek.woff2
opt/app/public/fonts/SourceSansPro-SemiBold-latin-ext.woff
opt/app/public/fonts/SourceSansPro-SemiBold-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-SemiBold-latin.woff
opt/app/public/fonts/SourceSansPro-SemiBold-latin.woff2
opt/app/public/fonts/SourceSansPro-SemiBold-vietnamese.woff
opt/app/public/fonts/SourceSansPro-SemiBold-vietnamese.woff2
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-cyrillic-ext.woff
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-cyrillic-ext.woff2
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-cyrillic.woff
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-cyrillic.woff2
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-greek-ext.woff
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-greek-ext.woff2
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-greek.woff
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-greek.woff2
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-latin-ext.woff
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-latin-ext.woff2
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-latin.woff
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-latin.woff2
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-vietnamese.woff
opt/app/public/fonts/SourceSansPro-SemiBoldItalic-vietnamese.woff2
opt/app/public/fonts/lato-100.woff
opt/app/public/fonts/lato-100.woff2
opt/app/public/fonts/roboto-light-300.woff
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.svg
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.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.svg
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.woff2
opt/app/public/images/.htaccess
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/loading-small.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/csv.png
opt/app/public/images/logos/fake.png
opt/app/public/images/logos/file.png
opt/app/public/images/logos/plaid.png
opt/app/public/images/logos/quovo.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/page_green.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/ff/.htaccess
opt/app/public/js/ff/accounts/.htaccess
opt/app/public/js/ff/accounts/create.js
opt/app/public/js/ff/accounts/edit-reconciliation.js
opt/app/public/js/ff/accounts/edit.js
opt/app/public/js/ff/accounts/reconcile.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/bills/.htaccess
opt/app/public/js/ff/bills/create.js
opt/app/public/js/ff/bills/edit.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/show.js
opt/app/public/js/ff/categories/.htaccess
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.js
opt/app/public/js/ff/charts.defaults.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/firefly.js
opt/app/public/js/ff/guest.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/status.js
opt/app/public/js/ff/import/status_v2.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/intro/.htaccess
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/en_US.js
opt/app/public/js/ff/moment/es_ES.js
opt/app/public/js/ff/moment/fr_FR.js
opt/app/public/js/ff/moment/id_ID.js
opt/app/public/js/ff/moment/it_IT.js
opt/app/public/js/ff/moment/nl_NL.js
opt/app/public/js/ff/moment/pl_PL.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/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/edit.js
opt/app/public/js/ff/piggy-banks/index.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/recurring/.htaccess
opt/app/public/js/ff/recurring/create.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/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/budget/.htaccess
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/default/.htaccess
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/multi-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/tag/.htaccess
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/index.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/tags/.htaccess
opt/app/public/js/ff/tags/create-edit.js
opt/app/public/js/ff/tags/index.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/mass/.htaccess
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/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/create.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/lib/.htaccess
opt/app/public/js/lib/Chart.bundle.min.js
opt/app/public/js/lib/accounting.min.js
opt/app/public/js/lib/bootstrap-multiselect.js
opt/app/public/js/lib/bootstrap-sortable.js
opt/app/public/js/lib/bootstrap-tagsinput.min.js
opt/app/public/js/lib/bootstrap-tagsinput.min.js.map
opt/app/public/js/lib/bootstrap3-typeahead.min.js
opt/app/public/js/lib/chartjs-plugin-annotation.min.js
opt/app/public/js/lib/daterangepicker.js
opt/app/public/js/lib/html5shiv.min.js
opt/app/public/js/lib/jquery-ui.min.js
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/moment.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.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.min.css
opt/app/public/lib/adminlte/img/.htaccess
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.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.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/.htaccess
opt/app/public/lib/intro/intro.min.js
opt/app/public/lib/intro/introjs-rtl.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.png
opt/app/public/lib/leaflet/images/marker-icon-2x.png
opt/app/public/lib/leaflet/images/marker-icon.png
opt/app/public/lib/leaflet/images/marker-shadow.png
opt/app/public/lib/leaflet/leaflet-src.js
opt/app/public/lib/leaflet/leaflet-src.js.map
opt/app/public/lib/leaflet/leaflet.css
opt/app/public/lib/leaflet/leaflet.js
opt/app/public/lib/leaflet/leaflet.js.map
opt/app/public/manifest.json opt/app/public/manifest.json
opt/app/public/mix-manifest.json opt/app/public/mix-manifest.json
opt/app/public/mstile-144x144.png opt/app/public/mstile-144x144.png
@ -2644,263 +2278,6 @@ opt/app/resources/stubs/binary.bin
opt/app/resources/stubs/csv.csv opt/app/resources/stubs/csv.csv
opt/app/resources/stubs/demo-configuration.json opt/app/resources/stubs/demo-configuration.json
opt/app/resources/stubs/demo-import.csv opt/app/resources/stubs/demo-import.csv
opt/app/resources/views/accounts/create.twig
opt/app/resources/views/accounts/delete.twig
opt/app/resources/views/accounts/edit.twig
opt/app/resources/views/accounts/index.twig
opt/app/resources/views/accounts/reconcile/edit.twig
opt/app/resources/views/accounts/reconcile/index.twig
opt/app/resources/views/accounts/reconcile/overview.twig
opt/app/resources/views/accounts/reconcile/show.twig
opt/app/resources/views/accounts/reconcile/transactions.twig
opt/app/resources/views/accounts/show.twig
opt/app/resources/views/admin/configuration/index.twig
opt/app/resources/views/admin/index.twig
opt/app/resources/views/admin/link/create.twig
opt/app/resources/views/admin/link/delete.twig
opt/app/resources/views/admin/link/edit.twig
opt/app/resources/views/admin/link/index.twig
opt/app/resources/views/admin/link/show.twig
opt/app/resources/views/admin/update/index.twig
opt/app/resources/views/admin/users/delete.twig
opt/app/resources/views/admin/users/edit.twig
opt/app/resources/views/admin/users/index.twig
opt/app/resources/views/admin/users/show.twig
opt/app/resources/views/attachments/delete.twig
opt/app/resources/views/attachments/edit.twig
opt/app/resources/views/attachments/index.twig
opt/app/resources/views/auth/login.twig
opt/app/resources/views/auth/lost-two-factor.twig
opt/app/resources/views/auth/passwords/email.twig
opt/app/resources/views/auth/passwords/reset.twig
opt/app/resources/views/auth/register.twig
opt/app/resources/views/auth/two-factor.twig
opt/app/resources/views/bills/create.twig
opt/app/resources/views/bills/delete.twig
opt/app/resources/views/bills/edit.twig
opt/app/resources/views/bills/index.twig
opt/app/resources/views/bills/show.twig
opt/app/resources/views/budgets/create.twig
opt/app/resources/views/budgets/delete.twig
opt/app/resources/views/budgets/edit.twig
opt/app/resources/views/budgets/income.twig
opt/app/resources/views/budgets/index.twig
opt/app/resources/views/budgets/info.twig
opt/app/resources/views/budgets/no-budget.twig
opt/app/resources/views/budgets/show.twig
opt/app/resources/views/categories/create.twig
opt/app/resources/views/categories/delete.twig
opt/app/resources/views/categories/edit.twig
opt/app/resources/views/categories/index.twig
opt/app/resources/views/categories/no-category.twig
opt/app/resources/views/categories/show.twig
opt/app/resources/views/currencies/create.twig
opt/app/resources/views/currencies/delete.twig
opt/app/resources/views/currencies/edit.twig
opt/app/resources/views/currencies/index.twig
opt/app/resources/views/debug.twig
opt/app/resources/views/demo/accounts/index.twig
opt/app/resources/views/demo/budgets/index.twig
opt/app/resources/views/demo/currencies/index.twig
opt/app/resources/views/demo/home.twig
opt/app/resources/views/demo/import/index.twig
opt/app/resources/views/demo/index.twig
opt/app/resources/views/demo/no-demo-text.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/transactions/index.twig
opt/app/resources/views/emails/access-token-created-html.twig
opt/app/resources/views/emails/access-token-created-text.twig
opt/app/resources/views/emails/admin-test-html.twig
opt/app/resources/views/emails/admin-test-text.twig
opt/app/resources/views/emails/confirm-account-html.twig
opt/app/resources/views/emails/confirm-account-text.twig
opt/app/resources/views/emails/confirm-email-change-html.twig
opt/app/resources/views/emails/confirm-email-change-text.twig
opt/app/resources/views/emails/error-html.twig
opt/app/resources/views/emails/error-text.twig
opt/app/resources/views/emails/footer-html.twig
opt/app/resources/views/emails/footer-text.twig
opt/app/resources/views/emails/header-html.twig
opt/app/resources/views/emails/header-text.twig
opt/app/resources/views/emails/oauth-client-created-html.twig
opt/app/resources/views/emails/oauth-client-created-text.twig
opt/app/resources/views/emails/password-html.twig
opt/app/resources/views/emails/password-text.twig
opt/app/resources/views/emails/registered-html.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-text.twig
opt/app/resources/views/error.twig
opt/app/resources/views/errors/404.twig
opt/app/resources/views/errors/500.twig
opt/app/resources/views/errors/503.twig
opt/app/resources/views/errors/FireflyException.twig
opt/app/resources/views/export/index.twig
opt/app/resources/views/form/amount-no-currency.twig
opt/app/resources/views/form/amount-small.twig
opt/app/resources/views/form/amount.twig
opt/app/resources/views/form/assetAccountCheckList.twig
opt/app/resources/views/form/balance.twig
opt/app/resources/views/form/checkbox.twig
opt/app/resources/views/form/date.twig
opt/app/resources/views/form/feedback.twig
opt/app/resources/views/form/file.twig
opt/app/resources/views/form/help.twig
opt/app/resources/views/form/integer.twig
opt/app/resources/views/form/location.twig
opt/app/resources/views/form/non-selectable-amount.twig
opt/app/resources/views/form/number.twig
opt/app/resources/views/form/options.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/static.twig
opt/app/resources/views/form/tags.twig
opt/app/resources/views/form/text.twig
opt/app/resources/views/form/textarea.twig
opt/app/resources/views/import/bank/form.twig
opt/app/resources/views/import/bunq/choose-accounts.twig
opt/app/resources/views/import/bunq/prerequisites.twig
opt/app/resources/views/import/fake/apply-rules.twig
opt/app/resources/views/import/fake/enter-album.twig
opt/app/resources/views/import/fake/enter-artist.twig
opt/app/resources/views/import/fake/enter-song.twig
opt/app/resources/views/import/fake/prerequisites.twig
opt/app/resources/views/import/file/configure-upload.twig
opt/app/resources/views/import/file/map.twig
opt/app/resources/views/import/file/new.twig
opt/app/resources/views/import/file/roles.twig
opt/app/resources/views/import/index.twig
opt/app/resources/views/import/spectre/accounts.twig
opt/app/resources/views/import/spectre/choose-login.twig
opt/app/resources/views/import/spectre/prerequisites.twig
opt/app/resources/views/import/spectre/redirect.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/install/index.twig
opt/app/resources/views/javascript/accounts.twig
opt/app/resources/views/javascript/currencies.twig
opt/app/resources/views/javascript/variables.twig
opt/app/resources/views/json/piggy-banks.twig
opt/app/resources/views/layout/default.twig
opt/app/resources/views/layout/empty.twig
opt/app/resources/views/layout/guest.twig
opt/app/resources/views/layout/install.twig
opt/app/resources/views/list/accounts.twig
opt/app/resources/views/list/bills.twig
opt/app/resources/views/list/categories.twig
opt/app/resources/views/list/journals-tiny.twig
opt/app/resources/views/list/journals.twig
opt/app/resources/views/list/piggy-bank-events.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/partials/boxes.twig
opt/app/resources/views/partials/breadcrumbs.twig
opt/app/resources/views/partials/control-bar.twig
opt/app/resources/views/partials/empty.twig
opt/app/resources/views/partials/favicons.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/page-header.twig
opt/app/resources/views/partials/password-modal.twig
opt/app/resources/views/partials/transaction-row.twig
opt/app/resources/views/piggy-banks/add-mobile.twig
opt/app/resources/views/piggy-banks/add.twig
opt/app/resources/views/piggy-banks/create.twig
opt/app/resources/views/piggy-banks/delete.twig
opt/app/resources/views/piggy-banks/edit.twig
opt/app/resources/views/piggy-banks/index.twig
opt/app/resources/views/piggy-banks/remove-mobile.twig
opt/app/resources/views/piggy-banks/remove.twig
opt/app/resources/views/piggy-banks/show.twig
opt/app/resources/views/popup/list/journals.twig
opt/app/resources/views/popup/report/balance-amount.twig
opt/app/resources/views/popup/report/budget-spent-amount.twig
opt/app/resources/views/popup/report/category-entry.twig
opt/app/resources/views/popup/report/expense-entry.twig
opt/app/resources/views/popup/report/income-entry.twig
opt/app/resources/views/preferences/index.twig
opt/app/resources/views/profile/change-email.twig
opt/app/resources/views/profile/change-password.twig
opt/app/resources/views/profile/code.twig
opt/app/resources/views/profile/delete-account.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/audit/report.twig
opt/app/resources/views/reports/budget/month.twig
opt/app/resources/views/reports/category/month.twig
opt/app/resources/views/reports/default/month.twig
opt/app/resources/views/reports/default/multi-year.twig
opt/app/resources/views/reports/default/year.twig
opt/app/resources/views/reports/index.twig
opt/app/resources/views/reports/options/account.twig
opt/app/resources/views/reports/options/budget.twig
opt/app/resources/views/reports/options/category.twig
opt/app/resources/views/reports/options/no-options.twig
opt/app/resources/views/reports/options/tag.twig
opt/app/resources/views/reports/partials/accounts.twig
opt/app/resources/views/reports/partials/balance.twig
opt/app/resources/views/reports/partials/bills.twig
opt/app/resources/views/reports/partials/budget-period.twig
opt/app/resources/views/reports/partials/budgets.twig
opt/app/resources/views/reports/partials/categories.twig
opt/app/resources/views/reports/partials/category-period.twig
opt/app/resources/views/reports/partials/exp-budgets.twig
opt/app/resources/views/reports/partials/exp-categories.twig
opt/app/resources/views/reports/partials/exp-not-grouped.twig
opt/app/resources/views/reports/partials/income-expenses.twig
opt/app/resources/views/reports/partials/journals-audit.twig
opt/app/resources/views/reports/partials/operations.twig
opt/app/resources/views/reports/partials/tags.twig
opt/app/resources/views/reports/partials/top-transactions.twig
opt/app/resources/views/reports/tag/month.twig
opt/app/resources/views/rules/index.twig
opt/app/resources/views/rules/partials/action.twig
opt/app/resources/views/rules/partials/test-trigger-modal.twig
opt/app/resources/views/rules/partials/trigger.twig
opt/app/resources/views/rules/rule-group/create.twig
opt/app/resources/views/rules/rule-group/delete.twig
opt/app/resources/views/rules/rule-group/edit.twig
opt/app/resources/views/rules/rule-group/select-transactions.twig
opt/app/resources/views/rules/rule/create.twig
opt/app/resources/views/rules/rule/delete.twig
opt/app/resources/views/rules/rule/edit.twig
opt/app/resources/views/rules/rule/select-transactions.twig
opt/app/resources/views/search/index.twig
opt/app/resources/views/search/search.twig
opt/app/resources/views/tags/create.twig
opt/app/resources/views/tags/delete.twig
opt/app/resources/views/tags/edit.twig
opt/app/resources/views/tags/index.twig
opt/app/resources/views/tags/show.twig
opt/app/resources/views/test/test.twig
opt/app/resources/views/transactions/bulk/edit.twig
opt/app/resources/views/transactions/convert.twig
opt/app/resources/views/transactions/index.twig
opt/app/resources/views/transactions/links/delete.twig
opt/app/resources/views/transactions/mass/delete.twig
opt/app/resources/views/transactions/mass/edit.twig
opt/app/resources/views/transactions/show.twig
opt/app/resources/views/transactions/single/create.twig
opt/app/resources/views/transactions/single/delete.twig
opt/app/resources/views/transactions/single/edit.twig
opt/app/resources/views/transactions/split/edit.twig
opt/app/resources/views/v1/accounts/create.twig opt/app/resources/views/v1/accounts/create.twig
opt/app/resources/views/v1/accounts/delete.twig opt/app/resources/views/v1/accounts/delete.twig
opt/app/resources/views/v1/accounts/edit.twig opt/app/resources/views/v1/accounts/edit.twig
@ -3200,7 +2577,6 @@ opt/app/resources/views/v2/partials/index_boxes.twig
opt/app/resources/views/v2/partials/password_modal.twig opt/app/resources/views/v2/partials/password_modal.twig
opt/app/resources/views/v2/partials/top_bar.twig opt/app/resources/views/v2/partials/top_bar.twig
opt/app/resources/views/v2/partials/top_menu.twig opt/app/resources/views/v2/partials/top_menu.twig
opt/app/resources/views/vendor/passport/authorize.twig
opt/app/routes/api.php opt/app/routes/api.php
opt/app/routes/breadcrumbs.php opt/app/routes/breadcrumbs.php
opt/app/routes/channels.php opt/app/routes/channels.php
@ -3463,7 +2839,6 @@ opt/app/vendor/bunq/sdk_php/src/Http/ApiClient.php
opt/app/vendor/bunq/sdk_php/src/Http/BunqResponse.php opt/app/vendor/bunq/sdk_php/src/Http/BunqResponse.php
opt/app/vendor/bunq/sdk_php/src/Http/BunqResponseRaw.php opt/app/vendor/bunq/sdk_php/src/Http/BunqResponseRaw.php
opt/app/vendor/bunq/sdk_php/src/Http/Certificate/api.bunq.com.pubkey.pem opt/app/vendor/bunq/sdk_php/src/Http/Certificate/api.bunq.com.pubkey.pem
opt/app/vendor/bunq/sdk_php/src/Http/Certificate/sandbox.public.api.bunq.com.pubkey.pem
opt/app/vendor/bunq/sdk_php/src/Http/Handler/HandlerBase.php opt/app/vendor/bunq/sdk_php/src/Http/Handler/HandlerBase.php
opt/app/vendor/bunq/sdk_php/src/Http/Handler/HandlerUtil.php opt/app/vendor/bunq/sdk_php/src/Http/Handler/HandlerUtil.php
opt/app/vendor/bunq/sdk_php/src/Http/Handler/RequestHandlerAuthentication.php opt/app/vendor/bunq/sdk_php/src/Http/Handler/RequestHandlerAuthentication.php
@ -3513,19 +2888,12 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardGenerat
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardGeneratedCvc2List.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardGeneratedCvc2List.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardNameList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardNameList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardPinChange.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardPinChangeList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardResult.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCardResultList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegister.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegister.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegisterList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegisterList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegisterQrCode.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegisterQrCode.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegisterQrCodeList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCashRegisterQrCodeList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCertificatePinned.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCertificatePinned.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCertificatePinnedList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCertificatePinnedList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseChatConversation.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseChatConversationList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseChatMessageList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCustomer.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCustomer.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCustomerLimitList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCustomerLimitList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCustomerList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCustomerList.php
@ -3561,8 +2929,6 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAcc
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountBankList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountBankList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountJoint.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountJoint.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountJointList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountJointList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountLight.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountLightList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountSavings.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountSavings.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountSavingsList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountSavingsList.php
@ -3622,18 +2988,14 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseNull.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePayment.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePayment.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePaymentBatch.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePaymentBatch.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePaymentBatchList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePaymentBatchList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePaymentChatList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePaymentList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePaymentList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePermittedIp.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePermittedIp.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePermittedIpList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePermittedIpList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponsePromotionDisplay.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiry.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiry.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiryBatch.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiryBatch.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiryBatchList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiryBatchList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiryChatList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiryList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestInquiryList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestResponse.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestResponse.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestResponseChatList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestResponseList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseRequestResponseList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseSandboxUser.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseSandboxUser.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseSchedule.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseSchedule.php
@ -3667,7 +3029,6 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUser.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserCompany.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserCompany.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserCredentialPasswordIp.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserCredentialPasswordIp.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserCredentialPasswordIpList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserCredentialPasswordIpList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserLight.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserList.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserPerson.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseUserPerson.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Card.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Card.php
@ -3675,22 +3036,12 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardBatch.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardDebit.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardDebit.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardGeneratedCvc2.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardGeneratedCvc2.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardName.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardName.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardPinChange.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardReplace.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardReplace.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CardResult.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CashRegister.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CashRegister.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CashRegisterQrCode.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CashRegisterQrCode.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CashRegisterQrCodeContent.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CashRegisterQrCodeContent.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CertificatePinned.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CertificatePinned.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatConversation.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatConversationReference.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatConversationSupportExternal.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatMessage.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatMessage.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatMessageAnnouncement.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatMessageAttachment.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatMessageStatus.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatMessageText.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ChatMessageUser.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Customer.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Customer.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CustomerLimit.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CustomerLimit.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CustomerStatementExport.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CustomerStatementExport.php
@ -3745,14 +3096,10 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/NoteTextSofortMerchantT
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Payment.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Payment.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/PaymentBatch.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/PaymentBatch.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/PaymentChat.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/PermittedIp.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/PermittedIp.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/PromotionDisplay.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestInquiry.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestInquiry.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestInquiryBatch.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestInquiryBatch.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestInquiryChat.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestResponse.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestResponse.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/RequestResponseChat.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/SandboxUser.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/SandboxUser.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Schedule.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Schedule.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ScheduleInstance.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ScheduleInstance.php
@ -3787,7 +3134,6 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Whitelist.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/WhitelistResult.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/WhitelistResult.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Address.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Address.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Amount.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Amount.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/AnchoredObject.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Attachment.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Attachment.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/AttachmentMonetaryAccountPayment.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/AttachmentMonetaryAccountPayment.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/AttachmentPublic.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/AttachmentPublic.php
@ -3802,14 +3148,6 @@ opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/CardLimit.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/CardMagStripePermission.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/CardMagStripePermission.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/CardPinAssignment.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/CardPinAssignment.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Certificate.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/Certificate.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContent.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContentAnchorEvent.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContentAttachment.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContentGeolocation.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContentStatusConversation.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContentStatusConversationTitle.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContentStatusMembership.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/ChatMessageContentText.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/CoOwner.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/CoOwner.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/DraftPaymentAnchorObject.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/DraftPaymentAnchorObject.php
opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/DraftPaymentEntry.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/DraftPaymentEntry.php
@ -3970,11 +3308,6 @@ 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/dbal/.doctrine-project.json opt/app/vendor/doctrine/dbal/.doctrine-project.json
opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/BC_Break.md
opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/Bug.md
opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/Feature_Request.md
opt/app/vendor/doctrine/dbal/.github/ISSUE_TEMPLATE/Support_Question.md
opt/app/vendor/doctrine/dbal/.github/PULL_REQUEST_TEMPLATE.md
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
@ -4232,7 +3565,6 @@ 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/LICENSE
opt/app/vendor/doctrine/event-manager/README.md opt/app/vendor/doctrine/event-manager/README.md
opt/app/vendor/doctrine/event-manager/composer.json opt/app/vendor/doctrine/event-manager/composer.json
@ -5077,8 +4409,6 @@ opt/app/vendor/laravel/framework/src/Illuminate/Notifications/ChannelManager.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/BroadcastChannel.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/BroadcastChannel.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/DatabaseChannel.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/DatabaseChannel.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/MailChannel.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/MailChannel.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/NexmoSmsChannel.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Channels/SlackWebhookChannel.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Console/NotificationTableCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Console/NotificationTableCommand.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Console/stubs/notifications.stub opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Console/stubs/notifications.stub
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/DatabaseNotification.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/DatabaseNotification.php
@ -5091,11 +4421,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Notifications/HasDatabaseNotific
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/BroadcastMessage.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/BroadcastMessage.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/DatabaseMessage.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/DatabaseMessage.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/MailMessage.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/MailMessage.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/NexmoMessage.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/SimpleMessage.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/SimpleMessage.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/SlackAttachment.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/SlackAttachmentField.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Messages/SlackMessage.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Notification.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/Notification.php
opt/app/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php
@ -5703,7 +5029,6 @@ opt/app/vendor/league/csv/src/Writer.php
opt/app/vendor/league/csv/src/XMLConverter.php opt/app/vendor/league/csv/src/XMLConverter.php
opt/app/vendor/league/csv/src/functions.php opt/app/vendor/league/csv/src/functions.php
opt/app/vendor/league/csv/src/functions_include.php opt/app/vendor/league/csv/src/functions_include.php
opt/app/vendor/league/event/LICENCE
opt/app/vendor/league/event/LICENSE opt/app/vendor/league/event/LICENSE
opt/app/vendor/league/event/composer.json opt/app/vendor/league/event/composer.json
opt/app/vendor/league/event/src/AbstractEvent.php opt/app/vendor/league/event/src/AbstractEvent.php
@ -7423,7 +6748,6 @@ opt/app/vendor/symfony/debug/Tests/Fixtures/ClassWithAnnotatedParameters.php
opt/app/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php opt/app/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php
opt/app/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php opt/app/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php
opt/app/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php opt/app/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php
opt/app/vendor/symfony/debug/Tests/Fixtures/FinalClass.php
opt/app/vendor/symfony/debug/Tests/Fixtures/FinalClasses.php opt/app/vendor/symfony/debug/Tests/Fixtures/FinalClasses.php
opt/app/vendor/symfony/debug/Tests/Fixtures/FinalMethod.php opt/app/vendor/symfony/debug/Tests/Fixtures/FinalMethod.php
opt/app/vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php opt/app/vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php
@ -7913,7 +7237,6 @@ opt/app/vendor/symfony/http-kernel/Tests/Exception/TooManyRequestsHttpExceptionT
opt/app/vendor/symfony/http-kernel/Tests/Exception/UnauthorizedHttpExceptionTest.php opt/app/vendor/symfony/http-kernel/Tests/Exception/UnauthorizedHttpExceptionTest.php
opt/app/vendor/symfony/http-kernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php opt/app/vendor/symfony/http-kernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php
opt/app/vendor/symfony/http-kernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php opt/app/vendor/symfony/http-kernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php
opt/app/vendor/symfony/http-kernel/Tests/Fixtures/123/Kernel123.php
opt/app/vendor/symfony/http-kernel/Tests/Fixtures/BaseBundle/Resources/foo.txt opt/app/vendor/symfony/http-kernel/Tests/Fixtures/BaseBundle/Resources/foo.txt
opt/app/vendor/symfony/http-kernel/Tests/Fixtures/BaseBundle/Resources/hide.txt opt/app/vendor/symfony/http-kernel/Tests/Fixtures/BaseBundle/Resources/hide.txt
opt/app/vendor/symfony/http-kernel/Tests/Fixtures/Bundle1Bundle/Resources/foo.txt opt/app/vendor/symfony/http-kernel/Tests/Fixtures/Bundle1Bundle/Resources/foo.txt
@ -8337,9 +7660,6 @@ opt/app/vendor/symfony/translation/Loader/PoFileLoader.php
opt/app/vendor/symfony/translation/Loader/QtFileLoader.php opt/app/vendor/symfony/translation/Loader/QtFileLoader.php
opt/app/vendor/symfony/translation/Loader/XliffFileLoader.php opt/app/vendor/symfony/translation/Loader/XliffFileLoader.php
opt/app/vendor/symfony/translation/Loader/YamlFileLoader.php opt/app/vendor/symfony/translation/Loader/YamlFileLoader.php
opt/app/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd
opt/app/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd
opt/app/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd
opt/app/vendor/symfony/translation/LoggingTranslator.php opt/app/vendor/symfony/translation/LoggingTranslator.php
opt/app/vendor/symfony/translation/MessageCatalogue.php opt/app/vendor/symfony/translation/MessageCatalogue.php
opt/app/vendor/symfony/translation/MessageCatalogueInterface.php opt/app/vendor/symfony/translation/MessageCatalogueInterface.php
@ -9597,7 +8917,7 @@ usr/lib/x86_64-linux-gnu/librtmp.so.1
usr/lib/x86_64-linux-gnu/libsasl2.so.2 usr/lib/x86_64-linux-gnu/libsasl2.so.2
usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
usr/lib/x86_64-linux-gnu/libsodium.so.23 usr/lib/x86_64-linux-gnu/libsodium.so.23
usr/lib/x86_64-linux-gnu/libsodium.so.23.1.0 usr/lib/x86_64-linux-gnu/libsodium.so.23.2.0
usr/lib/x86_64-linux-gnu/libssh2.so.1 usr/lib/x86_64-linux-gnu/libssh2.so.1
usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
@ -9616,8 +8936,8 @@ usr/lib/x86_64-linux-gnu/libxml2.so.2
usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1 usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
usr/lib/x86_64-linux-gnu/libxslt.so.1 usr/lib/x86_64-linux-gnu/libxslt.so.1
usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28 usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
usr/lib/x86_64-linux-gnu/libzip.so.5 usr/lib/x86_64-linux-gnu/libzip.so.4
usr/lib/x86_64-linux-gnu/libzip.so.5.0.0 usr/lib/x86_64-linux-gnu/libzip.so.4.0
usr/sbin/mysqld usr/sbin/mysqld
usr/sbin/nginx usr/sbin/nginx
usr/sbin/php-fpm7.2 usr/sbin/php-fpm7.2