From 0088886915bb3963b3a931502adada8482137af3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Feb 2020 13:55:32 +0100 Subject: [PATCH 01/36] Update email address. --- app/Models/Account.php | 2 +- app/Models/AccountMeta.php | 2 +- app/Models/AccountType.php | 2 +- app/Models/Attachment.php | 2 +- app/Models/AvailableBudget.php | 2 +- app/Models/Bill.php | 2 +- app/Models/Budget.php | 2 +- app/Models/BudgetLimit.php | 2 +- app/Models/Category.php | 2 +- app/Models/Configuration.php | 2 +- app/Models/CurrencyExchangeRate.php | 2 +- app/Models/ImportJob.php | 2 +- app/Models/LinkType.php | 2 +- app/Models/Location.php | 2 +- app/Models/Note.php | 2 +- app/Models/PiggyBank.php | 2 +- app/Models/PiggyBankEvent.php | 2 +- app/Models/PiggyBankRepetition.php | 2 +- app/Models/Preference.php | 2 +- app/Models/Recurrence.php | 2 +- app/Models/RecurrenceMeta.php | 2 +- app/Models/RecurrenceRepetition.php | 2 +- app/Models/RecurrenceTransaction.php | 2 +- app/Models/RecurrenceTransactionMeta.php | 2 +- app/Models/Role.php | 2 +- app/Models/Rule.php | 2 +- app/Models/RuleAction.php | 2 +- app/Models/RuleGroup.php | 2 +- app/Models/RuleTrigger.php | 2 +- app/Models/Tag.php | 2 +- app/Models/Transaction.php | 2 +- app/Models/TransactionCurrency.php | 2 +- app/Models/TransactionGroup.php | 2 +- app/Models/TransactionJournal.php | 2 +- app/Models/TransactionJournalLink.php | 2 +- app/Models/TransactionJournalMeta.php | 2 +- app/Models/TransactionType.php | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/app/Models/Account.php b/app/Models/Account.php index 8d659a27fd..74ba6610cb 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:55:52 +0100 Subject: [PATCH 02/36] Update email address. --- app/Providers/AuthServiceProvider.php | 2 +- app/Providers/BillServiceProvider.php | 2 +- app/Providers/BudgetServiceProvider.php | 2 +- app/Providers/CurrencyServiceProvider.php | 2 +- app/Providers/EventServiceProvider.php | 2 +- app/Providers/FireflyServiceProvider.php | 2 +- app/Providers/JournalServiceProvider.php | 2 +- app/Providers/RouteServiceProvider.php | 2 +- app/Providers/SessionServiceProvider.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index 5881ee4a74..0f35e75e9c 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:55:59 +0100 Subject: [PATCH 03/36] Update email address. --- app/Providers/AccountServiceProvider.php | 2 +- app/Providers/AdminServiceProvider.php | 2 +- app/Providers/AppServiceProvider.php | 2 +- app/Providers/AttachmentServiceProvider.php | 2 +- app/Providers/BroadcastServiceProvider.php | 2 +- app/Providers/CategoryServiceProvider.php | 2 +- app/Providers/FireflySessionProvider.php | 2 +- app/Providers/ImportServiceProvider.php | 2 +- app/Providers/PiggyBankServiceProvider.php | 2 +- app/Providers/RecurringServiceProvider.php | 2 +- app/Providers/RuleGroupServiceProvider.php | 2 +- app/Providers/RuleServiceProvider.php | 2 +- app/Providers/SearchServiceProvider.php | 2 +- app/Providers/TagServiceProvider.php | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/Providers/AccountServiceProvider.php b/app/Providers/AccountServiceProvider.php index f3f3180cf4..c87627d280 100644 --- a/app/Providers/AccountServiceProvider.php +++ b/app/Providers/AccountServiceProvider.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:56:25 +0100 Subject: [PATCH 04/36] Update email address. --- app/Rules/BelongsUser.php | 2 +- app/Rules/IsAssetAccountId.php | 2 +- app/Rules/IsBoolean.php | 2 +- app/Rules/IsDateOrTime.php | 2 +- app/Rules/IsTransferAccount.php | 2 +- app/Rules/IsValidAttachmentModel.php | 2 +- app/Rules/LessThanPiggyTarget.php | 2 +- app/Rules/UniqueIban.php | 2 +- app/Rules/ValidJournals.php | 2 +- app/Rules/ValidRecurrenceRepetitionType.php | 2 +- app/Rules/ValidRecurrenceRepetitionValue.php | 2 +- app/Rules/ZeroOrMore.php | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/Rules/BelongsUser.php b/app/Rules/BelongsUser.php index 1d8fa7b8fc..f8e85d6b6e 100644 --- a/app/Rules/BelongsUser.php +++ b/app/Rules/BelongsUser.php @@ -2,7 +2,7 @@ /** * BelongsUser.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Rules/IsAssetAccountId.php b/app/Rules/IsAssetAccountId.php index 0e717842b2..e52562fffb 100644 --- a/app/Rules/IsAssetAccountId.php +++ b/app/Rules/IsAssetAccountId.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:56:35 +0100 Subject: [PATCH 05/36] Update email address. --- app/Services/Bunq/ApiContext.php | 2 +- app/Services/Bunq/MonetaryAccount.php | 2 +- app/Services/Bunq/Payment.php | 2 +- app/Services/Currency/ExchangeRateInterface.php | 2 +- app/Services/Currency/FixerIOv2.php | 2 +- app/Services/FireflyIIIOrg/Update/UpdateRequest.php | 2 +- app/Services/FireflyIIIOrg/Update/UpdateRequestInterface.php | 2 +- app/Services/Github/Object/GithubObject.php | 2 +- app/Services/Github/Object/Release.php | 2 +- app/Services/Github/Request/GithubRequest.php | 2 +- app/Services/Github/Request/UpdateRequest.php | 2 +- app/Services/IP/IPRetrievalInterface.php | 2 +- app/Services/IP/IpifyOrg.php | 2 +- app/Services/Internal/Destroy/AccountDestroyService.php | 2 +- app/Services/Internal/Destroy/BillDestroyService.php | 2 +- app/Services/Internal/Destroy/BudgetDestroyService.php | 2 +- app/Services/Internal/Destroy/CategoryDestroyService.php | 2 +- app/Services/Internal/Destroy/CurrencyDestroyService.php | 2 +- app/Services/Internal/Destroy/JournalDestroyService.php | 2 +- app/Services/Internal/Destroy/RecurrenceDestroyService.php | 2 +- .../Internal/Destroy/TransactionGroupDestroyService.php | 2 +- app/Services/Internal/Support/AccountServiceTrait.php | 2 +- app/Services/Internal/Support/BillServiceTrait.php | 2 +- app/Services/Internal/Support/JournalServiceTrait.php | 2 +- app/Services/Internal/Support/LocationServiceTrait.php | 2 +- app/Services/Internal/Support/RecurringTransactionTrait.php | 2 +- app/Services/Internal/Support/TransactionTypeTrait.php | 2 +- app/Services/Internal/Update/AccountUpdateService.php | 2 +- app/Services/Internal/Update/BillUpdateService.php | 2 +- app/Services/Internal/Update/CategoryUpdateService.php | 2 +- app/Services/Internal/Update/CurrencyUpdateService.php | 2 +- app/Services/Internal/Update/GroupCloneService.php | 2 +- app/Services/Internal/Update/GroupUpdateService.php | 2 +- app/Services/Internal/Update/JournalUpdateService.php | 2 +- app/Services/Internal/Update/RecurrenceUpdateService.php | 2 +- app/Services/Password/PwndVerifierV2.php | 2 +- app/Services/Password/PwndVerifierV3.php | 2 +- app/Services/Password/Verifier.php | 2 +- app/Services/Spectre/Exception/DuplicatedCustomerException.php | 2 +- app/Services/Spectre/Exception/SpectreException.php | 2 +- app/Services/Spectre/Exception/WrongRequestFormatException.php | 2 +- app/Services/Spectre/Object/Account.php | 2 +- app/Services/Spectre/Object/Attempt.php | 2 +- app/Services/Spectre/Object/Customer.php | 2 +- app/Services/Spectre/Object/Holder.php | 2 +- app/Services/Spectre/Object/Login.php | 2 +- app/Services/Spectre/Object/SpectreObject.php | 2 +- app/Services/Spectre/Object/Token.php | 2 +- app/Services/Spectre/Object/Transaction.php | 2 +- app/Services/Spectre/Object/TransactionExtra.php | 2 +- app/Services/Spectre/Request/CreateTokenRequest.php | 2 +- app/Services/Spectre/Request/ListAccountsRequest.php | 2 +- app/Services/Spectre/Request/ListCustomersRequest.php | 2 +- app/Services/Spectre/Request/ListLoginsRequest.php | 2 +- app/Services/Spectre/Request/ListTransactionsRequest.php | 2 +- app/Services/Spectre/Request/NewCustomerRequest.php | 2 +- app/Services/Spectre/Request/SpectreRequest.php | 2 +- app/Services/Ynab/Request/GetAccountsRequest.php | 2 +- app/Services/Ynab/Request/GetBudgetsRequest.php | 2 +- app/Services/Ynab/Request/GetTransactionsRequest.php | 2 +- app/Services/Ynab/Request/YnabRequest.php | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/app/Services/Bunq/ApiContext.php b/app/Services/Bunq/ApiContext.php index e4740f0c3f..ea40d966c1 100644 --- a/app/Services/Bunq/ApiContext.php +++ b/app/Services/Bunq/ApiContext.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:56:52 +0100 Subject: [PATCH 06/36] Update email address. --- app/Support/Amount.php | 2 +- app/Support/Binder/AccountList.php | 2 +- app/Support/Binder/BinderInterface.php | 2 +- app/Support/Binder/BudgetList.php | 2 +- app/Support/Binder/CLIToken.php | 2 +- app/Support/Binder/CategoryList.php | 2 +- app/Support/Binder/ConfigurationName.php | 2 +- app/Support/Binder/CurrencyCode.php | 2 +- app/Support/Binder/Date.php | 2 +- app/Support/Binder/ImportProvider.php | 2 +- app/Support/Binder/JournalList.php | 2 +- app/Support/Binder/TagList.php | 2 +- app/Support/Binder/TagOrId.php | 2 +- app/Support/CacheProperties.php | 2 +- app/Support/Chart/Category/WholePeriodChartGenerator.php | 2 +- app/Support/ChartColour.php | 2 +- app/Support/Cronjobs/AbstractCronjob.php | 2 +- app/Support/Cronjobs/RecurringCronjob.php | 2 +- app/Support/Domain.php | 2 +- app/Support/ExpandedForm.php | 2 +- app/Support/Export/ExportDataGenerator.php | 2 +- app/Support/Facades/AccountForm.php | 2 +- app/Support/Facades/Amount.php | 2 +- app/Support/Facades/CurrencyForm.php | 2 +- app/Support/Facades/ExpandedForm.php | 2 +- app/Support/Facades/FireflyConfig.php | 2 +- app/Support/Facades/Navigation.php | 2 +- app/Support/Facades/PiggyBankForm.php | 2 +- app/Support/Facades/Preferences.php | 2 +- app/Support/Facades/RuleForm.php | 2 +- app/Support/Facades/Steam.php | 2 +- app/Support/FireflyConfig.php | 2 +- app/Support/Form/AccountForm.php | 2 +- app/Support/Form/CurrencyForm.php | 2 +- app/Support/Form/FormSupport.php | 2 +- app/Support/Form/PiggyBankForm.php | 2 +- app/Support/Form/RuleForm.php | 2 +- app/Support/Http/Api/AccountFilter.php | 2 +- app/Support/Http/Api/ApiSupport.php | 2 +- app/Support/Http/Api/TransactionFilter.php | 2 +- app/Support/Http/Controllers/AugumentData.php | 2 +- app/Support/Http/Controllers/BasicDataSupport.php | 2 +- app/Support/Http/Controllers/ChartGeneration.php | 2 +- app/Support/Http/Controllers/CreateStuff.php | 2 +- app/Support/Http/Controllers/CronRunner.php | 2 +- app/Support/Http/Controllers/DateCalculation.php | 2 +- app/Support/Http/Controllers/GetConfigurationData.php | 2 +- app/Support/Http/Controllers/ModelInformation.php | 2 +- app/Support/Http/Controllers/PeriodOverview.php | 2 +- app/Support/Http/Controllers/RenderPartialViews.php | 2 +- app/Support/Http/Controllers/RequestInformation.php | 2 +- app/Support/Http/Controllers/RuleManagement.php | 2 +- app/Support/Http/Controllers/TransactionCalculation.php | 2 +- app/Support/Http/Controllers/UserNavigation.php | 2 +- app/Support/Import/Information/GetSpectreCustomerTrait.php | 2 +- app/Support/Import/Information/GetSpectreTokenTrait.php | 2 +- .../JobConfiguration/Bunq/BunqJobConfigurationInterface.php | 2 +- .../Import/JobConfiguration/Bunq/ChooseAccountsHandler.php | 2 +- app/Support/Import/JobConfiguration/Bunq/NewBunqJobHandler.php | 2 +- .../Import/JobConfiguration/File/ConfigureMappingHandler.php | 2 +- .../Import/JobConfiguration/File/ConfigureRolesHandler.php | 2 +- .../Import/JobConfiguration/File/ConfigureUploadHandler.php | 2 +- .../Import/JobConfiguration/File/FileConfigurationInterface.php | 2 +- app/Support/Import/JobConfiguration/File/NewFileJobHandler.php | 2 +- .../Import/JobConfiguration/Spectre/AuthenticatedHandler.php | 2 +- .../Import/JobConfiguration/Spectre/ChooseAccountsHandler.php | 2 +- .../Import/JobConfiguration/Spectre/ChooseLoginHandler.php | 2 +- .../Import/JobConfiguration/Spectre/DoAuthenticateHandler.php | 2 +- .../Import/JobConfiguration/Spectre/NewSpectreJobHandler.php | 2 +- .../Spectre/SpectreJobConfigurationInterface.php | 2 +- app/Support/Import/JobConfiguration/Ynab/NewYnabJobHandler.php | 2 +- .../Import/JobConfiguration/Ynab/SelectAccountsHandler.php | 2 +- .../Import/JobConfiguration/Ynab/SelectBudgetHandler.php | 2 +- .../JobConfiguration/Ynab/YnabJobConfigurationInterface.php | 2 +- app/Support/Import/Placeholder/ColumnValue.php | 2 +- app/Support/Import/Placeholder/ImportTransaction.php | 2 +- app/Support/Import/Routine/Bunq/PaymentConverter.php | 2 +- app/Support/Import/Routine/Bunq/StageImportDataHandler.php | 2 +- app/Support/Import/Routine/Bunq/StageNewHandler.php | 2 +- app/Support/Import/Routine/Fake/StageAhoyHandler.php | 2 +- app/Support/Import/Routine/Fake/StageFinalHandler.php | 2 +- app/Support/Import/Routine/Fake/StageNewHandler.php | 2 +- app/Support/Import/Routine/File/AssetAccountMapper.php | 2 +- app/Support/Import/Routine/File/CSVProcessor.php | 2 +- app/Support/Import/Routine/File/CurrencyMapper.php | 2 +- app/Support/Import/Routine/File/FileProcessorInterface.php | 2 +- app/Support/Import/Routine/File/ImportableConverter.php | 2 +- app/Support/Import/Routine/File/ImportableCreator.php | 2 +- app/Support/Import/Routine/File/LineReader.php | 2 +- app/Support/Import/Routine/File/MappedValuesValidator.php | 2 +- app/Support/Import/Routine/File/MappingConverger.php | 2 +- app/Support/Import/Routine/File/OFXProcessor.php | 2 +- app/Support/Import/Routine/File/OpposingAccountMapper.php | 2 +- .../Import/Routine/Spectre/StageAuthenticatedHandler.php | 2 +- app/Support/Import/Routine/Spectre/StageImportDataHandler.php | 2 +- app/Support/Import/Routine/Spectre/StageNewHandler.php | 2 +- app/Support/Import/Routine/Ynab/GetAccountsHandler.php | 2 +- app/Support/Import/Routine/Ynab/ImportDataHandler.php | 2 +- app/Support/Import/Routine/Ynab/StageGetAccessHandler.php | 2 +- app/Support/Import/Routine/Ynab/StageGetBudgetsHandler.php | 2 +- app/Support/Import/Routine/Ynab/StageGetTransactionsHandler.php | 2 +- app/Support/Import/Routine/Ynab/StageMatchAccountsHandler.php | 2 +- app/Support/Logging/AuditLogger.php | 2 +- app/Support/Logging/AuditProcessor.php | 2 +- app/Support/Navigation.php | 2 +- app/Support/NullArrayObject.php | 2 +- app/Support/Preferences.php | 2 +- .../Repositories/Recurring/CalculateRangeOccurrences.php | 2 +- app/Support/Repositories/Recurring/CalculateXOccurrences.php | 2 +- .../Repositories/Recurring/CalculateXOccurrencesSince.php | 2 +- app/Support/Repositories/Recurring/FiltersWeekends.php | 2 +- app/Support/Search/AccountSearch.php | 2 +- app/Support/Search/GenericSearchInterface.php | 2 +- app/Support/Search/Search.php | 2 +- app/Support/Search/SearchInterface.php | 2 +- app/Support/Search/TransactionSearch.php | 2 +- app/Support/Search/TransferSearch.php | 2 +- app/Support/Steam.php | 2 +- app/Support/System/OAuthKeys.php | 2 +- app/Support/Twig/AmountFormat.php | 2 +- app/Support/Twig/General.php | 2 +- app/Support/Twig/Rule.php | 2 +- app/Support/Twig/TransactionGroupTwig.php | 2 +- app/Support/Twig/Translation.php | 2 +- 124 files changed, 124 insertions(+), 124 deletions(-) diff --git a/app/Support/Amount.php b/app/Support/Amount.php index cb192acc22..bbd0cd74ff 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:57:05 +0100 Subject: [PATCH 07/36] Update email address. --- app/TransactionRules/Actions/ActionInterface.php | 2 +- app/TransactionRules/Actions/AddTag.php | 2 +- app/TransactionRules/Actions/AppendDescription.php | 2 +- app/TransactionRules/Actions/AppendNotes.php | 2 +- app/TransactionRules/Actions/ClearBudget.php | 2 +- app/TransactionRules/Actions/ClearCategory.php | 2 +- app/TransactionRules/Actions/ClearNotes.php | 2 +- app/TransactionRules/Actions/ConvertToDeposit.php | 2 +- app/TransactionRules/Actions/ConvertToTransfer.php | 2 +- app/TransactionRules/Actions/ConvertToWithdrawal.php | 2 +- app/TransactionRules/Actions/LinkToBill.php | 2 +- app/TransactionRules/Actions/PrependDescription.php | 2 +- app/TransactionRules/Actions/PrependNotes.php | 2 +- app/TransactionRules/Actions/RemoveAllTags.php | 2 +- app/TransactionRules/Actions/RemoveTag.php | 2 +- app/TransactionRules/Actions/SetBudget.php | 2 +- app/TransactionRules/Actions/SetCategory.php | 2 +- app/TransactionRules/Actions/SetDescription.php | 2 +- app/TransactionRules/Actions/SetDestinationAccount.php | 2 +- app/TransactionRules/Actions/SetNotes.php | 2 +- app/TransactionRules/Actions/SetSourceAccount.php | 2 +- app/TransactionRules/Engine/RuleEngine.php | 2 +- app/TransactionRules/Processor.php | 2 +- app/TransactionRules/TransactionMatcher.php | 2 +- app/TransactionRules/Triggers/AbstractTrigger.php | 2 +- app/TransactionRules/Triggers/AmountExactly.php | 2 +- app/TransactionRules/Triggers/AmountLess.php | 2 +- app/TransactionRules/Triggers/AmountMore.php | 2 +- app/TransactionRules/Triggers/BudgetIs.php | 2 +- app/TransactionRules/Triggers/CategoryIs.php | 2 +- app/TransactionRules/Triggers/CurrencyIs.php | 2 +- app/TransactionRules/Triggers/DescriptionContains.php | 2 +- app/TransactionRules/Triggers/DescriptionEnds.php | 2 +- app/TransactionRules/Triggers/DescriptionIs.php | 2 +- app/TransactionRules/Triggers/DescriptionStarts.php | 2 +- app/TransactionRules/Triggers/FromAccountContains.php | 2 +- app/TransactionRules/Triggers/FromAccountEnds.php | 2 +- app/TransactionRules/Triggers/FromAccountIs.php | 2 +- app/TransactionRules/Triggers/FromAccountNumberContains.php | 2 +- app/TransactionRules/Triggers/FromAccountNumberEnds.php | 2 +- app/TransactionRules/Triggers/FromAccountNumberIs.php | 2 +- app/TransactionRules/Triggers/FromAccountNumberStarts.php | 2 +- app/TransactionRules/Triggers/FromAccountStarts.php | 2 +- app/TransactionRules/Triggers/HasAnyBudget.php | 2 +- app/TransactionRules/Triggers/HasAnyCategory.php | 2 +- app/TransactionRules/Triggers/HasAnyTag.php | 2 +- app/TransactionRules/Triggers/HasAttachment.php | 2 +- app/TransactionRules/Triggers/HasNoBudget.php | 2 +- app/TransactionRules/Triggers/HasNoCategory.php | 2 +- app/TransactionRules/Triggers/HasNoTag.php | 2 +- app/TransactionRules/Triggers/NotesAny.php | 2 +- app/TransactionRules/Triggers/NotesAre.php | 2 +- app/TransactionRules/Triggers/NotesContain.php | 2 +- app/TransactionRules/Triggers/NotesEmpty.php | 2 +- app/TransactionRules/Triggers/NotesEnd.php | 2 +- app/TransactionRules/Triggers/NotesStart.php | 2 +- app/TransactionRules/Triggers/TagIs.php | 2 +- app/TransactionRules/Triggers/ToAccountContains.php | 2 +- app/TransactionRules/Triggers/ToAccountEnds.php | 2 +- app/TransactionRules/Triggers/ToAccountIs.php | 2 +- app/TransactionRules/Triggers/ToAccountNumberContains.php | 2 +- app/TransactionRules/Triggers/ToAccountNumberEnds.php | 2 +- app/TransactionRules/Triggers/ToAccountNumberIs.php | 2 +- app/TransactionRules/Triggers/ToAccountNumberStarts.php | 2 +- app/TransactionRules/Triggers/ToAccountStarts.php | 2 +- app/TransactionRules/Triggers/TransactionType.php | 2 +- app/TransactionRules/Triggers/TriggerInterface.php | 2 +- app/TransactionRules/Triggers/UserAction.php | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/app/TransactionRules/Actions/ActionInterface.php b/app/TransactionRules/Actions/ActionInterface.php index 8e0767f64d..1f1a52aeef 100644 --- a/app/TransactionRules/Actions/ActionInterface.php +++ b/app/TransactionRules/Actions/ActionInterface.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:57:18 +0100 Subject: [PATCH 08/36] Update email address. --- app/Transformers/AbstractTransformer.php | 2 +- app/Transformers/AccountTransformer.php | 2 +- app/Transformers/AttachmentTransformer.php | 2 +- app/Transformers/AvailableBudgetTransformer.php | 2 +- app/Transformers/BillTransformer.php | 2 +- app/Transformers/BudgetLimitTransformer.php | 2 +- app/Transformers/BudgetTransformer.php | 2 +- app/Transformers/CategoryTransformer.php | 2 +- app/Transformers/CurrencyExchangeRateTransformer.php | 2 +- app/Transformers/CurrencyTransformer.php | 2 +- app/Transformers/ImportJobTransformer.php | 2 +- app/Transformers/LinkTypeTransformer.php | 2 +- app/Transformers/PiggyBankEventTransformer.php | 2 +- app/Transformers/PiggyBankTransformer.php | 2 +- app/Transformers/PreferenceTransformer.php | 2 +- app/Transformers/RecurrenceTransformer.php | 2 +- app/Transformers/RuleGroupTransformer.php | 2 +- app/Transformers/RuleTransformer.php | 2 +- app/Transformers/TagTransformer.php | 2 +- app/Transformers/TransactionGroupTransformer.php | 2 +- app/Transformers/TransactionLinkTransformer.php | 2 +- app/Transformers/UserTransformer.php | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/Transformers/AbstractTransformer.php b/app/Transformers/AbstractTransformer.php index 965062da85..a791bd7592 100644 --- a/app/Transformers/AbstractTransformer.php +++ b/app/Transformers/AbstractTransformer.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:58:22 +0100 Subject: [PATCH 09/36] Update email address. --- app/Validation/AccountValidator.php | 2 +- app/Validation/FireflyValidator.php | 2 +- app/Validation/RecurrenceValidation.php | 2 +- app/Validation/TransactionValidation.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Validation/AccountValidator.php b/app/Validation/AccountValidator.php index 78a84ead3d..9a70d05fcb 100644 --- a/app/Validation/AccountValidator.php +++ b/app/Validation/AccountValidator.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:58:33 +0100 Subject: [PATCH 10/36] Update email address. --- bootstrap/app.php | 2 +- config/app.php | 2 +- config/auth.php | 2 +- config/breadcrumbs.php | 2 +- config/broadcasting.php | 2 +- config/cache.php | 2 +- config/csv.php | 2 +- config/database.php | 2 +- config/debugbar.php | 2 +- config/filesystems.php | 2 +- config/firefly.php | 2 +- config/google2fa.php | 2 +- config/hashing.php | 2 +- config/ide-helper.php | 2 +- config/import.php | 2 +- config/intro.php | 2 +- config/ldap.php | 2 +- config/ldap_auth.php | 2 +- config/logging.php | 2 +- config/mail.php | 2 +- config/queue.php | 2 +- config/services.php | 2 +- config/session.php | 2 +- config/upgrade.php | 2 +- config/view.php | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 79783c3441..1f310951ec 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:58:48 +0100 Subject: [PATCH 11/36] Update email address. --- database/factories/AccountFactory.php | 2 +- database/factories/ModelFactory.php | 2 +- database/factories/UserFactory.php | 2 +- database/migrations/2016_06_16_000000_create_support_tables.php | 2 +- database/migrations/2016_06_16_000001_create_users_table.php | 2 +- database/migrations/2016_06_16_000002_create_main_tables.php | 2 +- database/migrations/2016_08_25_091522_changes_for_3101.php | 2 +- database/migrations/2016_09_12_121359_fix_nullables.php | 2 +- .../migrations/2016_10_09_150037_expand_transactions_table.php | 2 +- database/migrations/2016_10_22_075804_changes_for_v410.php | 2 +- database/migrations/2016_11_24_210552_changes_for_v420.php | 2 +- database/migrations/2016_12_22_150431_changes_for_v430.php | 2 +- database/migrations/2016_12_28_203205_changes_for_v431.php | 2 +- database/migrations/2017_04_13_163623_changes_for_v440.php | 2 +- database/migrations/2017_06_02_105232_changes_for_v450.php | 2 +- database/migrations/2017_08_20_062014_changes_for_v470.php | 2 +- database/migrations/2017_11_04_170844_changes_for_v470a.php | 2 +- .../2018_01_01_000001_create_oauth_auth_codes_table.php | 2 +- .../2018_01_01_000002_create_oauth_access_tokens_table.php | 2 +- .../2018_01_01_000003_create_oauth_refresh_tokens_table.php | 2 +- .../migrations/2018_01_01_000004_create_oauth_clients_table.php | 2 +- ..._01_01_000005_create_oauth_personal_access_clients_table.php | 2 +- database/migrations/2018_03_19_141348_changes_for_v472.php | 2 +- database/migrations/2018_04_07_210913_changes_for_v473.php | 2 +- database/migrations/2018_04_29_174524_changes_for_v474.php | 2 +- database/migrations/2018_06_08_200526_changes_for_v475.php | 2 +- database/migrations/2018_09_05_195147_changes_for_v477.php | 2 +- database/migrations/2018_11_06_172532_changes_for_v479.php | 2 +- database/migrations/2019_01_28_193833_changes_for_v4710.php | 2 +- database/migrations/2019_02_05_055516_changes_for_v4711.php | 2 +- database/migrations/2019_02_11_170529_changes_for_v4712.php | 2 +- .../migrations/2019_03_11_223700_fix_ldap_configuration.php | 2 +- database/migrations/2019_03_22_183214_changes_for_v480.php | 2 +- database/migrations/2019_12_28_191351_make_locations_table.php | 2 +- database/seeds/AccountTypeSeeder.php | 2 +- database/seeds/ConfigSeeder.php | 2 +- database/seeds/DatabaseSeeder.php | 2 +- database/seeds/LinkTypeSeeder.php | 2 +- database/seeds/PermissionSeeder.php | 2 +- database/seeds/TransactionCurrencySeeder.php | 2 +- database/seeds/TransactionTypeSeeder.php | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/database/factories/AccountFactory.php b/database/factories/AccountFactory.php index 01181d931e..37e5908184 100644 --- a/database/factories/AccountFactory.php +++ b/database/factories/AccountFactory.php @@ -1,7 +1,7 @@ Date: Sun, 16 Feb 2020 13:59:41 +0100 Subject: [PATCH 12/36] Update email address. --- public/.well-known/security.txt | 2 +- public/browserconfig.xml | 2 +- public/index.php | 2 +- public/v1/css/app.css | 2 +- public/v1/css/firefly.css | 2 +- public/v1/css/gf-roboto.css | 2 +- public/v1/css/gf-source.css | 2 +- public/v1/js/ff/accounts/create.js | 2 +- public/v1/js/ff/accounts/edit-reconciliation.js | 2 +- public/v1/js/ff/accounts/edit.js | 2 +- public/v1/js/ff/accounts/reconcile.js | 2 +- public/v1/js/ff/accounts/show.js | 2 +- public/v1/js/ff/admin/update/index.js | 2 +- public/v1/js/ff/bills/create.js | 2 +- public/v1/js/ff/bills/edit.js | 2 +- public/v1/js/ff/bills/show.js | 2 +- public/v1/js/ff/budgets/create.js | 2 +- public/v1/js/ff/budgets/edit.js | 2 +- public/v1/js/ff/budgets/index.js | 2 +- public/v1/js/ff/budgets/show.js | 2 +- public/v1/js/ff/categories/create.js | 2 +- public/v1/js/ff/categories/edit.js | 2 +- public/v1/js/ff/categories/index.js | 2 +- public/v1/js/ff/categories/show-by-date.js | 2 +- public/v1/js/ff/categories/show.js | 2 +- public/v1/js/ff/charts.defaults.js | 2 +- public/v1/js/ff/charts.js | 2 +- public/v1/js/ff/common/autocomplete.js | 2 +- public/v1/js/ff/export/index.js | 2 +- public/v1/js/ff/firefly.js | 2 +- public/v1/js/ff/guest.js | 2 +- public/v1/js/ff/help.js | 2 +- public/v1/js/ff/import/file/configure-upload.js | 2 +- public/v1/js/ff/import/status.js | 2 +- public/v1/js/ff/import/status_v2.js | 2 +- public/v1/js/ff/index.js | 2 +- public/v1/js/ff/install/index.js | 2 +- public/v1/js/ff/intro/intro.js | 2 +- public/v1/js/ff/list/groups.js | 2 +- public/v1/js/ff/piggy-banks/create.js | 2 +- public/v1/js/ff/piggy-banks/edit.js | 2 +- public/v1/js/ff/piggy-banks/index.js | 2 +- public/v1/js/ff/piggy-banks/show.js | 2 +- public/v1/js/ff/preferences/index.js | 2 +- public/v1/js/ff/recurring/create.js | 2 +- public/v1/js/ff/recurring/edit.js | 2 +- public/v1/js/ff/reports/all.js | 2 +- public/v1/js/ff/reports/audit/all.js | 2 +- public/v1/js/ff/reports/budget/month.js | 2 +- public/v1/js/ff/reports/category/month.js | 2 +- public/v1/js/ff/reports/default/all.js | 2 +- public/v1/js/ff/reports/default/month.js | 2 +- public/v1/js/ff/reports/default/multi-year.js | 2 +- public/v1/js/ff/reports/default/year.js | 2 +- public/v1/js/ff/reports/double/month.js | 2 +- public/v1/js/ff/reports/index.js | 2 +- public/v1/js/ff/reports/tag/month.js | 2 +- public/v1/js/ff/rule-groups/create.js | 2 +- public/v1/js/ff/rule-groups/edit.js | 2 +- public/v1/js/ff/rules/create-edit.js | 2 +- public/v1/js/ff/rules/index.js | 2 +- public/v1/js/ff/rules/select-transactions.js | 2 +- public/v1/js/ff/search/index.js | 2 +- public/v1/js/ff/tags/create-edit.js | 2 +- public/v1/js/ff/tags/index.js | 2 +- public/v1/js/ff/tags/show.js | 2 +- public/v1/js/ff/transactions/convert.js | 2 +- public/v1/js/ff/transactions/create.js | 2 +- public/v1/js/ff/transactions/list.js | 2 +- public/v1/js/ff/transactions/mass/edit-bulk.js | 2 +- public/v1/js/ff/transactions/mass/edit.js | 2 +- public/v1/js/ff/transactions/show.js | 2 +- public/v1/js/ff/transactions/single/common.js | 2 +- public/v1/js/ff/transactions/single/create.js | 2 +- public/v1/js/ff/transactions/single/edit.js | 2 +- public/v1/js/ff/transactions/split/edit.js | 2 +- resources/lang/de_DE/help.php | 4 ++-- resources/lang/fr_FR/help.php | 4 ++-- resources/lang/nl_NL/help.php | 4 ++-- resources/lang/pl_PL/help.php | 4 ++-- routes/api.php | 2 +- routes/breadcrumbs.php | 2 +- routes/channels.php | 2 +- routes/console.php | 2 +- routes/web.php | 2 +- tests/CreatesApplication.php | 2 +- tests/TestCase.php | 2 +- 87 files changed, 91 insertions(+), 91 deletions(-) diff --git a/public/.well-known/security.txt b/public/.well-known/security.txt index 0945cee4a9..bf8e6eec38 100644 --- a/public/.well-known/security.txt +++ b/public/.well-known/security.txt @@ -1,7 +1,7 @@ # Please report security issues related to Firefly III # to me ASAP via the email address below. -Contact: mailto:thegrumpydictator@gmail.com +Contact: mailto:james@firefly-iii.org Encryption: https://keybase.io/jc5/pgp_keys.asc?fingerprint=90f546f13b81b67a1baa5dddc16961e655e74b5e Acknowledgements: https://github.com/firefly-iii/firefly-iii Signature: https://firefly-iii.org/.well-known/security.txt.sig diff --git a/public/browserconfig.xml b/public/browserconfig.xml index a1d1233ac1..6c81a30729 100644 --- a/public/browserconfig.xml +++ b/public/browserconfig.xml @@ -1,7 +1,7 @@