mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update Sandstorm file list.
This commit is contained in:
parent
b479a3ef99
commit
ea0980ba83
@ -200,14 +200,22 @@ 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/app/.dockerignore
|
||||
opt/app/.env
|
||||
opt/app/.env.docker
|
||||
opt/app/.env.example
|
||||
opt/app/.env.heroku
|
||||
opt/app/.env.sandstorm
|
||||
opt/app/.gitattributes
|
||||
opt/app/.htaccess
|
||||
opt/app/.sandstorm/.gitattributes
|
||||
opt/app/.sandstorm/.vagrant/machines/default/virtualbox/action_provision
|
||||
opt/app/.sandstorm/.vagrant/machines/default/virtualbox/action_set_name
|
||||
opt/app/.sandstorm/.vagrant/machines/default/virtualbox/creator_uid
|
||||
opt/app/.sandstorm/.vagrant/machines/default/virtualbox/id
|
||||
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/Vagrantfile
|
||||
opt/app/.sandstorm/app-graphics/firefly-iii-128.png
|
||||
opt/app/.sandstorm/app-graphics/firefly-iii-150.png
|
||||
@ -231,9 +239,7 @@ opt/app/.sandstorm/setup.sh
|
||||
opt/app/.sandstorm/stack
|
||||
opt/app/CHANGELOG.md
|
||||
opt/app/CODE_OF_CONDUCT.md
|
||||
opt/app/Dockerfile
|
||||
opt/app/LICENSE
|
||||
opt/app/Procfile
|
||||
opt/app/README.md
|
||||
opt/app/app.json
|
||||
opt/app/app/Console/Commands/CreateExport.php
|
||||
@ -359,6 +365,7 @@ opt/app/app/Http/Controllers/Chart/ReportController.php
|
||||
opt/app/app/Http/Controllers/Chart/TagReportController.php
|
||||
opt/app/app/Http/Controllers/Controller.php
|
||||
opt/app/app/Http/Controllers/CurrencyController.php
|
||||
opt/app/app/Http/Controllers/DebugController.php
|
||||
opt/app/app/Http/Controllers/ExportController.php
|
||||
opt/app/app/Http/Controllers/HelpController.php
|
||||
opt/app/app/Http/Controllers/HomeController.php
|
||||
@ -389,6 +396,7 @@ 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/TagController.php
|
||||
opt/app/app/Http/Controllers/Transaction/BulkController.php
|
||||
opt/app/app/Http/Controllers/Transaction/ConvertController.php
|
||||
opt/app/app/Http/Controllers/Transaction/LinkController.php
|
||||
opt/app/app/Http/Controllers/Transaction/MassController.php
|
||||
@ -416,6 +424,7 @@ opt/app/app/Http/Requests/AttachmentFormRequest.php
|
||||
opt/app/app/Http/Requests/BillFormRequest.php
|
||||
opt/app/app/Http/Requests/BudgetFormRequest.php
|
||||
opt/app/app/Http/Requests/BudgetIncomeRequest.php
|
||||
opt/app/app/Http/Requests/BulkEditJournalRequest.php
|
||||
opt/app/app/Http/Requests/CategoryFormRequest.php
|
||||
opt/app/app/Http/Requests/ConfigurationRequest.php
|
||||
opt/app/app/Http/Requests/CurrencyFormRequest.php
|
||||
@ -625,10 +634,21 @@ opt/app/app/Services/Github/Request/GithubRequest.php
|
||||
opt/app/app/Services/Github/Request/UpdateRequest.php
|
||||
opt/app/app/Services/Password/PwndVerifier.php
|
||||
opt/app/app/Services/Password/Verifier.php
|
||||
opt/app/app/Services/Spectre/Exception/DuplicatedCustomerException.php
|
||||
opt/app/app/Services/Spectre/Exception/SpectreException.php
|
||||
opt/app/app/Services/Spectre/Object/Account.php
|
||||
opt/app/app/Services/Spectre/Object/Attempt.php
|
||||
opt/app/app/Services/Spectre/Object/Customer.php
|
||||
opt/app/app/Services/Spectre/Object/Holder.php
|
||||
opt/app/app/Services/Spectre/Object/Login.php
|
||||
opt/app/app/Services/Spectre/Object/SpectreObject.php
|
||||
opt/app/app/Services/Spectre/Object/Token.php
|
||||
opt/app/app/Services/Spectre/Object/Transaction.php
|
||||
opt/app/app/Services/Spectre/Request/CreateTokenRequest.php
|
||||
opt/app/app/Services/Spectre/Request/ListAccountsRequest.php
|
||||
opt/app/app/Services/Spectre/Request/ListCustomersRequest.php
|
||||
opt/app/app/Services/Spectre/Request/ListLoginsRequest.php
|
||||
opt/app/app/Services/Spectre/Request/ListTransactionsRequest.php
|
||||
opt/app/app/Services/Spectre/Request/NewCustomerRequest.php
|
||||
opt/app/app/Services/Spectre/Request/SpectreRequest.php
|
||||
opt/app/app/Support/Amount.php
|
||||
@ -657,7 +677,8 @@ 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
|
||||
opt/app/app/Support/Import/Configuration/File/Roles.php
|
||||
opt/app/app/Support/Import/Configuration/File/Upload.php
|
||||
opt/app/app/Support/Import/Configuration/File/UploadConfig.php
|
||||
opt/app/app/Support/Import/Configuration/Spectre/HaveAccounts.php
|
||||
opt/app/app/Support/Import/Information/BunqInformation.php
|
||||
opt/app/app/Support/Import/Information/InformationInterface.php
|
||||
opt/app/app/Support/Models/TransactionJournalTrait.php
|
||||
@ -763,7 +784,6 @@ opt/app/config/session.php
|
||||
opt/app/config/twigbridge.php
|
||||
opt/app/config/upgrade.php
|
||||
opt/app/config/view.php
|
||||
opt/app/crowdin.yml
|
||||
opt/app/database/factories/ModelFactory.php
|
||||
opt/app/database/migrations/2016_06_16_000000_create_support_tables.php
|
||||
opt/app/database/migrations/2016_06_16_000001_create_users_table.php
|
||||
@ -786,8 +806,7 @@ opt/app/database/seeds/PermissionSeeder.php
|
||||
opt/app/database/seeds/TransactionCurrencySeeder.php
|
||||
opt/app/database/seeds/TransactionTypeSeeder.php
|
||||
opt/app/docker-compose.yml
|
||||
opt/app/nginx_app.conf
|
||||
opt/app/phpunit.coverage.xml
|
||||
opt/app/index.php
|
||||
opt/app/public/.htaccess
|
||||
opt/app/public/android-chrome-192x192.png
|
||||
opt/app/public/android-chrome-512x512.png
|
||||
@ -920,6 +939,7 @@ 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/list.js
|
||||
opt/app/public/js/ff/transactions/mass/edit-bulk.js
|
||||
opt/app/public/js/ff/transactions/mass/edit.js
|
||||
opt/app/public/js/ff/transactions/show.js
|
||||
opt/app/public/js/ff/transactions/single/common.js
|
||||
@ -935,8 +955,6 @@ opt/app/public/js/lib/bootstrap-tagsinput.min.js.map
|
||||
opt/app/public/js/lib/bootstrap3-typeahead.min.js
|
||||
opt/app/public/js/lib/daterangepicker.js
|
||||
opt/app/public/js/lib/html5shiv.min.js
|
||||
opt/app/public/js/lib/jquery-3.1.1.min.js
|
||||
opt/app/public/js/lib/jquery-3.1.1.min.map
|
||||
opt/app/public/js/lib/jquery-3.2.1.min.js
|
||||
opt/app/public/js/lib/jquery-3.2.1.min.map
|
||||
opt/app/public/js/lib/jquery-ui.min.js
|
||||
@ -1074,6 +1092,20 @@ opt/app/resources/lang/pl_PL/list.php
|
||||
opt/app/resources/lang/pl_PL/pagination.php
|
||||
opt/app/resources/lang/pl_PL/passwords.php
|
||||
opt/app/resources/lang/pl_PL/validation.php
|
||||
opt/app/resources/lang/tr_TR/auth.php
|
||||
opt/app/resources/lang/tr_TR/bank.php
|
||||
opt/app/resources/lang/tr_TR/breadcrumbs.php
|
||||
opt/app/resources/lang/tr_TR/config.php
|
||||
opt/app/resources/lang/tr_TR/csv.php
|
||||
opt/app/resources/lang/tr_TR/demo.php
|
||||
opt/app/resources/lang/tr_TR/firefly.php
|
||||
opt/app/resources/lang/tr_TR/form.php
|
||||
opt/app/resources/lang/tr_TR/import.php
|
||||
opt/app/resources/lang/tr_TR/intro.php
|
||||
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/stubs/binary.bin
|
||||
opt/app/resources/stubs/csv.csv
|
||||
opt/app/resources/stubs/demo-configuration.json
|
||||
@ -1194,13 +1226,11 @@ opt/app/resources/views/import/bunq/prerequisites.twig
|
||||
opt/app/resources/views/import/file/initial.twig
|
||||
opt/app/resources/views/import/file/map.twig
|
||||
opt/app/resources/views/import/file/roles.twig
|
||||
opt/app/resources/views/import/file/upload.twig
|
||||
opt/app/resources/views/import/file/upload-config.twig
|
||||
opt/app/resources/views/import/index.twig
|
||||
opt/app/resources/views/import/spectre/input-fields.twig
|
||||
opt/app/resources/views/import/spectre/accounts.twig
|
||||
opt/app/resources/views/import/spectre/prerequisites.twig
|
||||
opt/app/resources/views/import/spectre/redirect.twig
|
||||
opt/app/resources/views/import/spectre/select-country.twig
|
||||
opt/app/resources/views/import/spectre/select-provider.twig
|
||||
opt/app/resources/views/import/status.twig
|
||||
opt/app/resources/views/index.twig
|
||||
opt/app/resources/views/javascript/accounts.twig
|
||||
@ -1219,6 +1249,7 @@ opt/app/resources/views/list/piggy-bank-events.twig
|
||||
opt/app/resources/views/list/piggy-banks.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
|
||||
@ -1297,10 +1328,11 @@ 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/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
|
||||
@ -2280,10 +2312,8 @@ opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/boots
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/none-stubs/app.js
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/react-stubs/Example.js
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/react-stubs/app.js
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/react-stubs/webpack.mix.js
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/vue-stubs/ExampleComponent.vue
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/vue-stubs/app.js
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/vue-stubs/webpack.mix.js
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/ProviderMakeCommand.php
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/QueuedCommand.php
|
||||
opt/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/RequestMakeCommand.php
|
||||
@ -2801,6 +2831,7 @@ opt/app/vendor/league/commonmark/src/Block/Element/Heading.php
|
||||
opt/app/vendor/league/commonmark/src/Block/Element/HtmlBlock.php
|
||||
opt/app/vendor/league/commonmark/src/Block/Element/IndentedCode.php
|
||||
opt/app/vendor/league/commonmark/src/Block/Element/InlineContainer.php
|
||||
opt/app/vendor/league/commonmark/src/Block/Element/InlineContainerInterface.php
|
||||
opt/app/vendor/league/commonmark/src/Block/Element/ListBlock.php
|
||||
opt/app/vendor/league/commonmark/src/Block/Element/ListData.php
|
||||
opt/app/vendor/league/commonmark/src/Block/Element/ListItem.php
|
||||
@ -2833,7 +2864,6 @@ opt/app/vendor/league/commonmark/src/Context.php
|
||||
opt/app/vendor/league/commonmark/src/ContextInterface.php
|
||||
opt/app/vendor/league/commonmark/src/Converter.php
|
||||
opt/app/vendor/league/commonmark/src/Cursor.php
|
||||
opt/app/vendor/league/commonmark/src/CursorState.php
|
||||
opt/app/vendor/league/commonmark/src/Delimiter/Delimiter.php
|
||||
opt/app/vendor/league/commonmark/src/Delimiter/DelimiterStack.php
|
||||
opt/app/vendor/league/commonmark/src/DocParser.php
|
||||
@ -4049,6 +4079,8 @@ opt/app/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/TestCommand.php
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/TestTiti.php
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/TestToto.php
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/application_1.json
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/application_1.md
|
||||
opt/app/vendor/symfony/console/Tests/Fixtures/application_1.txt
|
||||
@ -4335,6 +4367,7 @@ opt/app/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
|
||||
opt/app/vendor/symfony/debug/Tests/Fixtures2/RequiredTwice.php
|
||||
opt/app/vendor/symfony/debug/Tests/HeaderMock.php
|
||||
opt/app/vendor/symfony/debug/Tests/MockExceptionHandler.php
|
||||
opt/app/vendor/symfony/debug/Tests/phpt/debug_class_loader.phpt
|
||||
opt/app/vendor/symfony/debug/Tests/phpt/exception_rethrown.phpt
|
||||
opt/app/vendor/symfony/debug/Tests/phpt/fatal_with_nested_handlers.phpt
|
||||
opt/app/vendor/symfony/debug/composer.json
|
||||
@ -4751,6 +4784,7 @@ opt/app/vendor/symfony/http-kernel/Tests/EventListener/LocaleListenerTest.php
|
||||
opt/app/vendor/symfony/http-kernel/Tests/EventListener/ProfilerListenerTest.php
|
||||
opt/app/vendor/symfony/http-kernel/Tests/EventListener/ResponseListenerTest.php
|
||||
opt/app/vendor/symfony/http-kernel/Tests/EventListener/RouterListenerTest.php
|
||||
opt/app/vendor/symfony/http-kernel/Tests/EventListener/SaveSessionListenerTest.php
|
||||
opt/app/vendor/symfony/http-kernel/Tests/EventListener/SurrogateListenerTest.php
|
||||
opt/app/vendor/symfony/http-kernel/Tests/EventListener/TestSessionListenerTest.php
|
||||
opt/app/vendor/symfony/http-kernel/Tests/EventListener/TranslatorListenerTest.php
|
||||
@ -6161,7 +6195,6 @@ 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/webpack.mix.js
|
||||
proc/cpuinfo
|
||||
sandstorm-http-bridge
|
||||
sandstorm-http-bridge-config
|
||||
|
Loading…
Reference in New Issue
Block a user