From cee6bbf1349d020227a68649d5b9a698d5487d92 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Apr 2018 22:24:57 +0200 Subject: [PATCH] Update files for Sandstorm. --- .sandstorm/sandstorm-files.list | 239 ++++++++++++++++++------------ .sandstorm/sandstorm-pkgdef.capnp | 2 +- 2 files changed, 145 insertions(+), 96 deletions(-) diff --git a/.sandstorm/sandstorm-files.list b/.sandstorm/sandstorm-files.list index a79d0bb307..06a302593d 100644 --- a/.sandstorm/sandstorm-files.list +++ b/.sandstorm/sandstorm-files.list @@ -202,7 +202,6 @@ lib/x86_64-linux-gnu/libz.so.1.2.8 lib64/ld-linux-x86-64.so.2 opt/app/.codeclimate.yml opt/app/.env -opt/app/.env.current opt/app/.env.docker opt/app/.env.example opt/app/.env.heroku @@ -341,12 +340,14 @@ opt/app/app/Helpers/Collection/Category.php opt/app/app/Helpers/Collector/JournalCollector.php opt/app/app/Helpers/Collector/JournalCollectorInterface.php opt/app/app/Helpers/Filter/AmountFilter.php +opt/app/app/Helpers/Filter/CountAttachmentsFilter.php opt/app/app/Helpers/Filter/EmptyFilter.php opt/app/app/Helpers/Filter/FilterInterface.php opt/app/app/Helpers/Filter/InternalTransferFilter.php opt/app/app/Helpers/Filter/NegativeAmountFilter.php opt/app/app/Helpers/Filter/OpposingAccountFilter.php opt/app/app/Helpers/Filter/PositiveAmountFilter.php +opt/app/app/Helpers/Filter/SplitIndicatorFilter.php opt/app/app/Helpers/Filter/TransferFilter.php opt/app/app/Helpers/FiscalHelper.php opt/app/app/Helpers/FiscalHelperInterface.php @@ -418,6 +419,7 @@ opt/app/app/Http/Controllers/ReportController.php opt/app/app/Http/Controllers/RuleController.php opt/app/app/Http/Controllers/RuleGroupController.php opt/app/app/Http/Controllers/SearchController.php +opt/app/app/Http/Controllers/System/InstallController.php opt/app/app/Http/Controllers/TagController.php opt/app/app/Http/Controllers/Transaction/BulkController.php opt/app/app/Http/Controllers/Transaction/ConvertController.php @@ -431,6 +433,7 @@ opt/app/app/Http/Middleware/Authenticate.php opt/app/app/Http/Middleware/AuthenticateTwoFactor.php opt/app/app/Http/Middleware/Binder.php opt/app/app/Http/Middleware/EncryptCookies.php +opt/app/app/Http/Middleware/Installer.php opt/app/app/Http/Middleware/IsAdmin.php opt/app/app/Http/Middleware/IsDemoUser.php opt/app/app/Http/Middleware/IsSandStormUser.php @@ -475,6 +478,7 @@ opt/app/app/Http/Requests/TestRuleFormRequest.php opt/app/app/Http/Requests/TokenFormRequest.php opt/app/app/Http/Requests/UserFormRequest.php opt/app/app/Http/Requests/UserRegistrationRequest.php +opt/app/app/Import/Configuration/BunqConfigurator.php opt/app/app/Import/Configuration/ConfiguratorInterface.php opt/app/app/Import/Configuration/FileConfigurator.php opt/app/app/Import/Configuration/SpectreConfigurator.php @@ -510,6 +514,7 @@ opt/app/app/Import/Prerequisites/BunqPrerequisites.php opt/app/app/Import/Prerequisites/FilePrerequisites.php opt/app/app/Import/Prerequisites/PrerequisitesInterface.php opt/app/app/Import/Prerequisites/SpectrePrerequisites.php +opt/app/app/Import/Routine/BunqRoutine.php opt/app/app/Import/Routine/FileRoutine.php opt/app/app/Import/Routine/RoutineInterface.php opt/app/app/Import/Routine/SpectreRoutine.php @@ -605,8 +610,6 @@ opt/app/app/Repositories/ImportJob/ImportJobRepository.php opt/app/app/Repositories/ImportJob/ImportJobRepositoryInterface.php opt/app/app/Repositories/Journal/JournalRepository.php opt/app/app/Repositories/Journal/JournalRepositoryInterface.php -opt/app/app/Repositories/Journal/JournalTasker.php -opt/app/app/Repositories/Journal/JournalTaskerInterface.php opt/app/app/Repositories/LinkType/LinkTypeRepository.php opt/app/app/Repositories/LinkType/LinkTypeRepositoryInterface.php opt/app/app/Repositories/PiggyBank/PiggyBankRepository.php @@ -633,10 +636,14 @@ opt/app/app/Services/Bunq/Object/Amount.php opt/app/app/Services/Bunq/Object/Avatar.php opt/app/app/Services/Bunq/Object/BunqObject.php opt/app/app/Services/Bunq/Object/DeviceServer.php +opt/app/app/Services/Bunq/Object/Image.php +opt/app/app/Services/Bunq/Object/LabelMonetaryAccount.php +opt/app/app/Services/Bunq/Object/LabelUser.php opt/app/app/Services/Bunq/Object/MonetaryAccountBank.php opt/app/app/Services/Bunq/Object/MonetaryAccountProfile.php opt/app/app/Services/Bunq/Object/MonetaryAccountSetting.php opt/app/app/Services/Bunq/Object/NotificationFilter.php +opt/app/app/Services/Bunq/Object/Payment.php opt/app/app/Services/Bunq/Object/ServerPublicKey.php opt/app/app/Services/Bunq/Object/UserCompany.php opt/app/app/Services/Bunq/Object/UserLight.php @@ -648,28 +655,36 @@ opt/app/app/Services/Bunq/Request/DeviceSessionRequest.php opt/app/app/Services/Bunq/Request/InstallationTokenRequest.php opt/app/app/Services/Bunq/Request/ListDeviceServerRequest.php opt/app/app/Services/Bunq/Request/ListMonetaryAccountRequest.php +opt/app/app/Services/Bunq/Request/ListPaymentRequest.php opt/app/app/Services/Bunq/Request/ListUserRequest.php opt/app/app/Services/Bunq/Token/BunqToken.php opt/app/app/Services/Bunq/Token/InstallationToken.php opt/app/app/Services/Bunq/Token/SessionToken.php opt/app/app/Services/Currency/ExchangeRateInterface.php opt/app/app/Services/Currency/FixerIO.php +opt/app/app/Services/Currency/FixerIOv2.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 opt/app/app/Services/Github/Request/UpdateRequest.php opt/app/app/Services/Internal/Destroy/AccountDestroyService.php opt/app/app/Services/Internal/Destroy/BillDestroyService.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 +opt/app/app/Services/Internal/File/EncryptService.php opt/app/app/Services/Internal/Support/AccountServiceTrait.php opt/app/app/Services/Internal/Support/BillServiceTrait.php opt/app/app/Services/Internal/Support/JournalServiceTrait.php opt/app/app/Services/Internal/Support/TransactionServiceTrait.php opt/app/app/Services/Internal/Update/AccountUpdateService.php opt/app/app/Services/Internal/Update/BillUpdateService.php +opt/app/app/Services/Internal/Update/CategoryUpdateService.php +opt/app/app/Services/Internal/Update/CurrencyUpdateService.php opt/app/app/Services/Internal/Update/JournalUpdateService.php opt/app/app/Services/Internal/Update/TransactionUpdateService.php opt/app/app/Services/Password/PwndVerifier.php +opt/app/app/Services/Password/PwndVerifierV2.php opt/app/app/Services/Password/Verifier.php opt/app/app/Services/Spectre/Exception/DuplicatedCustomerException.php opt/app/app/Services/Spectre/Exception/SpectreException.php @@ -711,6 +726,7 @@ opt/app/app/Support/Facades/Navigation.php opt/app/app/Support/Facades/Preferences.php opt/app/app/Support/Facades/Steam.php opt/app/app/Support/FireflyConfig.php +opt/app/app/Support/Import/Configuration/Bunq/HaveAccounts.php opt/app/app/Support/Import/Configuration/ConfigurationInterface.php opt/app/app/Support/Import/Configuration/File/Initial.php opt/app/app/Support/Import/Configuration/File/Map.php @@ -824,8 +840,10 @@ opt/app/config/database.php opt/app/config/filesystems.php opt/app/config/firefly.php opt/app/config/google2fa.php +opt/app/config/hashing.php opt/app/config/import.php opt/app/config/intro.php +opt/app/config/logging.php opt/app/config/mail.php opt/app/config/queue.php opt/app/config/services.php @@ -834,6 +852,7 @@ opt/app/config/twigbridge.php opt/app/config/upgrade.php opt/app/config/view.php opt/app/database/factories/ModelFactory.php +opt/app/database/migrations opt/app/database/migrations/2016_06_16_000000_create_support_tables.php opt/app/database/migrations/2016_06_16_000001_create_users_table.php opt/app/database/migrations/2016_06_16_000002_create_main_tables.php @@ -853,7 +872,9 @@ opt/app/database/migrations/2018_01_01_000002_create_oauth_access_tokens_table.p opt/app/database/migrations/2018_01_01_000003_create_oauth_refresh_tokens_table.php opt/app/database/migrations/2018_01_01_000004_create_oauth_clients_table.php opt/app/database/migrations/2018_01_01_000005_create_oauth_personal_access_clients_table.php +opt/app/database/migrations/2018_03_19_141348_changes_for_v472.php opt/app/database/seeds/AccountTypeSeeder.php +opt/app/database/seeds/ConfigSeeder.php opt/app/database/seeds/DatabaseSeeder.php opt/app/database/seeds/LinkTypeSeeder.php opt/app/database/seeds/PermissionSeeder.php @@ -1046,6 +1067,7 @@ opt/app/public/js/ff/guest.js opt/app/public/js/ff/help.js opt/app/public/js/ff/import/status.js opt/app/public/js/ff/index.js +opt/app/public/js/ff/install/index.js opt/app/public/js/ff/intro/intro.js opt/app/public/js/ff/piggy-banks/create.js opt/app/public/js/ff/piggy-banks/edit.js @@ -1085,6 +1107,7 @@ 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 @@ -1115,7 +1138,6 @@ opt/app/public/lib/leaflet/leaflet.js.map opt/app/public/manifest.json opt/app/public/mix-manifest.json opt/app/public/mstile-150x150.png -opt/app/public/report.html opt/app/public/robots.txt opt/app/public/safari-pinned-tab.svg opt/app/public/web.config @@ -1128,7 +1150,6 @@ opt/app/resources/assets/js/components/passport/AuthorizedClients.vue opt/app/resources/assets/js/components/passport/Clients.vue opt/app/resources/assets/js/components/passport/PersonalAccessTokens.vue opt/app/resources/assets/js/lang.js -opt/app/resources/assets/js/messages.js opt/app/resources/assets/sass/_variables.scss opt/app/resources/assets/sass/app.scss opt/app/resources/lang/de_DE/auth.php @@ -1208,6 +1229,21 @@ opt/app/resources/lang/id_ID/list.php opt/app/resources/lang/id_ID/pagination.php opt/app/resources/lang/id_ID/passwords.php opt/app/resources/lang/id_ID/validation.php +opt/app/resources/lang/it_IT/auth.php +opt/app/resources/lang/it_IT/bank.php +opt/app/resources/lang/it_IT/breadcrumbs.php +opt/app/resources/lang/it_IT/components.php +opt/app/resources/lang/it_IT/config.php +opt/app/resources/lang/it_IT/csv.php +opt/app/resources/lang/it_IT/demo.php +opt/app/resources/lang/it_IT/firefly.php +opt/app/resources/lang/it_IT/form.php +opt/app/resources/lang/it_IT/import.php +opt/app/resources/lang/it_IT/intro.php +opt/app/resources/lang/it_IT/list.php +opt/app/resources/lang/it_IT/pagination.php +opt/app/resources/lang/it_IT/passwords.php +opt/app/resources/lang/it_IT/validation.php opt/app/resources/lang/nl_NL/auth.php opt/app/resources/lang/nl_NL/bank.php opt/app/resources/lang/nl_NL/breadcrumbs.php @@ -1289,7 +1325,6 @@ 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/tests/blns.base64.json opt/app/resources/views/accounts/create.twig opt/app/resources/views/accounts/delete.twig opt/app/resources/views/accounts/edit.twig @@ -1400,6 +1435,7 @@ 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/accounts.twig opt/app/resources/views/import/bunq/prerequisites.twig opt/app/resources/views/import/file/initial.twig opt/app/resources/views/import/file/map.twig @@ -1411,6 +1447,7 @@ 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/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 @@ -1418,6 +1455,7 @@ 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 @@ -1451,10 +1489,10 @@ 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/code.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/reports/account/report.twig @@ -1523,6 +1561,7 @@ opt/app/routes/breadcrumbs.php opt/app/routes/channels.php opt/app/routes/console.php opt/app/routes/web.php +opt/app/security.txt opt/app/server.php opt/app/storage opt/app/vendor/autoload.php @@ -1801,6 +1840,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/ColumnCase.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php @@ -1856,6 +1896,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/StatementIterator.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php @@ -1892,6 +1933,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.ph opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php @@ -1899,16 +1941,20 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php @@ -1923,9 +1969,11 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008K opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php @@ -1940,6 +1988,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.p opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php @@ -2000,6 +2049,7 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWor opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php @@ -2020,6 +2070,8 @@ opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php +opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php opt/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php @@ -2039,6 +2091,28 @@ opt/app/vendor/doctrine/lexer/LICENSE opt/app/vendor/doctrine/lexer/README.md opt/app/vendor/doctrine/lexer/composer.json opt/app/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php +opt/app/vendor/dragonmantank/cron-expression/.editorconfig +opt/app/vendor/dragonmantank/cron-expression/CHANGELOG.md +opt/app/vendor/dragonmantank/cron-expression/LICENSE +opt/app/vendor/dragonmantank/cron-expression/README.md +opt/app/vendor/dragonmantank/cron-expression/composer.json +opt/app/vendor/dragonmantank/cron-expression/src/Cron/AbstractField.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/CronExpression.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/DayOfWeekField.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/FieldFactory.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/FieldInterface.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/HoursField.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/MinutesField.php +opt/app/vendor/dragonmantank/cron-expression/src/Cron/MonthField.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/AbstractFieldTest.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/CronExpressionTest.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/DayOfMonthFieldTest.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/DayOfWeekFieldTest.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/FieldFactoryTest.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/HoursFieldTest.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/MinutesFieldTest.php +opt/app/vendor/dragonmantank/cron-expression/tests/Cron/MonthFieldTest.php opt/app/vendor/egulias/email-validator/EmailValidator/EmailLexer.php opt/app/vendor/egulias/email-validator/EmailValidator/EmailParser.php opt/app/vendor/egulias/email-validator/EmailValidator/EmailValidator.php @@ -2323,15 +2397,17 @@ opt/app/vendor/laravel/framework/src/Illuminate/Console/Events/CommandStarting.p opt/app/vendor/laravel/framework/src/Illuminate/Console/GeneratorCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Console/OutputStyle.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Parser.php -opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheMutex.php +opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheEventMutex.php +opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheSchedulingMutex.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CallbackEvent.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CommandBuilder.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/Event.php +opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/EventMutex.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ManagesFrequencies.php -opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/Mutex.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/Schedule.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleFinishCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleRunCommand.php +opt/app/vendor/laravel/framework/src/Illuminate/Console/Scheduling/SchedulingMutex.php opt/app/vendor/laravel/framework/src/Illuminate/Console/composer.json opt/app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php opt/app/vendor/laravel/framework/src/Illuminate/Container/Container.php @@ -2382,7 +2458,6 @@ opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/Filesystem. opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/Application.php opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Hashing/Hasher.php opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Http/Kernel.php -opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Logging/Log.php opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Mail/MailQueue.php opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Mail/Mailable.php opt/app/vendor/laravel/framework/src/Illuminate/Contracts/Mail/Mailer.php @@ -2589,6 +2664,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingChain.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/ComposerScripts.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/AppNameCommand.php +opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ChannelMakeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClosureCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php @@ -2606,7 +2682,6 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ListenerMakeC opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/MailMakeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ModelMakeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/NotificationMakeCommand.php -opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/PackageDiscoverCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/PolicyMakeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/PresetCommand.php @@ -2635,7 +2710,9 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/StorageLinkCo opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/TestMakeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/UpCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/VendorPublishCommand.php +opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ViewCacheCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ViewClearCommand.php +opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/channel.stub opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/console.stub opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/event-handler-queued.stub opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/event-handler.stub @@ -2671,6 +2748,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/EnvironmentDetector.p opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Events/Dispatchable.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Events/LocaleUpdated.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php +opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/WhoopsHandler.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/404.blade.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/419.blade.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/429.blade.php @@ -2708,6 +2786,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/Inte opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MocksApplicationServices.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Constraints/HasInDatabase.php +opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Constraints/SeeInOrder.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Constraints/SoftDeletedInDatabase.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseMigrations.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php @@ -2722,7 +2801,9 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Testing/WithoutMiddle opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php opt/app/vendor/laravel/framework/src/Illuminate/Foundation/stubs/facade.stub +opt/app/vendor/laravel/framework/src/Illuminate/Hashing/ArgonHasher.php opt/app/vendor/laravel/framework/src/Illuminate/Hashing/BcryptHasher.php +opt/app/vendor/laravel/framework/src/Illuminate/Hashing/HashManager.php opt/app/vendor/laravel/framework/src/Illuminate/Hashing/HashServiceProvider.php opt/app/vendor/laravel/framework/src/Illuminate/Hashing/composer.json opt/app/vendor/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithContentTypes.php @@ -2730,17 +2811,20 @@ opt/app/vendor/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithFlash opt/app/vendor/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithInput.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Exceptions/HttpResponseException.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Exceptions/PostTooLargeException.php +opt/app/vendor/laravel/framework/src/Illuminate/Http/Exceptions/ThrottleRequestsException.php opt/app/vendor/laravel/framework/src/Illuminate/Http/File.php opt/app/vendor/laravel/framework/src/Illuminate/Http/FileHelpers.php opt/app/vendor/laravel/framework/src/Illuminate/Http/JsonResponse.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Middleware/CheckResponseForModifications.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Middleware/FrameGuard.php +opt/app/vendor/laravel/framework/src/Illuminate/Http/Middleware/SetCacheHeaders.php opt/app/vendor/laravel/framework/src/Illuminate/Http/RedirectResponse.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Request.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/CollectsResources.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/ConditionallyLoadsAttributes.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/AnonymousResourceCollection.php +opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/JsonResource.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/PaginatedResourceResponse.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/Resource.php opt/app/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php @@ -2756,8 +2840,9 @@ opt/app/vendor/laravel/framework/src/Illuminate/Http/Testing/MimeType.php opt/app/vendor/laravel/framework/src/Illuminate/Http/UploadedFile.php opt/app/vendor/laravel/framework/src/Illuminate/Http/composer.json opt/app/vendor/laravel/framework/src/Illuminate/Log/Events/MessageLogged.php +opt/app/vendor/laravel/framework/src/Illuminate/Log/LogManager.php opt/app/vendor/laravel/framework/src/Illuminate/Log/LogServiceProvider.php -opt/app/vendor/laravel/framework/src/Illuminate/Log/Writer.php +opt/app/vendor/laravel/framework/src/Illuminate/Log/Logger.php opt/app/vendor/laravel/framework/src/Illuminate/Log/composer.json opt/app/vendor/laravel/framework/src/Illuminate/Mail/Events/MessageSending.php opt/app/vendor/laravel/framework/src/Illuminate/Mail/Events/MessageSent.php @@ -2922,7 +3007,10 @@ opt/app/vendor/laravel/framework/src/Illuminate/Redis/RedisServiceProvider.php opt/app/vendor/laravel/framework/src/Illuminate/Redis/composer.json opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/ControllerMakeCommand.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/MiddlewareMakeCommand.php +opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.api.stub +opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.model.api.stub opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.model.stub +opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.nested.api.stub opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.nested.stub opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.plain.stub opt/app/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.stub @@ -2932,6 +3020,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Routing/Controller.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/ControllerMiddlewareOptions.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/Events/RouteMatched.php +opt/app/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/InvalidSignatureException.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/Matching/HostValidator.php @@ -2942,6 +3031,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Routing/Matching/ValidatorInterf opt/app/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequestsWithRedis.php +opt/app/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ValidateSignature.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/MiddlewareNameResolver.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/PendingResourceRegistration.php opt/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php @@ -3043,6 +3133,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/Notificati opt/app/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/PendingMailFake.php opt/app/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/QueueFake.php opt/app/vendor/laravel/framework/src/Illuminate/Support/Traits/CapsuleManagerTrait.php +opt/app/vendor/laravel/framework/src/Illuminate/Support/Traits/Localizable.php opt/app/vendor/laravel/framework/src/Illuminate/Support/Traits/Macroable.php opt/app/vendor/laravel/framework/src/Illuminate/Support/ViewErrorBag.php opt/app/vendor/laravel/framework/src/Illuminate/Support/composer.json @@ -3083,6 +3174,7 @@ opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/Compiles opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesComponents.php opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesEchos.php +opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesHelpers.php opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesInjections.php opt/app/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesJson.php @@ -3265,7 +3357,7 @@ opt/app/vendor/lcobucci/jwt/test/unit/TokenTest.php opt/app/vendor/lcobucci/jwt/test/unit/ValidationDataTest.php opt/app/vendor/league/commonmark/.styleci.yml opt/app/vendor/league/commonmark/CHANGELOG.md -opt/app/vendor/league/commonmark/CONDUCT.md +opt/app/vendor/league/commonmark/CODE_OF_CONDUCT.md opt/app/vendor/league/commonmark/CONTRIBUTING.md opt/app/vendor/league/commonmark/LICENSE opt/app/vendor/league/commonmark/README.md @@ -3378,6 +3470,7 @@ opt/app/vendor/league/commonmark/src/Util/LinkParserHelper.php opt/app/vendor/league/commonmark/src/Util/RegexHelper.php opt/app/vendor/league/commonmark/src/Util/UrlEncoder.php opt/app/vendor/league/commonmark/src/Util/Xml.php +opt/app/vendor/league/csv/CHANGELOG.md opt/app/vendor/league/csv/LICENSE opt/app/vendor/league/csv/autoload.php opt/app/vendor/league/csv/composer.json @@ -3721,32 +3814,9 @@ opt/app/vendor/monolog/monolog/tests/Monolog/Processor/WebProcessorTest.php opt/app/vendor/monolog/monolog/tests/Monolog/PsrLogCompatTest.php opt/app/vendor/monolog/monolog/tests/Monolog/RegistryTest.php opt/app/vendor/monolog/monolog/tests/Monolog/TestCase.php -opt/app/vendor/mtdowling/cron-expression/.editorconfig -opt/app/vendor/mtdowling/cron-expression/CHANGELOG.md -opt/app/vendor/mtdowling/cron-expression/LICENSE -opt/app/vendor/mtdowling/cron-expression/README.md -opt/app/vendor/mtdowling/cron-expression/composer.json -opt/app/vendor/mtdowling/cron-expression/src/Cron/AbstractField.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/CronExpression.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/DayOfMonthField.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/DayOfWeekField.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/FieldFactory.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/FieldInterface.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/HoursField.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/MinutesField.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/MonthField.php -opt/app/vendor/mtdowling/cron-expression/src/Cron/YearField.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/AbstractFieldTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/CronExpressionTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/DayOfMonthFieldTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/DayOfWeekFieldTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/FieldFactoryTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/HoursFieldTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/MinutesFieldTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/MonthFieldTest.php -opt/app/vendor/mtdowling/cron-expression/tests/Cron/YearFieldTest.php opt/app/vendor/nesbot/carbon/.php_cs.dist opt/app/vendor/nesbot/carbon/LICENSE +opt/app/vendor/nesbot/carbon/build.php opt/app/vendor/nesbot/carbon/composer.json opt/app/vendor/nesbot/carbon/readme.md opt/app/vendor/nesbot/carbon/src/Carbon/Carbon.php @@ -3774,6 +3844,7 @@ opt/app/vendor/nesbot/carbon/src/Carbon/Lang/fi.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/fo.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/fr.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/gl.php +opt/app/vendor/nesbot/carbon/src/Carbon/Lang/gu.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/he.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/hr.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/hu.php @@ -3815,7 +3886,7 @@ opt/app/vendor/nesbot/carbon/src/Carbon/Lang/uz.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/vi.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/zh.php opt/app/vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php -opt/app/vendor/nesbot/carbon/trigger +opt/app/vendor/nesbot/carbon/src/Carbon/Translator.php opt/app/vendor/paragonie/constant_time_encoding/LICENSE.txt opt/app/vendor/paragonie/constant_time_encoding/README.md opt/app/vendor/paragonie/constant_time_encoding/composer.json @@ -3889,16 +3960,23 @@ opt/app/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php opt/app/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php opt/app/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php opt/app/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf +opt/app/vendor/pragmarx/google2fa-laravel/CHANGELOG.md opt/app/vendor/pragmarx/google2fa-laravel/LICENSE -opt/app/vendor/pragmarx/google2fa-laravel/changelog.md +opt/app/vendor/pragmarx/google2fa-laravel/README.md opt/app/vendor/pragmarx/google2fa-laravel/composer.json opt/app/vendor/pragmarx/google2fa-laravel/docs/middleware.jpg opt/app/vendor/pragmarx/google2fa-laravel/phpspec.yml -opt/app/vendor/pragmarx/google2fa-laravel/readme.md +opt/app/vendor/pragmarx/google2fa-laravel/src/Events/EmptyOneTimePasswordReceived.php +opt/app/vendor/pragmarx/google2fa-laravel/src/Events/LoggedOut.php +opt/app/vendor/pragmarx/google2fa-laravel/src/Events/LoginFailed.php +opt/app/vendor/pragmarx/google2fa-laravel/src/Events/LoginSucceeded.php +opt/app/vendor/pragmarx/google2fa-laravel/src/Events/OneTimePasswordExpired.php opt/app/vendor/pragmarx/google2fa-laravel/src/Events/OneTimePasswordRequested.php +opt/app/vendor/pragmarx/google2fa-laravel/src/Events/OneTimePasswordRequested53.php opt/app/vendor/pragmarx/google2fa-laravel/src/Exceptions/InvalidOneTimePassword.php opt/app/vendor/pragmarx/google2fa-laravel/src/Exceptions/InvalidSecretKey.php opt/app/vendor/pragmarx/google2fa-laravel/src/Facade.php +opt/app/vendor/pragmarx/google2fa-laravel/src/Google2FA.php opt/app/vendor/pragmarx/google2fa-laravel/src/Middleware.php opt/app/vendor/pragmarx/google2fa-laravel/src/ServiceProvider.php opt/app/vendor/pragmarx/google2fa-laravel/src/Support/Auth.php @@ -3911,14 +3989,21 @@ opt/app/vendor/pragmarx/google2fa-laravel/src/Support/Request.php opt/app/vendor/pragmarx/google2fa-laravel/src/Support/Response.php opt/app/vendor/pragmarx/google2fa-laravel/src/Support/Session.php opt/app/vendor/pragmarx/google2fa-laravel/src/config/config.php -opt/app/vendor/pragmarx/google2fa-laravel/tests/spec/Support/AuthenticatorSpec.php +opt/app/vendor/pragmarx/google2fa-laravel/tests/Google2FaLaravelTest.php +opt/app/vendor/pragmarx/google2fa-laravel/tests/Support/User.php +opt/app/vendor/pragmarx/google2fa-laravel/tests/TestCase.php +opt/app/vendor/pragmarx/google2fa-laravel/tests/bootstrap.php +opt/app/vendor/pragmarx/google2fa-laravel/tests/views/google2fa/index.blade.php opt/app/vendor/pragmarx/google2fa-laravel/upgrading.md -opt/app/vendor/pragmarx/google2fa/LICENSE +opt/app/vendor/pragmarx/google2fa/LICENSE.md opt/app/vendor/pragmarx/google2fa/README.md +opt/app/vendor/pragmarx/google2fa/RELICENSED.md opt/app/vendor/pragmarx/google2fa/changelog.md opt/app/vendor/pragmarx/google2fa/composer.json +opt/app/vendor/pragmarx/google2fa/composer.lock opt/app/vendor/pragmarx/google2fa/docs/playground.jpg opt/app/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php +opt/app/vendor/pragmarx/google2fa/src/Exceptions/InsecureCallException.php opt/app/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php opt/app/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php opt/app/vendor/pragmarx/google2fa/src/Google2FA.php @@ -4503,7 +4588,6 @@ opt/app/vendor/symfony/console/Descriptor/XmlDescriptor.php opt/app/vendor/symfony/console/Event/ConsoleCommandEvent.php opt/app/vendor/symfony/console/Event/ConsoleErrorEvent.php opt/app/vendor/symfony/console/Event/ConsoleEvent.php -opt/app/vendor/symfony/console/Event/ConsoleExceptionEvent.php opt/app/vendor/symfony/console/Event/ConsoleTerminateEvent.php opt/app/vendor/symfony/console/EventListener/ErrorListener.php opt/app/vendor/symfony/console/Exception/CommandNotFoundException.php @@ -4877,7 +4961,6 @@ opt/app/vendor/symfony/debug/Debug.php opt/app/vendor/symfony/debug/DebugClassLoader.php opt/app/vendor/symfony/debug/ErrorHandler.php opt/app/vendor/symfony/debug/Exception/ClassNotFoundException.php -opt/app/vendor/symfony/debug/Exception/ContextErrorException.php opt/app/vendor/symfony/debug/Exception/FatalErrorException.php opt/app/vendor/symfony/debug/Exception/FatalThrowableError.php opt/app/vendor/symfony/debug/Exception/FlattenException.php @@ -4892,15 +4975,6 @@ opt/app/vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandle opt/app/vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php opt/app/vendor/symfony/debug/LICENSE opt/app/vendor/symfony/debug/README.md -opt/app/vendor/symfony/debug/Resources/ext/README.md -opt/app/vendor/symfony/debug/Resources/ext/config.m4 -opt/app/vendor/symfony/debug/Resources/ext/config.w32 -opt/app/vendor/symfony/debug/Resources/ext/php_symfony_debug.h -opt/app/vendor/symfony/debug/Resources/ext/symfony_debug.c -opt/app/vendor/symfony/debug/Resources/ext/tests/001.phpt -opt/app/vendor/symfony/debug/Resources/ext/tests/002.phpt -opt/app/vendor/symfony/debug/Resources/ext/tests/002_1.phpt -opt/app/vendor/symfony/debug/Resources/ext/tests/003.phpt opt/app/vendor/symfony/debug/Tests/DebugClassLoaderTest.php opt/app/vendor/symfony/debug/Tests/ErrorHandlerTest.php opt/app/vendor/symfony/debug/Tests/Exception/FlattenExceptionTest.php @@ -4963,7 +5037,6 @@ opt/app/vendor/symfony/finder/Comparator/Comparator.php opt/app/vendor/symfony/finder/Comparator/DateComparator.php opt/app/vendor/symfony/finder/Comparator/NumberComparator.php opt/app/vendor/symfony/finder/Exception/AccessDeniedException.php -opt/app/vendor/symfony/finder/Exception/ExceptionInterface.php opt/app/vendor/symfony/finder/Finder.php opt/app/vendor/symfony/finder/Glob.php opt/app/vendor/symfony/finder/Iterator/CustomFilterIterator.php @@ -4973,7 +5046,6 @@ opt/app/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php opt/app/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php opt/app/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php opt/app/vendor/symfony/finder/Iterator/FilenameFilterIterator.php -opt/app/vendor/symfony/finder/Iterator/FilterIterator.php opt/app/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php opt/app/vendor/symfony/finder/Iterator/PathFilterIterator.php opt/app/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php @@ -5012,7 +5084,6 @@ opt/app/vendor/symfony/finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest. opt/app/vendor/symfony/finder/Tests/Iterator/FileTypeFilterIteratorTest.php opt/app/vendor/symfony/finder/Tests/Iterator/FilecontentFilterIteratorTest.php opt/app/vendor/symfony/finder/Tests/Iterator/FilenameFilterIteratorTest.php -opt/app/vendor/symfony/finder/Tests/Iterator/FilterIteratorTest.php opt/app/vendor/symfony/finder/Tests/Iterator/Iterator.php opt/app/vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php opt/app/vendor/symfony/finder/Tests/Iterator/MockFileListIterator.php @@ -5076,22 +5147,18 @@ opt/app/vendor/symfony/http-foundation/Session/SessionBagInterface.php opt/app/vendor/symfony/http-foundation/Session/SessionBagProxy.php opt/app/vendor/symfony/http-foundation/Session/SessionInterface.php opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php -opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php -opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php -opt/app/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php opt/app/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php opt/app/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php opt/app/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php opt/app/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php opt/app/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php opt/app/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php -opt/app/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php opt/app/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php opt/app/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php opt/app/vendor/symfony/http-foundation/StreamedResponse.php @@ -5142,22 +5209,18 @@ opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/wi opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/with_cookie.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/with_cookie_and_session.expected opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/with_cookie_and_session.php -opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php -opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php -opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/WriteCheckSessionHandlerTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/MetadataBagTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/MockArraySessionStorageTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/MockFileSessionStorageTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/NativeSessionStorageTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php -opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Proxy/NativeProxyTest.php opt/app/vendor/symfony/http-foundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php opt/app/vendor/symfony/http-foundation/Tests/StreamedResponseTest.php opt/app/vendor/symfony/http-foundation/Tests/schema/http-status-codes.rng @@ -5175,7 +5238,6 @@ opt/app/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php opt/app/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php opt/app/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php opt/app/vendor/symfony/http-kernel/Client.php -opt/app/vendor/symfony/http-kernel/Config/EnvParametersResource.php opt/app/vendor/symfony/http-kernel/Config/FileLocator.php opt/app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php opt/app/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php @@ -5208,11 +5270,9 @@ opt/app/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php opt/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php opt/app/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php opt/app/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php -opt/app/vendor/symfony/http-kernel/DataCollector/Util/ValueExporter.php opt/app/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php opt/app/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php opt/app/vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php -opt/app/vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php opt/app/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php opt/app/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php opt/app/vendor/symfony/http-kernel/DependencyInjection/Extension.php @@ -5307,7 +5367,6 @@ opt/app/vendor/symfony/http-kernel/Tests/CacheClearer/Psr6CacheClearerTest.php opt/app/vendor/symfony/http-kernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php opt/app/vendor/symfony/http-kernel/Tests/CacheWarmer/CacheWarmerTest.php opt/app/vendor/symfony/http-kernel/Tests/ClientTest.php -opt/app/vendor/symfony/http-kernel/Tests/Config/EnvParametersResourceTest.php opt/app/vendor/symfony/http-kernel/Tests/Config/FileLocatorTest.php opt/app/vendor/symfony/http-kernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php opt/app/vendor/symfony/http-kernel/Tests/Controller/ArgumentResolverTest.php @@ -5324,7 +5383,6 @@ opt/app/vendor/symfony/http-kernel/Tests/DataCollector/LoggerDataCollectorTest.p opt/app/vendor/symfony/http-kernel/Tests/DataCollector/MemoryDataCollectorTest.php opt/app/vendor/symfony/http-kernel/Tests/DataCollector/RequestDataCollectorTest.php opt/app/vendor/symfony/http-kernel/Tests/DataCollector/TimeDataCollectorTest.php -opt/app/vendor/symfony/http-kernel/Tests/DataCollector/Util/ValueExporterTest.php opt/app/vendor/symfony/http-kernel/Tests/Debug/FileLinkFormatterTest.php opt/app/vendor/symfony/http-kernel/Tests/Debug/TraceableEventDispatcherTest.php opt/app/vendor/symfony/http-kernel/Tests/DependencyInjection/AddAnnotatedClassesToCachePassTest.php @@ -5442,18 +5500,11 @@ opt/app/vendor/symfony/polyfill-php56/Php56.php opt/app/vendor/symfony/polyfill-php56/README.md opt/app/vendor/symfony/polyfill-php56/bootstrap.php opt/app/vendor/symfony/polyfill-php56/composer.json -opt/app/vendor/symfony/polyfill-php70/LICENSE -opt/app/vendor/symfony/polyfill-php70/Php70.php -opt/app/vendor/symfony/polyfill-php70/README.md -opt/app/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php -opt/app/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php -opt/app/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php -opt/app/vendor/symfony/polyfill-php70/Resources/stubs/Error.php -opt/app/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php -opt/app/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php -opt/app/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php -opt/app/vendor/symfony/polyfill-php70/bootstrap.php -opt/app/vendor/symfony/polyfill-php70/composer.json +opt/app/vendor/symfony/polyfill-php72/LICENSE +opt/app/vendor/symfony/polyfill-php72/Php72.php +opt/app/vendor/symfony/polyfill-php72/README.md +opt/app/vendor/symfony/polyfill-php72/bootstrap.php +opt/app/vendor/symfony/polyfill-php72/composer.json opt/app/vendor/symfony/polyfill-util/Binary.php opt/app/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php opt/app/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php @@ -5480,7 +5531,6 @@ opt/app/vendor/symfony/process/Pipes/PipesInterface.php opt/app/vendor/symfony/process/Pipes/UnixPipes.php opt/app/vendor/symfony/process/Pipes/WindowsPipes.php opt/app/vendor/symfony/process/Process.php -opt/app/vendor/symfony/process/ProcessBuilder.php opt/app/vendor/symfony/process/ProcessUtils.php opt/app/vendor/symfony/process/README.md opt/app/vendor/symfony/process/Tests/ExecutableFinderTest.php @@ -5488,10 +5538,8 @@ opt/app/vendor/symfony/process/Tests/NonStopableProcess.php opt/app/vendor/symfony/process/Tests/PhpExecutableFinderTest.php opt/app/vendor/symfony/process/Tests/PhpProcessTest.php opt/app/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php -opt/app/vendor/symfony/process/Tests/ProcessBuilderTest.php opt/app/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php opt/app/vendor/symfony/process/Tests/ProcessTest.php -opt/app/vendor/symfony/process/Tests/ProcessUtilsTest.php opt/app/vendor/symfony/process/Tests/SignalListener.php opt/app/vendor/symfony/process/composer.json opt/app/vendor/symfony/process/phpunit.xml.dist @@ -5614,6 +5662,17 @@ opt/app/vendor/symfony/routing/Tests/Fixtures/empty.yml opt/app/vendor/symfony/routing/Tests/Fixtures/file_resource.yml opt/app/vendor/symfony/routing/Tests/Fixtures/foo.xml opt/app/vendor/symfony/routing/Tests/Fixtures/foo1.xml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/bar.xml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/bar.yml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/baz.xml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/baz.yml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/import_multiple.xml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/import_multiple.yml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/import_single.xml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/import_single.yml +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/php_dsl.php +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/php_dsl_bar.php +opt/app/vendor/symfony/routing/Tests/Fixtures/glob/php_dsl_baz.php opt/app/vendor/symfony/routing/Tests/Fixtures/incomplete.yml opt/app/vendor/symfony/routing/Tests/Fixtures/list_defaults.xml opt/app/vendor/symfony/routing/Tests/Fixtures/list_in_list_defaults.xml @@ -5863,7 +5922,6 @@ opt/app/vendor/symfony/var-dumper/Caster/EnumStub.php opt/app/vendor/symfony/var-dumper/Caster/ExceptionCaster.php opt/app/vendor/symfony/var-dumper/Caster/FrameStub.php opt/app/vendor/symfony/var-dumper/Caster/LinkStub.php -opt/app/vendor/symfony/var-dumper/Caster/MongoCaster.php opt/app/vendor/symfony/var-dumper/Caster/PdoCaster.php opt/app/vendor/symfony/var-dumper/Caster/PgSqlCaster.php opt/app/vendor/symfony/var-dumper/Caster/RedisCaster.php @@ -6538,6 +6596,7 @@ opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/simple.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/varargs.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/varargs_argument.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/with_filters.test +opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/block_names_unicity.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/combined_debug_info.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/empty_token.test opt/app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/issue_1143.test @@ -6776,16 +6835,6 @@ 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/Validator.php -opt/app/vendor/watson/validating/LICENSE.txt -opt/app/vendor/watson/validating/README.md -opt/app/vendor/watson/validating/composer.json -opt/app/vendor/watson/validating/src/Injectors/UniqueInjector.php -opt/app/vendor/watson/validating/src/Injectors/UniqueWithInjector.php -opt/app/vendor/watson/validating/src/ValidatingInterface.php -opt/app/vendor/watson/validating/src/ValidatingModel.php -opt/app/vendor/watson/validating/src/ValidatingObserver.php -opt/app/vendor/watson/validating/src/ValidatingTrait.php -opt/app/vendor/watson/validating/src/ValidationException.php opt/app/vendor/zendframework/zend-diactoros/.coveralls.yml opt/app/vendor/zendframework/zend-diactoros/CHANGELOG.md opt/app/vendor/zendframework/zend-diactoros/CONDUCT.md diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index a08db02187..f2366ef0e2 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -16,7 +16,7 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), appVersion = 10, - appMarketingVersion = (defaultText = "4.7.2"), + appMarketingVersion = (defaultText = "4.7.2.2"), actions = [ # Define your "new document" handlers here.