diff --git a/.sandstorm/sandstorm-files.list b/.sandstorm/sandstorm-files.list index 0522104dae..dd795958c4 100644 --- a/.sandstorm/sandstorm-files.list +++ b/.sandstorm/sandstorm-files.list @@ -220,8 +220,7 @@ 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.2.8 lib64/ld-linux-x86-64.so.2 -opt -opt/app +opt/app/.codeclimate.yml opt/app/.env opt/app/.env.docker opt/app/.env.example @@ -240,6 +239,7 @@ opt/app/.sandstorm/.vagrant/machines/default/virtualbox/index_uuid opt/app/.sandstorm/.vagrant/machines/default/virtualbox/private_key opt/app/.sandstorm/.vagrant/machines/default/virtualbox/synced_folders opt/app/.sandstorm/.vagrant/machines/default/virtualbox/vagrant_cwd +opt/app/.sandstorm/.vagrant/rgloader/loader.rb opt/app/.sandstorm/Vagrantfile opt/app/.sandstorm/app-graphics/firefly-iii-128.png opt/app/.sandstorm/app-graphics/firefly-iii-150.png @@ -261,6 +261,9 @@ opt/app/.sandstorm/service-config/mime.types opt/app/.sandstorm/service-config/nginx.conf opt/app/.sandstorm/setup.sh opt/app/.sandstorm/stack +opt/app/Dockerfile.amd64 +opt/app/Dockerfile.arm +opt/app/Dockerfile.arm64 opt/app/LICENSE opt/app/app.json opt/app/app/Api/V1/Controllers/AboutController.php @@ -271,17 +274,22 @@ opt/app/app/Api/V1/Controllers/BillController.php opt/app/app/Api/V1/Controllers/BudgetController.php opt/app/app/Api/V1/Controllers/BudgetLimitController.php opt/app/app/Api/V1/Controllers/CategoryController.php +opt/app/app/Api/V1/Controllers/Chart/AccountController.php +opt/app/app/Api/V1/Controllers/Chart/AvailableBudgetController.php +opt/app/app/Api/V1/Controllers/Chart/CategoryController.php opt/app/app/Api/V1/Controllers/ConfigurationController.php opt/app/app/Api/V1/Controllers/Controller.php opt/app/app/Api/V1/Controllers/CurrencyController.php opt/app/app/Api/V1/Controllers/CurrencyExchangeRateController.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/PiggyBankController.php opt/app/app/Api/V1/Controllers/PreferenceController.php opt/app/app/Api/V1/Controllers/RecurrenceController.php opt/app/app/Api/V1/Controllers/RuleController.php opt/app/app/Api/V1/Controllers/RuleGroupController.php +opt/app/app/Api/V1/Controllers/SummaryController.php opt/app/app/Api/V1/Controllers/TagController.php opt/app/app/Api/V1/Controllers/TransactionController.php opt/app/app/Api/V1/Controllers/TransactionLinkController.php @@ -295,6 +303,7 @@ opt/app/app/Api/V1/Requests/BudgetRequest.php opt/app/app/Api/V1/Requests/CategoryRequest.php opt/app/app/Api/V1/Requests/ConfigurationRequest.php opt/app/app/Api/V1/Requests/CurrencyRequest.php +opt/app/app/Api/V1/Requests/JournalLinkRequest.php opt/app/app/Api/V1/Requests/LinkTypeRequest.php opt/app/app/Api/V1/Requests/PiggyBankRequest.php opt/app/app/Api/V1/Requests/PreferenceRequest.php @@ -312,6 +321,7 @@ opt/app/app/Console/Commands/CreateExport.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/DecryptDatabase.php opt/app/app/Console/Commands/EncryptFile.php opt/app/app/Console/Commands/Import.php opt/app/app/Console/Commands/ScanAttachments.php @@ -575,6 +585,7 @@ opt/app/app/Import/Converter/Amount.php opt/app/app/Import/Converter/AmountCredit.php opt/app/app/Import/Converter/AmountDebit.php opt/app/app/Import/Converter/AmountNegated.php +opt/app/app/Import/Converter/BankDebitCredit.php opt/app/app/Import/Converter/ConverterInterface.php opt/app/app/Import/Converter/INGDebitCredit.php opt/app/app/Import/Converter/RabobankDebitCredit.php @@ -664,6 +675,7 @@ opt/app/app/Models/RuleTrigger.php opt/app/app/Models/Tag.php opt/app/app/Models/Transaction.php opt/app/app/Models/TransactionCurrency.php +opt/app/app/Models/TransactionGroup.php opt/app/app/Models/TransactionJournal.php opt/app/app/Models/TransactionJournalLink.php opt/app/app/Models/TransactionJournalMeta.php @@ -728,6 +740,7 @@ opt/app/app/Repositories/User/UserRepositoryInterface.php opt/app/app/Rules/BelongsUser.php opt/app/app/Rules/IsAssetAccountId.php opt/app/app/Rules/IsBoolean.php +opt/app/app/Rules/IsDateOrTime.php opt/app/app/Rules/IsValidAttachmentModel.php opt/app/app/Rules/UniqueIban.php opt/app/app/Rules/ValidRecurrenceRepetitionType.php @@ -739,6 +752,7 @@ opt/app/app/Services/Bunq/MonetaryAccount.php opt/app/app/Services/Bunq/Payment.php opt/app/app/Services/Currency/ExchangeRateInterface.php opt/app/app/Services/Currency/FixerIOv2.php +opt/app/app/Services/Currency/RatesApiIOv1.php opt/app/app/Services/Github/Object/GithubObject.php opt/app/app/Services/Github/Object/Release.php opt/app/app/Services/Github/Request/GithubRequest.php @@ -747,6 +761,7 @@ opt/app/app/Services/IP/IPRetrievalInterface.php opt/app/app/Services/IP/IpifyOrg.php opt/app/app/Services/Internal/Destroy/AccountDestroyService.php opt/app/app/Services/Internal/Destroy/BillDestroyService.php +opt/app/app/Services/Internal/Destroy/BudgetDestroyService.php opt/app/app/Services/Internal/Destroy/CategoryDestroyService.php opt/app/app/Services/Internal/Destroy/CurrencyDestroyService.php opt/app/app/Services/Internal/Destroy/JournalDestroyService.php @@ -823,8 +838,11 @@ opt/app/app/Support/FireflyConfig.php opt/app/app/Support/Http/Api/AccountFilter.php opt/app/app/Support/Http/Api/TransactionFilter.php opt/app/app/Support/Http/Controllers/AugumentData.php +opt/app/app/Support/Http/Controllers/AutoCompleteCollector.php opt/app/app/Support/Http/Controllers/BasicDataSupport.php +opt/app/app/Support/Http/Controllers/ChartGeneration.php opt/app/app/Support/Http/Controllers/CreateStuff.php +opt/app/app/Support/Http/Controllers/CronRunner.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 @@ -886,8 +904,13 @@ 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/Logging/AuditLogger.php +opt/app/app/Support/Logging/AuditProcessor.php opt/app/app/Support/Navigation.php opt/app/app/Support/Preferences.php +opt/app/app/Support/Repositories/Recurring/CalculateRangeOccurrences.php +opt/app/app/Support/Repositories/Recurring/CalculateXOccurrences.php +opt/app/app/Support/Repositories/Recurring/FiltersWeekends.php opt/app/app/Support/Search/Modifier.php opt/app/app/Support/Search/Search.php opt/app/app/Support/Search/SearchInterface.php @@ -976,13 +999,18 @@ opt/app/app/Transformers/CategoryTransformer.php opt/app/app/Transformers/CurrencyExchangeRateTransformer.php opt/app/app/Transformers/CurrencyTransformer.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/NoteTransformer.php opt/app/app/Transformers/PiggyBankEventTransformer.php opt/app/app/Transformers/PiggyBankTransformer.php opt/app/app/Transformers/PreferenceTransformer.php opt/app/app/Transformers/RecurrenceTransformer.php +opt/app/app/Transformers/RuleActionTransformer.php opt/app/app/Transformers/RuleGroupTransformer.php opt/app/app/Transformers/RuleTransformer.php +opt/app/app/Transformers/RuleTriggerTransformer.php opt/app/app/Transformers/TagTransformer.php opt/app/app/Transformers/TransactionLinkTransformer.php opt/app/app/Transformers/TransactionTransformer.php @@ -1052,6 +1080,8 @@ opt/app/database/migrations/2018_04_29_174524_changes_for_v474.php opt/app/database/migrations/2018_06_08_200526_changes_for_v475.php opt/app/database/migrations/2018_09_05_195147_changes_for_v477.php opt/app/database/migrations/2018_11_06_172532_changes_for_v479.php +opt/app/database/migrations/2019_01_28_193833_changes_for_v4710.php +opt/app/database/migrations/2019_02_05_055516_changes_for_v4711.php opt/app/database/seeds/AccountTypeSeeder.php opt/app/database/seeds/ConfigSeeder.php opt/app/database/seeds/DatabaseSeeder.php @@ -1079,10 +1109,366 @@ opt/app/public/apple-touch-icon-76x76.png opt/app/public/apple-touch-icon-precomposed.png opt/app/public/apple-touch-icon.png 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-32x32.png 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/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/mix-manifest.json opt/app/public/mstile-144x144.png @@ -1093,6 +1479,7 @@ opt/app/public/mstile-70x70.png opt/app/public/robots.txt opt/app/public/safari-pinned-tab.svg opt/app/public/site.webmanifest +opt/app/public/undefined.js opt/app/public/v1/css/.htaccess opt/app/public/v1/css/bootstrap-multiselect.css opt/app/public/v1/css/bootstrap-sortable.css @@ -2054,9 +2441,6 @@ opt/app/resources/assets/js/components/passport/Clients.vue opt/app/resources/assets/js/components/passport/PersonalAccessTokens.vue opt/app/resources/assets/sass/_variables.scss opt/app/resources/assets/sass/app.scss -opt/app/resources/js/app.js -opt/app/resources/js/bootstrap.js -opt/app/resources/js/components/Example.js opt/app/resources/lang/de_DE/auth.php opt/app/resources/lang/de_DE/bank.php opt/app/resources/lang/de_DE/breadcrumbs.php @@ -2226,6 +2610,21 @@ opt/app/resources/lang/tr_TR/list.php opt/app/resources/lang/tr_TR/pagination.php opt/app/resources/lang/tr_TR/passwords.php opt/app/resources/lang/tr_TR/validation.php +opt/app/resources/lang/zh_CN/auth.php +opt/app/resources/lang/zh_CN/bank.php +opt/app/resources/lang/zh_CN/breadcrumbs.php +opt/app/resources/lang/zh_CN/components.php +opt/app/resources/lang/zh_CN/config.php +opt/app/resources/lang/zh_CN/csv.php +opt/app/resources/lang/zh_CN/demo.php +opt/app/resources/lang/zh_CN/firefly.php +opt/app/resources/lang/zh_CN/form.php +opt/app/resources/lang/zh_CN/import.php +opt/app/resources/lang/zh_CN/intro.php +opt/app/resources/lang/zh_CN/list.php +opt/app/resources/lang/zh_CN/pagination.php +opt/app/resources/lang/zh_CN/passwords.php +opt/app/resources/lang/zh_CN/validation.php opt/app/resources/lang/zh_TW/auth.php opt/app/resources/lang/zh_TW/bank.php opt/app/resources/lang/zh_TW/breadcrumbs.php @@ -2241,12 +2640,267 @@ opt/app/resources/lang/zh_TW/list.php opt/app/resources/lang/zh_TW/pagination.php opt/app/resources/lang/zh_TW/passwords.php opt/app/resources/lang/zh_TW/validation.php -opt/app/resources/sass/_variables.scss -opt/app/resources/sass/app.scss opt/app/resources/stubs/binary.bin opt/app/resources/stubs/csv.csv opt/app/resources/stubs/demo-configuration.json 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/delete.twig opt/app/resources/views/v1/accounts/edit.twig @@ -2546,6 +3200,7 @@ opt/app/resources/views/v2/partials/index_boxes.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_menu.twig +opt/app/resources/views/vendor/passport/authorize.twig opt/app/routes/api.php opt/app/routes/breadcrumbs.php opt/app/routes/channels.php @@ -2808,6 +3463,7 @@ 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/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/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/HandlerUtil.php opt/app/vendor/bunq/sdk_php/src/Http/Handler/RequestHandlerAuthentication.php @@ -2857,12 +3513,19 @@ 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/BunqResponseCardList.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/BunqResponseCashRegisterList.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/BunqResponseCertificatePinned.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/BunqResponseCustomerLimitList.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseCustomerList.php @@ -2898,6 +3561,8 @@ 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/BunqResponseMonetaryAccountJoint.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/BunqResponseMonetaryAccountSavings.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseMonetaryAccountSavingsList.php @@ -2957,14 +3622,18 @@ 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/BunqResponsePaymentBatch.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/BunqResponsePermittedIp.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/BunqResponseRequestInquiryBatch.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/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/BunqResponseSandboxUser.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/BunqResponseSchedule.php @@ -2998,6 +3667,7 @@ 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/BunqResponseUserCredentialPasswordIp.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/BunqResponseUserPerson.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/Card.php @@ -3005,12 +3675,22 @@ 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/CardGeneratedCvc2.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/CardResult.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/CashRegisterQrCodeContent.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/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/CustomerLimit.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/CustomerStatementExport.php @@ -3065,10 +3745,14 @@ 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/Payment.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/PromotionDisplay.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/RequestInquiryChat.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/Schedule.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Endpoint/ScheduleInstance.php @@ -3103,6 +3787,7 @@ 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/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/AnchoredObject.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/AttachmentPublic.php @@ -3117,6 +3802,14 @@ 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/CardPinAssignment.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/DraftPaymentAnchorObject.php opt/app/vendor/bunq/sdk_php/src/Model/Generated/Object/DraftPaymentEntry.php @@ -3277,6 +3970,11 @@ 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/ZendDataCache.php 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/README.md opt/app/vendor/doctrine/dbal/SECURITY.md @@ -3534,6 +4232,7 @@ 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/Version.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php +opt/app/vendor/doctrine/dbal/phpstan.neon.dist opt/app/vendor/doctrine/event-manager/LICENSE opt/app/vendor/doctrine/event-manager/README.md opt/app/vendor/doctrine/event-manager/composer.json @@ -4023,6 +4722,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/Hides opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factory.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/FactoryBuilder.php +opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/HigherOrderBuilderProxy.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/JsonEncodingException.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/MassAssignmentException.php opt/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php @@ -4377,6 +5077,8 @@ 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/DatabaseChannel.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/stubs/notifications.stub opt/app/vendor/laravel/framework/src/Illuminate/Notifications/DatabaseNotification.php @@ -4389,7 +5091,11 @@ 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/DatabaseMessage.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/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/Notification.php opt/app/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php @@ -4746,9 +5452,11 @@ opt/app/vendor/laravel/passport/src/Http/Controllers/RetrievesAuthRequestFromSes opt/app/vendor/laravel/passport/src/Http/Controllers/ScopeController.php opt/app/vendor/laravel/passport/src/Http/Controllers/TransientTokenController.php opt/app/vendor/laravel/passport/src/Http/Middleware/CheckClientCredentials.php +opt/app/vendor/laravel/passport/src/Http/Middleware/CheckClientCredentialsForAnyScope.php opt/app/vendor/laravel/passport/src/Http/Middleware/CheckForAnyScope.php opt/app/vendor/laravel/passport/src/Http/Middleware/CheckScopes.php opt/app/vendor/laravel/passport/src/Http/Middleware/CreateFreshApiToken.php +opt/app/vendor/laravel/passport/src/Http/Rules/RedirectRule.php opt/app/vendor/laravel/passport/src/Passport.php opt/app/vendor/laravel/passport/src/PassportServiceProvider.php opt/app/vendor/laravel/passport/src/PersonalAccessClient.php @@ -4995,6 +5703,7 @@ opt/app/vendor/league/csv/src/Writer.php opt/app/vendor/league/csv/src/XMLConverter.php opt/app/vendor/league/csv/src/functions.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/composer.json opt/app/vendor/league/event/src/AbstractEvent.php @@ -5023,6 +5732,7 @@ opt/app/vendor/league/flysystem-replicate-adapter/phpunit.php opt/app/vendor/league/flysystem-replicate-adapter/readme.md opt/app/vendor/league/flysystem-replicate-adapter/src/ReplicateAdapter.php opt/app/vendor/league/flysystem-replicate-adapter/tests/ReplicateAdapterTests.php +opt/app/vendor/league/flysystem-sftp/LICENSE opt/app/vendor/league/flysystem-sftp/composer.json opt/app/vendor/league/flysystem-sftp/readme.md opt/app/vendor/league/flysystem-sftp/src/SftpAdapter.php @@ -5512,8 +6222,6 @@ opt/app/vendor/nesbot/carbon/src/Carbon/Translator.php opt/app/vendor/nesbot/carbon/src/JsonSerializable.php opt/app/vendor/nexmo/client/LICENSE.txt opt/app/vendor/nexmo/client/composer.json -opt/app/vendor/nexmo/client/examples/fetch_recording.php -opt/app/vendor/nexmo/client/examples/send.php opt/app/vendor/nexmo/client/phpcs.xml opt/app/vendor/nexmo/client/src/Account/Balance.php opt/app/vendor/nexmo/client/src/Account/Client.php @@ -5611,6 +6319,10 @@ opt/app/vendor/nexmo/client/src/Message/MessageInterface.php opt/app/vendor/nexmo/client/src/Message/Query.php opt/app/vendor/nexmo/client/src/Message/Response/Collection.php opt/app/vendor/nexmo/client/src/Message/Response/Message.php +opt/app/vendor/nexmo/client/src/Message/Shortcode.php +opt/app/vendor/nexmo/client/src/Message/Shortcode/Alert.php +opt/app/vendor/nexmo/client/src/Message/Shortcode/Marketing.php +opt/app/vendor/nexmo/client/src/Message/Shortcode/TwoFactor.php opt/app/vendor/nexmo/client/src/Message/Text.php opt/app/vendor/nexmo/client/src/Message/Unicode.php opt/app/vendor/nexmo/client/src/Message/Vcal.php @@ -6567,6 +7279,7 @@ opt/app/vendor/symfony/console/Tests/Output/ConsoleSectionOutputTest.php opt/app/vendor/symfony/console/Tests/Output/NullOutputTest.php opt/app/vendor/symfony/console/Tests/Output/OutputTest.php opt/app/vendor/symfony/console/Tests/Output/StreamOutputTest.php +opt/app/vendor/symfony/console/Tests/Question/ConfirmationQuestionTest.php opt/app/vendor/symfony/console/Tests/Style/SymfonyStyleTest.php opt/app/vendor/symfony/console/Tests/TerminalTest.php opt/app/vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php @@ -6711,6 +7424,7 @@ 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/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/FinalMethod.php opt/app/vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php opt/app/vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php @@ -6718,6 +7432,7 @@ opt/app/vendor/symfony/debug/Tests/Fixtures/InternalClass.php opt/app/vendor/symfony/debug/Tests/Fixtures/InternalInterface.php opt/app/vendor/symfony/debug/Tests/Fixtures/InternalTrait.php opt/app/vendor/symfony/debug/Tests/Fixtures/InternalTrait2.php +opt/app/vendor/symfony/debug/Tests/Fixtures/LoggerThatSetAnErrorHandler.php opt/app/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php opt/app/vendor/symfony/debug/Tests/Fixtures/PEARClass.php opt/app/vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php @@ -7198,6 +7913,7 @@ 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/UnprocessableEntityHttpExceptionTest.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/hide.txt opt/app/vendor/symfony/http-kernel/Tests/Fixtures/Bundle1Bundle/Resources/foo.txt @@ -7621,6 +8337,9 @@ opt/app/vendor/symfony/translation/Loader/PoFileLoader.php opt/app/vendor/symfony/translation/Loader/QtFileLoader.php opt/app/vendor/symfony/translation/Loader/XliffFileLoader.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/MessageCatalogue.php opt/app/vendor/symfony/translation/MessageCatalogueInterface.php @@ -7816,6 +8535,8 @@ opt/app/vendor/symfony/var-dumper/Tests/Caster/StubCasterTest.php opt/app/vendor/symfony/var-dumper/Tests/Caster/XmlReaderCasterTest.php opt/app/vendor/symfony/var-dumper/Tests/Cloner/DataTest.php opt/app/vendor/symfony/var-dumper/Tests/Cloner/VarClonerTest.php +opt/app/vendor/symfony/var-dumper/Tests/Command/Descriptor/CliDescriptorTest.php +opt/app/vendor/symfony/var-dumper/Tests/Command/Descriptor/HtmlDescriptorTest.php opt/app/vendor/symfony/var-dumper/Tests/Dumper/CliDumperTest.php opt/app/vendor/symfony/var-dumper/Tests/Dumper/FunctionsTest.php opt/app/vendor/symfony/var-dumper/Tests/Dumper/HtmlDumperTest.php @@ -8353,6 +9074,7 @@ opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/comparison.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/divisibleby.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/dotdot.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ends_with.test +opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/floats.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/grouping.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/literals.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/magic_call.test @@ -8544,6 +9266,7 @@ opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks_parent_only.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_inheritance.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent.test +opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_as_template_wrapper.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_change.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_in_a_block.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_isolation.test @@ -8704,6 +9427,7 @@ opt/app/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php opt/app/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php opt/app/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php opt/app/vendor/vlucas/phpdotenv/src/Loader.php +opt/app/vendor/vlucas/phpdotenv/src/Parser.php opt/app/vendor/vlucas/phpdotenv/src/Validator.php opt/app/vendor/zendframework/zend-diactoros/.coveralls.yml opt/app/vendor/zendframework/zend-diactoros/CHANGELOG.md @@ -8754,6 +9478,7 @@ opt/app/vendor/zendframework/zend-diactoros/src/functions/marshal_uri_from_sapi. opt/app/vendor/zendframework/zend-diactoros/src/functions/normalize_server.php opt/app/vendor/zendframework/zend-diactoros/src/functions/normalize_uploaded_files.php opt/app/vendor/zendframework/zend-diactoros/src/functions/parse_cookie_header.php +opt/app/yarn.lock proc/cpuinfo sandstorm-http-bridge sandstorm-http-bridge-config