From 33fbf4c9391821482b0a5ea1be1bfe8b38caf905 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 21 Oct 2017 10:03:34 +0200 Subject: [PATCH] File list --- .sandstorm/sandstorm-files.list | 929 +++++++++++++++++++++++++++++++- 1 file changed, 924 insertions(+), 5 deletions(-) diff --git a/.sandstorm/sandstorm-files.list b/.sandstorm/sandstorm-files.list index 1fa47d795a..f8ade913b3 100644 --- a/.sandstorm/sandstorm-files.list +++ b/.sandstorm/sandstorm-files.list @@ -214,7 +214,6 @@ opt/app/LICENSE opt/app/Procfile opt/app/README.md opt/app/app.json -opt/app/app/Console/Commands opt/app/app/Console/Commands/CreateExport.php opt/app/app/Console/Commands/CreateImport.php opt/app/app/Console/Commands/DecryptAttachment.php @@ -227,54 +226,265 @@ opt/app/app/Console/Commands/UseEncryption.php opt/app/app/Console/Commands/VerifiesAccessToken.php opt/app/app/Console/Commands/VerifyDatabase.php opt/app/app/Console/Kernel.php +opt/app/app/Events/AdminRequestedTestMessage.php +opt/app/app/Events/Event.php +opt/app/app/Events/RegisteredUser.php +opt/app/app/Events/RequestedNewPassword.php +opt/app/app/Events/StoredTransactionJournal.php +opt/app/app/Events/UpdatedTransactionJournal.php +opt/app/app/Events/UserChangedEmail.php +opt/app/app/Exceptions/FireflyException.php opt/app/app/Exceptions/Handler.php +opt/app/app/Exceptions/NotImplementedException.php +opt/app/app/Exceptions/ValidationException.php +opt/app/app/Export/Collector/AttachmentCollector.php +opt/app/app/Export/Collector/BasicCollector.php +opt/app/app/Export/Collector/CollectorInterface.php +opt/app/app/Export/Collector/UploadCollector.php +opt/app/app/Export/Entry/Entry.php +opt/app/app/Export/ExpandedProcessor.php +opt/app/app/Export/Exporter/BasicExporter.php +opt/app/app/Export/Exporter/CsvExporter.php +opt/app/app/Export/Exporter/ExporterInterface.php +opt/app/app/Export/ProcessorInterface.php opt/app/app/Generator/Chart/Basic/ChartJsGenerator.php opt/app/app/Generator/Chart/Basic/GeneratorInterface.php +opt/app/app/Generator/Report/Audit/MonthReportGenerator.php +opt/app/app/Generator/Report/Audit/MultiYearReportGenerator.php +opt/app/app/Generator/Report/Audit/YearReportGenerator.php +opt/app/app/Generator/Report/Budget/MonthReportGenerator.php +opt/app/app/Generator/Report/Budget/MultiYearReportGenerator.php +opt/app/app/Generator/Report/Budget/YearReportGenerator.php +opt/app/app/Generator/Report/Category/MonthReportGenerator.php +opt/app/app/Generator/Report/Category/MultiYearReportGenerator.php +opt/app/app/Generator/Report/Category/YearReportGenerator.php +opt/app/app/Generator/Report/ReportGeneratorFactory.php +opt/app/app/Generator/Report/ReportGeneratorInterface.php +opt/app/app/Generator/Report/Standard/MonthReportGenerator.php +opt/app/app/Generator/Report/Standard/MultiYearReportGenerator.php +opt/app/app/Generator/Report/Standard/YearReportGenerator.php +opt/app/app/Generator/Report/Support.php +opt/app/app/Generator/Report/Tag/MonthReportGenerator.php +opt/app/app/Generator/Report/Tag/MultiYearReportGenerator.php +opt/app/app/Generator/Report/Tag/YearReportGenerator.php +opt/app/app/Handlers/Events/AdminEventHandler.php +opt/app/app/Handlers/Events/StoredJournalEventHandler.php +opt/app/app/Handlers/Events/UpdatedJournalEventHandler.php +opt/app/app/Handlers/Events/UserEventHandler.php +opt/app/app/Helpers/Attachments/AttachmentHelper.php +opt/app/app/Helpers/Attachments/AttachmentHelperInterface.php +opt/app/app/Helpers/Chart/MetaPieChart.php +opt/app/app/Helpers/Chart/MetaPieChartInterface.php +opt/app/app/Helpers/Collection/Balance.php +opt/app/app/Helpers/Collection/BalanceEntry.php +opt/app/app/Helpers/Collection/BalanceHeader.php +opt/app/app/Helpers/Collection/BalanceLine.php +opt/app/app/Helpers/Collection/Bill.php +opt/app/app/Helpers/Collection/BillLine.php +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/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/TransferFilter.php +opt/app/app/Helpers/FiscalHelper.php +opt/app/app/Helpers/FiscalHelperInterface.php +opt/app/app/Helpers/Help/Help.php +opt/app/app/Helpers/Help/HelpInterface.php +opt/app/app/Helpers/Report/BalanceReportHelper.php +opt/app/app/Helpers/Report/BalanceReportHelperInterface.php +opt/app/app/Helpers/Report/BudgetReportHelper.php +opt/app/app/Helpers/Report/BudgetReportHelperInterface.php +opt/app/app/Helpers/Report/PopupReport.php +opt/app/app/Helpers/Report/PopupReportInterface.php +opt/app/app/Helpers/Report/ReportHelper.php +opt/app/app/Helpers/Report/ReportHelperInterface.php opt/app/app/Http/Controllers/AccountController.php +opt/app/app/Http/Controllers/Admin/ConfigurationController.php +opt/app/app/Http/Controllers/Admin/HomeController.php +opt/app/app/Http/Controllers/Admin/LinkController.php +opt/app/app/Http/Controllers/Admin/UserController.php +opt/app/app/Http/Controllers/AttachmentController.php +opt/app/app/Http/Controllers/Auth/ForgotPasswordController.php +opt/app/app/Http/Controllers/Auth/LoginController.php +opt/app/app/Http/Controllers/Auth/RegisterController.php +opt/app/app/Http/Controllers/Auth/ResetPasswordController.php +opt/app/app/Http/Controllers/Auth/TwoFactorController.php +opt/app/app/Http/Controllers/BillController.php +opt/app/app/Http/Controllers/BudgetController.php +opt/app/app/Http/Controllers/CategoryController.php opt/app/app/Http/Controllers/Chart/AccountController.php +opt/app/app/Http/Controllers/Chart/BillController.php opt/app/app/Http/Controllers/Chart/BudgetController.php +opt/app/app/Http/Controllers/Chart/BudgetReportController.php opt/app/app/Http/Controllers/Chart/CategoryController.php +opt/app/app/Http/Controllers/Chart/CategoryReportController.php +opt/app/app/Http/Controllers/Chart/PiggyBankController.php +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/ExportController.php +opt/app/app/Http/Controllers/HelpController.php opt/app/app/Http/Controllers/HomeController.php +opt/app/app/Http/Controllers/Import/BankController.php +opt/app/app/Http/Controllers/Import/FileController.php +opt/app/app/Http/Controllers/ImportController.php opt/app/app/Http/Controllers/JavascriptController.php +opt/app/app/Http/Controllers/Json/AutoCompleteController.php opt/app/app/Http/Controllers/Json/BoxController.php +opt/app/app/Http/Controllers/Json/ExchangeController.php opt/app/app/Http/Controllers/Json/IntroController.php +opt/app/app/Http/Controllers/JsonController.php opt/app/app/Http/Controllers/NewUserController.php +opt/app/app/Http/Controllers/PiggyBankController.php +opt/app/app/Http/Controllers/Popup/ReportController.php opt/app/app/Http/Controllers/PreferencesController.php +opt/app/app/Http/Controllers/ProfileController.php +opt/app/app/Http/Controllers/Report/AccountController.php +opt/app/app/Http/Controllers/Report/BalanceController.php +opt/app/app/Http/Controllers/Report/BudgetController.php +opt/app/app/Http/Controllers/Report/CategoryController.php +opt/app/app/Http/Controllers/Report/OperationsController.php +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/TagController.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 +opt/app/app/Http/Controllers/Transaction/SingleController.php +opt/app/app/Http/Controllers/Transaction/SplitController.php +opt/app/app/Http/Controllers/TransactionController.php opt/app/app/Http/Kernel.php 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/IsAdmin.php +opt/app/app/Http/Middleware/IsLimitedUser.php opt/app/app/Http/Middleware/Range.php +opt/app/app/Http/Middleware/RedirectIfAuthenticated.php +opt/app/app/Http/Middleware/RedirectIfTwoFactorAuthenticated.php opt/app/app/Http/Middleware/Sandstorm.php opt/app/app/Http/Middleware/TrimStrings.php opt/app/app/Http/Middleware/TrustProxies.php opt/app/app/Http/Middleware/VerifyCsrfToken.php +opt/app/app/Http/Requests/AccountFormRequest.php +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/CategoryFormRequest.php +opt/app/app/Http/Requests/ConfigurationRequest.php +opt/app/app/Http/Requests/CurrencyFormRequest.php +opt/app/app/Http/Requests/DeleteAccountFormRequest.php +opt/app/app/Http/Requests/EmailFormRequest.php +opt/app/app/Http/Requests/ExportFormRequest.php +opt/app/app/Http/Requests/ImportUploadRequest.php +opt/app/app/Http/Requests/JournalFormRequest.php +opt/app/app/Http/Requests/JournalLinkRequest.php +opt/app/app/Http/Requests/LinkTypeFormRequest.php +opt/app/app/Http/Requests/MassDeleteJournalRequest.php +opt/app/app/Http/Requests/MassEditJournalRequest.php +opt/app/app/Http/Requests/NewUserFormRequest.php +opt/app/app/Http/Requests/PiggyBankFormRequest.php +opt/app/app/Http/Requests/ProfileFormRequest.php +opt/app/app/Http/Requests/ReportFormRequest.php +opt/app/app/Http/Requests/Request.php +opt/app/app/Http/Requests/RuleFormRequest.php +opt/app/app/Http/Requests/RuleGroupFormRequest.php +opt/app/app/Http/Requests/SelectTransactionsRequest.php +opt/app/app/Http/Requests/SplitJournalFormRequest.php +opt/app/app/Http/Requests/TagFormRequest.php +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/Http/breadcrumbs.php +opt/app/app/Import/Configurator/ConfiguratorInterface.php +opt/app/app/Import/Configurator/CsvConfigurator.php +opt/app/app/Import/Converter/Amount.php +opt/app/app/Import/Converter/ConverterInterface.php +opt/app/app/Import/Converter/INGDebetCredit.php +opt/app/app/Import/Converter/RabobankDebetCredit.php +opt/app/app/Import/FileProcessor/CsvProcessor.php +opt/app/app/Import/FileProcessor/FileProcessorInterface.php +opt/app/app/Import/Logging/CommandHandler.php +opt/app/app/Import/Mapper/AssetAccountIbans.php +opt/app/app/Import/Mapper/AssetAccounts.php +opt/app/app/Import/Mapper/Bills.php +opt/app/app/Import/Mapper/Budgets.php +opt/app/app/Import/Mapper/Categories.php +opt/app/app/Import/Mapper/MapperInterface.php +opt/app/app/Import/Mapper/OpposingAccountIbans.php +opt/app/app/Import/Mapper/OpposingAccounts.php +opt/app/app/Import/Mapper/Tags.php +opt/app/app/Import/Mapper/TransactionCurrencies.php +opt/app/app/Import/MapperPreProcess/PreProcessorInterface.php +opt/app/app/Import/MapperPreProcess/TagsComma.php +opt/app/app/Import/MapperPreProcess/TagsSpace.php +opt/app/app/Import/Object/ImportAccount.php +opt/app/app/Import/Object/ImportBill.php +opt/app/app/Import/Object/ImportBudget.php +opt/app/app/Import/Object/ImportCategory.php +opt/app/app/Import/Object/ImportCurrency.php +opt/app/app/Import/Object/ImportJournal.php +opt/app/app/Import/Routine/ImportRoutine.php +opt/app/app/Import/Specifics/AbnAmroDescription.php +opt/app/app/Import/Specifics/IngDescription.php +opt/app/app/Import/Specifics/PresidentsChoice.php +opt/app/app/Import/Specifics/RabobankDescription.php +opt/app/app/Import/Specifics/SnsDescription.php +opt/app/app/Import/Specifics/SpecificInterface.php +opt/app/app/Import/Storage/ImportStorage.php +opt/app/app/Import/Storage/ImportSupport.php +opt/app/app/Jobs/ExecuteRuleGroupOnExistingTransactions.php +opt/app/app/Jobs/ExecuteRuleOnExistingTransactions.php +opt/app/app/Jobs/Job.php +opt/app/app/Jobs/MailError.php +opt/app/app/Mail/AdminTestMail.php +opt/app/app/Mail/ConfirmEmailChangeMail.php +opt/app/app/Mail/RegisteredUser.php +opt/app/app/Mail/RequestedNewPassword.php +opt/app/app/Mail/UndoEmailChangeMail.php opt/app/app/Models/Account.php opt/app/app/Models/AccountMeta.php opt/app/app/Models/AccountType.php +opt/app/app/Models/Attachment.php opt/app/app/Models/AvailableBudget.php opt/app/app/Models/Bill.php opt/app/app/Models/Budget.php +opt/app/app/Models/BudgetLimit.php opt/app/app/Models/Category.php opt/app/app/Models/Configuration.php +opt/app/app/Models/CurrencyExchangeRate.php +opt/app/app/Models/ExportJob.php +opt/app/app/Models/ImportJob.php +opt/app/app/Models/LimitRepetition.php opt/app/app/Models/LinkType.php +opt/app/app/Models/Note.php opt/app/app/Models/PiggyBank.php +opt/app/app/Models/PiggyBankEvent.php +opt/app/app/Models/PiggyBankRepetition.php opt/app/app/Models/Preference.php opt/app/app/Models/Role.php +opt/app/app/Models/Rule.php +opt/app/app/Models/RuleAction.php +opt/app/app/Models/RuleGroup.php +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/TransactionJournal.php +opt/app/app/Models/TransactionJournalLink.php +opt/app/app/Models/TransactionJournalMeta.php opt/app/app/Models/TransactionType.php opt/app/app/Providers/AccountServiceProvider.php opt/app/app/Providers/AdminServiceProvider.php @@ -282,13 +492,16 @@ opt/app/app/Providers/AppServiceProvider.php opt/app/app/Providers/AttachmentServiceProvider.php opt/app/app/Providers/AuthServiceProvider.php opt/app/app/Providers/BillServiceProvider.php +opt/app/app/Providers/BroadcastServiceProvider.php opt/app/app/Providers/BudgetServiceProvider.php opt/app/app/Providers/CategoryServiceProvider.php opt/app/app/Providers/CurrencyServiceProvider.php opt/app/app/Providers/EventServiceProvider.php opt/app/app/Providers/ExportJobServiceProvider.php opt/app/app/Providers/FireflyServiceProvider.php +opt/app/app/Providers/FireflySessionProvider.php opt/app/app/Providers/JournalServiceProvider.php +opt/app/app/Providers/LogServiceProvider.php opt/app/app/Providers/PiggyBankServiceProvider.php opt/app/app/Providers/RouteServiceProvider.php opt/app/app/Providers/RuleGroupServiceProvider.php @@ -297,7 +510,11 @@ opt/app/app/Providers/SearchServiceProvider.php opt/app/app/Providers/TagServiceProvider.php opt/app/app/Repositories/Account/AccountRepository.php opt/app/app/Repositories/Account/AccountRepositoryInterface.php +opt/app/app/Repositories/Account/AccountTasker.php +opt/app/app/Repositories/Account/AccountTaskerInterface.php opt/app/app/Repositories/Account/FindAccountsTrait.php +opt/app/app/Repositories/Attachment/AttachmentRepository.php +opt/app/app/Repositories/Attachment/AttachmentRepositoryInterface.php opt/app/app/Repositories/Bill/BillRepository.php opt/app/app/Repositories/Bill/BillRepositoryInterface.php opt/app/app/Repositories/Budget/BudgetRepository.php @@ -306,16 +523,75 @@ opt/app/app/Repositories/Category/CategoryRepository.php opt/app/app/Repositories/Category/CategoryRepositoryInterface.php opt/app/app/Repositories/Currency/CurrencyRepository.php opt/app/app/Repositories/Currency/CurrencyRepositoryInterface.php +opt/app/app/Repositories/ExportJob/ExportJobRepository.php +opt/app/app/Repositories/ExportJob/ExportJobRepositoryInterface.php +opt/app/app/Repositories/ImportJob/ImportJobRepository.php +opt/app/app/Repositories/ImportJob/ImportJobRepositoryInterface.php opt/app/app/Repositories/Journal/CreateJournalsTrait.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/Journal/SupportJournalsTrait.php opt/app/app/Repositories/Journal/UpdateJournalsTrait.php +opt/app/app/Repositories/LinkType/LinkTypeRepository.php +opt/app/app/Repositories/LinkType/LinkTypeRepositoryInterface.php +opt/app/app/Repositories/PiggyBank/PiggyBankRepository.php +opt/app/app/Repositories/PiggyBank/PiggyBankRepositoryInterface.php +opt/app/app/Repositories/Rule/RuleRepository.php +opt/app/app/Repositories/Rule/RuleRepositoryInterface.php +opt/app/app/Repositories/RuleGroup/RuleGroupRepository.php +opt/app/app/Repositories/RuleGroup/RuleGroupRepositoryInterface.php +opt/app/app/Repositories/Tag/TagRepository.php +opt/app/app/Repositories/Tag/TagRepositoryInterface.php opt/app/app/Repositories/User/UserRepository.php opt/app/app/Repositories/User/UserRepositoryInterface.php +opt/app/app/Services/Bunq/Id/BunqId.php +opt/app/app/Services/Bunq/Id/DeviceServerId.php +opt/app/app/Services/Bunq/Id/DeviceSessionId.php +opt/app/app/Services/Bunq/Id/InstallationId.php +opt/app/app/Services/Bunq/Object/Alias.php +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/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/ServerPublicKey.php +opt/app/app/Services/Bunq/Object/UserCompany.php +opt/app/app/Services/Bunq/Object/UserLight.php +opt/app/app/Services/Bunq/Object/UserPerson.php +opt/app/app/Services/Bunq/Request/BunqRequest.php +opt/app/app/Services/Bunq/Request/DeleteDeviceSessionRequest.php +opt/app/app/Services/Bunq/Request/DeviceServerRequest.php +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/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/Password/PwndVerifier.php +opt/app/app/Services/Password/Verifier.php opt/app/app/Support/Amount.php +opt/app/app/Support/Binder/AccountList.php +opt/app/app/Support/Binder/BinderInterface.php +opt/app/app/Support/Binder/BudgetList.php +opt/app/app/Support/Binder/CategoryList.php +opt/app/app/Support/Binder/CurrencyCode.php +opt/app/app/Support/Binder/Date.php +opt/app/app/Support/Binder/JournalList.php +opt/app/app/Support/Binder/TagList.php +opt/app/app/Support/Binder/UnfinishedJournal.php opt/app/app/Support/CacheProperties.php +opt/app/app/Support/ChartColour.php opt/app/app/Support/Domain.php +opt/app/app/Support/Events/BillScanner.php opt/app/app/Support/ExpandedForm.php opt/app/app/Support/Facades/Amount.php opt/app/app/Support/Facades/ExpandedForm.php @@ -324,9 +600,20 @@ 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/ConfigurationInterface.php +opt/app/app/Support/Import/Configuration/Csv/Initial.php +opt/app/app/Support/Import/Configuration/Csv/Map.php +opt/app/app/Support/Import/Configuration/Csv/Roles.php +opt/app/app/Support/Import/Information/BunqInformation.php +opt/app/app/Support/Import/Information/InformationInterface.php +opt/app/app/Support/Import/Prerequisites/BunqPrerequisites.php +opt/app/app/Support/Import/Prerequisites/PrerequisitesInterface.php opt/app/app/Support/Models/TransactionJournalTrait.php opt/app/app/Support/Navigation.php opt/app/app/Support/Preferences.php +opt/app/app/Support/Search/Modifier.php +opt/app/app/Support/Search/Search.php +opt/app/app/Support/Search/SearchInterface.php opt/app/app/Support/Steam.php opt/app/app/Support/Twig/AmountFormat.php opt/app/app/Support/Twig/General.php @@ -335,14 +622,70 @@ opt/app/app/Support/Twig/PiggyBank.php opt/app/app/Support/Twig/Rule.php opt/app/app/Support/Twig/Transaction.php opt/app/app/Support/Twig/Translation.php +opt/app/app/TransactionRules/Actions/ActionInterface.php +opt/app/app/TransactionRules/Actions/AddTag.php +opt/app/app/TransactionRules/Actions/AppendDescription.php +opt/app/app/TransactionRules/Actions/AppendNotes.php +opt/app/app/TransactionRules/Actions/ClearBudget.php +opt/app/app/TransactionRules/Actions/ClearCategory.php +opt/app/app/TransactionRules/Actions/ClearNotes.php +opt/app/app/TransactionRules/Actions/PrependDescription.php +opt/app/app/TransactionRules/Actions/PrependNotes.php +opt/app/app/TransactionRules/Actions/RemoveAllTags.php +opt/app/app/TransactionRules/Actions/RemoveTag.php +opt/app/app/TransactionRules/Actions/SetBudget.php +opt/app/app/TransactionRules/Actions/SetCategory.php +opt/app/app/TransactionRules/Actions/SetDescription.php +opt/app/app/TransactionRules/Actions/SetDestinationAccount.php +opt/app/app/TransactionRules/Actions/SetNotes.php +opt/app/app/TransactionRules/Actions/SetSourceAccount.php +opt/app/app/TransactionRules/Factory/ActionFactory.php +opt/app/app/TransactionRules/Factory/TriggerFactory.php +opt/app/app/TransactionRules/Processor.php +opt/app/app/TransactionRules/TransactionMatcher.php +opt/app/app/TransactionRules/Triggers/AbstractTrigger.php +opt/app/app/TransactionRules/Triggers/AmountExactly.php +opt/app/app/TransactionRules/Triggers/AmountLess.php +opt/app/app/TransactionRules/Triggers/AmountMore.php +opt/app/app/TransactionRules/Triggers/BudgetIs.php +opt/app/app/TransactionRules/Triggers/CategoryIs.php +opt/app/app/TransactionRules/Triggers/DescriptionContains.php +opt/app/app/TransactionRules/Triggers/DescriptionEnds.php +opt/app/app/TransactionRules/Triggers/DescriptionIs.php +opt/app/app/TransactionRules/Triggers/DescriptionStarts.php +opt/app/app/TransactionRules/Triggers/FromAccountContains.php +opt/app/app/TransactionRules/Triggers/FromAccountEnds.php +opt/app/app/TransactionRules/Triggers/FromAccountIs.php +opt/app/app/TransactionRules/Triggers/FromAccountStarts.php +opt/app/app/TransactionRules/Triggers/HasAnyBudget.php +opt/app/app/TransactionRules/Triggers/HasAnyCategory.php +opt/app/app/TransactionRules/Triggers/HasAnyTag.php +opt/app/app/TransactionRules/Triggers/HasAttachment.php +opt/app/app/TransactionRules/Triggers/HasNoBudget.php +opt/app/app/TransactionRules/Triggers/HasNoCategory.php +opt/app/app/TransactionRules/Triggers/HasNoTag.php +opt/app/app/TransactionRules/Triggers/NotesAny.php +opt/app/app/TransactionRules/Triggers/NotesAre.php +opt/app/app/TransactionRules/Triggers/NotesContain.php +opt/app/app/TransactionRules/Triggers/NotesEmpty.php +opt/app/app/TransactionRules/Triggers/NotesEnd.php +opt/app/app/TransactionRules/Triggers/NotesStart.php +opt/app/app/TransactionRules/Triggers/TagIs.php +opt/app/app/TransactionRules/Triggers/ToAccountContains.php +opt/app/app/TransactionRules/Triggers/ToAccountEnds.php +opt/app/app/TransactionRules/Triggers/ToAccountIs.php +opt/app/app/TransactionRules/Triggers/ToAccountStarts.php +opt/app/app/TransactionRules/Triggers/TransactionType.php +opt/app/app/TransactionRules/Triggers/TriggerInterface.php +opt/app/app/TransactionRules/Triggers/UserAction.php opt/app/app/User.php +opt/app/app/Validation/FireflyValidator.php opt/app/artisan opt/app/bootstrap/app.php opt/app/bootstrap/cache/packages.php opt/app/bootstrap/cache/services.php opt/app/composer.json opt/app/composer.lock -opt/app/config opt/app/config/app.php opt/app/config/auth.php opt/app/config/broadcasting.php @@ -360,7 +703,7 @@ opt/app/config/twigbridge.php opt/app/config/upgrade.php opt/app/config/view.php opt/app/crowdin.yaml -opt/app/database/migrations +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 opt/app/database/migrations/2016_06_16_000002_create_main_tables.php @@ -388,53 +731,413 @@ opt/app/package.json opt/app/phpunit.coverage.specific.xml opt/app/phpunit.coverage.xml opt/app/phpunit.xml +opt/app/public/.htaccess +opt/app/public/android-chrome-192x192.png +opt/app/public/android-chrome-512x512.png +opt/app/public/apple-touch-icon.png +opt/app/public/browserconfig.xml +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/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/lato-100.woff2 +opt/app/public/fonts/roboto-light-300.woff2 +opt/app/public/images/error.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/bunq.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/ff/accounts/create.js +opt/app/public/js/ff/accounts/edit.js +opt/app/public/js/ff/accounts/show.js +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/index.js +opt/app/public/js/ff/budgets/show.js +opt/app/public/js/ff/categories/index.js +opt/app/public/js/ff/categories/show-by-date.js +opt/app/public/js/ff/categories/show.js opt/app/public/js/ff/charts.defaults.js opt/app/public/js/ff/charts.js +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/status.js opt/app/public/js/ff/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 +opt/app/public/js/ff/piggy-banks/index.js +opt/app/public/js/ff/piggy-banks/show.js opt/app/public/js/ff/preferences/index.js +opt/app/public/js/ff/reports/audit/all.js +opt/app/public/js/ff/reports/budget/all.js +opt/app/public/js/ff/reports/budget/month.js +opt/app/public/js/ff/reports/category/all.js +opt/app/public/js/ff/reports/category/month.js +opt/app/public/js/ff/reports/default/all.js +opt/app/public/js/ff/reports/default/month.js +opt/app/public/js/ff/reports/default/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/all.js +opt/app/public/js/ff/reports/tag/month.js +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/index.js +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.js +opt/app/public/js/ff/transactions/show.js +opt/app/public/js/ff/transactions/single/common.js +opt/app/public/js/ff/transactions/single/create.js +opt/app/public/js/ff/transactions/single/edit.js +opt/app/public/js/ff/transactions/split/edit.js 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/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-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/adminlte/css/AdminLTE.css opt/app/public/lib/adminlte/css/AdminLTE.min.css +opt/app/public/lib/adminlte/css/skins/skin-blue-light.css opt/app/public/lib/adminlte/css/skins/skin-blue-light.min.css +opt/app/public/lib/adminlte/img/icons.png +opt/app/public/lib/adminlte/js/app.js opt/app/public/lib/adminlte/js/app.min.js +opt/app/public/lib/bootstrap/config.json opt/app/public/lib/bootstrap/css/bootstrap.min.css +opt/app/public/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +opt/app/public/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +opt/app/public/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +opt/app/public/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +opt/app/public/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 opt/app/public/lib/bootstrap/js/bootstrap.min.js +opt/app/public/lib/font-awesome/css/font-awesome.css opt/app/public/lib/font-awesome/css/font-awesome.min.css +opt/app/public/lib/font-awesome/fonts/FontAwesome.otf +opt/app/public/lib/font-awesome/fonts/fontawesome-webfont.eot +opt/app/public/lib/font-awesome/fonts/fontawesome-webfont.svg +opt/app/public/lib/font-awesome/fonts/fontawesome-webfont.ttf +opt/app/public/lib/font-awesome/fonts/fontawesome-webfont.woff opt/app/public/lib/font-awesome/fonts/fontawesome-webfont.woff2 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/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/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 +opt/app/resources/lang/de_DE/auth.php +opt/app/resources/lang/de_DE/bank.php +opt/app/resources/lang/de_DE/breadcrumbs.php +opt/app/resources/lang/de_DE/config.php +opt/app/resources/lang/de_DE/csv.php +opt/app/resources/lang/de_DE/demo.php +opt/app/resources/lang/de_DE/firefly.php +opt/app/resources/lang/de_DE/form.php +opt/app/resources/lang/de_DE/help.php +opt/app/resources/lang/de_DE/intro.php +opt/app/resources/lang/de_DE/list.php +opt/app/resources/lang/de_DE/pagination.php +opt/app/resources/lang/de_DE/passwords.php +opt/app/resources/lang/de_DE/validation.php +opt/app/resources/lang/en_US/auth.php +opt/app/resources/lang/en_US/bank.php opt/app/resources/lang/en_US/breadcrumbs.php opt/app/resources/lang/en_US/config.php +opt/app/resources/lang/en_US/csv.php +opt/app/resources/lang/en_US/demo.php opt/app/resources/lang/en_US/firefly.php opt/app/resources/lang/en_US/form.php opt/app/resources/lang/en_US/intro.php +opt/app/resources/lang/en_US/list.php +opt/app/resources/lang/en_US/pagination.php +opt/app/resources/lang/en_US/passwords.php +opt/app/resources/lang/en_US/validation.php +opt/app/resources/lang/es_ES/auth.php +opt/app/resources/lang/es_ES/bank.php +opt/app/resources/lang/es_ES/breadcrumbs.php +opt/app/resources/lang/es_ES/config.php +opt/app/resources/lang/es_ES/csv.php +opt/app/resources/lang/es_ES/demo.php +opt/app/resources/lang/es_ES/firefly.php +opt/app/resources/lang/es_ES/form.php +opt/app/resources/lang/es_ES/help.php +opt/app/resources/lang/es_ES/intro.php +opt/app/resources/lang/es_ES/list.php +opt/app/resources/lang/es_ES/pagination.php +opt/app/resources/lang/es_ES/passwords.php +opt/app/resources/lang/es_ES/validation.php +opt/app/resources/lang/fr_FR/auth.php +opt/app/resources/lang/fr_FR/bank.php +opt/app/resources/lang/fr_FR/breadcrumbs.php +opt/app/resources/lang/fr_FR/config.php +opt/app/resources/lang/fr_FR/csv.php +opt/app/resources/lang/fr_FR/demo.php +opt/app/resources/lang/fr_FR/firefly.php +opt/app/resources/lang/fr_FR/form.php +opt/app/resources/lang/fr_FR/help.php +opt/app/resources/lang/fr_FR/intro.php +opt/app/resources/lang/fr_FR/list.php +opt/app/resources/lang/fr_FR/pagination.php +opt/app/resources/lang/fr_FR/passwords.php +opt/app/resources/lang/fr_FR/validation.php +opt/app/resources/lang/id_ID/auth.php +opt/app/resources/lang/id_ID/bank.php +opt/app/resources/lang/id_ID/breadcrumbs.php +opt/app/resources/lang/id_ID/config.php +opt/app/resources/lang/id_ID/csv.php +opt/app/resources/lang/id_ID/demo.php +opt/app/resources/lang/id_ID/firefly.php +opt/app/resources/lang/id_ID/form.php +opt/app/resources/lang/id_ID/intro.php +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/nl_NL/auth.php +opt/app/resources/lang/nl_NL/bank.php +opt/app/resources/lang/nl_NL/breadcrumbs.php +opt/app/resources/lang/nl_NL/config.php +opt/app/resources/lang/nl_NL/csv.php +opt/app/resources/lang/nl_NL/demo.php +opt/app/resources/lang/nl_NL/firefly.php +opt/app/resources/lang/nl_NL/form.php +opt/app/resources/lang/nl_NL/help.php +opt/app/resources/lang/nl_NL/intro.php +opt/app/resources/lang/nl_NL/list.php +opt/app/resources/lang/nl_NL/pagination.php +opt/app/resources/lang/nl_NL/passwords.php +opt/app/resources/lang/nl_NL/validation.php +opt/app/resources/lang/pl_PL/auth.php +opt/app/resources/lang/pl_PL/bank.php +opt/app/resources/lang/pl_PL/breadcrumbs.php +opt/app/resources/lang/pl_PL/config.php +opt/app/resources/lang/pl_PL/csv.php +opt/app/resources/lang/pl_PL/demo.php +opt/app/resources/lang/pl_PL/firefly.php +opt/app/resources/lang/pl_PL/form.php +opt/app/resources/lang/pl_PL/help.php +opt/app/resources/lang/pl_PL/intro.php +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/pt_BR/auth.php +opt/app/resources/lang/pt_BR/bank.php +opt/app/resources/lang/pt_BR/breadcrumbs.php +opt/app/resources/lang/pt_BR/config.php +opt/app/resources/lang/pt_BR/csv.php +opt/app/resources/lang/pt_BR/demo.php +opt/app/resources/lang/pt_BR/firefly.php +opt/app/resources/lang/pt_BR/form.php +opt/app/resources/lang/pt_BR/help.php +opt/app/resources/lang/pt_BR/intro.php +opt/app/resources/lang/pt_BR/list.php +opt/app/resources/lang/pt_BR/pagination.php +opt/app/resources/lang/pt_BR/passwords.php +opt/app/resources/lang/pt_BR/validation.php +opt/app/resources/lang/ru_RU/auth.php +opt/app/resources/lang/ru_RU/bank.php +opt/app/resources/lang/ru_RU/breadcrumbs.php +opt/app/resources/lang/ru_RU/config.php +opt/app/resources/lang/ru_RU/csv.php +opt/app/resources/lang/ru_RU/demo.php +opt/app/resources/lang/ru_RU/firefly.php +opt/app/resources/lang/ru_RU/form.php +opt/app/resources/lang/ru_RU/help.php +opt/app/resources/lang/ru_RU/intro.php +opt/app/resources/lang/ru_RU/list.php +opt/app/resources/lang/ru_RU/pagination.php +opt/app/resources/lang/ru_RU/passwords.php +opt/app/resources/lang/ru_RU/validation.php +opt/app/resources/lang/sl_SI/auth.php +opt/app/resources/lang/sl_SI/bank.php +opt/app/resources/lang/sl_SI/breadcrumbs.php +opt/app/resources/lang/sl_SI/config.php +opt/app/resources/lang/sl_SI/csv.php +opt/app/resources/lang/sl_SI/demo.php +opt/app/resources/lang/sl_SI/firefly.php +opt/app/resources/lang/sl_SI/form.php +opt/app/resources/lang/sl_SI/help.php +opt/app/resources/lang/sl_SI/intro.php +opt/app/resources/lang/sl_SI/list.php +opt/app/resources/lang/sl_SI/pagination.php +opt/app/resources/lang/sl_SI/passwords.php +opt/app/resources/lang/sl_SI/validation.php +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 opt/app/resources/views/accounts/index.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/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/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/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/configure.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/reports/index.twig +opt/app/resources/views/demo/transactions/index.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/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/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-small.twig +opt/app/resources/views/form/amount.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/multiCheckbox.twig +opt/app/resources/views/form/multiRadio.twig +opt/app/resources/views/form/non-selectable-amount.twig +opt/app/resources/views/form/options.twig +opt/app/resources/views/form/password.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/prerequisites.twig +opt/app/resources/views/import/csv/initial.twig +opt/app/resources/views/import/csv/map.twig +opt/app/resources/views/import/csv/roles.twig +opt/app/resources/views/import/file/finished.twig +opt/app/resources/views/import/file/index.twig +opt/app/resources/views/import/file/status.twig +opt/app/resources/views/import/index.twig opt/app/resources/views/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/layout/default.twig +opt/app/resources/views/layout/empty.twig +opt/app/resources/views/layout/guest.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/new-user/index.twig opt/app/resources/views/partials/boxes.twig opt/app/resources/views/partials/control-bar.twig @@ -443,12 +1146,85 @@ opt/app/resources/views/partials/favicons.twig opt/app/resources/views/partials/flashes.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/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/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/delete-account.twig +opt/app/resources/views/profile/index.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/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/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/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/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/routes/api.php +opt/app/routes/channels.php opt/app/routes/console.php opt/app/routes/web.php opt/app/server.php -opt/app/storage opt/app/test.sh opt/app/vendor/autoload.php opt/app/vendor/bacon/bacon-qr-code/.travis.yml @@ -958,6 +1734,9 @@ 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/egulias/email-validator/EmailValidator/EmailLexer.php +opt/app/vendor/egulias/email-validator/EmailValidator/EmailParser.php +opt/app/vendor/egulias/email-validator/EmailValidator/EmailValidator.php opt/app/vendor/egulias/email-validator/EmailValidator/Exception/AtextAfterCFWS.php opt/app/vendor/egulias/email-validator/EmailValidator/Exception/CRLFAtTheEnd.php opt/app/vendor/egulias/email-validator/EmailValidator/Exception/CRLFX2.php @@ -982,6 +1761,9 @@ opt/app/vendor/egulias/email-validator/EmailValidator/Exception/NoLocalPart.php opt/app/vendor/egulias/email-validator/EmailValidator/Exception/UnclosedComment.php opt/app/vendor/egulias/email-validator/EmailValidator/Exception/UnclosedQuotedString.php opt/app/vendor/egulias/email-validator/EmailValidator/Exception/UnopenedComment.php +opt/app/vendor/egulias/email-validator/EmailValidator/Parser/DomainPart.php +opt/app/vendor/egulias/email-validator/EmailValidator/Parser/LocalPart.php +opt/app/vendor/egulias/email-validator/EmailValidator/Parser/Parser.php opt/app/vendor/egulias/email-validator/EmailValidator/Validation/DNSCheckValidation.php opt/app/vendor/egulias/email-validator/EmailValidator/Validation/EmailValidation.php opt/app/vendor/egulias/email-validator/EmailValidator/Validation/Error/RFCWarnings.php @@ -994,6 +1776,7 @@ opt/app/vendor/egulias/email-validator/EmailValidator/Validation/RFCValidation.p opt/app/vendor/egulias/email-validator/EmailValidator/Validation/SpoofCheckValidation.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/AddressLiteral.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/CFWSNearAt.php +opt/app/vendor/egulias/email-validator/EmailValidator/Warning/CFWSWithFWS.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/Comment.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/DeprecatedComment.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/DomainLiteral.php @@ -1007,10 +1790,18 @@ opt/app/vendor/egulias/email-validator/EmailValidator/Warning/IPV6DoubleColon.ph opt/app/vendor/egulias/email-validator/EmailValidator/Warning/IPV6GroupCount.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/IPV6MaxGroups.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/LabelTooLong.php +opt/app/vendor/egulias/email-validator/EmailValidator/Warning/LocalTooLong.php +opt/app/vendor/egulias/email-validator/EmailValidator/Warning/NoDNSMXRecord.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/ObsoleteDTEXT.php +opt/app/vendor/egulias/email-validator/EmailValidator/Warning/QuotedPart.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/QuotedString.php opt/app/vendor/egulias/email-validator/EmailValidator/Warning/TLD.php +opt/app/vendor/egulias/email-validator/EmailValidator/Warning/Warning.php +opt/app/vendor/egulias/email-validator/LICENSE +opt/app/vendor/egulias/email-validator/README.md opt/app/vendor/egulias/email-validator/composer.json +opt/app/vendor/egulias/email-validator/composer.lock +opt/app/vendor/egulias/email-validator/phpunit.xml.dist opt/app/vendor/erusev/parsedown/LICENSE.txt opt/app/vendor/erusev/parsedown/Parsedown.php opt/app/vendor/erusev/parsedown/README.md @@ -2318,6 +3109,30 @@ 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/composer.json @@ -2528,6 +3343,110 @@ opt/app/vendor/rcrowe/twigbridge/src/ServiceProvider.php opt/app/vendor/rcrowe/twigbridge/src/Twig/Globals.php opt/app/vendor/rcrowe/twigbridge/src/Twig/Loader.php opt/app/vendor/rcrowe/twigbridge/src/Twig/Template.php +opt/app/vendor/rmccue/requests/.coveralls.yml +opt/app/vendor/rmccue/requests/.travis.yml +opt/app/vendor/rmccue/requests/CHANGELOG.md +opt/app/vendor/rmccue/requests/LICENSE +opt/app/vendor/rmccue/requests/README.md +opt/app/vendor/rmccue/requests/bin/create_pear_package.php +opt/app/vendor/rmccue/requests/composer.json +opt/app/vendor/rmccue/requests/docs/README.md +opt/app/vendor/rmccue/requests/docs/authentication-custom.md +opt/app/vendor/rmccue/requests/docs/authentication.md +opt/app/vendor/rmccue/requests/docs/goals.md +opt/app/vendor/rmccue/requests/docs/hooks.md +opt/app/vendor/rmccue/requests/docs/proxy.md +opt/app/vendor/rmccue/requests/docs/usage-advanced.md +opt/app/vendor/rmccue/requests/docs/usage.md +opt/app/vendor/rmccue/requests/docs/why-requests.md +opt/app/vendor/rmccue/requests/examples/basic-auth.php +opt/app/vendor/rmccue/requests/examples/cookie.php +opt/app/vendor/rmccue/requests/examples/cookie_jar.php +opt/app/vendor/rmccue/requests/examples/get.php +opt/app/vendor/rmccue/requests/examples/multiple.php +opt/app/vendor/rmccue/requests/examples/post.php +opt/app/vendor/rmccue/requests/examples/proxy.php +opt/app/vendor/rmccue/requests/examples/session.php +opt/app/vendor/rmccue/requests/examples/timeout.php +opt/app/vendor/rmccue/requests/library/Requests.php +opt/app/vendor/rmccue/requests/library/Requests/Auth.php +opt/app/vendor/rmccue/requests/library/Requests/Auth/Basic.php +opt/app/vendor/rmccue/requests/library/Requests/Cookie.php +opt/app/vendor/rmccue/requests/library/Requests/Cookie/Jar.php +opt/app/vendor/rmccue/requests/library/Requests/Exception.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/304.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/305.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/306.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/400.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/401.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/402.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/403.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/404.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/405.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/406.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/407.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/408.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/409.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/410.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/411.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/412.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/413.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/414.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/415.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/416.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/417.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/418.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/428.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/429.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/431.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/500.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/501.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/502.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/503.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/504.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/505.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/511.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/HTTP/Unknown.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/Transport.php +opt/app/vendor/rmccue/requests/library/Requests/Exception/Transport/cURL.php +opt/app/vendor/rmccue/requests/library/Requests/Hooker.php +opt/app/vendor/rmccue/requests/library/Requests/Hooks.php +opt/app/vendor/rmccue/requests/library/Requests/IDNAEncoder.php +opt/app/vendor/rmccue/requests/library/Requests/IPv6.php +opt/app/vendor/rmccue/requests/library/Requests/IRI.php +opt/app/vendor/rmccue/requests/library/Requests/Proxy.php +opt/app/vendor/rmccue/requests/library/Requests/Proxy/HTTP.php +opt/app/vendor/rmccue/requests/library/Requests/Response.php +opt/app/vendor/rmccue/requests/library/Requests/Response/Headers.php +opt/app/vendor/rmccue/requests/library/Requests/SSL.php +opt/app/vendor/rmccue/requests/library/Requests/Session.php +opt/app/vendor/rmccue/requests/library/Requests/Transport.php +opt/app/vendor/rmccue/requests/library/Requests/Transport/cURL.php +opt/app/vendor/rmccue/requests/library/Requests/Transport/cacert.pem +opt/app/vendor/rmccue/requests/library/Requests/Transport/fsockopen.php +opt/app/vendor/rmccue/requests/library/Requests/Utility/CaseInsensitiveDictionary.php +opt/app/vendor/rmccue/requests/library/Requests/Utility/FilteredIterator.php +opt/app/vendor/rmccue/requests/package.xml.tpl +opt/app/vendor/rmccue/requests/tests/Auth/Basic.php +opt/app/vendor/rmccue/requests/tests/ChunkedEncoding.php +opt/app/vendor/rmccue/requests/tests/Cookies.php +opt/app/vendor/rmccue/requests/tests/Encoding.php +opt/app/vendor/rmccue/requests/tests/IDNAEncoder.php +opt/app/vendor/rmccue/requests/tests/IRI.php +opt/app/vendor/rmccue/requests/tests/Proxy/HTTP.php +opt/app/vendor/rmccue/requests/tests/Requests.php +opt/app/vendor/rmccue/requests/tests/Response/Headers.php +opt/app/vendor/rmccue/requests/tests/SSL.php +opt/app/vendor/rmccue/requests/tests/Session.php +opt/app/vendor/rmccue/requests/tests/Transport/Base.php +opt/app/vendor/rmccue/requests/tests/Transport/cURL.php +opt/app/vendor/rmccue/requests/tests/Transport/fsockopen.php +opt/app/vendor/rmccue/requests/tests/bootstrap.php +opt/app/vendor/rmccue/requests/tests/phpunit.xml.dist +opt/app/vendor/rmccue/requests/tests/utils/proxy/proxy.py +opt/app/vendor/rmccue/requests/tests/utils/proxy/start.sh +opt/app/vendor/rmccue/requests/tests/utils/proxy/stop.sh opt/app/vendor/swiftmailer/swiftmailer/.gitattributes opt/app/vendor/swiftmailer/swiftmailer/.github/ISSUE_TEMPLATE.md opt/app/vendor/swiftmailer/swiftmailer/.github/PULL_REQUEST_TEMPLATE.md @@ -5210,4 +6129,4 @@ usr/share/zoneinfo/UTC usr/share/zoneinfo/Universal usr/share/zoneinfo/Zulu usr/share/zoneinfo/localtime -usr/share/zoneinfo/zone.tab +usr/share/zoneinfo/zone.tab \ No newline at end of file