From aefe133ba02f28d9fd585ae731765ad5b7cdffe3 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 30 Jan 2019 22:25:37 +1100 Subject: [PATCH] fix permissions (#2637) --- CONTRIBUTING.md | 0 Gruntfile.js | 0 LICENSE | 0 README.md | 0 app/Commands/Command.php | 0 app/Console/Commands/CalculatePayouts.php | 0 app/Console/Commands/ChargeRenewalInvoices.php | 0 app/Console/Commands/CheckData.php | 0 app/Console/Commands/CreateLuisData.php | 0 app/Console/Commands/CreateTestData.php | 0 app/Console/Commands/InitLookup.php | 0 app/Console/Commands/MakeClass.php | 0 app/Console/Commands/MakeModule.php | 0 app/Console/Commands/PruneData.php | 0 app/Console/Commands/RemoveOrphanedDocuments.php | 0 app/Console/Commands/ResetData.php | 0 app/Console/Commands/SendRecurringInvoices.php | 0 app/Console/Commands/SendReminders.php | 0 app/Console/Commands/SendRenewalInvoices.php | 0 app/Console/Commands/TestOFX.php | 0 app/Console/Commands/UpdateKey.php | 0 app/Console/Commands/stubs/api-controller.stub | 0 app/Console/Commands/stubs/auth-provider.stub | 0 app/Console/Commands/stubs/command.stub | 0 app/Console/Commands/stubs/composer.stub | 0 app/Console/Commands/stubs/controller-plain.stub | 0 app/Console/Commands/stubs/controller.stub | 0 app/Console/Commands/stubs/createrequest.stub | 0 app/Console/Commands/stubs/datatable.stub | 0 app/Console/Commands/stubs/event.stub | 0 app/Console/Commands/stubs/job.stub | 0 app/Console/Commands/stubs/json.stub | 0 app/Console/Commands/stubs/lang.stub | 0 app/Console/Commands/stubs/listener.stub | 0 app/Console/Commands/stubs/mail.stub | 0 app/Console/Commands/stubs/middleware.stub | 0 app/Console/Commands/stubs/migration/add.stub | 0 app/Console/Commands/stubs/migration/create.stub | 0 app/Console/Commands/stubs/migration/delete.stub | 0 app/Console/Commands/stubs/migration/drop.stub | 0 app/Console/Commands/stubs/migration/plain.stub | 0 app/Console/Commands/stubs/model.stub | 0 app/Console/Commands/stubs/notification.stub | 0 app/Console/Commands/stubs/policy.stub | 0 app/Console/Commands/stubs/presenter.stub | 0 app/Console/Commands/stubs/provider.stub | 0 app/Console/Commands/stubs/repository.stub | 0 app/Console/Commands/stubs/request.stub | 0 app/Console/Commands/stubs/route-provider.stub | 0 app/Console/Commands/stubs/routes.stub | 0 app/Console/Commands/stubs/scaffold/config.stub | 0 app/Console/Commands/stubs/scaffold/provider.stub | 0 app/Console/Commands/stubs/seeder.stub | 0 app/Console/Commands/stubs/start.stub | 0 app/Console/Commands/stubs/transformer.stub | 0 app/Console/Commands/stubs/updaterequest.stub | 0 app/Console/Commands/stubs/views.stub | 0 app/Console/Commands/stubs/views/master.stub | 0 app/Console/Kernel.php | 0 app/Constants.php | 0 app/Constants/Domain.php | 0 app/Events/ClientWasArchived.php | 0 app/Events/ClientWasCreated.php | 0 app/Events/ClientWasDeleted.php | 0 app/Events/ClientWasRestored.php | 0 app/Events/ClientWasUpdated.php | 0 app/Events/CreditWasArchived.php | 0 app/Events/CreditWasCreated.php | 0 app/Events/CreditWasDeleted.php | 0 app/Events/CreditWasRestored.php | 0 app/Events/Event.php | 0 app/Events/ExpenseWasArchived.php | 0 app/Events/ExpenseWasCreated.php | 0 app/Events/ExpenseWasDeleted.php | 0 app/Events/ExpenseWasRestored.php | 0 app/Events/ExpenseWasUpdated.php | 0 app/Events/InvoiceInvitationWasEmailed.php | 0 app/Events/InvoiceInvitationWasViewed.php | 0 app/Events/InvoiceItemsWereCreated.php | 0 app/Events/InvoiceItemsWereUpdated.php | 0 app/Events/InvoiceWasArchived.php | 0 app/Events/InvoiceWasCreated.php | 0 app/Events/InvoiceWasDeleted.php | 0 app/Events/InvoiceWasEmailed.php | 0 app/Events/InvoiceWasRestored.php | 0 app/Events/InvoiceWasUpdated.php | 0 app/Events/PaymentCompleted.php | 0 app/Events/PaymentFailed.php | 0 app/Events/PaymentWasArchived.php | 0 app/Events/PaymentWasCreated.php | 0 app/Events/PaymentWasDeleted.php | 0 app/Events/PaymentWasRefunded.php | 0 app/Events/PaymentWasRestored.php | 0 app/Events/PaymentWasVoided.php | 0 app/Events/ProductWasCreated.php | 0 app/Events/ProductWasDeleted.php | 0 app/Events/ProductWasUpdated.php | 0 app/Events/ProjectWasDeleted.php | 0 app/Events/ProposalWasDeleted.php | 0 app/Events/QuoteInvitationWasApproved.php | 0 app/Events/QuoteInvitationWasEmailed.php | 0 app/Events/QuoteInvitationWasViewed.php | 0 app/Events/QuoteItemsWereCreated.php | 0 app/Events/QuoteItemsWereUpdated.php | 0 app/Events/QuoteWasArchived.php | 0 app/Events/QuoteWasCreated.php | 0 app/Events/QuoteWasDeleted.php | 0 app/Events/QuoteWasEmailed.php | 0 app/Events/QuoteWasRestored.php | 0 app/Events/QuoteWasUpdated.php | 0 app/Events/SubdomainWasRemoved.php | 0 app/Events/SubdomainWasUpdated.php | 0 app/Events/TaskWasArchived.php | 0 app/Events/TaskWasCreated.php | 0 app/Events/TaskWasDeleted.php | 0 app/Events/TaskWasRestored.php | 0 app/Events/TaskWasUpdated.php | 0 app/Events/UserLoggedIn.php | 0 app/Events/UserSettingsChanged.php | 0 app/Events/UserSignedUp.php | 0 app/Events/VendorWasArchived.php | 0 app/Events/VendorWasCreated.php | 0 app/Events/VendorWasDeleted.php | 0 app/Events/VendorWasRestored.php | 0 app/Events/VendorWasUpdated.php | 0 app/Exceptions/Handler.php | 0 app/Handlers/Commands/.gitkeep | 0 app/Handlers/Events/.gitkeep | 0 app/Handlers/InvoiceEventHandler.php | 0 app/Http/Controllers/.gitkeep | 0 app/Http/Controllers/AccountApiController.php | 0 app/Http/Controllers/AccountController.php | 0 app/Http/Controllers/AccountGatewayController.php | 0 app/Http/Controllers/ActivityController.php | 0 app/Http/Controllers/AppController.php | 0 app/Http/Controllers/Auth/AuthController.php | 0 .../Controllers/Auth/ForgotPasswordController.php | 0 app/Http/Controllers/Auth/LoginController.php | 0 .../Controllers/Auth/ResetPasswordController.php | 0 app/Http/Controllers/BankAccountController.php | 0 app/Http/Controllers/BaseAPIController.php | 0 app/Http/Controllers/BaseController.php | 0 app/Http/Controllers/BlueVineController.php | 0 app/Http/Controllers/BotController.php | 0 app/Http/Controllers/CalendarController.php | 0 app/Http/Controllers/ClientApiController.php | 0 .../ClientAuth/ForgotPasswordController.php | 0 app/Http/Controllers/ClientAuth/LoginController.php | 0 .../Controllers/ClientAuth/PasswordController.php | 0 .../ClientAuth/ResetPasswordController.php | 0 app/Http/Controllers/ClientController.php | 0 app/Http/Controllers/ClientPortalController.php | 0 .../Controllers/ClientPortalProposalController.php | 0 app/Http/Controllers/ContactApiController.php | 0 app/Http/Controllers/Controller.php | 0 app/Http/Controllers/CreditApiController.php | 0 app/Http/Controllers/CreditController.php | 0 app/Http/Controllers/DashboardApiController.php | 0 app/Http/Controllers/DashboardController.php | 0 app/Http/Controllers/DocumentAPIController.php | 0 app/Http/Controllers/DocumentController.php | 0 app/Http/Controllers/ExpenseApiController.php | 0 .../Controllers/ExpenseCategoryApiController.php | 0 app/Http/Controllers/ExpenseCategoryController.php | 0 app/Http/Controllers/ExpenseController.php | 0 app/Http/Controllers/ExportController.php | 0 app/Http/Controllers/HomeController.php | 0 app/Http/Controllers/ImportController.php | 0 app/Http/Controllers/IntegrationController.php | 0 app/Http/Controllers/InvoiceApiController.php | 0 app/Http/Controllers/InvoiceController.php | 0 app/Http/Controllers/NinjaController.php | 0 app/Http/Controllers/OnlinePaymentController.php | 0 app/Http/Controllers/PaymentApiController.php | 0 app/Http/Controllers/PaymentController.php | 0 app/Http/Controllers/PaymentTermApiController.php | 0 app/Http/Controllers/PaymentTermController.php | 0 app/Http/Controllers/ProductApiController.php | 0 app/Http/Controllers/ProductController.php | 0 app/Http/Controllers/ProjectApiController.php | 0 app/Http/Controllers/ProjectController.php | 0 app/Http/Controllers/ProposalCategoryController.php | 0 app/Http/Controllers/ProposalController.php | 0 app/Http/Controllers/ProposalSnippetController.php | 0 app/Http/Controllers/ProposalTemplateController.php | 0 app/Http/Controllers/QuoteApiController.php | 0 app/Http/Controllers/QuoteController.php | 0 app/Http/Controllers/RecurringExpenseController.php | 0 app/Http/Controllers/RecurringInvoiceController.php | 0 app/Http/Controllers/ReportController.php | 0 app/Http/Controllers/SelfUpdateController.php | 0 app/Http/Controllers/SubscriptionController.php | 0 app/Http/Controllers/TaskApiController.php | 0 app/Http/Controllers/TaskController.php | 0 app/Http/Controllers/TaskKanbanController.php | 0 app/Http/Controllers/TaxRateApiController.php | 0 app/Http/Controllers/TaxRateController.php | 0 app/Http/Controllers/TimeTrackerController.php | 0 app/Http/Controllers/TokenController.php | 0 app/Http/Controllers/TwoFactorController.php | 0 app/Http/Controllers/UserApiController.php | 0 app/Http/Controllers/UserController.php | 0 app/Http/Controllers/VendorApiController.php | 0 app/Http/Controllers/VendorController.php | 0 app/Http/Kernel.php | 0 app/Http/Middleware/ApiCheck.php | 0 app/Http/Middleware/Authenticate.php | 0 app/Http/Middleware/Cors.php | 0 app/Http/Middleware/DatabaseLookup.php | 0 app/Http/Middleware/DuplicateSubmissionCheck.php | 0 app/Http/Middleware/EncryptCookies.php | 0 app/Http/Middleware/PermissionsRequired.php | 0 app/Http/Middleware/QueryLogging.php | 0 app/Http/Middleware/RedirectIfAuthenticated.php | 0 app/Http/Middleware/StartupCheck.php | 0 app/Http/Middleware/VerifyCsrfToken.php | 0 app/Http/Requests/ClientRequest.php | 0 app/Http/Requests/ContactRequest.php | 0 app/Http/Requests/CreateBankAccountRequest.php | 0 app/Http/Requests/CreateClientRequest.php | 0 app/Http/Requests/CreateContactRequest.php | 0 app/Http/Requests/CreateCreditRequest.php | 0 app/Http/Requests/CreateCustomerRequest.php | 0 app/Http/Requests/CreateDocumentRequest.php | 0 app/Http/Requests/CreateExpenseCategoryRequest.php | 0 app/Http/Requests/CreateExpenseRequest.php | 0 app/Http/Requests/CreateInvoiceAPIRequest.php | 0 app/Http/Requests/CreateInvoiceRequest.php | 0 app/Http/Requests/CreateOnlinePaymentRequest.php | 0 app/Http/Requests/CreatePaymentAPIRequest.php | 0 app/Http/Requests/CreatePaymentRequest.php | 0 app/Http/Requests/CreatePaymentTermRequest.php | 0 app/Http/Requests/CreateProductRequest.php | 0 app/Http/Requests/CreateProjectRequest.php | 0 app/Http/Requests/CreateProposalCategoryRequest.php | 0 app/Http/Requests/CreateProposalRequest.php | 0 app/Http/Requests/CreateProposalSnippetRequest.php | 0 app/Http/Requests/CreateProposalTemplateRequest.php | 0 app/Http/Requests/CreateRecurringExpenseRequest.php | 0 app/Http/Requests/CreateTaskRequest.php | 0 app/Http/Requests/CreateTaxRateRequest.php | 0 app/Http/Requests/CreateVendorRequest.php | 0 app/Http/Requests/CreditRequest.php | 0 app/Http/Requests/CustomerRequest.php | 0 app/Http/Requests/DeleteVendorRequest.php | 0 app/Http/Requests/DocumentRequest.php | 0 app/Http/Requests/EntityRequest.php | 0 app/Http/Requests/ExpenseCategoryRequest.php | 0 app/Http/Requests/ExpenseRequest.php | 0 app/Http/Requests/InvoiceRequest.php | 0 app/Http/Requests/PaymentRequest.php | 0 app/Http/Requests/PaymentTermRequest.php | 0 app/Http/Requests/ProductRequest.php | 0 app/Http/Requests/ProjectRequest.php | 0 app/Http/Requests/ProposalCategoryRequest.php | 0 app/Http/Requests/ProposalRequest.php | 0 app/Http/Requests/ProposalSnippetRequest.php | 0 app/Http/Requests/ProposalTemplateRequest.php | 0 app/Http/Requests/QuoteRequest.php | 0 app/Http/Requests/RecurringExpenseRequest.php | 0 app/Http/Requests/RegisterRequest.php | 0 app/Http/Requests/Request.php | 0 app/Http/Requests/SaveClientPortalSettings.php | 0 app/Http/Requests/SaveEmailSettings.php | 0 app/Http/Requests/TaskRequest.php | 0 app/Http/Requests/TaxRateRequest.php | 0 app/Http/Requests/UpdateAccountRequest.php | 0 app/Http/Requests/UpdateClientRequest.php | 0 app/Http/Requests/UpdateContactRequest.php | 0 app/Http/Requests/UpdateCreditRequest.php | 0 app/Http/Requests/UpdateDocumentRequest.php | 0 app/Http/Requests/UpdateExpenseCategoryRequest.php | 0 app/Http/Requests/UpdateExpenseRequest.php | 0 app/Http/Requests/UpdateInvoiceAPIRequest.php | 0 app/Http/Requests/UpdateInvoiceRequest.php | 0 app/Http/Requests/UpdatePaymentRequest.php | 0 app/Http/Requests/UpdatePaymentTermRequest.php | 0 app/Http/Requests/UpdateProductRequest.php | 0 app/Http/Requests/UpdateProjectRequest.php | 0 app/Http/Requests/UpdateProposalCategoryRequest.php | 0 app/Http/Requests/UpdateProposalRequest.php | 0 app/Http/Requests/UpdateProposalSnippetRequest.php | 0 app/Http/Requests/UpdateProposalTemplateRequest.php | 0 app/Http/Requests/UpdateRecurringExpenseRequest.php | 0 app/Http/Requests/UpdateTaskRequest.php | 0 app/Http/Requests/UpdateTaxRateRequest.php | 0 app/Http/Requests/UpdateUserRequest.php | 0 app/Http/Requests/UpdateVendorRequest.php | 0 app/Http/Requests/UserRequest.php | 0 app/Http/Requests/ValidateTwoFactorRequest.php | 0 app/Http/Requests/VendorRequest.php | 0 app/Http/ViewComposers/AppLanguageComposer.php | 0 .../ViewComposers/ClientPortalHeaderComposer.php | 0 app/Http/ViewComposers/ProposalComposer.php | 0 app/Http/ViewComposers/TranslationComposer.php | 0 app/Jobs/Client/GenerateStatementData.php | 0 app/Jobs/ConvertInvoiceToUbl.php | 0 app/Jobs/ConvertProposalToPdf.php | 0 app/Jobs/DownloadInvoices.php | 0 app/Jobs/ExportReportResults.php | 0 app/Jobs/GenerateCalendarEvents.php | 0 app/Jobs/GenerateProjectChartData.php | 0 app/Jobs/ImportData.php | 0 app/Jobs/Job.php | 0 app/Jobs/LoadPostmarkHistory.php | 0 app/Jobs/LoadPostmarkStats.php | 0 app/Jobs/PurgeAccountData.php | 0 app/Jobs/PurgeClientData.php | 0 app/Jobs/ReactivatePostmarkEmail.php | 0 app/Jobs/RunReport.php | 0 app/Jobs/SendInvoiceEmail.php | 0 app/Jobs/SendNotificationEmail.php | 0 app/Jobs/SendPaymentEmail.php | 0 app/Jobs/SendPushNotification.php | 0 app/Libraries/CurlUtils.php | 0 app/Libraries/DateUtils.php | 0 app/Libraries/HTMLUtils.php | 0 app/Libraries/HistoryUtils.php | 0 app/Libraries/OFX.php | 0 app/Libraries/Skype/ButtonCard.php | 0 app/Libraries/Skype/CarouselCard.php | 0 app/Libraries/Skype/HeroCard.php | 0 app/Libraries/Skype/InvoiceCard.php | 0 app/Libraries/Skype/InvoiceItemCard.php | 0 app/Libraries/Skype/SkypeResponse.php | 0 app/Libraries/Utils.php | 0 app/Libraries/entity.php | 0 app/Libraries/lib_autolink.php | 0 app/Listeners/ActivityListener.php | 0 app/Listeners/AnalyticsListener.php | 0 app/Listeners/CreditListener.php | 0 app/Listeners/DNSListener.php | 0 app/Listeners/ExpenseListener.php | 0 app/Listeners/HandleUserLoggedIn.php | 0 app/Listeners/HandleUserSettingsChanged.php | 0 app/Listeners/HandleUserSignedUp.php | 0 app/Listeners/HistoryListener.php | 0 app/Listeners/InvoiceListener.php | 0 app/Listeners/NotificationListener.php | 0 app/Listeners/QuoteListener.php | 0 app/Listeners/SubscriptionListener.php | 0 app/Listeners/TaskListener.php | 0 app/Models/Account.php | 0 app/Models/AccountEmailSettings.php | 0 app/Models/AccountGateway.php | 0 app/Models/AccountGatewaySettings.php | 0 app/Models/AccountGatewayToken.php | 0 app/Models/AccountToken.php | 0 app/Models/Activity.php | 0 app/Models/Affiliate.php | 0 app/Models/BalanceAffecting.php | 0 app/Models/Bank.php | 0 app/Models/BankAccount.php | 0 app/Models/BankSubaccount.php | 0 app/Models/Client.php | 0 app/Models/Company.php | 0 app/Models/Contact.php | 0 app/Models/Country.php | 0 app/Models/Credit.php | 0 app/Models/Currency.php | 0 app/Models/DateFormat.php | 0 app/Models/DatetimeFormat.php | 0 app/Models/DbServer.php | 0 app/Models/Document.php | 0 app/Models/EntityModel.php | 0 app/Models/Expense.php | 0 app/Models/ExpenseCategory.php | 0 app/Models/Font.php | 0 app/Models/Frequency.php | 0 app/Models/Gateway.php | 0 app/Models/GatewayType.php | 0 app/Models/Industry.php | 0 app/Models/Invitation.php | 0 app/Models/Invoice.php | 0 app/Models/InvoiceDesign.php | 0 app/Models/InvoiceItem.php | 0 app/Models/InvoiceStatus.php | 0 app/Models/Language.php | 0 app/Models/License.php | 0 app/Models/LookupAccount.php | 0 app/Models/LookupAccountToken.php | 0 app/Models/LookupCompany.php | 0 app/Models/LookupContact.php | 0 app/Models/LookupInvitation.php | 0 app/Models/LookupModel.php | 0 app/Models/LookupProposalInvitation.php | 0 app/Models/LookupUser.php | 0 app/Models/OwnedByClientTrait.php | 0 app/Models/PasswordReset.php | 0 app/Models/Payment.php | 0 app/Models/PaymentLibrary.php | 0 app/Models/PaymentMethod.php | 0 app/Models/PaymentStatus.php | 0 app/Models/PaymentTerm.php | 0 app/Models/PaymentType.php | 0 app/Models/Product.php | 0 app/Models/Project.php | 0 app/Models/Proposal.php | 0 app/Models/ProposalCategory.php | 0 app/Models/ProposalInvitation.php | 0 app/Models/ProposalSnippet.php | 0 app/Models/ProposalTemplate.php | 0 app/Models/RecurringExpense.php | 0 app/Models/ScheduledReport.php | 0 app/Models/SecurityCode.php | 0 app/Models/Size.php | 0 app/Models/Subscription.php | 0 app/Models/Task.php | 0 app/Models/TaskStatus.php | 0 app/Models/TaxRate.php | 0 app/Models/Theme.php | 0 app/Models/Timezone.php | 0 app/Models/Traits/ChargesFees.php | 0 app/Models/Traits/GeneratesNumbers.php | 0 app/Models/Traits/HasCustomMessages.php | 0 app/Models/Traits/HasLogo.php | 0 app/Models/Traits/HasRecurrence.php | 0 app/Models/Traits/Inviteable.php | 0 app/Models/Traits/PresentsInvoice.php | 0 app/Models/Traits/SendsEmails.php | 0 app/Models/Traits/SerialisesDeletedModels.php | 0 app/Models/User.php | 0 app/Models/UserAccount.php | 0 app/Models/Vendor.php | 0 app/Models/VendorContact.php | 0 app/Ninja/DNS/Cloudflare.php | 0 app/Ninja/Datatables/AccountGatewayDatatable.php | 0 app/Ninja/Datatables/ActivityDatatable.php | 0 app/Ninja/Datatables/BankAccountDatatable.php | 0 app/Ninja/Datatables/ClientDatatable.php | 0 app/Ninja/Datatables/CreditDatatable.php | 0 app/Ninja/Datatables/EntityDatatable.php | 0 app/Ninja/Datatables/ExpenseCategoryDatatable.php | 0 app/Ninja/Datatables/ExpenseDatatable.php | 0 app/Ninja/Datatables/InvoiceDatatable.php | 0 app/Ninja/Datatables/PaymentDatatable.php | 0 app/Ninja/Datatables/PaymentTermDatatable.php | 0 app/Ninja/Datatables/ProductDatatable.php | 0 app/Ninja/Datatables/ProjectDatatable.php | 0 app/Ninja/Datatables/ProjectTaskDatatable.php | 0 app/Ninja/Datatables/ProposalCategoryDatatable.php | 0 app/Ninja/Datatables/ProposalDatatable.php | 0 app/Ninja/Datatables/ProposalSnippetDatatable.php | 0 app/Ninja/Datatables/ProposalTemplateDatatable.php | 0 app/Ninja/Datatables/RecurringExpenseDatatable.php | 0 app/Ninja/Datatables/RecurringInvoiceDatatable.php | 0 app/Ninja/Datatables/SubscriptionDatatable.php | 0 app/Ninja/Datatables/TaskDatatable.php | 0 app/Ninja/Datatables/TaxRateDatatable.php | 0 app/Ninja/Datatables/TokenDatatable.php | 0 app/Ninja/Datatables/UserDatatable.php | 0 app/Ninja/Datatables/VendorDatatable.php | 0 app/Ninja/Import/BaseTransformer.php | 0 app/Ninja/Import/CSV/ClientTransformer.php | 0 app/Ninja/Import/CSV/ExpenseTransformer.php | 0 app/Ninja/Import/CSV/InvoiceTransformer.php | 0 app/Ninja/Import/CSV/PaymentTransformer.php | 0 app/Ninja/Import/CSV/ProductTransformer.php | 0 app/Ninja/Import/CSV/VendorTransformer.php | 0 app/Ninja/Import/FreshBooks/ClientTransformer.php | 0 .../Import/FreshBooks/InvoiceTransformerBAK.php | 0 app/Ninja/Import/FreshBooks/PaymentTransformer.php | 0 app/Ninja/Import/FreshBooks/TaskTransformer.php | 0 app/Ninja/Import/FreshBooks/VendorTransformer.php | 0 app/Ninja/Import/Harvest/ClientTransformer.php | 0 app/Ninja/Import/Harvest/ContactTransformer.php | 0 app/Ninja/Import/Harvest/InvoiceTransformer.php | 0 app/Ninja/Import/Harvest/PaymentTransformer.php | 0 .../Import/Harvest/VendorContactTransformer.php | 0 app/Ninja/Import/Harvest/VendorTransformer.php | 0 app/Ninja/Import/Hiveage/ClientTransformer.php | 0 app/Ninja/Import/Hiveage/InvoiceTransformer.php | 0 app/Ninja/Import/Hiveage/PaymentTransformer.php | 0 app/Ninja/Import/Hiveage/VendorTransformer.php | 0 app/Ninja/Import/Invoiceable/ClientTransformer.php | 0 app/Ninja/Import/Invoiceable/InvoiceTransformer.php | 0 app/Ninja/Import/Invoiceable/PaymentTransformer.php | 0 app/Ninja/Import/Invoiceable/VendorTransformer.php | 0 app/Ninja/Import/Nutcache/ClientTransformer.php | 0 app/Ninja/Import/Nutcache/InvoiceTransformer.php | 0 app/Ninja/Import/Nutcache/PaymentTransformer.php | 0 app/Ninja/Import/Nutcache/TaskTransformer.php | 0 app/Ninja/Import/Nutcache/VendorTransformer.php | 0 app/Ninja/Import/Pancake/ClientTransformer.php | 0 app/Ninja/Import/Pancake/InvoiceTransformer.php | 0 app/Ninja/Import/Pancake/PaymentTransformer.php | 0 app/Ninja/Import/Ronin/ClientTransformer.php | 0 app/Ninja/Import/Ronin/InvoiceTransformer.php | 0 app/Ninja/Import/Ronin/PaymentTransformer.php | 0 app/Ninja/Import/Ronin/VendorTransformer.php | 0 app/Ninja/Import/Stripe/CustomerTransformer.php | 0 app/Ninja/Import/Wave/ClientTransformer.php | 0 app/Ninja/Import/Wave/InvoiceTransformer.php | 0 app/Ninja/Import/Wave/PaymentTransformer.php | 0 app/Ninja/Import/Wave/VendorTransformer.php | 0 app/Ninja/Import/Zoho/ClientTransformer.php | 0 app/Ninja/Import/Zoho/InvoiceTransformer.php | 0 app/Ninja/Import/Zoho/PaymentTransformer.php | 0 app/Ninja/Import/Zoho/VendorTransformer.php | 0 app/Ninja/Intents/BaseIntent.php | 0 app/Ninja/Intents/CreateInvoiceIntent.php | 0 app/Ninja/Intents/DownloadInvoiceIntent.php | 0 app/Ninja/Intents/EmailInvoiceIntent.php | 0 app/Ninja/Intents/InvoiceIntent.php | 0 app/Ninja/Intents/ListProductsIntent.php | 0 app/Ninja/Intents/ProductIntent.php | 0 app/Ninja/Intents/UpdateInvoiceIntent.php | 0 app/Ninja/Intents/WebApp/CreateClientIntent.php | 0 app/Ninja/Intents/WebApp/CreateCreditIntent.php | 0 app/Ninja/Intents/WebApp/CreateExpenseIntent.php | 0 app/Ninja/Intents/WebApp/CreateInvoiceIntent.php | 0 app/Ninja/Intents/WebApp/CreatePaymentIntent.php | 0 app/Ninja/Intents/WebApp/CreateProductIntent.php | 0 app/Ninja/Intents/WebApp/CreateQuoteIntent.php | 0 .../Intents/WebApp/CreateRecurringInvoiceIntent.php | 0 app/Ninja/Intents/WebApp/CreateTaskIntent.php | 0 app/Ninja/Intents/WebApp/CreateVendorIntent.php | 0 app/Ninja/Intents/WebApp/FindClientIntent.php | 0 app/Ninja/Intents/WebApp/FindInvoiceIntent.php | 0 app/Ninja/Intents/WebApp/FindQuoteIntent.php | 0 app/Ninja/Intents/WebApp/ListClientIntent.php | 0 app/Ninja/Intents/WebApp/ListCreditIntent.php | 0 app/Ninja/Intents/WebApp/ListExpenseIntent.php | 0 app/Ninja/Intents/WebApp/ListInvoiceIntent.php | 0 app/Ninja/Intents/WebApp/ListPaymentIntent.php | 0 app/Ninja/Intents/WebApp/ListProductIntent.php | 0 app/Ninja/Intents/WebApp/ListQuoteIntent.php | 0 .../Intents/WebApp/ListRecurringInvoiceIntent.php | 0 app/Ninja/Intents/WebApp/ListTaskIntent.php | 0 app/Ninja/Intents/WebApp/ListVendorIntent.php | 0 app/Ninja/Intents/WebApp/NavigateToIntent.php | 0 app/Ninja/Mailers/ContactMailer.php | 0 app/Ninja/Mailers/Mailer.php | 0 app/Ninja/Mailers/UserMailer.php | 0 app/Ninja/Notifications/PushFactory.php | 0 app/Ninja/OAuth/OAuth.php | 0 app/Ninja/OAuth/Providers/Google.php | 0 app/Ninja/OAuth/Providers/ProviderInterface.php | 0 .../PaymentDrivers/AuthorizeNetAIMPaymentDriver.php | 0 app/Ninja/PaymentDrivers/BasePaymentDriver.php | 0 app/Ninja/PaymentDrivers/BitPayPaymentDriver.php | 0 app/Ninja/PaymentDrivers/BraintreePaymentDriver.php | 0 .../PaymentDrivers/CheckoutComPaymentDriver.php | 0 app/Ninja/PaymentDrivers/Custom1PaymentDriver.php | 0 app/Ninja/PaymentDrivers/Custom2PaymentDriver.php | 0 app/Ninja/PaymentDrivers/Custom3PaymentDriver.php | 0 .../PaymentDrivers/CybersourcePaymentDriver.php | 0 app/Ninja/PaymentDrivers/DwollaPaymentDriver.php | 0 .../PaymentDrivers/EwayRapidSharedPaymentDriver.php | 0 app/Ninja/PaymentDrivers/FedACHdir.txt | 0 .../PaymentDrivers/GoCardlessPaymentDriver.php | 0 .../GoCardlessV2RedirectPaymentDriver.php | 0 app/Ninja/PaymentDrivers/MolliePaymentDriver.php | 0 app/Ninja/PaymentDrivers/PagSeguroPaymentDriver.php | 0 app/Ninja/PaymentDrivers/PagarmePaymentDriver.php | 0 app/Ninja/PaymentDrivers/PayFastPaymentDriver.php | 0 .../PaymentDrivers/PayPalExpressPaymentDriver.php | 0 app/Ninja/PaymentDrivers/PayPalProPaymentDriver.php | 0 app/Ninja/PaymentDrivers/PaymillPaymentDriver.php | 0 app/Ninja/PaymentDrivers/SkrillPaymentDriver.php | 0 app/Ninja/PaymentDrivers/StripePaymentDriver.php | 0 .../PaymentDrivers/TwoCheckoutPaymentDriver.php | 0 app/Ninja/PaymentDrivers/WePayPaymentDriver.php | 0 app/Ninja/Presenters/AccountPresenter.php | 0 app/Ninja/Presenters/ActivityPresenter.php | 0 app/Ninja/Presenters/ClientPresenter.php | 0 app/Ninja/Presenters/CompanyPresenter.php | 0 app/Ninja/Presenters/CreditPresenter.php | 0 app/Ninja/Presenters/EntityPresenter.php | 0 app/Ninja/Presenters/ExpensePresenter.php | 0 app/Ninja/Presenters/InvoiceItemPresenter.php | 0 app/Ninja/Presenters/InvoicePresenter.php | 0 app/Ninja/Presenters/PaymentPresenter.php | 0 app/Ninja/Presenters/ProductPresenter.php | 0 app/Ninja/Presenters/ProjectPresenter.php | 0 app/Ninja/Presenters/ProposalPresenter.php | 0 app/Ninja/Presenters/ProposalSnippetPresenter.php | 0 app/Ninja/Presenters/ProposalTemplatePresenter.php | 0 app/Ninja/Presenters/TaskPresenter.php | 0 app/Ninja/Presenters/UserPresenter.php | 0 app/Ninja/Presenters/VendorPresenter.php | 0 app/Ninja/Reports/AbstractReport.php | 0 app/Ninja/Reports/ActivityReport.php | 0 app/Ninja/Reports/AgingReport.php | 0 app/Ninja/Reports/ClientReport.php | 0 app/Ninja/Reports/CreditReport.php | 0 app/Ninja/Reports/DocumentReport.php | 0 app/Ninja/Reports/ExpenseReport.php | 0 app/Ninja/Reports/InvoiceReport.php | 0 app/Ninja/Reports/PaymentReport.php | 0 app/Ninja/Reports/ProductReport.php | 0 app/Ninja/Reports/ProfitAndLossReport.php | 0 app/Ninja/Reports/QuoteReport.php | 0 app/Ninja/Reports/TaskReport.php | 0 app/Ninja/Reports/TaxRateReport.php | 0 app/Ninja/Repositories/AccountGatewayRepository.php | 0 app/Ninja/Repositories/AccountRepository.php | 0 app/Ninja/Repositories/ActivityRepository.php | 0 app/Ninja/Repositories/BankAccountRepository.php | 0 app/Ninja/Repositories/BaseRepository.php | 0 app/Ninja/Repositories/ClientRepository.php | 0 app/Ninja/Repositories/ContactRepository.php | 0 app/Ninja/Repositories/CreditRepository.php | 0 app/Ninja/Repositories/CustomerRepository.php | 0 app/Ninja/Repositories/DashboardRepository.php | 0 app/Ninja/Repositories/DocumentRepository.php | 0 .../Repositories/ExpenseCategoryRepository.php | 0 app/Ninja/Repositories/ExpenseRepository.php | 0 app/Ninja/Repositories/InvoiceRepository.php | 0 app/Ninja/Repositories/NinjaRepository.php | 0 app/Ninja/Repositories/PaymentRepository.php | 0 app/Ninja/Repositories/PaymentTermRepository.php | 0 app/Ninja/Repositories/ProductRepository.php | 0 app/Ninja/Repositories/ProjectRepository.php | 0 .../Repositories/ProposalCategoryRepository.php | 0 app/Ninja/Repositories/ProposalRepository.php | 0 .../Repositories/ProposalSnippetRepository.php | 0 .../Repositories/ProposalTemplateRepository.php | 0 .../Repositories/RecurringExpenseRepository.php | 0 app/Ninja/Repositories/ReferralRepository.php | 0 app/Ninja/Repositories/SubscriptionRepository.php | 0 app/Ninja/Repositories/TaskRepository.php | 0 app/Ninja/Repositories/TaxRateRepository.php | 0 app/Ninja/Repositories/TokenRepository.php | 0 app/Ninja/Repositories/UserRepository.php | 0 app/Ninja/Repositories/VendorContactRepository.php | 0 app/Ninja/Repositories/VendorRepository.php | 0 app/Ninja/Serializers/ArraySerializer.php | 0 .../AccountEmailSettingsTransformer.php | 0 app/Ninja/Transformers/AccountTokenTransformer.php | 0 app/Ninja/Transformers/AccountTransformer.php | 0 app/Ninja/Transformers/ActivityTransformer.php | 0 app/Ninja/Transformers/ClientTransformer.php | 0 app/Ninja/Transformers/ContactTransformer.php | 0 app/Ninja/Transformers/CreditTransformer.php | 0 app/Ninja/Transformers/DocumentTransformer.php | 0 app/Ninja/Transformers/EntityTransformer.php | 0 .../Transformers/ExpenseCategoryTransformer.php | 0 app/Ninja/Transformers/ExpenseTransformer.php | 0 app/Ninja/Transformers/InvitationTransformer.php | 0 app/Ninja/Transformers/InvoiceItemTransformer.php | 0 app/Ninja/Transformers/InvoiceTransformer.php | 0 app/Ninja/Transformers/PaymentTermTransformer.php | 0 app/Ninja/Transformers/PaymentTransformer.php | 0 app/Ninja/Transformers/ProductTransformer.php | 0 app/Ninja/Transformers/ProjectTransformer.php | 0 app/Ninja/Transformers/TaskStatusTransformer.php | 0 app/Ninja/Transformers/TaskTransformer.php | 0 app/Ninja/Transformers/TaxRateTransformer.php | 0 app/Ninja/Transformers/UserAccountTransformer.php | 0 app/Ninja/Transformers/UserTransformer.php | 0 app/Ninja/Transformers/VendorContactTransformer.php | 0 app/Ninja/Transformers/VendorTransformer.php | 0 app/Notifications/PaymentCreated.php | 0 app/Policies/AccountGatewayPolicy.php | 0 app/Policies/BankAccountPolicy.php | 0 app/Policies/ClientPolicy.php | 0 app/Policies/ContactPolicy.php | 0 app/Policies/CreditPolicy.php | 0 app/Policies/CustomerPolicy.php | 0 app/Policies/DocumentPolicy.php | 0 app/Policies/EntityPolicy.php | 0 app/Policies/ExpenseCategoryPolicy.php | 0 app/Policies/ExpensePolicy.php | 0 app/Policies/GenericEntityPolicy.php | 0 app/Policies/InvoicePolicy.php | 0 app/Policies/PaymentPolicy.php | 0 app/Policies/PaymentTermPolicy.php | 0 app/Policies/ProductPolicy.php | 0 app/Policies/ProjectPolicy.php | 0 app/Policies/ProposalCategoryPolicy.php | 0 app/Policies/ProposalPolicy.php | 0 app/Policies/ProposalSnippetPolicy.php | 0 app/Policies/ProposalTemplatePolicy.php | 0 app/Policies/QuotePolicy.php | 0 app/Policies/RecurringExpensePolicy.php | 0 app/Policies/RecurringInvoicePolicy.php | 0 app/Policies/SubscriptionPolicy.php | 0 app/Policies/TaskPolicy.php | 0 app/Policies/TaxRatePolicy.php | 0 app/Policies/TokenPolicy.php | 0 app/Policies/VendorPolicy.php | 0 app/Providers/AppServiceProvider.php | 0 app/Providers/AuthServiceProvider.php | 0 app/Providers/BusServiceProvider.php | 0 app/Providers/ComposerServiceProvider.php | 0 app/Providers/ConfigServiceProvider.php | 0 app/Providers/EventServiceProvider.php | 0 app/Providers/RouteServiceProvider.php | 0 app/Services/AccountGatewayService.php | 0 app/Services/ActivityService.php | 0 app/Services/AuthService.php | 0 app/Services/BankAccountService.php | 0 app/Services/BaseService.php | 0 app/Services/ClientService.php | 0 app/Services/ContactService.php | 0 app/Services/CreditService.php | 0 app/Services/DatatableService.php | 0 app/Services/EmailService.php | 0 app/Services/ExpenseCategoryService.php | 0 app/Services/ExpenseService.php | 0 app/Services/ImportService.php | 0 app/Services/InvoiceService.php | 0 app/Services/PaymentService.php | 0 app/Services/PaymentTermService.php | 0 app/Services/ProductService.php | 0 app/Services/ProjectService.php | 0 app/Services/ProposalCategoryService.php | 0 app/Services/ProposalService.php | 0 app/Services/ProposalSnippetService.php | 0 app/Services/ProposalTemplateService.php | 0 app/Services/PushService.php | 0 app/Services/RecurringExpenseService.php | 0 app/Services/RecurringInvoiceService.php | 0 app/Services/SubscriptionService.php | 0 app/Services/TaskService.php | 0 app/Services/TaxRateService.php | 0 app/Services/TemplateService.php | 0 app/Services/TokenService.php | 0 app/Services/UserService.php | 0 app/Services/VendorService.php | 0 artisan | 0 bootstrap/app.php | 0 bootstrap/autoload.php | 0 bootstrap/environment.php | 0 bower.json | 0 codeception.yml | 0 composer.json | 0 composer.lock | 0 config/app.php | 0 config/auth.php | 0 config/bootstrapper.php | 0 config/cache.php | 0 config/chumper.datatable.php | 0 config/compile.php | 0 config/cors.php | 0 config/countries.php | 0 config/database.php | 0 config/debugbar.php | 0 config/excel.php | 0 config/filesystems.php | 0 config/former.php | 0 config/google2fa.php | 0 config/ide-helper.php | 0 config/image.php | 0 config/mail.php | 0 config/modules.php | 0 config/ninja.php | 0 config/packages/.gitkeep | 0 config/packages/ignited/laravel-omnipay/config.php | 0 config/packages/zizaco/confide/.gitkeep | 0 config/packages/zizaco/confide/config.php | 0 config/pdf.php | 0 config/push-notification.php | 0 config/queue.php | 0 config/self-update.php | 0 config/services.php | 0 config/session.php | 0 config/swaggervel.php | 0 config/view.php | 0 database/factories/ModelFactory.php | 0 database/migrations/.gitkeep | 0 .../2013_11_05_180133_confide_setup_users_table.php | 0 .../2013_11_28_195703_setup_countries_table.php | 0 .../2014_02_13_151500_add_cascase_drops.php | 0 ...02_19_151817_add_support_for_invoice_designs.php | 0 .../2014_03_03_155556_add_phone_to_account.php | 0 .../2014_03_19_201454_add_language_support.php | 0 .../2014_03_20_200300_create_payment_libraries.php | 0 .../2014_03_23_051736_enable_forcing_jspdf.php | 0 ..._102200_add_sort_and_recommended_to_gateways.php | 0 .../migrations/2014_04_03_191105_add_pro_plan.php | 0 .../2014_04_17_100523_add_remember_token.php | 0 .../2014_04_17_145108_add_custom_fields.php | 0 .../2014_04_23_170909_add_products_settings.php | 0 .../2014_04_29_174315_add_advanced_settings.php | 0 .../migrations/2014_05_17_175626_add_quotes.php | 0 ...dd_accepted_credit_cards_to_account_gateways.php | 0 .../2014_07_13_142654_one_click_install.php | 0 .../2014_07_17_205900_support_hiding_quantity.php | 0 .../2014_07_24_171214_add_zapier_support.php | 0 .../2014_10_01_141248_add_company_vat_number.php | 0 .../2014_10_05_141856_track_last_seen_message.php | 0 .../migrations/2014_10_06_103529_add_timesheets.php | 0 .../2014_10_06_195330_add_invoice_design_table.php | 0 ...014_10_13_054100_add_invoice_number_settings.php | 0 .../2014_10_14_225227_add_danish_translation.php | 0 .../2014_10_22_174452_add_affiliate_price.php | 0 .../2014_10_30_184126_add_company_id_number.php | 0 ...2014_11_04_200406_allow_null_client_currency.php | 0 .../2014_12_03_154119_add_discount_type.php | 0 .../2015_02_12_102940_add_email_templates.php | 0 .../2015_02_17_131714_support_token_billing.php | 0 .../2015_02_27_081836_add_invoice_footer.php | 0 .../migrations/2015_03_03_140259_add_tokens.php | 0 .../2015_03_09_151011_add_ip_to_activity.php | 0 ...03_15_174122_add_pdf_email_attachment_option.php | 0 ...15_03_30_100000_create_password_resets_table.php | 0 .../2015_04_12_093447_add_sv_language.php | 0 .../2015_04_13_100333_add_notify_approved.php | 0 ..._04_16_122647_add_partial_amount_to_invoices.php | 0 .../migrations/2015_05_21_184104_add_font_size.php | 0 database/migrations/2015_05_27_121828_add_tasks.php | 0 .../2015_05_27_170808_add_custom_invoice_labels.php | 0 .../2015_06_09_134208_add_has_tasks_to_invoices.php | 0 .../2015_06_14_093410_enable_resuming_tasks.php | 0 .../2015_06_14_173025_multi_company_support.php | 0 .../2015_07_07_160257_support_locking_account.php | 0 .../migrations/2015_07_08_114333_simplify_tasks.php | 0 .../2015_07_19_081332_add_custom_design.php | 0 .../2015_07_27_183830_add_pdfmake_support.php | 0 ...084041_add_formats_to_datetime_formats_table.php | 0 .../2015_09_04_080604_add_swap_postal_code.php | 0 .../2015_09_07_135935_add_account_domain.php | 0 .../2015_09_10_185135_add_reminder_emails.php | 0 .../2015_10_07_135651_add_social_login.php | 0 .../2015_10_21_075058_add_default_tax_rates.php | 0 ...2015_10_21_185724_add_invoice_number_pattern.php | 0 ...015_10_27_180214_add_is_system_to_activities.php | 0 .../2015_10_29_133747_add_default_quote_terms.php | 0 .../migrations/2015_11_01_080417_encrypt_tokens.php | 0 ...5_11_03_181318_improve_currency_localization.php | 0 .../2015_11_30_133206_add_email_designs.php | 0 .../2015_12_27_154513_add_reminder_settings.php | 0 .../2015_12_30_042035_add_client_view_css.php | 0 .../2016_01_04_175228_create_vendors_table.php | 0 .../2016_01_06_153144_add_invoice_font_support.php | 0 ...016_01_17_155725_add_quote_to_invoice_option.php | 0 .../2016_01_18_195351_add_bank_accounts.php | 0 .../2016_01_24_112646_add_bank_subaccounts.php | 0 .../2016_01_27_173015_add_header_footer_option.php | 0 ...02_01_135956_add_source_currency_to_expenses.php | 0 .../2016_02_25_152948_add_client_password.php | 0 .../2016_02_28_081424_add_custom_invoice_fields.php | 0 .../2016_03_14_066181_add_user_permissions.php | 0 ...03_14_214710_add_support_three_decimal_taxes.php | 0 .../migrations/2016_03_22_168362_add_documents.php | 0 ...2016_03_23_215049_support_multiple_tax_rates.php | 0 .../2016_04_16_103943_enterprise_plan.php | 0 .../migrations/2016_04_18_174135_add_page_size.php | 0 .../2016_04_23_182223_payments_changes.php | 0 ..._102925_add_swap_currency_symbol_to_currency.php | 0 .../2016_05_18_085739_add_invoice_type_support.php | 0 database/migrations/2016_05_24_164847_wepay_ach.php | 0 .../2016_07_08_083802_support_new_pricing.php | 0 .../2016_07_13_083821_add_buy_now_buttons.php | 0 .../2016_08_10_184027_add_support_for_bots.php | 0 .../2016_09_05_150625_create_gateway_types.php | 0 .../2016_10_20_191150_add_expense_to_activities.php | 0 .../2016_11_03_113316_add_invoice_signature.php | 0 .../2016_11_03_161149_add_bluevine_fields.php | 0 .../2016_11_28_092904_add_task_projects.php | 0 .../2016_12_13_113955_add_pro_plan_discount.php | 0 .../2017_01_01_214241_add_inclusive_taxes.php | 0 .../2017_02_23_095934_add_custom_product_fields.php | 0 .../2017_03_16_085702_add_gateway_fee_location.php | 0 .../2017_04_16_101744_add_custom_contact_fields.php | 0 ...7_04_30_174702_add_multiple_database_support.php | 0 .../2017_05_10_144928_add_oauth_to_lookups.php | 0 ...2017_05_16_101715_add_default_note_to_client.php | 0 .../2017_06_19_111515_update_dark_mode.php | 0 .../migrations/2017_07_18_124150_add_late_fees.php | 0 .../2017_08_14_085334_increase_precision.php | 0 .../2017_10_17_083846_add_default_rates.php | 0 .../2017_11_15_114422_add_subdomain_to_lookups.php | 0 .../2017_12_13_074024_add_remember_2fa_token.php | 0 .../2018_01_10_073825_add_subscription_format.php | 0 .../2018_03_08_150414_add_slack_notifications.php | 0 .../2018_03_30_115805_add_more_custom_fields.php | 0 .../2018_04_16_142434_add_custom_domain.php | 0 .../2018_05_14_091806_limit_notifications.php | 0 .../2018_05_19_095124_add_json_permissions.php | 0 .../2018_06_29_110607_add_dart_format_column.php | 0 ...07_26_170243_fix_payment_contact_foreign_key.php | 0 ...18_10_22_084326_add_option_for_product_notes.php | 0 database/seeds/.gitkeep | 0 database/seeds/BanksSeeder.php | 0 database/seeds/ConstantsSeeder.php | 0 database/seeds/CountriesSeeder.php | 0 database/seeds/CurrenciesSeeder.php | 0 database/seeds/DatabaseSeeder.php | 0 database/seeds/DateFormatsSeeder.php | 0 database/seeds/DbServerSeeder.php | 0 database/seeds/FontsSeeder.php | 0 database/seeds/FrequencySeeder.php | 0 database/seeds/GatewayTypesSeeder.php | 0 database/seeds/IndustrySeeder.php | 0 database/seeds/InvoiceDesignsSeeder.php | 0 database/seeds/InvoiceStatusSeeder.php | 0 database/seeds/LanguageSeeder.php | 0 database/seeds/PaymentLibrariesSeeder.php | 0 database/seeds/PaymentStatusSeeder.php | 0 database/seeds/PaymentTermsSeeder.php | 0 database/seeds/PaymentTypesSeeder.php | 0 database/seeds/ProposalTemplatesSeeder.php | 0 database/seeds/UpdateSeeder.php | 0 database/seeds/UserTableSeeder.php | 0 database/setup.sql | 0 docs/Makefile | 0 docs/api.rst | 0 docs/api_tokens.rst | 0 docs/client_portal.rst | 0 docs/clients.rst | 0 docs/conf.py | 0 docs/configure.rst | 0 docs/credits.rst | 0 docs/custom_modules.rst | 0 docs/data_visualizations.rst | 0 docs/developer_guide.rst | 0 docs/email_settings.rst | 0 docs/expenses.rst | 0 docs/images/env_file_api_secret.png | Bin docs/images/iphone_self_hosted.png | Bin docs/index.rst | 0 docs/install.rst | 0 docs/introduction.rst | 0 docs/invoice_design.rst | 0 docs/invoice_settings.rst | 0 docs/invoices.rst | 0 docs/mobile_apps.rst | 0 docs/payments.rst | 0 docs/proposals.rst | 0 docs/quotes.rst | 0 docs/recurring_invoices.rst | 0 docs/reports.rst | 0 docs/settings.rst | 0 docs/tasks.rst | 0 docs/templates_and_reminders.rst | 0 docs/update.rst | 0 docs/user_management.rst | 0 docs/vendors.rst | 0 gulpfile.js | 0 package.json | 0 phpspec.yml | 0 phpunit.xml | 0 public/.htaccess | 0 public/android-chrome-192x192.png | Bin public/android-chrome-512x512.png | Bin public/apple-touch-icon-120x120-precomposed.png | Bin public/apple-touch-icon-120x120.png | Bin public/apple-touch-icon-152x152-precomposed.png | Bin public/apple-touch-icon-precomposed.png | Bin public/apple-touch-icon.png | Bin public/browserconfig.xml | 0 public/built.js | 0 public/built.js.map | 0 public/css/app.css | 0 public/css/app.min.css | 0 public/css/app.min.css.map | 0 public/css/bootstrap.min.css | 0 public/css/bootstrap.min.css.map | 0 public/css/built.css | 0 public/css/built.css.map | 0 public/css/built.login.css | 0 public/css/built.login.css.map | 0 public/css/built.min.css | 0 public/css/built.min.css.map | 0 public/css/built.public.css | 0 public/css/built.public.css.map | 0 public/css/built.public.min.css | 0 public/css/built.public.min.css.map | 0 public/css/card.css | 0 public/css/card.css.map | 0 public/css/cookieconsent.min.css | 0 public/css/customCss.css | 0 public/css/customCss.min.css | 0 public/css/customCss.min.css.map | 0 public/css/daterangepicker.css | 0 public/css/daterangepicker.css.map | 0 public/css/fullcalendar.css | 0 public/css/fullcalendar.css.map | 0 public/css/grapes.css | 0 public/css/grapes.css.map | 0 public/css/grapesjs.css | 0 public/css/grapesjs.css.map | 0 public/css/img/jsoneditor-icons.png | Bin public/css/img/jsoneditor-icons.svg | 0 public/css/jquery.datetimepicker.css | 0 public/css/jquery.datetimepicker.min.css | 0 public/css/jquery.datetimepicker.min.css.map | 0 public/css/jquery.timepicker.css | 0 public/css/jquery.timepicker.css.map | 0 public/css/jsoneditor.min.css | 0 public/css/jsoneditor.min.css.map | 0 public/css/lightbox.css | 0 public/css/lightbox.min.css | 0 public/css/lightbox.min.css.map | 0 public/css/login.css | 0 public/css/login.css.map | 0 public/css/quill.snow.css | 0 public/css/quill.snow.min.css | 0 public/css/quill.snow.min.css.map | 0 public/css/select2.css | 0 public/css/select2.css.map | 0 public/css/style.min.css | 0 public/css/style.min.css.map | 0 public/css/tablesorter.css | 0 public/css/tablesorter.css.map | 0 public/css/themes/amelia.min.css | 0 public/css/themes/cerulean.min.css | 0 public/css/themes/cosmo.min.css | 0 public/css/themes/cyborg.min.css | 0 public/css/themes/flatly.min.css | 0 public/css/themes/journal.min.css | 0 public/css/themes/readable.min.css | 0 public/css/themes/simplex.min.css | 0 public/css/themes/slate.min.css | 0 public/css/themes/spacelab.min.css | 0 public/css/themes/united.min.css | 0 public/css/themes/yeti.min.css | 0 public/favicon-16x16.png | Bin public/favicon-32x32.png | Bin public/favicon-v2.png | Bin public/favicon.ico | Bin public/favicon.png | Bin public/fonts/.empty | 0 public/fonts/FontAwesome.otf | Bin public/fonts/Roboto-100/LICENSE.txt | 0 public/fonts/Roboto-100/Roboto-100.eot | Bin public/fonts/Roboto-100/Roboto-100.svg | 0 public/fonts/Roboto-100/Roboto-100.ttf | Bin public/fonts/Roboto-100/Roboto-100.woff | Bin public/fonts/Roboto-100/Roboto-100.woff2 | Bin public/fonts/Roboto-700/LICENSE.txt | 0 public/fonts/Roboto-700/Roboto-700.eot | Bin public/fonts/Roboto-700/Roboto-700.svg | 0 public/fonts/Roboto-700/Roboto-700.ttf | Bin public/fonts/Roboto-700/Roboto-700.woff | Bin public/fonts/Roboto-700/Roboto-700.woff2 | Bin public/fonts/Roboto-900/LICENSE.txt | 0 public/fonts/Roboto-900/Roboto-900.eot | Bin public/fonts/Roboto-900/Roboto-900.svg | 0 public/fonts/Roboto-900/Roboto-900.ttf | Bin public/fonts/Roboto-900/Roboto-900.woff | Bin public/fonts/Roboto-900/Roboto-900.woff2 | Bin public/fonts/Roboto-regular/LICENSE.txt | 0 public/fonts/Roboto-regular/Roboto-regular.eot | Bin public/fonts/Roboto-regular/Roboto-regular.svg | 0 public/fonts/Roboto-regular/Roboto-regular.ttf | Bin public/fonts/Roboto-regular/Roboto-regular.woff | Bin public/fonts/Roboto-regular/Roboto-regular.woff2 | Bin public/fonts/fontawesome-webfont.eot | Bin public/fonts/fontawesome-webfont.svg | 0 public/fonts/fontawesome-webfont.ttf | Bin public/fonts/fontawesome-webfont.woff | Bin public/fonts/fontawesome-webfont.woff2 | Bin public/fonts/glyphicons-halflings-regular.eot | Bin public/fonts/glyphicons-halflings-regular.svg | 0 public/fonts/glyphicons-halflings-regular.ttf | Bin public/fonts/glyphicons-halflings-regular.woff | Bin public/fonts/glyphicons-halflings-regular.woff2 | Bin .../abril_fatface/AbrilFatface-Regular.ttf | Bin public/fonts/invoice-fonts/abril_fatface/OFL.txt | 0 public/fonts/invoice-fonts/arvo/Arvo-Bold.ttf | Bin public/fonts/invoice-fonts/arvo/Arvo-Italic.ttf | Bin public/fonts/invoice-fonts/arvo/Arvo-Regular.ttf | Bin .../invoice-fonts/arvo/SIL Open Font License.txt | 0 .../gensha_gothic/GenShinGothic-Regular.ttf | Bin .../gensha_gothic/SIL_Open_Font_License_1.1.txt | 0 .../gensha_gothic_p/GenShinGothic-P-Regular.ttf | Bin .../gensha_gothic_p/SIL_Open_Font_License_1.1.txt | 0 .../invoice-fonts/josefin_sans/JosefinSans-Bold.ttf | Bin .../josefin_sans/JosefinSans-Italic.ttf | Bin .../josefin_sans/JosefinSans-Regular.ttf | Bin .../josefin_sans/SIL Open Font License.txt | 0 .../josefin_sans_light/JosefinSans-Light.ttf | Bin .../josefin_sans_light/JosefinSans-LightItalic.ttf | Bin .../josefin_sans_light/JosefinSans-SemiBold.ttf | Bin .../josefin_sans_light/SIL Open Font License.txt | 0 .../invoice-fonts/josefin_slab/JosefinSlab-Bold.ttf | Bin .../josefin_slab/JosefinSlab-Italic.ttf | Bin .../josefin_slab/JosefinSlab-Regular.ttf | Bin .../josefin_slab/SIL Open Font License.txt | 0 .../josefin_slab_light/JosefinSlab-Light.ttf | Bin .../josefin_slab_light/JosefinSlab-LightItalic.ttf | Bin .../josefin_slab_light/JosefinSlab-SemiBold.ttf | Bin .../josefin_slab_light/SIL Open Font License.txt | 0 .../invoice-fonts/open_sans/Apache License.txt | 0 .../invoice-fonts/open_sans/OpenSans-Italic.ttf | Bin .../invoice-fonts/open_sans/OpenSans-Regular.ttf | Bin .../invoice-fonts/open_sans/OpenSans-Semibold.ttf | Bin .../open_sans_light/Apache License.txt | 0 .../open_sans_light/OpenSans-Light.ttf | Bin .../open_sans_light/OpenSans-LightItalic.ttf | Bin .../open_sans_light/OpenSans-Regular.ttf | Bin public/fonts/invoice-fonts/pt_sans/PTSans-Bold.ttf | Bin .../fonts/invoice-fonts/pt_sans/PTSans-Italic.ttf | Bin .../fonts/invoice-fonts/pt_sans/PTSans-Regular.ttf | Bin .../pt_sans/Paratype PT Sans Free Font License.txt | 0 .../fonts/invoice-fonts/pt_serif/PTSerif-Bold.ttf | Bin .../fonts/invoice-fonts/pt_serif/PTSerif-Italic.ttf | Bin .../invoice-fonts/pt_serif/PTSerif-Regular.ttf | Bin .../pt_serif/Paratype PT Sans Free Font License.txt | 0 .../fonts/invoice-fonts/raleway/Raleway-Italic.ttf | Bin .../fonts/invoice-fonts/raleway/Raleway-Medium.ttf | Bin .../fonts/invoice-fonts/raleway/Raleway-Regular.ttf | Bin .../invoice-fonts/raleway/SIL Open Font License.txt | 0 .../invoice-fonts/raleway_light/Raleway-Light.ttf | Bin .../raleway_light/Raleway-LightItalic.ttf | Bin .../invoice-fonts/raleway_light/Raleway-Medium.ttf | Bin .../raleway_light/SIL Open Font License.txt | 0 public/fonts/invoice-fonts/roboto/LICENSE.txt | 0 public/fonts/invoice-fonts/roboto/Roboto-Italic.ttf | Bin public/fonts/invoice-fonts/roboto/Roboto-Medium.ttf | Bin .../fonts/invoice-fonts/roboto/Roboto-Regular.ttf | Bin public/fonts/invoice-fonts/titillium/OFL.txt | 0 .../invoice-fonts/titillium/TitilliumWeb-Bold.ttf | Bin .../invoice-fonts/titillium/TitilliumWeb-Italic.ttf | Bin .../titillium/TitilliumWeb-Regular.ttf | Bin public/fonts/invoice-fonts/titillium_light/OFL.txt | 0 .../titillium_light/TitilliumWeb-Light.ttf | Bin .../titillium_light/TitilliumWeb-LightItalic.ttf | Bin .../titillium_light/TitilliumWeb-SemiBold.ttf | Bin .../invoice-fonts/ubuntu/UBUNTU FONT LICENCE.txt | 0 public/fonts/invoice-fonts/ubuntu/Ubuntu-Bold.ttf | Bin public/fonts/invoice-fonts/ubuntu/Ubuntu-Italic.ttf | Bin .../fonts/invoice-fonts/ubuntu/Ubuntu-Regular.ttf | Bin .../ubuntu_light/UBUNTU FONT LICENCE.txt | 0 .../invoice-fonts/ubuntu_light/Ubuntu-Light.ttf | Bin .../ubuntu_light/Ubuntu-LightItalic.ttf | Bin .../invoice-fonts/ubuntu_light/Ubuntu-Medium.ttf | Bin public/fonts/invoice-fonts/ukai/ARPHICPL.txt | 0 public/fonts/invoice-fonts/ukai/UKai.ttf | Bin .../invoice-fonts/ukai/license/big5/ARPHICPL.TXT | 0 .../invoice-fonts/ukai/license/english/ARPHICPL.TXT | 0 .../invoice-fonts/ukai/license/gb/ARPHICPL.TXT | 0 .../ukai/license/zh_CN.UTF-8/ARPHICPL.TXT | 0 .../ukai/license/zh_TW.UTF-8/ARPHICPL.TXT | 0 public/fonts/main-fonts.woff | Bin public/fonts/socicon-webfont.eot | Bin public/fonts/socicon-webfont.svg | 0 public/fonts/socicon-webfont.ttf | Bin public/fonts/socicon-webfont.woff | Bin public/humans.txt | 0 public/ic_cloud_circle.png | Bin public/images/AcceptPaymentsOnline.png | Bin public/images/AdjustablePaymentTerms.png | Bin public/images/AlertsWhenInvoicesViewed.png | Bin public/images/BeautifulTemplates.png | Bin public/images/BestInClassSecurity.png | Bin public/images/CloneInvoices.png | Bin public/images/CloudBasedApp.png | Bin public/images/CustomizeInvoices.png | Bin public/images/EstimatesProForma.png | Bin public/images/FreeInvoicing.png | Bin public/images/GitHub.png | Bin public/images/ImportExportRecords.png | Bin public/images/InTuitiveEditingInterface.png | Bin public/images/IntegrateWithPaymentGateways.png | Bin public/images/InvoiceClientsViaEmail.png | Bin public/images/LivePDFCreation.png | Bin public/images/ManualAutomaticInvoiceNumbers.png | Bin public/images/MultilingualSupport.png | Bin public/images/MultipleCurrencySupport.png | Bin public/images/MultipleTaxSettings.png | Bin public/images/OpenSource.png | Bin public/images/PaymentTracking.png | Bin public/images/PersonalizeInvoiceColor.png | Bin public/images/PrintablePDFInvoices.png | Bin public/images/RecurringInvoiceProfiles.png | Bin public/images/SelfHostedAvailable.png | Bin public/images/about1.jpg | Bin public/images/about1@2x.jpg | Bin public/images/about2.jpg | Bin public/images/about2@2x.jpg | Bin public/images/activeclients.png | Bin public/images/activeclients@2x.png | Bin .../images/apple-touch-icon-114x114-precomposed.png | Bin .../images/apple-touch-icon-144x144-precomposed.png | Bin .../images/apple-touch-icon-57x57-precomposed.png | Bin .../images/apple-touch-icon-72x72-precomposed.png | Bin public/images/apple-touch-icon.png | Bin public/images/benjacobson.jpg | Bin public/images/bg-blue.jpg | Bin public/images/clients.png | Bin public/images/clients@2x.png | Bin public/images/close.png | Bin .../credit_cards/Test-AmericanExpress-Icon.png | Bin public/images/credit_cards/Test-Diners-Icon.png | Bin public/images/credit_cards/Test-Discover-Icon.png | Bin public/images/credit_cards/Test-MasterCard-Icon.png | Bin public/images/credit_cards/Test-Visa-Icon.png | Bin public/images/credit_cards/ach.png | Bin public/images/credit_cards/americanexpress.png | Bin public/images/credit_cards/carteblanche.png | Bin public/images/credit_cards/creditcardother.png | Bin public/images/credit_cards/dinerscard.png | Bin public/images/credit_cards/discovercard.png | Bin public/images/credit_cards/jcb.png | Bin public/images/credit_cards/laser.png | Bin public/images/credit_cards/maestro.png | Bin public/images/credit_cards/mastercard.png | Bin public/images/credit_cards/paypal.png | Bin public/images/credit_cards/solo.png | Bin public/images/credit_cards/switch.png | Bin public/images/credit_cards/unionpay.png | Bin public/images/credit_cards/visacard.png | Bin public/images/designs/business.png | Bin public/images/designs/business_thumb.png | Bin public/images/designs/creative.png | Bin public/images/designs/creative_thumb.png | Bin public/images/designs/elegant.png | Bin public/images/designs/elegant_thumb.png | Bin public/images/designs/hipster.png | Bin public/images/designs/hipster_thumb.png | Bin public/images/designs/photo.png | Bin public/images/designs/photo_thumb.png | Bin public/images/designs/playful.png | Bin public/images/designs/playful_thumb.png | Bin public/images/devices-2.png | Bin public/images/devices.png | Bin public/images/devices3.png | Bin public/images/emails/dark.png | Bin public/images/emails/icon-facebook.png | Bin public/images/emails/icon-github.png | Bin public/images/emails/icon-twitter.png | Bin public/images/emails/light.png | Bin public/images/emails/plain.png | Bin public/images/facebook.jpg | Bin public/images/features1.jpg | Bin public/images/features2.jpg | Bin public/images/features3.jpg | Bin public/images/features4.jpg | Bin public/images/features5.jpg | Bin public/images/footer-logo.png | Bin public/images/gateways/logo_AuthorizeNet_AIM.png | Bin public/images/gateways/logo_BeanStream.png | Bin public/images/gateways/logo_Bitcoin.png | Bin public/images/gateways/logo_FirstData_Connect.png | Bin public/images/gateways/logo_PayPal_Pro.png | Bin public/images/gateways/logo_TwoCheckout.png | Bin public/images/gateways/logo_iTransact.png | Bin public/images/hero-bg-1.jpg | Bin public/images/hero-bg-2.jpg | Bin public/images/hero-bg-3.jpg | Bin public/images/hero-bg-4.jpg | Bin public/images/hero-bg-contact.jpg | Bin public/images/hero-bg-faq.jpg | Bin public/images/hero-bg-plans.jpg | Bin public/images/hero-bg-secure-pay.jpg | Bin public/images/hero-bg-testi.jpg | Bin public/images/hero-faq@2x.png | Bin public/images/hex-facebook.png | Bin public/images/hex-github.png | Bin public/images/hex-gplus.png | Bin public/images/hex-linkedin.png | Bin public/images/hex-pinterest.png | Bin public/images/hex-rss.png | Bin public/images/hex-twitter.png | Bin public/images/hillelcoren.jpg | Bin public/images/icon-about.png | Bin public/images/icon-about@2x.png | Bin public/images/icon-balance.svg | 0 public/images/icon-contact.png | Bin public/images/icon-contact@2x.png | Bin public/images/icon-faq.png | Bin public/images/icon-features.png | Bin public/images/icon-features@2x.png | Bin public/images/icon-free.png | Bin public/images/icon-free2.png | Bin public/images/icon-free@2x.png | Bin public/images/icon-login.png | Bin public/images/icon-login@2x.png | Bin public/images/icon-opensource.png | Bin public/images/icon-opensource@2x.png | Bin public/images/icon-paidtodate.svg | 0 public/images/icon-payment.png | Bin public/images/icon-payment@2x.png | Bin public/images/icon-pdf.png | Bin public/images/icon-pdf@2x.png | Bin public/images/icon-plans.png | Bin public/images/icon-plans@2x.png | Bin public/images/icon-secure-footer.png | Bin public/images/icon-secure-footer@2x.png | Bin public/images/icon-secure-pay.png | Bin public/images/icon-secure-pay@2x.png | Bin public/images/icon-secure.png | Bin public/images/icon-secure@2x.png | Bin public/images/icon-shield.png | Bin public/images/icon-testi.png | Bin public/images/icon-testi@2x.png | Bin public/images/icon-total-invoiced.svg | 0 public/images/instagram.svg | 0 public/images/invoiceninja-logo.png | Bin public/images/invoiceninja-logo@2x.png | Bin public/images/invoiceninja-logox53.png | Bin public/images/laptopwicon.jpg | Bin public/images/lightbox/close.png | Bin public/images/lightbox/loading.gif | Bin public/images/lightbox/next.png | Bin public/images/lightbox/prev.png | Bin public/images/linkedin.svg | 0 public/images/loading.gif | Bin public/images/me.svg | 0 public/images/next.png | Bin public/images/opensource-footer.png | Bin public/images/plaid-logo.svg | 0 public/images/plaid-logowhite.svg | 0 public/images/prev.png | Bin public/images/pro-plan-chart.png | Bin public/images/pro_plan/border.png | Bin public/images/pro_plan/check.png | Bin public/images/pro_plan/close.png | Bin public/images/pro_plan/price.png | Bin public/images/pro_plan/white_label_after.png | Bin public/images/pro_plan/white_label_before.png | Bin public/images/providers.png | Bin public/images/quote.png | Bin public/images/razikantorp.jpg | Bin public/images/report_logo1.jpg | Bin public/images/report_logo2.jpg | Bin public/images/report_logo3.jpg | Bin public/images/report_logo3.png | Bin public/images/round_logo.png | Bin public/images/shalomstark.jpg | Bin public/images/social.jpg | Bin public/images/social/facebook.png | Bin public/images/social/facebook.svg | 0 public/images/social/github.png | Bin public/images/social/twitter.png | Bin public/images/social/twitter.svg | 0 public/images/sort_asc.png | Bin public/images/sort_asc_disabled.png | Bin public/images/sort_both.png | Bin public/images/sort_desc.png | Bin public/images/sort_desc_disabled.png | Bin public/images/ssl-footer.png | Bin public/images/totalincome.png | Bin public/images/totalincome@2x.png | Bin public/images/totalinvoices.png | Bin public/images/totalinvoices@2x.png | Bin public/images/twitter.svg | 0 public/images/website.svg | 0 public/images/youtube.png | Bin public/images/youtube_screenshot.png | Bin public/index.php | 0 public/js/Chart.min.js | 0 public/js/Chart.min.js.map | 0 public/js/bootstrap-combobox.min.js | 0 public/js/bootstrap-combobox.min.js.map | 0 public/js/bootstrap.js | 0 public/js/bootstrap.min.js | 0 public/js/card.min.js | 0 public/js/card.min.js.map | 0 public/js/cookieconsent.min.js | 0 public/js/d3.min.js | 0 public/js/d3.min.js.map | 0 public/js/daterangepicker.min.js | 0 public/js/daterangepicker.min.js.map | 0 public/js/fullcalendar.min.js | 0 public/js/fullcalendar.min.js.map | 0 public/js/grapes.min.js | 0 public/js/grapes.min.js.map | 0 public/js/grapesjs-blocks-basic.min.js | 0 public/js/grapesjs-preset-newsletter.min.js | 0 public/js/grapesjs.min.js | 0 public/js/grapesjs.min.js.map | 0 public/js/jSignature.min.js | 0 public/js/jSignature.min.js.map | 0 public/js/jquery.datetimepicker.js | 0 public/js/jquery.datetimepicker.min.js | 0 public/js/jquery.datetimepicker.min.js.map | 0 public/js/jquery.timepicker.js | 0 public/js/jquery.timepicker.js.map | 0 public/js/jsoneditor.min.js | 0 public/js/jsoneditor.min.js.map | 0 public/js/jspdf.min.js | 0 public/js/jspdf.plugin.split_text_to_size.js | 0 public/js/jspdf.source.js | 0 public/js/lightbox.min.js | 0 public/js/lightbox.min.js.map | 0 public/js/pdf.js | 0 public/js/pdf.min.js | 0 public/js/pdf.min.js.map | 0 public/js/pdf_viewer.worker.js | 0 public/js/pdf_viewer.worker.js.map | 0 public/js/pdfmake.min.js | 0 public/js/pdfmake.min.js.map | 0 public/js/qrcode.min.js | 0 public/js/qrcode.min.js.map | 0 public/js/quill.min.js | 0 public/js/quill.min.js.map | 0 public/js/retina-1.1.0.min.js | 0 public/js/script.js.map | 0 public/js/select2.min.js | 0 public/js/select2.min.js.map | 0 public/js/simpleexpand.js | 0 public/js/stacktrace.js | 0 public/js/tablesorter.min.js | 0 public/js/tablesorter.min.js.map | 0 public/js/typedarray.js | 0 public/js/typedarray.js.map | 0 public/js/valign.js | 0 public/js/vfs_fonts/abril_fatface.js | 0 public/js/vfs_fonts/arvo.js | 0 public/js/vfs_fonts/gensha_gothic.js | 0 public/js/vfs_fonts/gensha_gothic_p.js | 0 public/js/vfs_fonts/josefin_sans.js | 0 public/js/vfs_fonts/josefin_sans_light.js | 0 public/js/vfs_fonts/josefin_slab.js | 0 public/js/vfs_fonts/josefin_slab_light.js | 0 public/js/vfs_fonts/open_sans.js | 0 public/js/vfs_fonts/open_sans_light.js | 0 public/js/vfs_fonts/pt_sans.js | 0 public/js/vfs_fonts/pt_serif.js | 0 public/js/vfs_fonts/raleway.js | 0 public/js/vfs_fonts/raleway_light.js | 0 public/js/vfs_fonts/roboto.js | 0 public/js/vfs_fonts/titillium.js | 0 public/js/vfs_fonts/titillium_light.js | 0 public/js/vfs_fonts/ubuntu.js | 0 public/js/vfs_fonts/ubuntu_light.js | 0 public/js/vfs_fonts/ukai.js | 0 public/logo/.gitkeep | 0 public/logo/.htaccess | 0 public/logo/zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h.jpg | Bin public/manifest.json | 0 public/mstile-150x150.png | Bin public/pdf.built.js | 0 public/pdf.built.js.map | 0 public/public.style.min.css | 0 public/public.style.min.css.map | 0 public/robots.txt | 0 public/safari-pinned-tab.svg | 0 public/youtube.png | Bin resources/assets/css/app.css | 0 resources/assets/css/bootstrap-combobox.css | 0 resources/assets/css/colors.css | 0 resources/assets/css/customCss.css | 0 resources/assets/css/fonts.css | 0 resources/assets/css/grapesjs-preset-newsletter.css | 0 resources/assets/css/img/jsoneditor-icons.png | Bin resources/assets/css/login.css | 0 resources/assets/css/public.style.css | 0 resources/assets/css/sidebar.css | 0 resources/assets/css/style.css | 0 resources/assets/css/themes/amelia.min.css | 0 resources/assets/css/themes/cerulean.min.css | 0 resources/assets/css/themes/cosmo.min.css | 0 resources/assets/css/themes/cyborg.min.css | 0 resources/assets/css/themes/flatly.min.css | 0 resources/assets/css/themes/journal.min.css | 0 resources/assets/css/themes/readable.min.css | 0 resources/assets/css/themes/simplex.min.css | 0 resources/assets/css/themes/slate.min.css | 0 resources/assets/css/themes/spacelab.min.css | 0 resources/assets/css/themes/united.min.css | 0 resources/assets/css/themes/yeti.min.css | 0 resources/assets/css/typeahead.js-bootstrap.css | 0 resources/assets/js/Chart.js | 0 resources/assets/js/bootstrap-combobox.js | 0 resources/assets/js/compatibility.js | 0 resources/assets/js/d3.js | 0 resources/assets/js/maximize-select2-height.js | 0 resources/assets/js/pdf.js | 0 resources/assets/js/pdf.pdfmake.js | 0 resources/assets/js/pdf_viewer.js | 0 resources/assets/js/pdf_viewer.worker.js | 0 resources/assets/js/pdfmake.js | 0 resources/assets/js/script.js | 0 resources/assets/js/vfs.js | 0 resources/assets/js/vfs_fonts/abril_fatface.js | 0 resources/assets/js/vfs_fonts/arvo.js | 0 resources/assets/js/vfs_fonts/gensha_gothic.js | 0 resources/assets/js/vfs_fonts/gensha_gothic_p.js | 0 resources/assets/js/vfs_fonts/josefin_sans.js | 0 resources/assets/js/vfs_fonts/josefin_sans_light.js | 0 resources/assets/js/vfs_fonts/josefin_slab.js | 0 resources/assets/js/vfs_fonts/josefin_slab_light.js | 0 resources/assets/js/vfs_fonts/open_sans.js | 0 resources/assets/js/vfs_fonts/open_sans_light.js | 0 resources/assets/js/vfs_fonts/pt_sans.js | 0 resources/assets/js/vfs_fonts/pt_serif.js | 0 resources/assets/js/vfs_fonts/raleway.js | 0 resources/assets/js/vfs_fonts/raleway_light.js | 0 resources/assets/js/vfs_fonts/roboto.js | 0 resources/assets/js/vfs_fonts/titillium.js | 0 resources/assets/js/vfs_fonts/titillium_light.js | 0 resources/assets/js/vfs_fonts/ubuntu.js | 0 resources/assets/js/vfs_fonts/ubuntu_light.js | 0 resources/assets/js/vfs_fonts/ukai.js | 0 resources/lang/ca/auth.php | 0 resources/lang/ca/pagination.php | 0 resources/lang/ca/passwords.php | 0 resources/lang/ca/texts.php | 0 resources/lang/ca/validation.php | 0 resources/lang/cs/auth.php | 0 resources/lang/cs/pagination.php | 0 resources/lang/cs/passwords.php | 0 resources/lang/cs/texts.php | 0 resources/lang/cs/validation.php | 0 resources/lang/da/pagination.php | 0 resources/lang/da/reminders.php | 0 resources/lang/da/texts.php | 0 resources/lang/da/validation.php | 0 resources/lang/de/pagination.php | 0 resources/lang/de/passwords.php | 0 resources/lang/de/reminders.php | 0 resources/lang/de/texts.php | 0 resources/lang/de/validation.php | 0 resources/lang/el/auth.php | 0 resources/lang/el/pagination.php | 0 resources/lang/el/passwords.php | 0 resources/lang/el/texts.php | 0 resources/lang/el/validation.php | 0 resources/lang/en/pagination.php | 0 resources/lang/en/passwords.php | 0 resources/lang/en/reminders.php | 0 resources/lang/en/texts.php | 0 resources/lang/en/validation.php | 0 resources/lang/en_AU/pagination.php | 0 resources/lang/en_AU/passwords.php | 0 resources/lang/en_AU/reminders.php | 0 resources/lang/en_AU/texts.php | 0 resources/lang/en_AU/validation.php | 0 resources/lang/en_GB/pagination.php | 0 resources/lang/en_GB/passwords.php | 0 resources/lang/en_GB/reminders.php | 0 resources/lang/en_GB/texts.php | 0 resources/lang/en_GB/validation.php | 0 resources/lang/es/pagination.php | 0 resources/lang/es/reminders.php | 0 resources/lang/es/texts.php | 0 resources/lang/es/validation.php | 0 resources/lang/es_ES/pagination.php | 0 resources/lang/es_ES/reminders.php | 0 resources/lang/es_ES/texts.php | 0 resources/lang/es_ES/validation.php | 0 resources/lang/fi/auth.php | 0 resources/lang/fi/pagination.php | 0 resources/lang/fi/passwords.php | 0 resources/lang/fi/texts.php | 0 resources/lang/fi/validation.php | 0 resources/lang/fr/pagination.php | 0 resources/lang/fr/reminders.php | 0 resources/lang/fr/texts.php | 0 resources/lang/fr/validation.php | 0 resources/lang/fr_CA/pagination.php | 0 resources/lang/fr_CA/reminders.php | 0 resources/lang/fr_CA/texts.php | 0 resources/lang/fr_CA/validation.php | 0 resources/lang/hr/auth.php | 0 resources/lang/hr/pagination.php | 0 resources/lang/hr/passwords.php | 0 resources/lang/hr/texts.php | 0 resources/lang/hr/validation.php | 0 resources/lang/it/pagination.php | 0 resources/lang/it/reminders.php | 0 resources/lang/it/texts.php | 0 resources/lang/it/validation.php | 0 resources/lang/ja/pagination.php | 0 resources/lang/ja/passwords.php | 0 resources/lang/ja/reminders.php | 0 resources/lang/ja/texts.php | 0 resources/lang/ja/validation.php | 0 resources/lang/lt/pagination.php | 0 resources/lang/lt/reminders.php | 0 resources/lang/lt/texts.php | 0 resources/lang/lt/validation.php | 0 resources/lang/mk_MK/auth.php | 0 resources/lang/mk_MK/pagination.php | 0 resources/lang/mk_MK/passwords.php | 0 resources/lang/mk_MK/texts.php | 0 resources/lang/mk_MK/validation.php | 0 resources/lang/nb_NO/pagination.php | 0 resources/lang/nb_NO/reminders.php | 0 resources/lang/nb_NO/texts.php | 0 resources/lang/nb_NO/validation.php | 0 resources/lang/nl/pagination.php | 0 resources/lang/nl/passwords.php | 0 resources/lang/nl/reminders.php | 0 resources/lang/nl/texts.php | 0 resources/lang/nl/validation.php | 0 resources/lang/pl/pagination.php | 0 resources/lang/pl/passwords.php | 0 resources/lang/pl/reminders.php | 0 resources/lang/pl/texts.php | 0 resources/lang/pl/validation.php | 0 resources/lang/pt_BR/pagination.php | 0 resources/lang/pt_BR/passwords.php | 0 resources/lang/pt_BR/reminders.php | 0 resources/lang/pt_BR/texts.php | 0 resources/lang/pt_BR/validation.php | 0 resources/lang/pt_PT/pagination.php | 0 resources/lang/pt_PT/passwords.php | 0 resources/lang/pt_PT/reminders.php | 0 resources/lang/pt_PT/texts.php | 0 resources/lang/pt_PT/validation.php | 0 resources/lang/ro/auth.php | 0 resources/lang/ro/pagination.php | 0 resources/lang/ro/passwords.php | 0 resources/lang/ro/texts.php | 0 resources/lang/ro/validation.php | 0 resources/lang/sl/auth.php | 0 resources/lang/sl/c3.php | 0 resources/lang/sl/pagination.php | 0 resources/lang/sl/passwords.php | 0 resources/lang/sl/texts.php | 0 resources/lang/sq/auth.php | 0 resources/lang/sq/pagination.php | 0 resources/lang/sq/passwords.php | 0 resources/lang/sq/texts.php | 0 resources/lang/sq/validation.php | 0 resources/lang/sr_RS/auth.php | 0 resources/lang/sr_RS/pagination.php | 0 resources/lang/sr_RS/passwords.php | 0 resources/lang/sr_RS/texts.php | 0 resources/lang/sr_RS/validation.php | 0 resources/lang/sv/pagination.php | 0 resources/lang/sv/passwords.php | 0 resources/lang/sv/reminders.php | 0 resources/lang/sv/texts.php | 0 resources/lang/sv/validation.php | 0 resources/lang/th/auth.php | 0 resources/lang/th/pagination.php | 0 resources/lang/th/passwords.php | 0 resources/lang/th/texts.php | 0 resources/lang/th/validation.php | 0 resources/lang/tr_TR/auth.php | 0 resources/lang/tr_TR/pagination.php | 0 resources/lang/tr_TR/passwords.php | 0 resources/lang/tr_TR/texts.php | 0 resources/lang/tr_TR/validation.php | 0 resources/lang/zh_TW/auth.php | 0 resources/lang/zh_TW/pagination.php | 0 resources/lang/zh_TW/passwords.php | 0 resources/lang/zh_TW/texts.php | 0 resources/lang/zh_TW/validation.php | 0 resources/test.pjs | 0 resources/views/accounts/account_gateway.blade.php | 0 .../views/accounts/account_gateway_wepay.blade.php | 0 resources/views/accounts/api_tokens.blade.php | 0 resources/views/accounts/bank_account.blade.php | 0 resources/views/accounts/banks.blade.php | 0 resources/views/accounts/client_portal.blade.php | 0 resources/views/accounts/customize_design.blade.php | 0 resources/views/accounts/details.blade.php | 0 resources/views/accounts/email_settings.blade.php | 0 resources/views/accounts/export.blade.php | 0 resources/views/accounts/import_export.blade.php | 0 resources/views/accounts/import_map.blade.php | 0 resources/views/accounts/import_ofx.blade.php | 0 resources/views/accounts/invoice_design.blade.php | 0 resources/views/accounts/invoice_settings.blade.php | 0 resources/views/accounts/localization.blade.php | 0 resources/views/accounts/management.blade.php | 0 resources/views/accounts/nav.blade.php | 0 resources/views/accounts/notifications.blade.php | 0 .../accounts/partials/invoice_fields.blade.php | 0 .../partials/invoice_fields_selector.blade.php | 0 resources/views/accounts/partials/map.blade.php | 0 .../views/accounts/partials/notifications.blade.php | 0 .../accounts/partials/payment_credentials.blade.php | 0 resources/views/accounts/payment_term.blade.php | 0 resources/views/accounts/payment_terms.blade.php | 0 resources/views/accounts/payments.blade.php | 0 resources/views/accounts/product.blade.php | 0 resources/views/accounts/products.blade.php | 0 resources/views/accounts/subscription.blade.php | 0 resources/views/accounts/system_settings.blade.php | 0 resources/views/accounts/tax_rate.blade.php | 0 resources/views/accounts/tax_rates.blade.php | 0 resources/views/accounts/template.blade.php | 0 .../accounts/templates_and_reminders.blade.php | 0 resources/views/accounts/token.blade.php | 0 resources/views/accounts/user_details.blade.php | 0 resources/views/accounts/user_management.blade.php | 0 resources/views/auth/login.blade.php | 0 resources/views/auth/passwords/email.blade.php | 0 resources/views/auth/passwords/reset.blade.php | 0 resources/views/auth/two_factor.blade.php | 0 resources/views/calendar.blade.php | 0 resources/views/client.blade.php | 0 resources/views/client_login.blade.php | 0 resources/views/clientauth/login.blade.php | 0 .../views/clientauth/passwords/email.blade.php | 0 resources/views/clientauth/sessionexpired.blade.php | 0 resources/views/clients/edit.blade.php | 0 resources/views/clients/show.blade.php | 0 resources/views/clients/statement.blade.php | 0 resources/views/coming_soon.blade.php | 0 resources/views/credits/edit.blade.php | 0 resources/views/dashboard.blade.php | 0 resources/views/datatable.blade.php | 0 resources/views/emails/auth/reminder.blade.php | 0 .../views/emails/client_password_html.blade.php | 0 .../views/emails/client_password_text.blade.php | 0 resources/views/emails/confirm_action.blade.php | 0 resources/views/emails/confirm_html.blade.php | 0 resources/views/emails/confirm_text.blade.php | 0 resources/views/emails/contact_html.blade.php | 0 resources/views/emails/contact_text.blade.php | 0 resources/views/emails/design2_html.blade.php | 0 resources/views/emails/design2_text.blade.php | 0 resources/views/emails/design3_html.blade.php | 0 resources/views/emails/design3_text.blade.php | 0 resources/views/emails/email_bounced_html.blade.php | 0 resources/views/emails/email_bounced_text.blade.php | 0 resources/views/emails/error.blade.php | 0 resources/views/emails/invoice_html.blade.php | 0 resources/views/emails/invoice_paid_html.blade.php | 0 resources/views/emails/invoice_paid_text.blade.php | 0 .../emails/invoice_payment_failed_html.blade.php | 0 .../emails/invoice_payment_failed_text.blade.php | 0 resources/views/emails/invoice_sent_html.blade.php | 0 resources/views/emails/invoice_sent_text.blade.php | 0 resources/views/emails/invoice_text.blade.php | 0 .../views/emails/invoice_viewed_html.blade.php | 0 .../views/emails/invoice_viewed_text.blade.php | 0 .../emails/license_confirmation_html.blade.php | 0 .../emails/license_confirmation_text.blade.php | 0 resources/views/emails/master.blade.php | 0 resources/views/emails/master_contact.blade.php | 0 resources/views/emails/master_user.blade.php | 0 .../views/emails/partials/account_logo.blade.php | 0 .../emails/partials/client_view_action.blade.php | 0 .../emails/partials/user_view_action.blade.php | 0 resources/views/emails/password_html.blade.php | 0 resources/views/emails/password_text.blade.php | 0 .../emails/payment_confirmation_html.blade.php | 0 .../emails/payment_confirmation_text.blade.php | 0 .../views/emails/quote_approved_html.blade.php | 0 .../views/emails/quote_approved_text.blade.php | 0 resources/views/emails/security_code_html.blade.php | 0 resources/views/emails/security_code_text.blade.php | 0 resources/views/emails/user_message_html.blade.php | 0 resources/views/emails/user_message_text.blade.php | 0 resources/views/error.blade.php | 0 resources/views/errors/400.blade.php | 0 resources/views/errors/503.blade.php | 0 resources/views/errors/list.blade.php | 0 resources/views/expense_categories/edit.blade.php | 0 resources/views/expenses/edit.blade.php | 0 resources/views/export.blade.php | 0 resources/views/export/clients.blade.php | 0 resources/views/export/contacts.blade.php | 0 resources/views/export/credits.blade.php | 0 resources/views/export/expenses.blade.php | 0 resources/views/export/invoices.blade.php | 0 resources/views/export/payments.blade.php | 0 resources/views/export/products.blade.php | 0 resources/views/export/recurring_invoices.blade.php | 0 resources/views/export/tasks.blade.php | 0 resources/views/export/vendor_contacts.blade.php | 0 resources/views/export/vendors.blade.php | 0 resources/views/header.blade.php | 0 resources/views/invited/custom_gateway.blade.php | 0 resources/views/invited/custom_message.blade.php | 0 resources/views/invited/dashboard.blade.php | 0 resources/views/invited/details.blade.php | 0 resources/views/invited/proposal.blade.php | 0 resources/views/invoices/deleted.blade.php | 0 resources/views/invoices/delivery_note.blade.php | 0 resources/views/invoices/edit.blade.php | 0 resources/views/invoices/edit_table.blade.php | 0 resources/views/invoices/email.blade.php | 0 resources/views/invoices/history.blade.php | 0 resources/views/invoices/knockout.blade.php | 0 resources/views/invoices/pdf.blade.php | 0 resources/views/invoices/view.blade.php | 0 resources/views/invoices/view_borderless.blade.php | 0 resources/views/list.blade.php | 0 resources/views/list_wrapper.blade.php | 0 resources/views/login.blade.php | 0 resources/views/master.blade.php | 0 resources/views/money_script.blade.php | 0 resources/views/partials/accept_terms.blade.php | 0 resources/views/partials/autocomplete_fix.blade.php | 0 resources/views/partials/bluevine_promo.blade.php | 0 resources/views/partials/bulk_form.blade.php | 0 resources/views/partials/checkbox.blade.php | 0 resources/views/partials/contact_us.blade.php | 0 resources/views/partials/custom_field.blade.php | 0 resources/views/partials/custom_fields.blade.php | 0 resources/views/partials/discount_promo.blade.php | 0 resources/views/partials/dropzone.blade.php | 0 resources/views/partials/email_button.blade.php | 0 resources/views/partials/email_templates.blade.php | 0 resources/views/partials/entity_combobox.blade.php | 0 resources/views/partials/google_geocode.blade.php | 0 .../views/partials/keyboard_shortcuts.blade.php | 0 .../views/partials/navigation_option.blade.php | 0 resources/views/partials/quill_toolbar.blade.php | 0 resources/views/partials/refund_payment.blade.php | 0 resources/views/partials/sign_up.blade.php | 0 .../views/partials/speech_recognition.blade.php | 0 resources/views/partials/system_settings.blade.php | 0 resources/views/partials/tax_rates.blade.php | 0 resources/views/partials/upgrade_modal.blade.php | 0 resources/views/partials/variables_help.blade.php | 0 resources/views/partials/warn_session.blade.php | 0 resources/views/partials/white_label.blade.php | 0 .../views/partials/white_label_expired.blade.php | 0 resources/views/payments/apple_pay.blade.php | 0 resources/views/payments/bank_transfer.blade.php | 0 .../views/payments/braintree/credit_card.blade.php | 0 resources/views/payments/braintree/paypal.blade.php | 0 .../views/payments/checkoutcom/partial.blade.php | 0 resources/views/payments/credit_card.blade.php | 0 resources/views/payments/edit.blade.php | 0 resources/views/payments/payment_css.blade.php | 0 resources/views/payments/payment_method.blade.php | 0 resources/views/payments/paymentmethods.blade.php | 0 .../views/payments/paymentmethods_list.blade.php | 0 .../views/payments/paymill/credit_card.blade.php | 0 .../views/payments/stripe/bank_transfer.blade.php | 0 resources/views/payments/stripe/bitcoin.blade.php | 0 .../views/payments/stripe/credit_card.blade.php | 0 .../stripe/credit_card_stripe_css.blade.php | 0 resources/views/payments/stripe/sepa.blade.php | 0 .../views/payments/wepay/bank_transfer.blade.php | 0 .../views/payments/wepay/credit_card.blade.php | 0 resources/views/plans.blade.php | 0 resources/views/projects/edit.blade.php | 0 resources/views/projects/show.blade.php | 0 resources/views/proposals/categories/edit.blade.php | 0 resources/views/proposals/edit.blade.php | 0 resources/views/proposals/grapesjs.blade.php | 0 resources/views/proposals/grapesjs_header.blade.php | 0 resources/views/proposals/grapesjs_help.blade.php | 0 resources/views/proposals/snippets/edit.blade.php | 0 resources/views/proposals/templates/edit.blade.php | 0 resources/views/public/header.blade.php | 0 resources/views/public/invoice_now.blade.php | 0 resources/views/public/license.blade.php | 0 resources/views/public/logo.blade.php | 0 resources/views/public_list.blade.php | 0 resources/views/reports/chart_builder.blade.php | 0 resources/views/reports/d3.blade.php | 0 resources/views/reports/emails.blade.php | 0 resources/views/reports/report_builder.blade.php | 0 resources/views/secure_payment.blade.php | 0 resources/views/setup.blade.php | 0 resources/views/tasks/edit.blade.php | 0 resources/views/tasks/kanban.blade.php | 0 resources/views/tasks/time_tracker.blade.php | 0 .../views/tasks/time_tracker_knockout.blade.php | 0 resources/views/timesheets/edit.blade.php | 0 resources/views/user_account.blade.php | 0 resources/views/users/account_management.blade.php | 0 resources/views/users/edit.blade.php | 0 resources/views/users/two_factor.blade.php | 0 resources/views/vendor.blade.php | 0 .../vendor/chumper.datatable/javascript.blade.php | 0 .../vendor/chumper.datatable/options.blade.php | 0 .../vendor/chumper.datatable/template.blade.php | 0 .../vendor/notifications/email-plain.blade.php | 0 .../views/vendor/notifications/email.blade.php | 0 .../views/vendor/pagination/bootstrap-4.blade.php | 0 resources/views/vendor/pagination/default.blade.php | 0 .../vendor/pagination/simple-bootstrap-4.blade.php | 0 .../vendor/pagination/simple-default.blade.php | 0 .../self-update/mails/update-available.blade.php | 0 .../views/vendor/self-update/self-update.blade.php | 0 resources/views/vendor/swaggervel/.gitkeep | 0 resources/views/vendor/swaggervel/index.blade.php | 0 resources/views/vendors/edit.blade.php | 0 resources/views/vendors/show.blade.php | 0 routes/api.php | 0 routes/web.php | 0 server.php | 0 storage/templates/bold.js | 0 storage/templates/business.js | 0 storage/templates/clean.css | 0 storage/templates/clean.html | 0 storage/templates/clean.js | 0 storage/templates/creative.js | 0 storage/templates/elegant.js | 0 storage/templates/hipster.js | 0 storage/templates/modern.js | 0 storage/templates/photo.js | 0 storage/templates/plain.js | 0 storage/templates/playful.js | 0 tests/ExampleTest.php | 0 tests/TestCase.php | 0 tests/_bootstrap.php.default | 0 tests/_data/dump.sql | 0 tests/_support/AcceptanceTester.php | 0 tests/_support/FunctionalTester.php | 0 tests/_support/Helper/Acceptance.php | 0 tests/_support/Helper/Functional.php | 0 tests/_support/Helper/Unit.php | 0 tests/_support/UnitTester.php | 0 tests/acceptance.suite.yml | 0 tests/acceptance/APICest.php | 0 tests/acceptance/AllPagesCept.php | 0 tests/acceptance/CheckBalanceCest.php | 0 tests/acceptance/ClientCest.php | 0 tests/acceptance/CreditCest.php | 0 tests/acceptance/DiscountCest.php | 0 tests/acceptance/ExpenseCest.php | 0 tests/acceptance/GatewayFeesCest.php | 0 tests/acceptance/GoProCest.php | 0 tests/acceptance/InvoiceCest.php | 0 tests/acceptance/InvoiceDesignCest.php | 0 tests/acceptance/OnlinePaymentCest.php | 0 tests/acceptance/PaymentCest.php | 0 tests/acceptance/QuoteCest.php | 0 tests/acceptance/TaskCest.php | 0 tests/acceptance/TaxRatesCest.php | 0 tests/acceptance/_bootstrap.php | 0 tests/data/Demo/demo.response.json | 0 tests/functional.suite.yml | 0 tests/functional/PermissionsCest.php | 0 tests/functional/SettingsCest.php | 0 tests/functional/_bootstrap.php | 0 tests/unit.suite.yml | 0 tests/unit/_bootstrap.php | 0 1908 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 CONTRIBUTING.md mode change 100755 => 100644 Gruntfile.js mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 app/Commands/Command.php mode change 100755 => 100644 app/Console/Commands/CalculatePayouts.php mode change 100755 => 100644 app/Console/Commands/ChargeRenewalInvoices.php mode change 100755 => 100644 app/Console/Commands/CheckData.php mode change 100755 => 100644 app/Console/Commands/CreateLuisData.php mode change 100755 => 100644 app/Console/Commands/CreateTestData.php mode change 100755 => 100644 app/Console/Commands/InitLookup.php mode change 100755 => 100644 app/Console/Commands/MakeClass.php mode change 100755 => 100644 app/Console/Commands/MakeModule.php mode change 100755 => 100644 app/Console/Commands/PruneData.php mode change 100755 => 100644 app/Console/Commands/RemoveOrphanedDocuments.php mode change 100755 => 100644 app/Console/Commands/ResetData.php mode change 100755 => 100644 app/Console/Commands/SendRecurringInvoices.php mode change 100755 => 100644 app/Console/Commands/SendReminders.php mode change 100755 => 100644 app/Console/Commands/SendRenewalInvoices.php mode change 100755 => 100644 app/Console/Commands/TestOFX.php mode change 100755 => 100644 app/Console/Commands/UpdateKey.php mode change 100755 => 100644 app/Console/Commands/stubs/api-controller.stub mode change 100755 => 100644 app/Console/Commands/stubs/auth-provider.stub mode change 100755 => 100644 app/Console/Commands/stubs/command.stub mode change 100755 => 100644 app/Console/Commands/stubs/composer.stub mode change 100755 => 100644 app/Console/Commands/stubs/controller-plain.stub mode change 100755 => 100644 app/Console/Commands/stubs/controller.stub mode change 100755 => 100644 app/Console/Commands/stubs/createrequest.stub mode change 100755 => 100644 app/Console/Commands/stubs/datatable.stub mode change 100755 => 100644 app/Console/Commands/stubs/event.stub mode change 100755 => 100644 app/Console/Commands/stubs/job.stub mode change 100755 => 100644 app/Console/Commands/stubs/json.stub mode change 100755 => 100644 app/Console/Commands/stubs/lang.stub mode change 100755 => 100644 app/Console/Commands/stubs/listener.stub mode change 100755 => 100644 app/Console/Commands/stubs/mail.stub mode change 100755 => 100644 app/Console/Commands/stubs/middleware.stub mode change 100755 => 100644 app/Console/Commands/stubs/migration/add.stub mode change 100755 => 100644 app/Console/Commands/stubs/migration/create.stub mode change 100755 => 100644 app/Console/Commands/stubs/migration/delete.stub mode change 100755 => 100644 app/Console/Commands/stubs/migration/drop.stub mode change 100755 => 100644 app/Console/Commands/stubs/migration/plain.stub mode change 100755 => 100644 app/Console/Commands/stubs/model.stub mode change 100755 => 100644 app/Console/Commands/stubs/notification.stub mode change 100755 => 100644 app/Console/Commands/stubs/policy.stub mode change 100755 => 100644 app/Console/Commands/stubs/presenter.stub mode change 100755 => 100644 app/Console/Commands/stubs/provider.stub mode change 100755 => 100644 app/Console/Commands/stubs/repository.stub mode change 100755 => 100644 app/Console/Commands/stubs/request.stub mode change 100755 => 100644 app/Console/Commands/stubs/route-provider.stub mode change 100755 => 100644 app/Console/Commands/stubs/routes.stub mode change 100755 => 100644 app/Console/Commands/stubs/scaffold/config.stub mode change 100755 => 100644 app/Console/Commands/stubs/scaffold/provider.stub mode change 100755 => 100644 app/Console/Commands/stubs/seeder.stub mode change 100755 => 100644 app/Console/Commands/stubs/start.stub mode change 100755 => 100644 app/Console/Commands/stubs/transformer.stub mode change 100755 => 100644 app/Console/Commands/stubs/updaterequest.stub mode change 100755 => 100644 app/Console/Commands/stubs/views.stub mode change 100755 => 100644 app/Console/Commands/stubs/views/master.stub mode change 100755 => 100644 app/Console/Kernel.php mode change 100755 => 100644 app/Constants.php mode change 100755 => 100644 app/Constants/Domain.php mode change 100755 => 100644 app/Events/ClientWasArchived.php mode change 100755 => 100644 app/Events/ClientWasCreated.php mode change 100755 => 100644 app/Events/ClientWasDeleted.php mode change 100755 => 100644 app/Events/ClientWasRestored.php mode change 100755 => 100644 app/Events/ClientWasUpdated.php mode change 100755 => 100644 app/Events/CreditWasArchived.php mode change 100755 => 100644 app/Events/CreditWasCreated.php mode change 100755 => 100644 app/Events/CreditWasDeleted.php mode change 100755 => 100644 app/Events/CreditWasRestored.php mode change 100755 => 100644 app/Events/Event.php mode change 100755 => 100644 app/Events/ExpenseWasArchived.php mode change 100755 => 100644 app/Events/ExpenseWasCreated.php mode change 100755 => 100644 app/Events/ExpenseWasDeleted.php mode change 100755 => 100644 app/Events/ExpenseWasRestored.php mode change 100755 => 100644 app/Events/ExpenseWasUpdated.php mode change 100755 => 100644 app/Events/InvoiceInvitationWasEmailed.php mode change 100755 => 100644 app/Events/InvoiceInvitationWasViewed.php mode change 100755 => 100644 app/Events/InvoiceItemsWereCreated.php mode change 100755 => 100644 app/Events/InvoiceItemsWereUpdated.php mode change 100755 => 100644 app/Events/InvoiceWasArchived.php mode change 100755 => 100644 app/Events/InvoiceWasCreated.php mode change 100755 => 100644 app/Events/InvoiceWasDeleted.php mode change 100755 => 100644 app/Events/InvoiceWasEmailed.php mode change 100755 => 100644 app/Events/InvoiceWasRestored.php mode change 100755 => 100644 app/Events/InvoiceWasUpdated.php mode change 100755 => 100644 app/Events/PaymentCompleted.php mode change 100755 => 100644 app/Events/PaymentFailed.php mode change 100755 => 100644 app/Events/PaymentWasArchived.php mode change 100755 => 100644 app/Events/PaymentWasCreated.php mode change 100755 => 100644 app/Events/PaymentWasDeleted.php mode change 100755 => 100644 app/Events/PaymentWasRefunded.php mode change 100755 => 100644 app/Events/PaymentWasRestored.php mode change 100755 => 100644 app/Events/PaymentWasVoided.php mode change 100755 => 100644 app/Events/ProductWasCreated.php mode change 100755 => 100644 app/Events/ProductWasDeleted.php mode change 100755 => 100644 app/Events/ProductWasUpdated.php mode change 100755 => 100644 app/Events/ProjectWasDeleted.php mode change 100755 => 100644 app/Events/ProposalWasDeleted.php mode change 100755 => 100644 app/Events/QuoteInvitationWasApproved.php mode change 100755 => 100644 app/Events/QuoteInvitationWasEmailed.php mode change 100755 => 100644 app/Events/QuoteInvitationWasViewed.php mode change 100755 => 100644 app/Events/QuoteItemsWereCreated.php mode change 100755 => 100644 app/Events/QuoteItemsWereUpdated.php mode change 100755 => 100644 app/Events/QuoteWasArchived.php mode change 100755 => 100644 app/Events/QuoteWasCreated.php mode change 100755 => 100644 app/Events/QuoteWasDeleted.php mode change 100755 => 100644 app/Events/QuoteWasEmailed.php mode change 100755 => 100644 app/Events/QuoteWasRestored.php mode change 100755 => 100644 app/Events/QuoteWasUpdated.php mode change 100755 => 100644 app/Events/SubdomainWasRemoved.php mode change 100755 => 100644 app/Events/SubdomainWasUpdated.php mode change 100755 => 100644 app/Events/TaskWasArchived.php mode change 100755 => 100644 app/Events/TaskWasCreated.php mode change 100755 => 100644 app/Events/TaskWasDeleted.php mode change 100755 => 100644 app/Events/TaskWasRestored.php mode change 100755 => 100644 app/Events/TaskWasUpdated.php mode change 100755 => 100644 app/Events/UserLoggedIn.php mode change 100755 => 100644 app/Events/UserSettingsChanged.php mode change 100755 => 100644 app/Events/UserSignedUp.php mode change 100755 => 100644 app/Events/VendorWasArchived.php mode change 100755 => 100644 app/Events/VendorWasCreated.php mode change 100755 => 100644 app/Events/VendorWasDeleted.php mode change 100755 => 100644 app/Events/VendorWasRestored.php mode change 100755 => 100644 app/Events/VendorWasUpdated.php mode change 100755 => 100644 app/Exceptions/Handler.php mode change 100755 => 100644 app/Handlers/Commands/.gitkeep mode change 100755 => 100644 app/Handlers/Events/.gitkeep mode change 100755 => 100644 app/Handlers/InvoiceEventHandler.php mode change 100755 => 100644 app/Http/Controllers/.gitkeep mode change 100755 => 100644 app/Http/Controllers/AccountApiController.php mode change 100755 => 100644 app/Http/Controllers/AccountController.php mode change 100755 => 100644 app/Http/Controllers/AccountGatewayController.php mode change 100755 => 100644 app/Http/Controllers/ActivityController.php mode change 100755 => 100644 app/Http/Controllers/AppController.php mode change 100755 => 100644 app/Http/Controllers/Auth/AuthController.php mode change 100755 => 100644 app/Http/Controllers/Auth/ForgotPasswordController.php mode change 100755 => 100644 app/Http/Controllers/Auth/LoginController.php mode change 100755 => 100644 app/Http/Controllers/Auth/ResetPasswordController.php mode change 100755 => 100644 app/Http/Controllers/BankAccountController.php mode change 100755 => 100644 app/Http/Controllers/BaseAPIController.php mode change 100755 => 100644 app/Http/Controllers/BaseController.php mode change 100755 => 100644 app/Http/Controllers/BlueVineController.php mode change 100755 => 100644 app/Http/Controllers/BotController.php mode change 100755 => 100644 app/Http/Controllers/CalendarController.php mode change 100755 => 100644 app/Http/Controllers/ClientApiController.php mode change 100755 => 100644 app/Http/Controllers/ClientAuth/ForgotPasswordController.php mode change 100755 => 100644 app/Http/Controllers/ClientAuth/LoginController.php mode change 100755 => 100644 app/Http/Controllers/ClientAuth/PasswordController.php mode change 100755 => 100644 app/Http/Controllers/ClientAuth/ResetPasswordController.php mode change 100755 => 100644 app/Http/Controllers/ClientController.php mode change 100755 => 100644 app/Http/Controllers/ClientPortalController.php mode change 100755 => 100644 app/Http/Controllers/ClientPortalProposalController.php mode change 100755 => 100644 app/Http/Controllers/ContactApiController.php mode change 100755 => 100644 app/Http/Controllers/Controller.php mode change 100755 => 100644 app/Http/Controllers/CreditApiController.php mode change 100755 => 100644 app/Http/Controllers/CreditController.php mode change 100755 => 100644 app/Http/Controllers/DashboardApiController.php mode change 100755 => 100644 app/Http/Controllers/DashboardController.php mode change 100755 => 100644 app/Http/Controllers/DocumentAPIController.php mode change 100755 => 100644 app/Http/Controllers/DocumentController.php mode change 100755 => 100644 app/Http/Controllers/ExpenseApiController.php mode change 100755 => 100644 app/Http/Controllers/ExpenseCategoryApiController.php mode change 100755 => 100644 app/Http/Controllers/ExpenseCategoryController.php mode change 100755 => 100644 app/Http/Controllers/ExpenseController.php mode change 100755 => 100644 app/Http/Controllers/ExportController.php mode change 100755 => 100644 app/Http/Controllers/HomeController.php mode change 100755 => 100644 app/Http/Controllers/ImportController.php mode change 100755 => 100644 app/Http/Controllers/IntegrationController.php mode change 100755 => 100644 app/Http/Controllers/InvoiceApiController.php mode change 100755 => 100644 app/Http/Controllers/InvoiceController.php mode change 100755 => 100644 app/Http/Controllers/NinjaController.php mode change 100755 => 100644 app/Http/Controllers/OnlinePaymentController.php mode change 100755 => 100644 app/Http/Controllers/PaymentApiController.php mode change 100755 => 100644 app/Http/Controllers/PaymentController.php mode change 100755 => 100644 app/Http/Controllers/PaymentTermApiController.php mode change 100755 => 100644 app/Http/Controllers/PaymentTermController.php mode change 100755 => 100644 app/Http/Controllers/ProductApiController.php mode change 100755 => 100644 app/Http/Controllers/ProductController.php mode change 100755 => 100644 app/Http/Controllers/ProjectApiController.php mode change 100755 => 100644 app/Http/Controllers/ProjectController.php mode change 100755 => 100644 app/Http/Controllers/ProposalCategoryController.php mode change 100755 => 100644 app/Http/Controllers/ProposalController.php mode change 100755 => 100644 app/Http/Controllers/ProposalSnippetController.php mode change 100755 => 100644 app/Http/Controllers/ProposalTemplateController.php mode change 100755 => 100644 app/Http/Controllers/QuoteApiController.php mode change 100755 => 100644 app/Http/Controllers/QuoteController.php mode change 100755 => 100644 app/Http/Controllers/RecurringExpenseController.php mode change 100755 => 100644 app/Http/Controllers/RecurringInvoiceController.php mode change 100755 => 100644 app/Http/Controllers/ReportController.php mode change 100755 => 100644 app/Http/Controllers/SelfUpdateController.php mode change 100755 => 100644 app/Http/Controllers/SubscriptionController.php mode change 100755 => 100644 app/Http/Controllers/TaskApiController.php mode change 100755 => 100644 app/Http/Controllers/TaskController.php mode change 100755 => 100644 app/Http/Controllers/TaskKanbanController.php mode change 100755 => 100644 app/Http/Controllers/TaxRateApiController.php mode change 100755 => 100644 app/Http/Controllers/TaxRateController.php mode change 100755 => 100644 app/Http/Controllers/TimeTrackerController.php mode change 100755 => 100644 app/Http/Controllers/TokenController.php mode change 100755 => 100644 app/Http/Controllers/TwoFactorController.php mode change 100755 => 100644 app/Http/Controllers/UserApiController.php mode change 100755 => 100644 app/Http/Controllers/UserController.php mode change 100755 => 100644 app/Http/Controllers/VendorApiController.php mode change 100755 => 100644 app/Http/Controllers/VendorController.php mode change 100755 => 100644 app/Http/Kernel.php mode change 100755 => 100644 app/Http/Middleware/ApiCheck.php mode change 100755 => 100644 app/Http/Middleware/Authenticate.php mode change 100755 => 100644 app/Http/Middleware/Cors.php mode change 100755 => 100644 app/Http/Middleware/DatabaseLookup.php mode change 100755 => 100644 app/Http/Middleware/DuplicateSubmissionCheck.php mode change 100755 => 100644 app/Http/Middleware/EncryptCookies.php mode change 100755 => 100644 app/Http/Middleware/PermissionsRequired.php mode change 100755 => 100644 app/Http/Middleware/QueryLogging.php mode change 100755 => 100644 app/Http/Middleware/RedirectIfAuthenticated.php mode change 100755 => 100644 app/Http/Middleware/StartupCheck.php mode change 100755 => 100644 app/Http/Middleware/VerifyCsrfToken.php mode change 100755 => 100644 app/Http/Requests/ClientRequest.php mode change 100755 => 100644 app/Http/Requests/ContactRequest.php mode change 100755 => 100644 app/Http/Requests/CreateBankAccountRequest.php mode change 100755 => 100644 app/Http/Requests/CreateClientRequest.php mode change 100755 => 100644 app/Http/Requests/CreateContactRequest.php mode change 100755 => 100644 app/Http/Requests/CreateCreditRequest.php mode change 100755 => 100644 app/Http/Requests/CreateCustomerRequest.php mode change 100755 => 100644 app/Http/Requests/CreateDocumentRequest.php mode change 100755 => 100644 app/Http/Requests/CreateExpenseCategoryRequest.php mode change 100755 => 100644 app/Http/Requests/CreateExpenseRequest.php mode change 100755 => 100644 app/Http/Requests/CreateInvoiceAPIRequest.php mode change 100755 => 100644 app/Http/Requests/CreateInvoiceRequest.php mode change 100755 => 100644 app/Http/Requests/CreateOnlinePaymentRequest.php mode change 100755 => 100644 app/Http/Requests/CreatePaymentAPIRequest.php mode change 100755 => 100644 app/Http/Requests/CreatePaymentRequest.php mode change 100755 => 100644 app/Http/Requests/CreatePaymentTermRequest.php mode change 100755 => 100644 app/Http/Requests/CreateProductRequest.php mode change 100755 => 100644 app/Http/Requests/CreateProjectRequest.php mode change 100755 => 100644 app/Http/Requests/CreateProposalCategoryRequest.php mode change 100755 => 100644 app/Http/Requests/CreateProposalRequest.php mode change 100755 => 100644 app/Http/Requests/CreateProposalSnippetRequest.php mode change 100755 => 100644 app/Http/Requests/CreateProposalTemplateRequest.php mode change 100755 => 100644 app/Http/Requests/CreateRecurringExpenseRequest.php mode change 100755 => 100644 app/Http/Requests/CreateTaskRequest.php mode change 100755 => 100644 app/Http/Requests/CreateTaxRateRequest.php mode change 100755 => 100644 app/Http/Requests/CreateVendorRequest.php mode change 100755 => 100644 app/Http/Requests/CreditRequest.php mode change 100755 => 100644 app/Http/Requests/CustomerRequest.php mode change 100755 => 100644 app/Http/Requests/DeleteVendorRequest.php mode change 100755 => 100644 app/Http/Requests/DocumentRequest.php mode change 100755 => 100644 app/Http/Requests/EntityRequest.php mode change 100755 => 100644 app/Http/Requests/ExpenseCategoryRequest.php mode change 100755 => 100644 app/Http/Requests/ExpenseRequest.php mode change 100755 => 100644 app/Http/Requests/InvoiceRequest.php mode change 100755 => 100644 app/Http/Requests/PaymentRequest.php mode change 100755 => 100644 app/Http/Requests/PaymentTermRequest.php mode change 100755 => 100644 app/Http/Requests/ProductRequest.php mode change 100755 => 100644 app/Http/Requests/ProjectRequest.php mode change 100755 => 100644 app/Http/Requests/ProposalCategoryRequest.php mode change 100755 => 100644 app/Http/Requests/ProposalRequest.php mode change 100755 => 100644 app/Http/Requests/ProposalSnippetRequest.php mode change 100755 => 100644 app/Http/Requests/ProposalTemplateRequest.php mode change 100755 => 100644 app/Http/Requests/QuoteRequest.php mode change 100755 => 100644 app/Http/Requests/RecurringExpenseRequest.php mode change 100755 => 100644 app/Http/Requests/RegisterRequest.php mode change 100755 => 100644 app/Http/Requests/Request.php mode change 100755 => 100644 app/Http/Requests/SaveClientPortalSettings.php mode change 100755 => 100644 app/Http/Requests/SaveEmailSettings.php mode change 100755 => 100644 app/Http/Requests/TaskRequest.php mode change 100755 => 100644 app/Http/Requests/TaxRateRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateAccountRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateClientRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateContactRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateCreditRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateDocumentRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateExpenseCategoryRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateExpenseRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateInvoiceAPIRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateInvoiceRequest.php mode change 100755 => 100644 app/Http/Requests/UpdatePaymentRequest.php mode change 100755 => 100644 app/Http/Requests/UpdatePaymentTermRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateProductRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateProjectRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateProposalCategoryRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateProposalRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateProposalSnippetRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateProposalTemplateRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateRecurringExpenseRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateTaskRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateTaxRateRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateUserRequest.php mode change 100755 => 100644 app/Http/Requests/UpdateVendorRequest.php mode change 100755 => 100644 app/Http/Requests/UserRequest.php mode change 100755 => 100644 app/Http/Requests/ValidateTwoFactorRequest.php mode change 100755 => 100644 app/Http/Requests/VendorRequest.php mode change 100755 => 100644 app/Http/ViewComposers/AppLanguageComposer.php mode change 100755 => 100644 app/Http/ViewComposers/ClientPortalHeaderComposer.php mode change 100755 => 100644 app/Http/ViewComposers/ProposalComposer.php mode change 100755 => 100644 app/Http/ViewComposers/TranslationComposer.php mode change 100755 => 100644 app/Jobs/Client/GenerateStatementData.php mode change 100755 => 100644 app/Jobs/ConvertInvoiceToUbl.php mode change 100755 => 100644 app/Jobs/ConvertProposalToPdf.php mode change 100755 => 100644 app/Jobs/DownloadInvoices.php mode change 100755 => 100644 app/Jobs/ExportReportResults.php mode change 100755 => 100644 app/Jobs/GenerateCalendarEvents.php mode change 100755 => 100644 app/Jobs/GenerateProjectChartData.php mode change 100755 => 100644 app/Jobs/ImportData.php mode change 100755 => 100644 app/Jobs/Job.php mode change 100755 => 100644 app/Jobs/LoadPostmarkHistory.php mode change 100755 => 100644 app/Jobs/LoadPostmarkStats.php mode change 100755 => 100644 app/Jobs/PurgeAccountData.php mode change 100755 => 100644 app/Jobs/PurgeClientData.php mode change 100755 => 100644 app/Jobs/ReactivatePostmarkEmail.php mode change 100755 => 100644 app/Jobs/RunReport.php mode change 100755 => 100644 app/Jobs/SendInvoiceEmail.php mode change 100755 => 100644 app/Jobs/SendNotificationEmail.php mode change 100755 => 100644 app/Jobs/SendPaymentEmail.php mode change 100755 => 100644 app/Jobs/SendPushNotification.php mode change 100755 => 100644 app/Libraries/CurlUtils.php mode change 100755 => 100644 app/Libraries/DateUtils.php mode change 100755 => 100644 app/Libraries/HTMLUtils.php mode change 100755 => 100644 app/Libraries/HistoryUtils.php mode change 100755 => 100644 app/Libraries/OFX.php mode change 100755 => 100644 app/Libraries/Skype/ButtonCard.php mode change 100755 => 100644 app/Libraries/Skype/CarouselCard.php mode change 100755 => 100644 app/Libraries/Skype/HeroCard.php mode change 100755 => 100644 app/Libraries/Skype/InvoiceCard.php mode change 100755 => 100644 app/Libraries/Skype/InvoiceItemCard.php mode change 100755 => 100644 app/Libraries/Skype/SkypeResponse.php mode change 100755 => 100644 app/Libraries/Utils.php mode change 100755 => 100644 app/Libraries/entity.php mode change 100755 => 100644 app/Libraries/lib_autolink.php mode change 100755 => 100644 app/Listeners/ActivityListener.php mode change 100755 => 100644 app/Listeners/AnalyticsListener.php mode change 100755 => 100644 app/Listeners/CreditListener.php mode change 100755 => 100644 app/Listeners/DNSListener.php mode change 100755 => 100644 app/Listeners/ExpenseListener.php mode change 100755 => 100644 app/Listeners/HandleUserLoggedIn.php mode change 100755 => 100644 app/Listeners/HandleUserSettingsChanged.php mode change 100755 => 100644 app/Listeners/HandleUserSignedUp.php mode change 100755 => 100644 app/Listeners/HistoryListener.php mode change 100755 => 100644 app/Listeners/InvoiceListener.php mode change 100755 => 100644 app/Listeners/NotificationListener.php mode change 100755 => 100644 app/Listeners/QuoteListener.php mode change 100755 => 100644 app/Listeners/SubscriptionListener.php mode change 100755 => 100644 app/Listeners/TaskListener.php mode change 100755 => 100644 app/Models/Account.php mode change 100755 => 100644 app/Models/AccountEmailSettings.php mode change 100755 => 100644 app/Models/AccountGateway.php mode change 100755 => 100644 app/Models/AccountGatewaySettings.php mode change 100755 => 100644 app/Models/AccountGatewayToken.php mode change 100755 => 100644 app/Models/AccountToken.php mode change 100755 => 100644 app/Models/Activity.php mode change 100755 => 100644 app/Models/Affiliate.php mode change 100755 => 100644 app/Models/BalanceAffecting.php mode change 100755 => 100644 app/Models/Bank.php mode change 100755 => 100644 app/Models/BankAccount.php mode change 100755 => 100644 app/Models/BankSubaccount.php mode change 100755 => 100644 app/Models/Client.php mode change 100755 => 100644 app/Models/Company.php mode change 100755 => 100644 app/Models/Contact.php mode change 100755 => 100644 app/Models/Country.php mode change 100755 => 100644 app/Models/Credit.php mode change 100755 => 100644 app/Models/Currency.php mode change 100755 => 100644 app/Models/DateFormat.php mode change 100755 => 100644 app/Models/DatetimeFormat.php mode change 100755 => 100644 app/Models/DbServer.php mode change 100755 => 100644 app/Models/Document.php mode change 100755 => 100644 app/Models/EntityModel.php mode change 100755 => 100644 app/Models/Expense.php mode change 100755 => 100644 app/Models/ExpenseCategory.php mode change 100755 => 100644 app/Models/Font.php mode change 100755 => 100644 app/Models/Frequency.php mode change 100755 => 100644 app/Models/Gateway.php mode change 100755 => 100644 app/Models/GatewayType.php mode change 100755 => 100644 app/Models/Industry.php mode change 100755 => 100644 app/Models/Invitation.php mode change 100755 => 100644 app/Models/Invoice.php mode change 100755 => 100644 app/Models/InvoiceDesign.php mode change 100755 => 100644 app/Models/InvoiceItem.php mode change 100755 => 100644 app/Models/InvoiceStatus.php mode change 100755 => 100644 app/Models/Language.php mode change 100755 => 100644 app/Models/License.php mode change 100755 => 100644 app/Models/LookupAccount.php mode change 100755 => 100644 app/Models/LookupAccountToken.php mode change 100755 => 100644 app/Models/LookupCompany.php mode change 100755 => 100644 app/Models/LookupContact.php mode change 100755 => 100644 app/Models/LookupInvitation.php mode change 100755 => 100644 app/Models/LookupModel.php mode change 100755 => 100644 app/Models/LookupProposalInvitation.php mode change 100755 => 100644 app/Models/LookupUser.php mode change 100755 => 100644 app/Models/OwnedByClientTrait.php mode change 100755 => 100644 app/Models/PasswordReset.php mode change 100755 => 100644 app/Models/Payment.php mode change 100755 => 100644 app/Models/PaymentLibrary.php mode change 100755 => 100644 app/Models/PaymentMethod.php mode change 100755 => 100644 app/Models/PaymentStatus.php mode change 100755 => 100644 app/Models/PaymentTerm.php mode change 100755 => 100644 app/Models/PaymentType.php mode change 100755 => 100644 app/Models/Product.php mode change 100755 => 100644 app/Models/Project.php mode change 100755 => 100644 app/Models/Proposal.php mode change 100755 => 100644 app/Models/ProposalCategory.php mode change 100755 => 100644 app/Models/ProposalInvitation.php mode change 100755 => 100644 app/Models/ProposalSnippet.php mode change 100755 => 100644 app/Models/ProposalTemplate.php mode change 100755 => 100644 app/Models/RecurringExpense.php mode change 100755 => 100644 app/Models/ScheduledReport.php mode change 100755 => 100644 app/Models/SecurityCode.php mode change 100755 => 100644 app/Models/Size.php mode change 100755 => 100644 app/Models/Subscription.php mode change 100755 => 100644 app/Models/Task.php mode change 100755 => 100644 app/Models/TaskStatus.php mode change 100755 => 100644 app/Models/TaxRate.php mode change 100755 => 100644 app/Models/Theme.php mode change 100755 => 100644 app/Models/Timezone.php mode change 100755 => 100644 app/Models/Traits/ChargesFees.php mode change 100755 => 100644 app/Models/Traits/GeneratesNumbers.php mode change 100755 => 100644 app/Models/Traits/HasCustomMessages.php mode change 100755 => 100644 app/Models/Traits/HasLogo.php mode change 100755 => 100644 app/Models/Traits/HasRecurrence.php mode change 100755 => 100644 app/Models/Traits/Inviteable.php mode change 100755 => 100644 app/Models/Traits/PresentsInvoice.php mode change 100755 => 100644 app/Models/Traits/SendsEmails.php mode change 100755 => 100644 app/Models/Traits/SerialisesDeletedModels.php mode change 100755 => 100644 app/Models/User.php mode change 100755 => 100644 app/Models/UserAccount.php mode change 100755 => 100644 app/Models/Vendor.php mode change 100755 => 100644 app/Models/VendorContact.php mode change 100755 => 100644 app/Ninja/DNS/Cloudflare.php mode change 100755 => 100644 app/Ninja/Datatables/AccountGatewayDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ActivityDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/BankAccountDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ClientDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/CreditDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/EntityDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ExpenseCategoryDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ExpenseDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/InvoiceDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/PaymentDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/PaymentTermDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ProductDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ProjectDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ProjectTaskDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ProposalCategoryDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ProposalDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ProposalSnippetDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/ProposalTemplateDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/RecurringExpenseDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/RecurringInvoiceDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/SubscriptionDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/TaskDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/TaxRateDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/TokenDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/UserDatatable.php mode change 100755 => 100644 app/Ninja/Datatables/VendorDatatable.php mode change 100755 => 100644 app/Ninja/Import/BaseTransformer.php mode change 100755 => 100644 app/Ninja/Import/CSV/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/CSV/ExpenseTransformer.php mode change 100755 => 100644 app/Ninja/Import/CSV/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/CSV/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/CSV/ProductTransformer.php mode change 100755 => 100644 app/Ninja/Import/CSV/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/FreshBooks/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/FreshBooks/InvoiceTransformerBAK.php mode change 100755 => 100644 app/Ninja/Import/FreshBooks/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/FreshBooks/TaskTransformer.php mode change 100755 => 100644 app/Ninja/Import/FreshBooks/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/Harvest/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Harvest/ContactTransformer.php mode change 100755 => 100644 app/Ninja/Import/Harvest/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Harvest/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Harvest/VendorContactTransformer.php mode change 100755 => 100644 app/Ninja/Import/Harvest/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/Hiveage/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Hiveage/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Hiveage/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Hiveage/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/Invoiceable/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Invoiceable/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Invoiceable/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Invoiceable/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/Nutcache/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Nutcache/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Nutcache/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Nutcache/TaskTransformer.php mode change 100755 => 100644 app/Ninja/Import/Nutcache/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/Pancake/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Pancake/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Pancake/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Ronin/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Ronin/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Ronin/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Ronin/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/Stripe/CustomerTransformer.php mode change 100755 => 100644 app/Ninja/Import/Wave/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Wave/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Wave/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Wave/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Import/Zoho/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Import/Zoho/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Import/Zoho/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Import/Zoho/VendorTransformer.php mode change 100755 => 100644 app/Ninja/Intents/BaseIntent.php mode change 100755 => 100644 app/Ninja/Intents/CreateInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/DownloadInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/EmailInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/InvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/ListProductsIntent.php mode change 100755 => 100644 app/Ninja/Intents/ProductIntent.php mode change 100755 => 100644 app/Ninja/Intents/UpdateInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateClientIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateCreditIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateExpenseIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreatePaymentIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateProductIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateQuoteIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateRecurringInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateTaskIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/CreateVendorIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/FindClientIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/FindInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/FindQuoteIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListClientIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListCreditIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListExpenseIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListPaymentIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListProductIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListQuoteIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListRecurringInvoiceIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListTaskIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/ListVendorIntent.php mode change 100755 => 100644 app/Ninja/Intents/WebApp/NavigateToIntent.php mode change 100755 => 100644 app/Ninja/Mailers/ContactMailer.php mode change 100755 => 100644 app/Ninja/Mailers/Mailer.php mode change 100755 => 100644 app/Ninja/Mailers/UserMailer.php mode change 100755 => 100644 app/Ninja/Notifications/PushFactory.php mode change 100755 => 100644 app/Ninja/OAuth/OAuth.php mode change 100755 => 100644 app/Ninja/OAuth/Providers/Google.php mode change 100755 => 100644 app/Ninja/OAuth/Providers/ProviderInterface.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/AuthorizeNetAIMPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/BasePaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/BitPayPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/BraintreePaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/CheckoutComPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/Custom1PaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/Custom2PaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/Custom3PaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/CybersourcePaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/DwollaPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/EwayRapidSharedPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/FedACHdir.txt mode change 100755 => 100644 app/Ninja/PaymentDrivers/GoCardlessPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/GoCardlessV2RedirectPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/MolliePaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/PagSeguroPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/PagarmePaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/PayFastPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/PayPalExpressPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/PayPalProPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/PaymillPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/SkrillPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/StripePaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/TwoCheckoutPaymentDriver.php mode change 100755 => 100644 app/Ninja/PaymentDrivers/WePayPaymentDriver.php mode change 100755 => 100644 app/Ninja/Presenters/AccountPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ActivityPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ClientPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/CompanyPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/CreditPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/EntityPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ExpensePresenter.php mode change 100755 => 100644 app/Ninja/Presenters/InvoiceItemPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/InvoicePresenter.php mode change 100755 => 100644 app/Ninja/Presenters/PaymentPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ProductPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ProjectPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ProposalPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ProposalSnippetPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/ProposalTemplatePresenter.php mode change 100755 => 100644 app/Ninja/Presenters/TaskPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/UserPresenter.php mode change 100755 => 100644 app/Ninja/Presenters/VendorPresenter.php mode change 100755 => 100644 app/Ninja/Reports/AbstractReport.php mode change 100755 => 100644 app/Ninja/Reports/ActivityReport.php mode change 100755 => 100644 app/Ninja/Reports/AgingReport.php mode change 100755 => 100644 app/Ninja/Reports/ClientReport.php mode change 100755 => 100644 app/Ninja/Reports/CreditReport.php mode change 100755 => 100644 app/Ninja/Reports/DocumentReport.php mode change 100755 => 100644 app/Ninja/Reports/ExpenseReport.php mode change 100755 => 100644 app/Ninja/Reports/InvoiceReport.php mode change 100755 => 100644 app/Ninja/Reports/PaymentReport.php mode change 100755 => 100644 app/Ninja/Reports/ProductReport.php mode change 100755 => 100644 app/Ninja/Reports/ProfitAndLossReport.php mode change 100755 => 100644 app/Ninja/Reports/QuoteReport.php mode change 100755 => 100644 app/Ninja/Reports/TaskReport.php mode change 100755 => 100644 app/Ninja/Reports/TaxRateReport.php mode change 100755 => 100644 app/Ninja/Repositories/AccountGatewayRepository.php mode change 100755 => 100644 app/Ninja/Repositories/AccountRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ActivityRepository.php mode change 100755 => 100644 app/Ninja/Repositories/BankAccountRepository.php mode change 100755 => 100644 app/Ninja/Repositories/BaseRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ClientRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ContactRepository.php mode change 100755 => 100644 app/Ninja/Repositories/CreditRepository.php mode change 100755 => 100644 app/Ninja/Repositories/CustomerRepository.php mode change 100755 => 100644 app/Ninja/Repositories/DashboardRepository.php mode change 100755 => 100644 app/Ninja/Repositories/DocumentRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ExpenseCategoryRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ExpenseRepository.php mode change 100755 => 100644 app/Ninja/Repositories/InvoiceRepository.php mode change 100755 => 100644 app/Ninja/Repositories/NinjaRepository.php mode change 100755 => 100644 app/Ninja/Repositories/PaymentRepository.php mode change 100755 => 100644 app/Ninja/Repositories/PaymentTermRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ProductRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ProjectRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ProposalCategoryRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ProposalRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ProposalSnippetRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ProposalTemplateRepository.php mode change 100755 => 100644 app/Ninja/Repositories/RecurringExpenseRepository.php mode change 100755 => 100644 app/Ninja/Repositories/ReferralRepository.php mode change 100755 => 100644 app/Ninja/Repositories/SubscriptionRepository.php mode change 100755 => 100644 app/Ninja/Repositories/TaskRepository.php mode change 100755 => 100644 app/Ninja/Repositories/TaxRateRepository.php mode change 100755 => 100644 app/Ninja/Repositories/TokenRepository.php mode change 100755 => 100644 app/Ninja/Repositories/UserRepository.php mode change 100755 => 100644 app/Ninja/Repositories/VendorContactRepository.php mode change 100755 => 100644 app/Ninja/Repositories/VendorRepository.php mode change 100755 => 100644 app/Ninja/Serializers/ArraySerializer.php mode change 100755 => 100644 app/Ninja/Transformers/AccountEmailSettingsTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/AccountTokenTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/AccountTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/ActivityTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/ClientTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/ContactTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/CreditTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/DocumentTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/EntityTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/ExpenseCategoryTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/ExpenseTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/InvitationTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/InvoiceItemTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/InvoiceTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/PaymentTermTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/PaymentTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/ProductTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/ProjectTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/TaskStatusTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/TaskTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/TaxRateTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/UserAccountTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/UserTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/VendorContactTransformer.php mode change 100755 => 100644 app/Ninja/Transformers/VendorTransformer.php mode change 100755 => 100644 app/Notifications/PaymentCreated.php mode change 100755 => 100644 app/Policies/AccountGatewayPolicy.php mode change 100755 => 100644 app/Policies/BankAccountPolicy.php mode change 100755 => 100644 app/Policies/ClientPolicy.php mode change 100755 => 100644 app/Policies/ContactPolicy.php mode change 100755 => 100644 app/Policies/CreditPolicy.php mode change 100755 => 100644 app/Policies/CustomerPolicy.php mode change 100755 => 100644 app/Policies/DocumentPolicy.php mode change 100755 => 100644 app/Policies/EntityPolicy.php mode change 100755 => 100644 app/Policies/ExpenseCategoryPolicy.php mode change 100755 => 100644 app/Policies/ExpensePolicy.php mode change 100755 => 100644 app/Policies/GenericEntityPolicy.php mode change 100755 => 100644 app/Policies/InvoicePolicy.php mode change 100755 => 100644 app/Policies/PaymentPolicy.php mode change 100755 => 100644 app/Policies/PaymentTermPolicy.php mode change 100755 => 100644 app/Policies/ProductPolicy.php mode change 100755 => 100644 app/Policies/ProjectPolicy.php mode change 100755 => 100644 app/Policies/ProposalCategoryPolicy.php mode change 100755 => 100644 app/Policies/ProposalPolicy.php mode change 100755 => 100644 app/Policies/ProposalSnippetPolicy.php mode change 100755 => 100644 app/Policies/ProposalTemplatePolicy.php mode change 100755 => 100644 app/Policies/QuotePolicy.php mode change 100755 => 100644 app/Policies/RecurringExpensePolicy.php mode change 100755 => 100644 app/Policies/RecurringInvoicePolicy.php mode change 100755 => 100644 app/Policies/SubscriptionPolicy.php mode change 100755 => 100644 app/Policies/TaskPolicy.php mode change 100755 => 100644 app/Policies/TaxRatePolicy.php mode change 100755 => 100644 app/Policies/TokenPolicy.php mode change 100755 => 100644 app/Policies/VendorPolicy.php mode change 100755 => 100644 app/Providers/AppServiceProvider.php mode change 100755 => 100644 app/Providers/AuthServiceProvider.php mode change 100755 => 100644 app/Providers/BusServiceProvider.php mode change 100755 => 100644 app/Providers/ComposerServiceProvider.php mode change 100755 => 100644 app/Providers/ConfigServiceProvider.php mode change 100755 => 100644 app/Providers/EventServiceProvider.php mode change 100755 => 100644 app/Providers/RouteServiceProvider.php mode change 100755 => 100644 app/Services/AccountGatewayService.php mode change 100755 => 100644 app/Services/ActivityService.php mode change 100755 => 100644 app/Services/AuthService.php mode change 100755 => 100644 app/Services/BankAccountService.php mode change 100755 => 100644 app/Services/BaseService.php mode change 100755 => 100644 app/Services/ClientService.php mode change 100755 => 100644 app/Services/ContactService.php mode change 100755 => 100644 app/Services/CreditService.php mode change 100755 => 100644 app/Services/DatatableService.php mode change 100755 => 100644 app/Services/EmailService.php mode change 100755 => 100644 app/Services/ExpenseCategoryService.php mode change 100755 => 100644 app/Services/ExpenseService.php mode change 100755 => 100644 app/Services/ImportService.php mode change 100755 => 100644 app/Services/InvoiceService.php mode change 100755 => 100644 app/Services/PaymentService.php mode change 100755 => 100644 app/Services/PaymentTermService.php mode change 100755 => 100644 app/Services/ProductService.php mode change 100755 => 100644 app/Services/ProjectService.php mode change 100755 => 100644 app/Services/ProposalCategoryService.php mode change 100755 => 100644 app/Services/ProposalService.php mode change 100755 => 100644 app/Services/ProposalSnippetService.php mode change 100755 => 100644 app/Services/ProposalTemplateService.php mode change 100755 => 100644 app/Services/PushService.php mode change 100755 => 100644 app/Services/RecurringExpenseService.php mode change 100755 => 100644 app/Services/RecurringInvoiceService.php mode change 100755 => 100644 app/Services/SubscriptionService.php mode change 100755 => 100644 app/Services/TaskService.php mode change 100755 => 100644 app/Services/TaxRateService.php mode change 100755 => 100644 app/Services/TemplateService.php mode change 100755 => 100644 app/Services/TokenService.php mode change 100755 => 100644 app/Services/UserService.php mode change 100755 => 100644 app/Services/VendorService.php mode change 100755 => 100644 artisan mode change 100755 => 100644 bootstrap/app.php mode change 100755 => 100644 bootstrap/autoload.php mode change 100755 => 100644 bootstrap/environment.php mode change 100755 => 100644 bower.json mode change 100755 => 100644 codeception.yml mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock mode change 100755 => 100644 config/app.php mode change 100755 => 100644 config/auth.php mode change 100755 => 100644 config/bootstrapper.php mode change 100755 => 100644 config/cache.php mode change 100755 => 100644 config/chumper.datatable.php mode change 100755 => 100644 config/compile.php mode change 100755 => 100644 config/cors.php mode change 100755 => 100644 config/countries.php mode change 100755 => 100644 config/database.php mode change 100755 => 100644 config/debugbar.php mode change 100755 => 100644 config/excel.php mode change 100755 => 100644 config/filesystems.php mode change 100755 => 100644 config/former.php mode change 100755 => 100644 config/google2fa.php mode change 100755 => 100644 config/ide-helper.php mode change 100755 => 100644 config/image.php mode change 100755 => 100644 config/mail.php mode change 100755 => 100644 config/modules.php mode change 100755 => 100644 config/ninja.php mode change 100755 => 100644 config/packages/.gitkeep mode change 100755 => 100644 config/packages/ignited/laravel-omnipay/config.php mode change 100755 => 100644 config/packages/zizaco/confide/.gitkeep mode change 100755 => 100644 config/packages/zizaco/confide/config.php mode change 100755 => 100644 config/pdf.php mode change 100755 => 100644 config/push-notification.php mode change 100755 => 100644 config/queue.php mode change 100755 => 100644 config/self-update.php mode change 100755 => 100644 config/services.php mode change 100755 => 100644 config/session.php mode change 100755 => 100644 config/swaggervel.php mode change 100755 => 100644 config/view.php mode change 100755 => 100644 database/factories/ModelFactory.php mode change 100755 => 100644 database/migrations/.gitkeep mode change 100755 => 100644 database/migrations/2013_11_05_180133_confide_setup_users_table.php mode change 100755 => 100644 database/migrations/2013_11_28_195703_setup_countries_table.php mode change 100755 => 100644 database/migrations/2014_02_13_151500_add_cascase_drops.php mode change 100755 => 100644 database/migrations/2014_02_19_151817_add_support_for_invoice_designs.php mode change 100755 => 100644 database/migrations/2014_03_03_155556_add_phone_to_account.php mode change 100755 => 100644 database/migrations/2014_03_19_201454_add_language_support.php mode change 100755 => 100644 database/migrations/2014_03_20_200300_create_payment_libraries.php mode change 100755 => 100644 database/migrations/2014_03_23_051736_enable_forcing_jspdf.php mode change 100755 => 100644 database/migrations/2014_03_25_102200_add_sort_and_recommended_to_gateways.php mode change 100755 => 100644 database/migrations/2014_04_03_191105_add_pro_plan.php mode change 100755 => 100644 database/migrations/2014_04_17_100523_add_remember_token.php mode change 100755 => 100644 database/migrations/2014_04_17_145108_add_custom_fields.php mode change 100755 => 100644 database/migrations/2014_04_23_170909_add_products_settings.php mode change 100755 => 100644 database/migrations/2014_04_29_174315_add_advanced_settings.php mode change 100755 => 100644 database/migrations/2014_05_17_175626_add_quotes.php mode change 100755 => 100644 database/migrations/2014_06_17_131940_add_accepted_credit_cards_to_account_gateways.php mode change 100755 => 100644 database/migrations/2014_07_13_142654_one_click_install.php mode change 100755 => 100644 database/migrations/2014_07_17_205900_support_hiding_quantity.php mode change 100755 => 100644 database/migrations/2014_07_24_171214_add_zapier_support.php mode change 100755 => 100644 database/migrations/2014_10_01_141248_add_company_vat_number.php mode change 100755 => 100644 database/migrations/2014_10_05_141856_track_last_seen_message.php mode change 100755 => 100644 database/migrations/2014_10_06_103529_add_timesheets.php mode change 100755 => 100644 database/migrations/2014_10_06_195330_add_invoice_design_table.php mode change 100755 => 100644 database/migrations/2014_10_13_054100_add_invoice_number_settings.php mode change 100755 => 100644 database/migrations/2014_10_14_225227_add_danish_translation.php mode change 100755 => 100644 database/migrations/2014_10_22_174452_add_affiliate_price.php mode change 100755 => 100644 database/migrations/2014_10_30_184126_add_company_id_number.php mode change 100755 => 100644 database/migrations/2014_11_04_200406_allow_null_client_currency.php mode change 100755 => 100644 database/migrations/2014_12_03_154119_add_discount_type.php mode change 100755 => 100644 database/migrations/2015_02_12_102940_add_email_templates.php mode change 100755 => 100644 database/migrations/2015_02_17_131714_support_token_billing.php mode change 100755 => 100644 database/migrations/2015_02_27_081836_add_invoice_footer.php mode change 100755 => 100644 database/migrations/2015_03_03_140259_add_tokens.php mode change 100755 => 100644 database/migrations/2015_03_09_151011_add_ip_to_activity.php mode change 100755 => 100644 database/migrations/2015_03_15_174122_add_pdf_email_attachment_option.php mode change 100755 => 100644 database/migrations/2015_03_30_100000_create_password_resets_table.php mode change 100755 => 100644 database/migrations/2015_04_12_093447_add_sv_language.php mode change 100755 => 100644 database/migrations/2015_04_13_100333_add_notify_approved.php mode change 100755 => 100644 database/migrations/2015_04_16_122647_add_partial_amount_to_invoices.php mode change 100755 => 100644 database/migrations/2015_05_21_184104_add_font_size.php mode change 100755 => 100644 database/migrations/2015_05_27_121828_add_tasks.php mode change 100755 => 100644 database/migrations/2015_05_27_170808_add_custom_invoice_labels.php mode change 100755 => 100644 database/migrations/2015_06_09_134208_add_has_tasks_to_invoices.php mode change 100755 => 100644 database/migrations/2015_06_14_093410_enable_resuming_tasks.php mode change 100755 => 100644 database/migrations/2015_06_14_173025_multi_company_support.php mode change 100755 => 100644 database/migrations/2015_07_07_160257_support_locking_account.php mode change 100755 => 100644 database/migrations/2015_07_08_114333_simplify_tasks.php mode change 100755 => 100644 database/migrations/2015_07_19_081332_add_custom_design.php mode change 100755 => 100644 database/migrations/2015_07_27_183830_add_pdfmake_support.php mode change 100755 => 100644 database/migrations/2015_08_13_084041_add_formats_to_datetime_formats_table.php mode change 100755 => 100644 database/migrations/2015_09_04_080604_add_swap_postal_code.php mode change 100755 => 100644 database/migrations/2015_09_07_135935_add_account_domain.php mode change 100755 => 100644 database/migrations/2015_09_10_185135_add_reminder_emails.php mode change 100755 => 100644 database/migrations/2015_10_07_135651_add_social_login.php mode change 100755 => 100644 database/migrations/2015_10_21_075058_add_default_tax_rates.php mode change 100755 => 100644 database/migrations/2015_10_21_185724_add_invoice_number_pattern.php mode change 100755 => 100644 database/migrations/2015_10_27_180214_add_is_system_to_activities.php mode change 100755 => 100644 database/migrations/2015_10_29_133747_add_default_quote_terms.php mode change 100755 => 100644 database/migrations/2015_11_01_080417_encrypt_tokens.php mode change 100755 => 100644 database/migrations/2015_11_03_181318_improve_currency_localization.php mode change 100755 => 100644 database/migrations/2015_11_30_133206_add_email_designs.php mode change 100755 => 100644 database/migrations/2015_12_27_154513_add_reminder_settings.php mode change 100755 => 100644 database/migrations/2015_12_30_042035_add_client_view_css.php mode change 100755 => 100644 database/migrations/2016_01_04_175228_create_vendors_table.php mode change 100755 => 100644 database/migrations/2016_01_06_153144_add_invoice_font_support.php mode change 100755 => 100644 database/migrations/2016_01_17_155725_add_quote_to_invoice_option.php mode change 100755 => 100644 database/migrations/2016_01_18_195351_add_bank_accounts.php mode change 100755 => 100644 database/migrations/2016_01_24_112646_add_bank_subaccounts.php mode change 100755 => 100644 database/migrations/2016_01_27_173015_add_header_footer_option.php mode change 100755 => 100644 database/migrations/2016_02_01_135956_add_source_currency_to_expenses.php mode change 100755 => 100644 database/migrations/2016_02_25_152948_add_client_password.php mode change 100755 => 100644 database/migrations/2016_02_28_081424_add_custom_invoice_fields.php mode change 100755 => 100644 database/migrations/2016_03_14_066181_add_user_permissions.php mode change 100755 => 100644 database/migrations/2016_03_14_214710_add_support_three_decimal_taxes.php mode change 100755 => 100644 database/migrations/2016_03_22_168362_add_documents.php mode change 100755 => 100644 database/migrations/2016_03_23_215049_support_multiple_tax_rates.php mode change 100755 => 100644 database/migrations/2016_04_16_103943_enterprise_plan.php mode change 100755 => 100644 database/migrations/2016_04_18_174135_add_page_size.php mode change 100755 => 100644 database/migrations/2016_04_23_182223_payments_changes.php mode change 100755 => 100644 database/migrations/2016_05_16_102925_add_swap_currency_symbol_to_currency.php mode change 100755 => 100644 database/migrations/2016_05_18_085739_add_invoice_type_support.php mode change 100755 => 100644 database/migrations/2016_05_24_164847_wepay_ach.php mode change 100755 => 100644 database/migrations/2016_07_08_083802_support_new_pricing.php mode change 100755 => 100644 database/migrations/2016_07_13_083821_add_buy_now_buttons.php mode change 100755 => 100644 database/migrations/2016_08_10_184027_add_support_for_bots.php mode change 100755 => 100644 database/migrations/2016_09_05_150625_create_gateway_types.php mode change 100755 => 100644 database/migrations/2016_10_20_191150_add_expense_to_activities.php mode change 100755 => 100644 database/migrations/2016_11_03_113316_add_invoice_signature.php mode change 100755 => 100644 database/migrations/2016_11_03_161149_add_bluevine_fields.php mode change 100755 => 100644 database/migrations/2016_11_28_092904_add_task_projects.php mode change 100755 => 100644 database/migrations/2016_12_13_113955_add_pro_plan_discount.php mode change 100755 => 100644 database/migrations/2017_01_01_214241_add_inclusive_taxes.php mode change 100755 => 100644 database/migrations/2017_02_23_095934_add_custom_product_fields.php mode change 100755 => 100644 database/migrations/2017_03_16_085702_add_gateway_fee_location.php mode change 100755 => 100644 database/migrations/2017_04_16_101744_add_custom_contact_fields.php mode change 100755 => 100644 database/migrations/2017_04_30_174702_add_multiple_database_support.php mode change 100755 => 100644 database/migrations/2017_05_10_144928_add_oauth_to_lookups.php mode change 100755 => 100644 database/migrations/2017_05_16_101715_add_default_note_to_client.php mode change 100755 => 100644 database/migrations/2017_06_19_111515_update_dark_mode.php mode change 100755 => 100644 database/migrations/2017_07_18_124150_add_late_fees.php mode change 100755 => 100644 database/migrations/2017_08_14_085334_increase_precision.php mode change 100755 => 100644 database/migrations/2017_10_17_083846_add_default_rates.php mode change 100755 => 100644 database/migrations/2017_11_15_114422_add_subdomain_to_lookups.php mode change 100755 => 100644 database/migrations/2017_12_13_074024_add_remember_2fa_token.php mode change 100755 => 100644 database/migrations/2018_01_10_073825_add_subscription_format.php mode change 100755 => 100644 database/migrations/2018_03_08_150414_add_slack_notifications.php mode change 100755 => 100644 database/migrations/2018_03_30_115805_add_more_custom_fields.php mode change 100755 => 100644 database/migrations/2018_04_16_142434_add_custom_domain.php mode change 100755 => 100644 database/migrations/2018_05_14_091806_limit_notifications.php mode change 100755 => 100644 database/migrations/2018_05_19_095124_add_json_permissions.php mode change 100755 => 100644 database/migrations/2018_06_29_110607_add_dart_format_column.php mode change 100755 => 100644 database/migrations/2018_07_26_170243_fix_payment_contact_foreign_key.php mode change 100755 => 100644 database/migrations/2018_10_22_084326_add_option_for_product_notes.php mode change 100755 => 100644 database/seeds/.gitkeep mode change 100755 => 100644 database/seeds/BanksSeeder.php mode change 100755 => 100644 database/seeds/ConstantsSeeder.php mode change 100755 => 100644 database/seeds/CountriesSeeder.php mode change 100755 => 100644 database/seeds/CurrenciesSeeder.php mode change 100755 => 100644 database/seeds/DatabaseSeeder.php mode change 100755 => 100644 database/seeds/DateFormatsSeeder.php mode change 100755 => 100644 database/seeds/DbServerSeeder.php mode change 100755 => 100644 database/seeds/FontsSeeder.php mode change 100755 => 100644 database/seeds/FrequencySeeder.php mode change 100755 => 100644 database/seeds/GatewayTypesSeeder.php mode change 100755 => 100644 database/seeds/IndustrySeeder.php mode change 100755 => 100644 database/seeds/InvoiceDesignsSeeder.php mode change 100755 => 100644 database/seeds/InvoiceStatusSeeder.php mode change 100755 => 100644 database/seeds/LanguageSeeder.php mode change 100755 => 100644 database/seeds/PaymentLibrariesSeeder.php mode change 100755 => 100644 database/seeds/PaymentStatusSeeder.php mode change 100755 => 100644 database/seeds/PaymentTermsSeeder.php mode change 100755 => 100644 database/seeds/PaymentTypesSeeder.php mode change 100755 => 100644 database/seeds/ProposalTemplatesSeeder.php mode change 100755 => 100644 database/seeds/UpdateSeeder.php mode change 100755 => 100644 database/seeds/UserTableSeeder.php mode change 100755 => 100644 database/setup.sql mode change 100755 => 100644 docs/Makefile mode change 100755 => 100644 docs/api.rst mode change 100755 => 100644 docs/api_tokens.rst mode change 100755 => 100644 docs/client_portal.rst mode change 100755 => 100644 docs/clients.rst mode change 100755 => 100644 docs/conf.py mode change 100755 => 100644 docs/configure.rst mode change 100755 => 100644 docs/credits.rst mode change 100755 => 100644 docs/custom_modules.rst mode change 100755 => 100644 docs/data_visualizations.rst mode change 100755 => 100644 docs/developer_guide.rst mode change 100755 => 100644 docs/email_settings.rst mode change 100755 => 100644 docs/expenses.rst mode change 100755 => 100644 docs/images/env_file_api_secret.png mode change 100755 => 100644 docs/images/iphone_self_hosted.png mode change 100755 => 100644 docs/index.rst mode change 100755 => 100644 docs/install.rst mode change 100755 => 100644 docs/introduction.rst mode change 100755 => 100644 docs/invoice_design.rst mode change 100755 => 100644 docs/invoice_settings.rst mode change 100755 => 100644 docs/invoices.rst mode change 100755 => 100644 docs/mobile_apps.rst mode change 100755 => 100644 docs/payments.rst mode change 100755 => 100644 docs/proposals.rst mode change 100755 => 100644 docs/quotes.rst mode change 100755 => 100644 docs/recurring_invoices.rst mode change 100755 => 100644 docs/reports.rst mode change 100755 => 100644 docs/settings.rst mode change 100755 => 100644 docs/tasks.rst mode change 100755 => 100644 docs/templates_and_reminders.rst mode change 100755 => 100644 docs/update.rst mode change 100755 => 100644 docs/user_management.rst mode change 100755 => 100644 docs/vendors.rst mode change 100755 => 100644 gulpfile.js mode change 100755 => 100644 package.json mode change 100755 => 100644 phpspec.yml mode change 100755 => 100644 phpunit.xml mode change 100755 => 100644 public/.htaccess mode change 100755 => 100644 public/android-chrome-192x192.png mode change 100755 => 100644 public/android-chrome-512x512.png mode change 100755 => 100644 public/apple-touch-icon-120x120-precomposed.png mode change 100755 => 100644 public/apple-touch-icon-120x120.png mode change 100755 => 100644 public/apple-touch-icon-152x152-precomposed.png mode change 100755 => 100644 public/apple-touch-icon-precomposed.png mode change 100755 => 100644 public/apple-touch-icon.png mode change 100755 => 100644 public/browserconfig.xml mode change 100755 => 100644 public/built.js mode change 100755 => 100644 public/built.js.map mode change 100755 => 100644 public/css/app.css mode change 100755 => 100644 public/css/app.min.css mode change 100755 => 100644 public/css/app.min.css.map mode change 100755 => 100644 public/css/bootstrap.min.css mode change 100755 => 100644 public/css/bootstrap.min.css.map mode change 100755 => 100644 public/css/built.css mode change 100755 => 100644 public/css/built.css.map mode change 100755 => 100644 public/css/built.login.css mode change 100755 => 100644 public/css/built.login.css.map mode change 100755 => 100644 public/css/built.min.css mode change 100755 => 100644 public/css/built.min.css.map mode change 100755 => 100644 public/css/built.public.css mode change 100755 => 100644 public/css/built.public.css.map mode change 100755 => 100644 public/css/built.public.min.css mode change 100755 => 100644 public/css/built.public.min.css.map mode change 100755 => 100644 public/css/card.css mode change 100755 => 100644 public/css/card.css.map mode change 100755 => 100644 public/css/cookieconsent.min.css mode change 100755 => 100644 public/css/customCss.css mode change 100755 => 100644 public/css/customCss.min.css mode change 100755 => 100644 public/css/customCss.min.css.map mode change 100755 => 100644 public/css/daterangepicker.css mode change 100755 => 100644 public/css/daterangepicker.css.map mode change 100755 => 100644 public/css/fullcalendar.css mode change 100755 => 100644 public/css/fullcalendar.css.map mode change 100755 => 100644 public/css/grapes.css mode change 100755 => 100644 public/css/grapes.css.map mode change 100755 => 100644 public/css/grapesjs.css mode change 100755 => 100644 public/css/grapesjs.css.map mode change 100755 => 100644 public/css/img/jsoneditor-icons.png mode change 100755 => 100644 public/css/img/jsoneditor-icons.svg mode change 100755 => 100644 public/css/jquery.datetimepicker.css mode change 100755 => 100644 public/css/jquery.datetimepicker.min.css mode change 100755 => 100644 public/css/jquery.datetimepicker.min.css.map mode change 100755 => 100644 public/css/jquery.timepicker.css mode change 100755 => 100644 public/css/jquery.timepicker.css.map mode change 100755 => 100644 public/css/jsoneditor.min.css mode change 100755 => 100644 public/css/jsoneditor.min.css.map mode change 100755 => 100644 public/css/lightbox.css mode change 100755 => 100644 public/css/lightbox.min.css mode change 100755 => 100644 public/css/lightbox.min.css.map mode change 100755 => 100644 public/css/login.css mode change 100755 => 100644 public/css/login.css.map mode change 100755 => 100644 public/css/quill.snow.css mode change 100755 => 100644 public/css/quill.snow.min.css mode change 100755 => 100644 public/css/quill.snow.min.css.map mode change 100755 => 100644 public/css/select2.css mode change 100755 => 100644 public/css/select2.css.map mode change 100755 => 100644 public/css/style.min.css mode change 100755 => 100644 public/css/style.min.css.map mode change 100755 => 100644 public/css/tablesorter.css mode change 100755 => 100644 public/css/tablesorter.css.map mode change 100755 => 100644 public/css/themes/amelia.min.css mode change 100755 => 100644 public/css/themes/cerulean.min.css mode change 100755 => 100644 public/css/themes/cosmo.min.css mode change 100755 => 100644 public/css/themes/cyborg.min.css mode change 100755 => 100644 public/css/themes/flatly.min.css mode change 100755 => 100644 public/css/themes/journal.min.css mode change 100755 => 100644 public/css/themes/readable.min.css mode change 100755 => 100644 public/css/themes/simplex.min.css mode change 100755 => 100644 public/css/themes/slate.min.css mode change 100755 => 100644 public/css/themes/spacelab.min.css mode change 100755 => 100644 public/css/themes/united.min.css mode change 100755 => 100644 public/css/themes/yeti.min.css mode change 100755 => 100644 public/favicon-16x16.png mode change 100755 => 100644 public/favicon-32x32.png mode change 100755 => 100644 public/favicon-v2.png mode change 100755 => 100644 public/favicon.ico mode change 100755 => 100644 public/favicon.png mode change 100755 => 100644 public/fonts/.empty mode change 100755 => 100644 public/fonts/FontAwesome.otf mode change 100755 => 100644 public/fonts/Roboto-100/LICENSE.txt mode change 100755 => 100644 public/fonts/Roboto-100/Roboto-100.eot mode change 100755 => 100644 public/fonts/Roboto-100/Roboto-100.svg mode change 100755 => 100644 public/fonts/Roboto-100/Roboto-100.ttf mode change 100755 => 100644 public/fonts/Roboto-100/Roboto-100.woff mode change 100755 => 100644 public/fonts/Roboto-100/Roboto-100.woff2 mode change 100755 => 100644 public/fonts/Roboto-700/LICENSE.txt mode change 100755 => 100644 public/fonts/Roboto-700/Roboto-700.eot mode change 100755 => 100644 public/fonts/Roboto-700/Roboto-700.svg mode change 100755 => 100644 public/fonts/Roboto-700/Roboto-700.ttf mode change 100755 => 100644 public/fonts/Roboto-700/Roboto-700.woff mode change 100755 => 100644 public/fonts/Roboto-700/Roboto-700.woff2 mode change 100755 => 100644 public/fonts/Roboto-900/LICENSE.txt mode change 100755 => 100644 public/fonts/Roboto-900/Roboto-900.eot mode change 100755 => 100644 public/fonts/Roboto-900/Roboto-900.svg mode change 100755 => 100644 public/fonts/Roboto-900/Roboto-900.ttf mode change 100755 => 100644 public/fonts/Roboto-900/Roboto-900.woff mode change 100755 => 100644 public/fonts/Roboto-900/Roboto-900.woff2 mode change 100755 => 100644 public/fonts/Roboto-regular/LICENSE.txt mode change 100755 => 100644 public/fonts/Roboto-regular/Roboto-regular.eot mode change 100755 => 100644 public/fonts/Roboto-regular/Roboto-regular.svg mode change 100755 => 100644 public/fonts/Roboto-regular/Roboto-regular.ttf mode change 100755 => 100644 public/fonts/Roboto-regular/Roboto-regular.woff mode change 100755 => 100644 public/fonts/Roboto-regular/Roboto-regular.woff2 mode change 100755 => 100644 public/fonts/fontawesome-webfont.eot mode change 100755 => 100644 public/fonts/fontawesome-webfont.svg mode change 100755 => 100644 public/fonts/fontawesome-webfont.ttf mode change 100755 => 100644 public/fonts/fontawesome-webfont.woff mode change 100755 => 100644 public/fonts/fontawesome-webfont.woff2 mode change 100755 => 100644 public/fonts/glyphicons-halflings-regular.eot mode change 100755 => 100644 public/fonts/glyphicons-halflings-regular.svg mode change 100755 => 100644 public/fonts/glyphicons-halflings-regular.ttf mode change 100755 => 100644 public/fonts/glyphicons-halflings-regular.woff mode change 100755 => 100644 public/fonts/glyphicons-halflings-regular.woff2 mode change 100755 => 100644 public/fonts/invoice-fonts/abril_fatface/AbrilFatface-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/abril_fatface/OFL.txt mode change 100755 => 100644 public/fonts/invoice-fonts/arvo/Arvo-Bold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/arvo/Arvo-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/arvo/Arvo-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/arvo/SIL Open Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/gensha_gothic/GenShinGothic-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/gensha_gothic/SIL_Open_Font_License_1.1.txt mode change 100755 => 100644 public/fonts/invoice-fonts/gensha_gothic_p/GenShinGothic-P-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/gensha_gothic_p/SIL_Open_Font_License_1.1.txt mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans/JosefinSans-Bold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans/JosefinSans-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans/JosefinSans-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans/SIL Open Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-Light.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-LightItalic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-SemiBold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_sans_light/SIL Open Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Bold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab/SIL Open Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-Light.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-LightItalic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-SemiBold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/josefin_slab_light/SIL Open Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans/Apache License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans/OpenSans-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans/OpenSans-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans/OpenSans-Semibold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans_light/Apache License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans_light/OpenSans-Light.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans_light/OpenSans-LightItalic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/open_sans_light/OpenSans-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/pt_sans/PTSans-Bold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/pt_sans/PTSans-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/pt_sans/PTSans-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/pt_sans/Paratype PT Sans Free Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/pt_serif/PTSerif-Bold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/pt_serif/PTSerif-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/pt_serif/PTSerif-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/pt_serif/Paratype PT Sans Free Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/raleway/Raleway-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/raleway/Raleway-Medium.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/raleway/Raleway-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/raleway/SIL Open Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/raleway_light/Raleway-Light.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/raleway_light/Raleway-LightItalic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/raleway_light/Raleway-Medium.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/raleway_light/SIL Open Font License.txt mode change 100755 => 100644 public/fonts/invoice-fonts/roboto/LICENSE.txt mode change 100755 => 100644 public/fonts/invoice-fonts/roboto/Roboto-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/roboto/Roboto-Medium.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/roboto/Roboto-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/titillium/OFL.txt mode change 100755 => 100644 public/fonts/invoice-fonts/titillium/TitilliumWeb-Bold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/titillium/TitilliumWeb-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/titillium/TitilliumWeb-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/titillium_light/OFL.txt mode change 100755 => 100644 public/fonts/invoice-fonts/titillium_light/TitilliumWeb-Light.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/titillium_light/TitilliumWeb-LightItalic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/titillium_light/TitilliumWeb-SemiBold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu/UBUNTU FONT LICENCE.txt mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu/Ubuntu-Bold.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu/Ubuntu-Italic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu/Ubuntu-Regular.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu_light/UBUNTU FONT LICENCE.txt mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu_light/Ubuntu-Light.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu_light/Ubuntu-LightItalic.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ubuntu_light/Ubuntu-Medium.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ukai/ARPHICPL.txt mode change 100755 => 100644 public/fonts/invoice-fonts/ukai/UKai.ttf mode change 100755 => 100644 public/fonts/invoice-fonts/ukai/license/big5/ARPHICPL.TXT mode change 100755 => 100644 public/fonts/invoice-fonts/ukai/license/english/ARPHICPL.TXT mode change 100755 => 100644 public/fonts/invoice-fonts/ukai/license/gb/ARPHICPL.TXT mode change 100755 => 100644 public/fonts/invoice-fonts/ukai/license/zh_CN.UTF-8/ARPHICPL.TXT mode change 100755 => 100644 public/fonts/invoice-fonts/ukai/license/zh_TW.UTF-8/ARPHICPL.TXT mode change 100755 => 100644 public/fonts/main-fonts.woff mode change 100755 => 100644 public/fonts/socicon-webfont.eot mode change 100755 => 100644 public/fonts/socicon-webfont.svg mode change 100755 => 100644 public/fonts/socicon-webfont.ttf mode change 100755 => 100644 public/fonts/socicon-webfont.woff mode change 100755 => 100644 public/humans.txt mode change 100755 => 100644 public/ic_cloud_circle.png mode change 100755 => 100644 public/images/AcceptPaymentsOnline.png mode change 100755 => 100644 public/images/AdjustablePaymentTerms.png mode change 100755 => 100644 public/images/AlertsWhenInvoicesViewed.png mode change 100755 => 100644 public/images/BeautifulTemplates.png mode change 100755 => 100644 public/images/BestInClassSecurity.png mode change 100755 => 100644 public/images/CloneInvoices.png mode change 100755 => 100644 public/images/CloudBasedApp.png mode change 100755 => 100644 public/images/CustomizeInvoices.png mode change 100755 => 100644 public/images/EstimatesProForma.png mode change 100755 => 100644 public/images/FreeInvoicing.png mode change 100755 => 100644 public/images/GitHub.png mode change 100755 => 100644 public/images/ImportExportRecords.png mode change 100755 => 100644 public/images/InTuitiveEditingInterface.png mode change 100755 => 100644 public/images/IntegrateWithPaymentGateways.png mode change 100755 => 100644 public/images/InvoiceClientsViaEmail.png mode change 100755 => 100644 public/images/LivePDFCreation.png mode change 100755 => 100644 public/images/ManualAutomaticInvoiceNumbers.png mode change 100755 => 100644 public/images/MultilingualSupport.png mode change 100755 => 100644 public/images/MultipleCurrencySupport.png mode change 100755 => 100644 public/images/MultipleTaxSettings.png mode change 100755 => 100644 public/images/OpenSource.png mode change 100755 => 100644 public/images/PaymentTracking.png mode change 100755 => 100644 public/images/PersonalizeInvoiceColor.png mode change 100755 => 100644 public/images/PrintablePDFInvoices.png mode change 100755 => 100644 public/images/RecurringInvoiceProfiles.png mode change 100755 => 100644 public/images/SelfHostedAvailable.png mode change 100755 => 100644 public/images/about1.jpg mode change 100755 => 100644 public/images/about1@2x.jpg mode change 100755 => 100644 public/images/about2.jpg mode change 100755 => 100644 public/images/about2@2x.jpg mode change 100755 => 100644 public/images/activeclients.png mode change 100755 => 100644 public/images/activeclients@2x.png mode change 100755 => 100644 public/images/apple-touch-icon-114x114-precomposed.png mode change 100755 => 100644 public/images/apple-touch-icon-144x144-precomposed.png mode change 100755 => 100644 public/images/apple-touch-icon-57x57-precomposed.png mode change 100755 => 100644 public/images/apple-touch-icon-72x72-precomposed.png mode change 100755 => 100644 public/images/apple-touch-icon.png mode change 100755 => 100644 public/images/benjacobson.jpg mode change 100755 => 100644 public/images/bg-blue.jpg mode change 100755 => 100644 public/images/clients.png mode change 100755 => 100644 public/images/clients@2x.png mode change 100755 => 100644 public/images/close.png mode change 100755 => 100644 public/images/credit_cards/Test-AmericanExpress-Icon.png mode change 100755 => 100644 public/images/credit_cards/Test-Diners-Icon.png mode change 100755 => 100644 public/images/credit_cards/Test-Discover-Icon.png mode change 100755 => 100644 public/images/credit_cards/Test-MasterCard-Icon.png mode change 100755 => 100644 public/images/credit_cards/Test-Visa-Icon.png mode change 100755 => 100644 public/images/credit_cards/ach.png mode change 100755 => 100644 public/images/credit_cards/americanexpress.png mode change 100755 => 100644 public/images/credit_cards/carteblanche.png mode change 100755 => 100644 public/images/credit_cards/creditcardother.png mode change 100755 => 100644 public/images/credit_cards/dinerscard.png mode change 100755 => 100644 public/images/credit_cards/discovercard.png mode change 100755 => 100644 public/images/credit_cards/jcb.png mode change 100755 => 100644 public/images/credit_cards/laser.png mode change 100755 => 100644 public/images/credit_cards/maestro.png mode change 100755 => 100644 public/images/credit_cards/mastercard.png mode change 100755 => 100644 public/images/credit_cards/paypal.png mode change 100755 => 100644 public/images/credit_cards/solo.png mode change 100755 => 100644 public/images/credit_cards/switch.png mode change 100755 => 100644 public/images/credit_cards/unionpay.png mode change 100755 => 100644 public/images/credit_cards/visacard.png mode change 100755 => 100644 public/images/designs/business.png mode change 100755 => 100644 public/images/designs/business_thumb.png mode change 100755 => 100644 public/images/designs/creative.png mode change 100755 => 100644 public/images/designs/creative_thumb.png mode change 100755 => 100644 public/images/designs/elegant.png mode change 100755 => 100644 public/images/designs/elegant_thumb.png mode change 100755 => 100644 public/images/designs/hipster.png mode change 100755 => 100644 public/images/designs/hipster_thumb.png mode change 100755 => 100644 public/images/designs/photo.png mode change 100755 => 100644 public/images/designs/photo_thumb.png mode change 100755 => 100644 public/images/designs/playful.png mode change 100755 => 100644 public/images/designs/playful_thumb.png mode change 100755 => 100644 public/images/devices-2.png mode change 100755 => 100644 public/images/devices.png mode change 100755 => 100644 public/images/devices3.png mode change 100755 => 100644 public/images/emails/dark.png mode change 100755 => 100644 public/images/emails/icon-facebook.png mode change 100755 => 100644 public/images/emails/icon-github.png mode change 100755 => 100644 public/images/emails/icon-twitter.png mode change 100755 => 100644 public/images/emails/light.png mode change 100755 => 100644 public/images/emails/plain.png mode change 100755 => 100644 public/images/facebook.jpg mode change 100755 => 100644 public/images/features1.jpg mode change 100755 => 100644 public/images/features2.jpg mode change 100755 => 100644 public/images/features3.jpg mode change 100755 => 100644 public/images/features4.jpg mode change 100755 => 100644 public/images/features5.jpg mode change 100755 => 100644 public/images/footer-logo.png mode change 100755 => 100644 public/images/gateways/logo_AuthorizeNet_AIM.png mode change 100755 => 100644 public/images/gateways/logo_BeanStream.png mode change 100755 => 100644 public/images/gateways/logo_Bitcoin.png mode change 100755 => 100644 public/images/gateways/logo_FirstData_Connect.png mode change 100755 => 100644 public/images/gateways/logo_PayPal_Pro.png mode change 100755 => 100644 public/images/gateways/logo_TwoCheckout.png mode change 100755 => 100644 public/images/gateways/logo_iTransact.png mode change 100755 => 100644 public/images/hero-bg-1.jpg mode change 100755 => 100644 public/images/hero-bg-2.jpg mode change 100755 => 100644 public/images/hero-bg-3.jpg mode change 100755 => 100644 public/images/hero-bg-4.jpg mode change 100755 => 100644 public/images/hero-bg-contact.jpg mode change 100755 => 100644 public/images/hero-bg-faq.jpg mode change 100755 => 100644 public/images/hero-bg-plans.jpg mode change 100755 => 100644 public/images/hero-bg-secure-pay.jpg mode change 100755 => 100644 public/images/hero-bg-testi.jpg mode change 100755 => 100644 public/images/hero-faq@2x.png mode change 100755 => 100644 public/images/hex-facebook.png mode change 100755 => 100644 public/images/hex-github.png mode change 100755 => 100644 public/images/hex-gplus.png mode change 100755 => 100644 public/images/hex-linkedin.png mode change 100755 => 100644 public/images/hex-pinterest.png mode change 100755 => 100644 public/images/hex-rss.png mode change 100755 => 100644 public/images/hex-twitter.png mode change 100755 => 100644 public/images/hillelcoren.jpg mode change 100755 => 100644 public/images/icon-about.png mode change 100755 => 100644 public/images/icon-about@2x.png mode change 100755 => 100644 public/images/icon-balance.svg mode change 100755 => 100644 public/images/icon-contact.png mode change 100755 => 100644 public/images/icon-contact@2x.png mode change 100755 => 100644 public/images/icon-faq.png mode change 100755 => 100644 public/images/icon-features.png mode change 100755 => 100644 public/images/icon-features@2x.png mode change 100755 => 100644 public/images/icon-free.png mode change 100755 => 100644 public/images/icon-free2.png mode change 100755 => 100644 public/images/icon-free@2x.png mode change 100755 => 100644 public/images/icon-login.png mode change 100755 => 100644 public/images/icon-login@2x.png mode change 100755 => 100644 public/images/icon-opensource.png mode change 100755 => 100644 public/images/icon-opensource@2x.png mode change 100755 => 100644 public/images/icon-paidtodate.svg mode change 100755 => 100644 public/images/icon-payment.png mode change 100755 => 100644 public/images/icon-payment@2x.png mode change 100755 => 100644 public/images/icon-pdf.png mode change 100755 => 100644 public/images/icon-pdf@2x.png mode change 100755 => 100644 public/images/icon-plans.png mode change 100755 => 100644 public/images/icon-plans@2x.png mode change 100755 => 100644 public/images/icon-secure-footer.png mode change 100755 => 100644 public/images/icon-secure-footer@2x.png mode change 100755 => 100644 public/images/icon-secure-pay.png mode change 100755 => 100644 public/images/icon-secure-pay@2x.png mode change 100755 => 100644 public/images/icon-secure.png mode change 100755 => 100644 public/images/icon-secure@2x.png mode change 100755 => 100644 public/images/icon-shield.png mode change 100755 => 100644 public/images/icon-testi.png mode change 100755 => 100644 public/images/icon-testi@2x.png mode change 100755 => 100644 public/images/icon-total-invoiced.svg mode change 100755 => 100644 public/images/instagram.svg mode change 100755 => 100644 public/images/invoiceninja-logo.png mode change 100755 => 100644 public/images/invoiceninja-logo@2x.png mode change 100755 => 100644 public/images/invoiceninja-logox53.png mode change 100755 => 100644 public/images/laptopwicon.jpg mode change 100755 => 100644 public/images/lightbox/close.png mode change 100755 => 100644 public/images/lightbox/loading.gif mode change 100755 => 100644 public/images/lightbox/next.png mode change 100755 => 100644 public/images/lightbox/prev.png mode change 100755 => 100644 public/images/linkedin.svg mode change 100755 => 100644 public/images/loading.gif mode change 100755 => 100644 public/images/me.svg mode change 100755 => 100644 public/images/next.png mode change 100755 => 100644 public/images/opensource-footer.png mode change 100755 => 100644 public/images/plaid-logo.svg mode change 100755 => 100644 public/images/plaid-logowhite.svg mode change 100755 => 100644 public/images/prev.png mode change 100755 => 100644 public/images/pro-plan-chart.png mode change 100755 => 100644 public/images/pro_plan/border.png mode change 100755 => 100644 public/images/pro_plan/check.png mode change 100755 => 100644 public/images/pro_plan/close.png mode change 100755 => 100644 public/images/pro_plan/price.png mode change 100755 => 100644 public/images/pro_plan/white_label_after.png mode change 100755 => 100644 public/images/pro_plan/white_label_before.png mode change 100755 => 100644 public/images/providers.png mode change 100755 => 100644 public/images/quote.png mode change 100755 => 100644 public/images/razikantorp.jpg mode change 100755 => 100644 public/images/report_logo1.jpg mode change 100755 => 100644 public/images/report_logo2.jpg mode change 100755 => 100644 public/images/report_logo3.jpg mode change 100755 => 100644 public/images/report_logo3.png mode change 100755 => 100644 public/images/round_logo.png mode change 100755 => 100644 public/images/shalomstark.jpg mode change 100755 => 100644 public/images/social.jpg mode change 100755 => 100644 public/images/social/facebook.png mode change 100755 => 100644 public/images/social/facebook.svg mode change 100755 => 100644 public/images/social/github.png mode change 100755 => 100644 public/images/social/twitter.png mode change 100755 => 100644 public/images/social/twitter.svg mode change 100755 => 100644 public/images/sort_asc.png mode change 100755 => 100644 public/images/sort_asc_disabled.png mode change 100755 => 100644 public/images/sort_both.png mode change 100755 => 100644 public/images/sort_desc.png mode change 100755 => 100644 public/images/sort_desc_disabled.png mode change 100755 => 100644 public/images/ssl-footer.png mode change 100755 => 100644 public/images/totalincome.png mode change 100755 => 100644 public/images/totalincome@2x.png mode change 100755 => 100644 public/images/totalinvoices.png mode change 100755 => 100644 public/images/totalinvoices@2x.png mode change 100755 => 100644 public/images/twitter.svg mode change 100755 => 100644 public/images/website.svg mode change 100755 => 100644 public/images/youtube.png mode change 100755 => 100644 public/images/youtube_screenshot.png mode change 100755 => 100644 public/index.php mode change 100755 => 100644 public/js/Chart.min.js mode change 100755 => 100644 public/js/Chart.min.js.map mode change 100755 => 100644 public/js/bootstrap-combobox.min.js mode change 100755 => 100644 public/js/bootstrap-combobox.min.js.map mode change 100755 => 100644 public/js/bootstrap.js mode change 100755 => 100644 public/js/bootstrap.min.js mode change 100755 => 100644 public/js/card.min.js mode change 100755 => 100644 public/js/card.min.js.map mode change 100755 => 100644 public/js/cookieconsent.min.js mode change 100755 => 100644 public/js/d3.min.js mode change 100755 => 100644 public/js/d3.min.js.map mode change 100755 => 100644 public/js/daterangepicker.min.js mode change 100755 => 100644 public/js/daterangepicker.min.js.map mode change 100755 => 100644 public/js/fullcalendar.min.js mode change 100755 => 100644 public/js/fullcalendar.min.js.map mode change 100755 => 100644 public/js/grapes.min.js mode change 100755 => 100644 public/js/grapes.min.js.map mode change 100755 => 100644 public/js/grapesjs-blocks-basic.min.js mode change 100755 => 100644 public/js/grapesjs-preset-newsletter.min.js mode change 100755 => 100644 public/js/grapesjs.min.js mode change 100755 => 100644 public/js/grapesjs.min.js.map mode change 100755 => 100644 public/js/jSignature.min.js mode change 100755 => 100644 public/js/jSignature.min.js.map mode change 100755 => 100644 public/js/jquery.datetimepicker.js mode change 100755 => 100644 public/js/jquery.datetimepicker.min.js mode change 100755 => 100644 public/js/jquery.datetimepicker.min.js.map mode change 100755 => 100644 public/js/jquery.timepicker.js mode change 100755 => 100644 public/js/jquery.timepicker.js.map mode change 100755 => 100644 public/js/jsoneditor.min.js mode change 100755 => 100644 public/js/jsoneditor.min.js.map mode change 100755 => 100644 public/js/jspdf.min.js mode change 100755 => 100644 public/js/jspdf.plugin.split_text_to_size.js mode change 100755 => 100644 public/js/jspdf.source.js mode change 100755 => 100644 public/js/lightbox.min.js mode change 100755 => 100644 public/js/lightbox.min.js.map mode change 100755 => 100644 public/js/pdf.js mode change 100755 => 100644 public/js/pdf.min.js mode change 100755 => 100644 public/js/pdf.min.js.map mode change 100755 => 100644 public/js/pdf_viewer.worker.js mode change 100755 => 100644 public/js/pdf_viewer.worker.js.map mode change 100755 => 100644 public/js/pdfmake.min.js mode change 100755 => 100644 public/js/pdfmake.min.js.map mode change 100755 => 100644 public/js/qrcode.min.js mode change 100755 => 100644 public/js/qrcode.min.js.map mode change 100755 => 100644 public/js/quill.min.js mode change 100755 => 100644 public/js/quill.min.js.map mode change 100755 => 100644 public/js/retina-1.1.0.min.js mode change 100755 => 100644 public/js/script.js.map mode change 100755 => 100644 public/js/select2.min.js mode change 100755 => 100644 public/js/select2.min.js.map mode change 100755 => 100644 public/js/simpleexpand.js mode change 100755 => 100644 public/js/stacktrace.js mode change 100755 => 100644 public/js/tablesorter.min.js mode change 100755 => 100644 public/js/tablesorter.min.js.map mode change 100755 => 100644 public/js/typedarray.js mode change 100755 => 100644 public/js/typedarray.js.map mode change 100755 => 100644 public/js/valign.js mode change 100755 => 100644 public/js/vfs_fonts/abril_fatface.js mode change 100755 => 100644 public/js/vfs_fonts/arvo.js mode change 100755 => 100644 public/js/vfs_fonts/gensha_gothic.js mode change 100755 => 100644 public/js/vfs_fonts/gensha_gothic_p.js mode change 100755 => 100644 public/js/vfs_fonts/josefin_sans.js mode change 100755 => 100644 public/js/vfs_fonts/josefin_sans_light.js mode change 100755 => 100644 public/js/vfs_fonts/josefin_slab.js mode change 100755 => 100644 public/js/vfs_fonts/josefin_slab_light.js mode change 100755 => 100644 public/js/vfs_fonts/open_sans.js mode change 100755 => 100644 public/js/vfs_fonts/open_sans_light.js mode change 100755 => 100644 public/js/vfs_fonts/pt_sans.js mode change 100755 => 100644 public/js/vfs_fonts/pt_serif.js mode change 100755 => 100644 public/js/vfs_fonts/raleway.js mode change 100755 => 100644 public/js/vfs_fonts/raleway_light.js mode change 100755 => 100644 public/js/vfs_fonts/roboto.js mode change 100755 => 100644 public/js/vfs_fonts/titillium.js mode change 100755 => 100644 public/js/vfs_fonts/titillium_light.js mode change 100755 => 100644 public/js/vfs_fonts/ubuntu.js mode change 100755 => 100644 public/js/vfs_fonts/ubuntu_light.js mode change 100755 => 100644 public/js/vfs_fonts/ukai.js mode change 100755 => 100644 public/logo/.gitkeep mode change 100755 => 100644 public/logo/.htaccess mode change 100755 => 100644 public/logo/zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h.jpg mode change 100755 => 100644 public/manifest.json mode change 100755 => 100644 public/mstile-150x150.png mode change 100755 => 100644 public/pdf.built.js mode change 100755 => 100644 public/pdf.built.js.map mode change 100755 => 100644 public/public.style.min.css mode change 100755 => 100644 public/public.style.min.css.map mode change 100755 => 100644 public/robots.txt mode change 100755 => 100644 public/safari-pinned-tab.svg mode change 100755 => 100644 public/youtube.png mode change 100755 => 100644 resources/assets/css/app.css mode change 100755 => 100644 resources/assets/css/bootstrap-combobox.css mode change 100755 => 100644 resources/assets/css/colors.css mode change 100755 => 100644 resources/assets/css/customCss.css mode change 100755 => 100644 resources/assets/css/fonts.css mode change 100755 => 100644 resources/assets/css/grapesjs-preset-newsletter.css mode change 100755 => 100644 resources/assets/css/img/jsoneditor-icons.png mode change 100755 => 100644 resources/assets/css/login.css mode change 100755 => 100644 resources/assets/css/public.style.css mode change 100755 => 100644 resources/assets/css/sidebar.css mode change 100755 => 100644 resources/assets/css/style.css mode change 100755 => 100644 resources/assets/css/themes/amelia.min.css mode change 100755 => 100644 resources/assets/css/themes/cerulean.min.css mode change 100755 => 100644 resources/assets/css/themes/cosmo.min.css mode change 100755 => 100644 resources/assets/css/themes/cyborg.min.css mode change 100755 => 100644 resources/assets/css/themes/flatly.min.css mode change 100755 => 100644 resources/assets/css/themes/journal.min.css mode change 100755 => 100644 resources/assets/css/themes/readable.min.css mode change 100755 => 100644 resources/assets/css/themes/simplex.min.css mode change 100755 => 100644 resources/assets/css/themes/slate.min.css mode change 100755 => 100644 resources/assets/css/themes/spacelab.min.css mode change 100755 => 100644 resources/assets/css/themes/united.min.css mode change 100755 => 100644 resources/assets/css/themes/yeti.min.css mode change 100755 => 100644 resources/assets/css/typeahead.js-bootstrap.css mode change 100755 => 100644 resources/assets/js/Chart.js mode change 100755 => 100644 resources/assets/js/bootstrap-combobox.js mode change 100755 => 100644 resources/assets/js/compatibility.js mode change 100755 => 100644 resources/assets/js/d3.js mode change 100755 => 100644 resources/assets/js/maximize-select2-height.js mode change 100755 => 100644 resources/assets/js/pdf.js mode change 100755 => 100644 resources/assets/js/pdf.pdfmake.js mode change 100755 => 100644 resources/assets/js/pdf_viewer.js mode change 100755 => 100644 resources/assets/js/pdf_viewer.worker.js mode change 100755 => 100644 resources/assets/js/pdfmake.js mode change 100755 => 100644 resources/assets/js/script.js mode change 100755 => 100644 resources/assets/js/vfs.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/abril_fatface.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/arvo.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/gensha_gothic.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/gensha_gothic_p.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/josefin_sans.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/josefin_sans_light.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/josefin_slab.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/josefin_slab_light.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/open_sans.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/open_sans_light.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/pt_sans.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/pt_serif.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/raleway.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/raleway_light.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/roboto.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/titillium.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/titillium_light.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/ubuntu.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/ubuntu_light.js mode change 100755 => 100644 resources/assets/js/vfs_fonts/ukai.js mode change 100755 => 100644 resources/lang/ca/auth.php mode change 100755 => 100644 resources/lang/ca/pagination.php mode change 100755 => 100644 resources/lang/ca/passwords.php mode change 100755 => 100644 resources/lang/ca/texts.php mode change 100755 => 100644 resources/lang/ca/validation.php mode change 100755 => 100644 resources/lang/cs/auth.php mode change 100755 => 100644 resources/lang/cs/pagination.php mode change 100755 => 100644 resources/lang/cs/passwords.php mode change 100755 => 100644 resources/lang/cs/texts.php mode change 100755 => 100644 resources/lang/cs/validation.php mode change 100755 => 100644 resources/lang/da/pagination.php mode change 100755 => 100644 resources/lang/da/reminders.php mode change 100755 => 100644 resources/lang/da/texts.php mode change 100755 => 100644 resources/lang/da/validation.php mode change 100755 => 100644 resources/lang/de/pagination.php mode change 100755 => 100644 resources/lang/de/passwords.php mode change 100755 => 100644 resources/lang/de/reminders.php mode change 100755 => 100644 resources/lang/de/texts.php mode change 100755 => 100644 resources/lang/de/validation.php mode change 100755 => 100644 resources/lang/el/auth.php mode change 100755 => 100644 resources/lang/el/pagination.php mode change 100755 => 100644 resources/lang/el/passwords.php mode change 100755 => 100644 resources/lang/el/texts.php mode change 100755 => 100644 resources/lang/el/validation.php mode change 100755 => 100644 resources/lang/en/pagination.php mode change 100755 => 100644 resources/lang/en/passwords.php mode change 100755 => 100644 resources/lang/en/reminders.php mode change 100755 => 100644 resources/lang/en/texts.php mode change 100755 => 100644 resources/lang/en/validation.php mode change 100755 => 100644 resources/lang/en_AU/pagination.php mode change 100755 => 100644 resources/lang/en_AU/passwords.php mode change 100755 => 100644 resources/lang/en_AU/reminders.php mode change 100755 => 100644 resources/lang/en_AU/texts.php mode change 100755 => 100644 resources/lang/en_AU/validation.php mode change 100755 => 100644 resources/lang/en_GB/pagination.php mode change 100755 => 100644 resources/lang/en_GB/passwords.php mode change 100755 => 100644 resources/lang/en_GB/reminders.php mode change 100755 => 100644 resources/lang/en_GB/texts.php mode change 100755 => 100644 resources/lang/en_GB/validation.php mode change 100755 => 100644 resources/lang/es/pagination.php mode change 100755 => 100644 resources/lang/es/reminders.php mode change 100755 => 100644 resources/lang/es/texts.php mode change 100755 => 100644 resources/lang/es/validation.php mode change 100755 => 100644 resources/lang/es_ES/pagination.php mode change 100755 => 100644 resources/lang/es_ES/reminders.php mode change 100755 => 100644 resources/lang/es_ES/texts.php mode change 100755 => 100644 resources/lang/es_ES/validation.php mode change 100755 => 100644 resources/lang/fi/auth.php mode change 100755 => 100644 resources/lang/fi/pagination.php mode change 100755 => 100644 resources/lang/fi/passwords.php mode change 100755 => 100644 resources/lang/fi/texts.php mode change 100755 => 100644 resources/lang/fi/validation.php mode change 100755 => 100644 resources/lang/fr/pagination.php mode change 100755 => 100644 resources/lang/fr/reminders.php mode change 100755 => 100644 resources/lang/fr/texts.php mode change 100755 => 100644 resources/lang/fr/validation.php mode change 100755 => 100644 resources/lang/fr_CA/pagination.php mode change 100755 => 100644 resources/lang/fr_CA/reminders.php mode change 100755 => 100644 resources/lang/fr_CA/texts.php mode change 100755 => 100644 resources/lang/fr_CA/validation.php mode change 100755 => 100644 resources/lang/hr/auth.php mode change 100755 => 100644 resources/lang/hr/pagination.php mode change 100755 => 100644 resources/lang/hr/passwords.php mode change 100755 => 100644 resources/lang/hr/texts.php mode change 100755 => 100644 resources/lang/hr/validation.php mode change 100755 => 100644 resources/lang/it/pagination.php mode change 100755 => 100644 resources/lang/it/reminders.php mode change 100755 => 100644 resources/lang/it/texts.php mode change 100755 => 100644 resources/lang/it/validation.php mode change 100755 => 100644 resources/lang/ja/pagination.php mode change 100755 => 100644 resources/lang/ja/passwords.php mode change 100755 => 100644 resources/lang/ja/reminders.php mode change 100755 => 100644 resources/lang/ja/texts.php mode change 100755 => 100644 resources/lang/ja/validation.php mode change 100755 => 100644 resources/lang/lt/pagination.php mode change 100755 => 100644 resources/lang/lt/reminders.php mode change 100755 => 100644 resources/lang/lt/texts.php mode change 100755 => 100644 resources/lang/lt/validation.php mode change 100755 => 100644 resources/lang/mk_MK/auth.php mode change 100755 => 100644 resources/lang/mk_MK/pagination.php mode change 100755 => 100644 resources/lang/mk_MK/passwords.php mode change 100755 => 100644 resources/lang/mk_MK/texts.php mode change 100755 => 100644 resources/lang/mk_MK/validation.php mode change 100755 => 100644 resources/lang/nb_NO/pagination.php mode change 100755 => 100644 resources/lang/nb_NO/reminders.php mode change 100755 => 100644 resources/lang/nb_NO/texts.php mode change 100755 => 100644 resources/lang/nb_NO/validation.php mode change 100755 => 100644 resources/lang/nl/pagination.php mode change 100755 => 100644 resources/lang/nl/passwords.php mode change 100755 => 100644 resources/lang/nl/reminders.php mode change 100755 => 100644 resources/lang/nl/texts.php mode change 100755 => 100644 resources/lang/nl/validation.php mode change 100755 => 100644 resources/lang/pl/pagination.php mode change 100755 => 100644 resources/lang/pl/passwords.php mode change 100755 => 100644 resources/lang/pl/reminders.php mode change 100755 => 100644 resources/lang/pl/texts.php mode change 100755 => 100644 resources/lang/pl/validation.php mode change 100755 => 100644 resources/lang/pt_BR/pagination.php mode change 100755 => 100644 resources/lang/pt_BR/passwords.php mode change 100755 => 100644 resources/lang/pt_BR/reminders.php mode change 100755 => 100644 resources/lang/pt_BR/texts.php mode change 100755 => 100644 resources/lang/pt_BR/validation.php mode change 100755 => 100644 resources/lang/pt_PT/pagination.php mode change 100755 => 100644 resources/lang/pt_PT/passwords.php mode change 100755 => 100644 resources/lang/pt_PT/reminders.php mode change 100755 => 100644 resources/lang/pt_PT/texts.php mode change 100755 => 100644 resources/lang/pt_PT/validation.php mode change 100755 => 100644 resources/lang/ro/auth.php mode change 100755 => 100644 resources/lang/ro/pagination.php mode change 100755 => 100644 resources/lang/ro/passwords.php mode change 100755 => 100644 resources/lang/ro/texts.php mode change 100755 => 100644 resources/lang/ro/validation.php mode change 100755 => 100644 resources/lang/sl/auth.php mode change 100755 => 100644 resources/lang/sl/c3.php mode change 100755 => 100644 resources/lang/sl/pagination.php mode change 100755 => 100644 resources/lang/sl/passwords.php mode change 100755 => 100644 resources/lang/sl/texts.php mode change 100755 => 100644 resources/lang/sq/auth.php mode change 100755 => 100644 resources/lang/sq/pagination.php mode change 100755 => 100644 resources/lang/sq/passwords.php mode change 100755 => 100644 resources/lang/sq/texts.php mode change 100755 => 100644 resources/lang/sq/validation.php mode change 100755 => 100644 resources/lang/sr_RS/auth.php mode change 100755 => 100644 resources/lang/sr_RS/pagination.php mode change 100755 => 100644 resources/lang/sr_RS/passwords.php mode change 100755 => 100644 resources/lang/sr_RS/texts.php mode change 100755 => 100644 resources/lang/sr_RS/validation.php mode change 100755 => 100644 resources/lang/sv/pagination.php mode change 100755 => 100644 resources/lang/sv/passwords.php mode change 100755 => 100644 resources/lang/sv/reminders.php mode change 100755 => 100644 resources/lang/sv/texts.php mode change 100755 => 100644 resources/lang/sv/validation.php mode change 100755 => 100644 resources/lang/th/auth.php mode change 100755 => 100644 resources/lang/th/pagination.php mode change 100755 => 100644 resources/lang/th/passwords.php mode change 100755 => 100644 resources/lang/th/texts.php mode change 100755 => 100644 resources/lang/th/validation.php mode change 100755 => 100644 resources/lang/tr_TR/auth.php mode change 100755 => 100644 resources/lang/tr_TR/pagination.php mode change 100755 => 100644 resources/lang/tr_TR/passwords.php mode change 100755 => 100644 resources/lang/tr_TR/texts.php mode change 100755 => 100644 resources/lang/tr_TR/validation.php mode change 100755 => 100644 resources/lang/zh_TW/auth.php mode change 100755 => 100644 resources/lang/zh_TW/pagination.php mode change 100755 => 100644 resources/lang/zh_TW/passwords.php mode change 100755 => 100644 resources/lang/zh_TW/texts.php mode change 100755 => 100644 resources/lang/zh_TW/validation.php mode change 100755 => 100644 resources/test.pjs mode change 100755 => 100644 resources/views/accounts/account_gateway.blade.php mode change 100755 => 100644 resources/views/accounts/account_gateway_wepay.blade.php mode change 100755 => 100644 resources/views/accounts/api_tokens.blade.php mode change 100755 => 100644 resources/views/accounts/bank_account.blade.php mode change 100755 => 100644 resources/views/accounts/banks.blade.php mode change 100755 => 100644 resources/views/accounts/client_portal.blade.php mode change 100755 => 100644 resources/views/accounts/customize_design.blade.php mode change 100755 => 100644 resources/views/accounts/details.blade.php mode change 100755 => 100644 resources/views/accounts/email_settings.blade.php mode change 100755 => 100644 resources/views/accounts/export.blade.php mode change 100755 => 100644 resources/views/accounts/import_export.blade.php mode change 100755 => 100644 resources/views/accounts/import_map.blade.php mode change 100755 => 100644 resources/views/accounts/import_ofx.blade.php mode change 100755 => 100644 resources/views/accounts/invoice_design.blade.php mode change 100755 => 100644 resources/views/accounts/invoice_settings.blade.php mode change 100755 => 100644 resources/views/accounts/localization.blade.php mode change 100755 => 100644 resources/views/accounts/management.blade.php mode change 100755 => 100644 resources/views/accounts/nav.blade.php mode change 100755 => 100644 resources/views/accounts/notifications.blade.php mode change 100755 => 100644 resources/views/accounts/partials/invoice_fields.blade.php mode change 100755 => 100644 resources/views/accounts/partials/invoice_fields_selector.blade.php mode change 100755 => 100644 resources/views/accounts/partials/map.blade.php mode change 100755 => 100644 resources/views/accounts/partials/notifications.blade.php mode change 100755 => 100644 resources/views/accounts/partials/payment_credentials.blade.php mode change 100755 => 100644 resources/views/accounts/payment_term.blade.php mode change 100755 => 100644 resources/views/accounts/payment_terms.blade.php mode change 100755 => 100644 resources/views/accounts/payments.blade.php mode change 100755 => 100644 resources/views/accounts/product.blade.php mode change 100755 => 100644 resources/views/accounts/products.blade.php mode change 100755 => 100644 resources/views/accounts/subscription.blade.php mode change 100755 => 100644 resources/views/accounts/system_settings.blade.php mode change 100755 => 100644 resources/views/accounts/tax_rate.blade.php mode change 100755 => 100644 resources/views/accounts/tax_rates.blade.php mode change 100755 => 100644 resources/views/accounts/template.blade.php mode change 100755 => 100644 resources/views/accounts/templates_and_reminders.blade.php mode change 100755 => 100644 resources/views/accounts/token.blade.php mode change 100755 => 100644 resources/views/accounts/user_details.blade.php mode change 100755 => 100644 resources/views/accounts/user_management.blade.php mode change 100755 => 100644 resources/views/auth/login.blade.php mode change 100755 => 100644 resources/views/auth/passwords/email.blade.php mode change 100755 => 100644 resources/views/auth/passwords/reset.blade.php mode change 100755 => 100644 resources/views/auth/two_factor.blade.php mode change 100755 => 100644 resources/views/calendar.blade.php mode change 100755 => 100644 resources/views/client.blade.php mode change 100755 => 100644 resources/views/client_login.blade.php mode change 100755 => 100644 resources/views/clientauth/login.blade.php mode change 100755 => 100644 resources/views/clientauth/passwords/email.blade.php mode change 100755 => 100644 resources/views/clientauth/sessionexpired.blade.php mode change 100755 => 100644 resources/views/clients/edit.blade.php mode change 100755 => 100644 resources/views/clients/show.blade.php mode change 100755 => 100644 resources/views/clients/statement.blade.php mode change 100755 => 100644 resources/views/coming_soon.blade.php mode change 100755 => 100644 resources/views/credits/edit.blade.php mode change 100755 => 100644 resources/views/dashboard.blade.php mode change 100755 => 100644 resources/views/datatable.blade.php mode change 100755 => 100644 resources/views/emails/auth/reminder.blade.php mode change 100755 => 100644 resources/views/emails/client_password_html.blade.php mode change 100755 => 100644 resources/views/emails/client_password_text.blade.php mode change 100755 => 100644 resources/views/emails/confirm_action.blade.php mode change 100755 => 100644 resources/views/emails/confirm_html.blade.php mode change 100755 => 100644 resources/views/emails/confirm_text.blade.php mode change 100755 => 100644 resources/views/emails/contact_html.blade.php mode change 100755 => 100644 resources/views/emails/contact_text.blade.php mode change 100755 => 100644 resources/views/emails/design2_html.blade.php mode change 100755 => 100644 resources/views/emails/design2_text.blade.php mode change 100755 => 100644 resources/views/emails/design3_html.blade.php mode change 100755 => 100644 resources/views/emails/design3_text.blade.php mode change 100755 => 100644 resources/views/emails/email_bounced_html.blade.php mode change 100755 => 100644 resources/views/emails/email_bounced_text.blade.php mode change 100755 => 100644 resources/views/emails/error.blade.php mode change 100755 => 100644 resources/views/emails/invoice_html.blade.php mode change 100755 => 100644 resources/views/emails/invoice_paid_html.blade.php mode change 100755 => 100644 resources/views/emails/invoice_paid_text.blade.php mode change 100755 => 100644 resources/views/emails/invoice_payment_failed_html.blade.php mode change 100755 => 100644 resources/views/emails/invoice_payment_failed_text.blade.php mode change 100755 => 100644 resources/views/emails/invoice_sent_html.blade.php mode change 100755 => 100644 resources/views/emails/invoice_sent_text.blade.php mode change 100755 => 100644 resources/views/emails/invoice_text.blade.php mode change 100755 => 100644 resources/views/emails/invoice_viewed_html.blade.php mode change 100755 => 100644 resources/views/emails/invoice_viewed_text.blade.php mode change 100755 => 100644 resources/views/emails/license_confirmation_html.blade.php mode change 100755 => 100644 resources/views/emails/license_confirmation_text.blade.php mode change 100755 => 100644 resources/views/emails/master.blade.php mode change 100755 => 100644 resources/views/emails/master_contact.blade.php mode change 100755 => 100644 resources/views/emails/master_user.blade.php mode change 100755 => 100644 resources/views/emails/partials/account_logo.blade.php mode change 100755 => 100644 resources/views/emails/partials/client_view_action.blade.php mode change 100755 => 100644 resources/views/emails/partials/user_view_action.blade.php mode change 100755 => 100644 resources/views/emails/password_html.blade.php mode change 100755 => 100644 resources/views/emails/password_text.blade.php mode change 100755 => 100644 resources/views/emails/payment_confirmation_html.blade.php mode change 100755 => 100644 resources/views/emails/payment_confirmation_text.blade.php mode change 100755 => 100644 resources/views/emails/quote_approved_html.blade.php mode change 100755 => 100644 resources/views/emails/quote_approved_text.blade.php mode change 100755 => 100644 resources/views/emails/security_code_html.blade.php mode change 100755 => 100644 resources/views/emails/security_code_text.blade.php mode change 100755 => 100644 resources/views/emails/user_message_html.blade.php mode change 100755 => 100644 resources/views/emails/user_message_text.blade.php mode change 100755 => 100644 resources/views/error.blade.php mode change 100755 => 100644 resources/views/errors/400.blade.php mode change 100755 => 100644 resources/views/errors/503.blade.php mode change 100755 => 100644 resources/views/errors/list.blade.php mode change 100755 => 100644 resources/views/expense_categories/edit.blade.php mode change 100755 => 100644 resources/views/expenses/edit.blade.php mode change 100755 => 100644 resources/views/export.blade.php mode change 100755 => 100644 resources/views/export/clients.blade.php mode change 100755 => 100644 resources/views/export/contacts.blade.php mode change 100755 => 100644 resources/views/export/credits.blade.php mode change 100755 => 100644 resources/views/export/expenses.blade.php mode change 100755 => 100644 resources/views/export/invoices.blade.php mode change 100755 => 100644 resources/views/export/payments.blade.php mode change 100755 => 100644 resources/views/export/products.blade.php mode change 100755 => 100644 resources/views/export/recurring_invoices.blade.php mode change 100755 => 100644 resources/views/export/tasks.blade.php mode change 100755 => 100644 resources/views/export/vendor_contacts.blade.php mode change 100755 => 100644 resources/views/export/vendors.blade.php mode change 100755 => 100644 resources/views/header.blade.php mode change 100755 => 100644 resources/views/invited/custom_gateway.blade.php mode change 100755 => 100644 resources/views/invited/custom_message.blade.php mode change 100755 => 100644 resources/views/invited/dashboard.blade.php mode change 100755 => 100644 resources/views/invited/details.blade.php mode change 100755 => 100644 resources/views/invited/proposal.blade.php mode change 100755 => 100644 resources/views/invoices/deleted.blade.php mode change 100755 => 100644 resources/views/invoices/delivery_note.blade.php mode change 100755 => 100644 resources/views/invoices/edit.blade.php mode change 100755 => 100644 resources/views/invoices/edit_table.blade.php mode change 100755 => 100644 resources/views/invoices/email.blade.php mode change 100755 => 100644 resources/views/invoices/history.blade.php mode change 100755 => 100644 resources/views/invoices/knockout.blade.php mode change 100755 => 100644 resources/views/invoices/pdf.blade.php mode change 100755 => 100644 resources/views/invoices/view.blade.php mode change 100755 => 100644 resources/views/invoices/view_borderless.blade.php mode change 100755 => 100644 resources/views/list.blade.php mode change 100755 => 100644 resources/views/list_wrapper.blade.php mode change 100755 => 100644 resources/views/login.blade.php mode change 100755 => 100644 resources/views/master.blade.php mode change 100755 => 100644 resources/views/money_script.blade.php mode change 100755 => 100644 resources/views/partials/accept_terms.blade.php mode change 100755 => 100644 resources/views/partials/autocomplete_fix.blade.php mode change 100755 => 100644 resources/views/partials/bluevine_promo.blade.php mode change 100755 => 100644 resources/views/partials/bulk_form.blade.php mode change 100755 => 100644 resources/views/partials/checkbox.blade.php mode change 100755 => 100644 resources/views/partials/contact_us.blade.php mode change 100755 => 100644 resources/views/partials/custom_field.blade.php mode change 100755 => 100644 resources/views/partials/custom_fields.blade.php mode change 100755 => 100644 resources/views/partials/discount_promo.blade.php mode change 100755 => 100644 resources/views/partials/dropzone.blade.php mode change 100755 => 100644 resources/views/partials/email_button.blade.php mode change 100755 => 100644 resources/views/partials/email_templates.blade.php mode change 100755 => 100644 resources/views/partials/entity_combobox.blade.php mode change 100755 => 100644 resources/views/partials/google_geocode.blade.php mode change 100755 => 100644 resources/views/partials/keyboard_shortcuts.blade.php mode change 100755 => 100644 resources/views/partials/navigation_option.blade.php mode change 100755 => 100644 resources/views/partials/quill_toolbar.blade.php mode change 100755 => 100644 resources/views/partials/refund_payment.blade.php mode change 100755 => 100644 resources/views/partials/sign_up.blade.php mode change 100755 => 100644 resources/views/partials/speech_recognition.blade.php mode change 100755 => 100644 resources/views/partials/system_settings.blade.php mode change 100755 => 100644 resources/views/partials/tax_rates.blade.php mode change 100755 => 100644 resources/views/partials/upgrade_modal.blade.php mode change 100755 => 100644 resources/views/partials/variables_help.blade.php mode change 100755 => 100644 resources/views/partials/warn_session.blade.php mode change 100755 => 100644 resources/views/partials/white_label.blade.php mode change 100755 => 100644 resources/views/partials/white_label_expired.blade.php mode change 100755 => 100644 resources/views/payments/apple_pay.blade.php mode change 100755 => 100644 resources/views/payments/bank_transfer.blade.php mode change 100755 => 100644 resources/views/payments/braintree/credit_card.blade.php mode change 100755 => 100644 resources/views/payments/braintree/paypal.blade.php mode change 100755 => 100644 resources/views/payments/checkoutcom/partial.blade.php mode change 100755 => 100644 resources/views/payments/credit_card.blade.php mode change 100755 => 100644 resources/views/payments/edit.blade.php mode change 100755 => 100644 resources/views/payments/payment_css.blade.php mode change 100755 => 100644 resources/views/payments/payment_method.blade.php mode change 100755 => 100644 resources/views/payments/paymentmethods.blade.php mode change 100755 => 100644 resources/views/payments/paymentmethods_list.blade.php mode change 100755 => 100644 resources/views/payments/paymill/credit_card.blade.php mode change 100755 => 100644 resources/views/payments/stripe/bank_transfer.blade.php mode change 100755 => 100644 resources/views/payments/stripe/bitcoin.blade.php mode change 100755 => 100644 resources/views/payments/stripe/credit_card.blade.php mode change 100755 => 100644 resources/views/payments/stripe/credit_card_stripe_css.blade.php mode change 100755 => 100644 resources/views/payments/stripe/sepa.blade.php mode change 100755 => 100644 resources/views/payments/wepay/bank_transfer.blade.php mode change 100755 => 100644 resources/views/payments/wepay/credit_card.blade.php mode change 100755 => 100644 resources/views/plans.blade.php mode change 100755 => 100644 resources/views/projects/edit.blade.php mode change 100755 => 100644 resources/views/projects/show.blade.php mode change 100755 => 100644 resources/views/proposals/categories/edit.blade.php mode change 100755 => 100644 resources/views/proposals/edit.blade.php mode change 100755 => 100644 resources/views/proposals/grapesjs.blade.php mode change 100755 => 100644 resources/views/proposals/grapesjs_header.blade.php mode change 100755 => 100644 resources/views/proposals/grapesjs_help.blade.php mode change 100755 => 100644 resources/views/proposals/snippets/edit.blade.php mode change 100755 => 100644 resources/views/proposals/templates/edit.blade.php mode change 100755 => 100644 resources/views/public/header.blade.php mode change 100755 => 100644 resources/views/public/invoice_now.blade.php mode change 100755 => 100644 resources/views/public/license.blade.php mode change 100755 => 100644 resources/views/public/logo.blade.php mode change 100755 => 100644 resources/views/public_list.blade.php mode change 100755 => 100644 resources/views/reports/chart_builder.blade.php mode change 100755 => 100644 resources/views/reports/d3.blade.php mode change 100755 => 100644 resources/views/reports/emails.blade.php mode change 100755 => 100644 resources/views/reports/report_builder.blade.php mode change 100755 => 100644 resources/views/secure_payment.blade.php mode change 100755 => 100644 resources/views/setup.blade.php mode change 100755 => 100644 resources/views/tasks/edit.blade.php mode change 100755 => 100644 resources/views/tasks/kanban.blade.php mode change 100755 => 100644 resources/views/tasks/time_tracker.blade.php mode change 100755 => 100644 resources/views/tasks/time_tracker_knockout.blade.php mode change 100755 => 100644 resources/views/timesheets/edit.blade.php mode change 100755 => 100644 resources/views/user_account.blade.php mode change 100755 => 100644 resources/views/users/account_management.blade.php mode change 100755 => 100644 resources/views/users/edit.blade.php mode change 100755 => 100644 resources/views/users/two_factor.blade.php mode change 100755 => 100644 resources/views/vendor.blade.php mode change 100755 => 100644 resources/views/vendor/chumper.datatable/javascript.blade.php mode change 100755 => 100644 resources/views/vendor/chumper.datatable/options.blade.php mode change 100755 => 100644 resources/views/vendor/chumper.datatable/template.blade.php mode change 100755 => 100644 resources/views/vendor/notifications/email-plain.blade.php mode change 100755 => 100644 resources/views/vendor/notifications/email.blade.php mode change 100755 => 100644 resources/views/vendor/pagination/bootstrap-4.blade.php mode change 100755 => 100644 resources/views/vendor/pagination/default.blade.php mode change 100755 => 100644 resources/views/vendor/pagination/simple-bootstrap-4.blade.php mode change 100755 => 100644 resources/views/vendor/pagination/simple-default.blade.php mode change 100755 => 100644 resources/views/vendor/self-update/mails/update-available.blade.php mode change 100755 => 100644 resources/views/vendor/self-update/self-update.blade.php mode change 100755 => 100644 resources/views/vendor/swaggervel/.gitkeep mode change 100755 => 100644 resources/views/vendor/swaggervel/index.blade.php mode change 100755 => 100644 resources/views/vendors/edit.blade.php mode change 100755 => 100644 resources/views/vendors/show.blade.php mode change 100755 => 100644 routes/api.php mode change 100755 => 100644 routes/web.php mode change 100755 => 100644 server.php mode change 100755 => 100644 storage/templates/bold.js mode change 100755 => 100644 storage/templates/business.js mode change 100755 => 100644 storage/templates/clean.css mode change 100755 => 100644 storage/templates/clean.html mode change 100755 => 100644 storage/templates/clean.js mode change 100755 => 100644 storage/templates/creative.js mode change 100755 => 100644 storage/templates/elegant.js mode change 100755 => 100644 storage/templates/hipster.js mode change 100755 => 100644 storage/templates/modern.js mode change 100755 => 100644 storage/templates/photo.js mode change 100755 => 100644 storage/templates/plain.js mode change 100755 => 100644 storage/templates/playful.js mode change 100755 => 100644 tests/ExampleTest.php mode change 100755 => 100644 tests/TestCase.php mode change 100755 => 100644 tests/_bootstrap.php.default mode change 100755 => 100644 tests/_data/dump.sql mode change 100755 => 100644 tests/_support/AcceptanceTester.php mode change 100755 => 100644 tests/_support/FunctionalTester.php mode change 100755 => 100644 tests/_support/Helper/Acceptance.php mode change 100755 => 100644 tests/_support/Helper/Functional.php mode change 100755 => 100644 tests/_support/Helper/Unit.php mode change 100755 => 100644 tests/_support/UnitTester.php mode change 100755 => 100644 tests/acceptance.suite.yml mode change 100755 => 100644 tests/acceptance/APICest.php mode change 100755 => 100644 tests/acceptance/AllPagesCept.php mode change 100755 => 100644 tests/acceptance/CheckBalanceCest.php mode change 100755 => 100644 tests/acceptance/ClientCest.php mode change 100755 => 100644 tests/acceptance/CreditCest.php mode change 100755 => 100644 tests/acceptance/DiscountCest.php mode change 100755 => 100644 tests/acceptance/ExpenseCest.php mode change 100755 => 100644 tests/acceptance/GatewayFeesCest.php mode change 100755 => 100644 tests/acceptance/GoProCest.php mode change 100755 => 100644 tests/acceptance/InvoiceCest.php mode change 100755 => 100644 tests/acceptance/InvoiceDesignCest.php mode change 100755 => 100644 tests/acceptance/OnlinePaymentCest.php mode change 100755 => 100644 tests/acceptance/PaymentCest.php mode change 100755 => 100644 tests/acceptance/QuoteCest.php mode change 100755 => 100644 tests/acceptance/TaskCest.php mode change 100755 => 100644 tests/acceptance/TaxRatesCest.php mode change 100755 => 100644 tests/acceptance/_bootstrap.php mode change 100755 => 100644 tests/data/Demo/demo.response.json mode change 100755 => 100644 tests/functional.suite.yml mode change 100755 => 100644 tests/functional/PermissionsCest.php mode change 100755 => 100644 tests/functional/SettingsCest.php mode change 100755 => 100644 tests/functional/_bootstrap.php mode change 100755 => 100644 tests/unit.suite.yml mode change 100755 => 100644 tests/unit/_bootstrap.php diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100755 new mode 100644 diff --git a/Gruntfile.js b/Gruntfile.js old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/app/Commands/Command.php b/app/Commands/Command.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/CalculatePayouts.php b/app/Console/Commands/CalculatePayouts.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/ChargeRenewalInvoices.php b/app/Console/Commands/ChargeRenewalInvoices.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/CreateLuisData.php b/app/Console/Commands/CreateLuisData.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/CreateTestData.php b/app/Console/Commands/CreateTestData.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/InitLookup.php b/app/Console/Commands/InitLookup.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/MakeClass.php b/app/Console/Commands/MakeClass.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/MakeModule.php b/app/Console/Commands/MakeModule.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/PruneData.php b/app/Console/Commands/PruneData.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/RemoveOrphanedDocuments.php b/app/Console/Commands/RemoveOrphanedDocuments.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/ResetData.php b/app/Console/Commands/ResetData.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/SendRecurringInvoices.php b/app/Console/Commands/SendRecurringInvoices.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/SendReminders.php b/app/Console/Commands/SendReminders.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/SendRenewalInvoices.php b/app/Console/Commands/SendRenewalInvoices.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/TestOFX.php b/app/Console/Commands/TestOFX.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/UpdateKey.php b/app/Console/Commands/UpdateKey.php old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/api-controller.stub b/app/Console/Commands/stubs/api-controller.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/auth-provider.stub b/app/Console/Commands/stubs/auth-provider.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/command.stub b/app/Console/Commands/stubs/command.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/composer.stub b/app/Console/Commands/stubs/composer.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/controller-plain.stub b/app/Console/Commands/stubs/controller-plain.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/controller.stub b/app/Console/Commands/stubs/controller.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/createrequest.stub b/app/Console/Commands/stubs/createrequest.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/datatable.stub b/app/Console/Commands/stubs/datatable.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/event.stub b/app/Console/Commands/stubs/event.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/job.stub b/app/Console/Commands/stubs/job.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/json.stub b/app/Console/Commands/stubs/json.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/lang.stub b/app/Console/Commands/stubs/lang.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/listener.stub b/app/Console/Commands/stubs/listener.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/mail.stub b/app/Console/Commands/stubs/mail.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/middleware.stub b/app/Console/Commands/stubs/middleware.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/migration/add.stub b/app/Console/Commands/stubs/migration/add.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/migration/create.stub b/app/Console/Commands/stubs/migration/create.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/migration/delete.stub b/app/Console/Commands/stubs/migration/delete.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/migration/drop.stub b/app/Console/Commands/stubs/migration/drop.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/migration/plain.stub b/app/Console/Commands/stubs/migration/plain.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/model.stub b/app/Console/Commands/stubs/model.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/notification.stub b/app/Console/Commands/stubs/notification.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/policy.stub b/app/Console/Commands/stubs/policy.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/presenter.stub b/app/Console/Commands/stubs/presenter.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/provider.stub b/app/Console/Commands/stubs/provider.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/repository.stub b/app/Console/Commands/stubs/repository.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/request.stub b/app/Console/Commands/stubs/request.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/route-provider.stub b/app/Console/Commands/stubs/route-provider.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/routes.stub b/app/Console/Commands/stubs/routes.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/scaffold/config.stub b/app/Console/Commands/stubs/scaffold/config.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/scaffold/provider.stub b/app/Console/Commands/stubs/scaffold/provider.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/seeder.stub b/app/Console/Commands/stubs/seeder.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/start.stub b/app/Console/Commands/stubs/start.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/transformer.stub b/app/Console/Commands/stubs/transformer.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/updaterequest.stub b/app/Console/Commands/stubs/updaterequest.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/views.stub b/app/Console/Commands/stubs/views.stub old mode 100755 new mode 100644 diff --git a/app/Console/Commands/stubs/views/master.stub b/app/Console/Commands/stubs/views/master.stub old mode 100755 new mode 100644 diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php old mode 100755 new mode 100644 diff --git a/app/Constants.php b/app/Constants.php old mode 100755 new mode 100644 diff --git a/app/Constants/Domain.php b/app/Constants/Domain.php old mode 100755 new mode 100644 diff --git a/app/Events/ClientWasArchived.php b/app/Events/ClientWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/ClientWasCreated.php b/app/Events/ClientWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/ClientWasDeleted.php b/app/Events/ClientWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/ClientWasRestored.php b/app/Events/ClientWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/ClientWasUpdated.php b/app/Events/ClientWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/CreditWasArchived.php b/app/Events/CreditWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/CreditWasCreated.php b/app/Events/CreditWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/CreditWasDeleted.php b/app/Events/CreditWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/CreditWasRestored.php b/app/Events/CreditWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/Event.php b/app/Events/Event.php old mode 100755 new mode 100644 diff --git a/app/Events/ExpenseWasArchived.php b/app/Events/ExpenseWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/ExpenseWasCreated.php b/app/Events/ExpenseWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/ExpenseWasDeleted.php b/app/Events/ExpenseWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/ExpenseWasRestored.php b/app/Events/ExpenseWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/ExpenseWasUpdated.php b/app/Events/ExpenseWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceInvitationWasEmailed.php b/app/Events/InvoiceInvitationWasEmailed.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceInvitationWasViewed.php b/app/Events/InvoiceInvitationWasViewed.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceItemsWereCreated.php b/app/Events/InvoiceItemsWereCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceItemsWereUpdated.php b/app/Events/InvoiceItemsWereUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceWasArchived.php b/app/Events/InvoiceWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceWasCreated.php b/app/Events/InvoiceWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceWasDeleted.php b/app/Events/InvoiceWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceWasEmailed.php b/app/Events/InvoiceWasEmailed.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceWasRestored.php b/app/Events/InvoiceWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/InvoiceWasUpdated.php b/app/Events/InvoiceWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentCompleted.php b/app/Events/PaymentCompleted.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentFailed.php b/app/Events/PaymentFailed.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentWasArchived.php b/app/Events/PaymentWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentWasCreated.php b/app/Events/PaymentWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentWasDeleted.php b/app/Events/PaymentWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentWasRefunded.php b/app/Events/PaymentWasRefunded.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentWasRestored.php b/app/Events/PaymentWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/PaymentWasVoided.php b/app/Events/PaymentWasVoided.php old mode 100755 new mode 100644 diff --git a/app/Events/ProductWasCreated.php b/app/Events/ProductWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/ProductWasDeleted.php b/app/Events/ProductWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/ProductWasUpdated.php b/app/Events/ProductWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/ProjectWasDeleted.php b/app/Events/ProjectWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/ProposalWasDeleted.php b/app/Events/ProposalWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteInvitationWasApproved.php b/app/Events/QuoteInvitationWasApproved.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteInvitationWasEmailed.php b/app/Events/QuoteInvitationWasEmailed.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteInvitationWasViewed.php b/app/Events/QuoteInvitationWasViewed.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteItemsWereCreated.php b/app/Events/QuoteItemsWereCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteItemsWereUpdated.php b/app/Events/QuoteItemsWereUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteWasArchived.php b/app/Events/QuoteWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteWasCreated.php b/app/Events/QuoteWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteWasDeleted.php b/app/Events/QuoteWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteWasEmailed.php b/app/Events/QuoteWasEmailed.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteWasRestored.php b/app/Events/QuoteWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/QuoteWasUpdated.php b/app/Events/QuoteWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/SubdomainWasRemoved.php b/app/Events/SubdomainWasRemoved.php old mode 100755 new mode 100644 diff --git a/app/Events/SubdomainWasUpdated.php b/app/Events/SubdomainWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/TaskWasArchived.php b/app/Events/TaskWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/TaskWasCreated.php b/app/Events/TaskWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/TaskWasDeleted.php b/app/Events/TaskWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/TaskWasRestored.php b/app/Events/TaskWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/TaskWasUpdated.php b/app/Events/TaskWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Events/UserLoggedIn.php b/app/Events/UserLoggedIn.php old mode 100755 new mode 100644 diff --git a/app/Events/UserSettingsChanged.php b/app/Events/UserSettingsChanged.php old mode 100755 new mode 100644 diff --git a/app/Events/UserSignedUp.php b/app/Events/UserSignedUp.php old mode 100755 new mode 100644 diff --git a/app/Events/VendorWasArchived.php b/app/Events/VendorWasArchived.php old mode 100755 new mode 100644 diff --git a/app/Events/VendorWasCreated.php b/app/Events/VendorWasCreated.php old mode 100755 new mode 100644 diff --git a/app/Events/VendorWasDeleted.php b/app/Events/VendorWasDeleted.php old mode 100755 new mode 100644 diff --git a/app/Events/VendorWasRestored.php b/app/Events/VendorWasRestored.php old mode 100755 new mode 100644 diff --git a/app/Events/VendorWasUpdated.php b/app/Events/VendorWasUpdated.php old mode 100755 new mode 100644 diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php old mode 100755 new mode 100644 diff --git a/app/Handlers/Commands/.gitkeep b/app/Handlers/Commands/.gitkeep old mode 100755 new mode 100644 diff --git a/app/Handlers/Events/.gitkeep b/app/Handlers/Events/.gitkeep old mode 100755 new mode 100644 diff --git a/app/Handlers/InvoiceEventHandler.php b/app/Handlers/InvoiceEventHandler.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/.gitkeep b/app/Http/Controllers/.gitkeep old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/AccountApiController.php b/app/Http/Controllers/AccountApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/AccountController.php b/app/Http/Controllers/AccountController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/AccountGatewayController.php b/app/Http/Controllers/AccountGatewayController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ActivityController.php b/app/Http/Controllers/ActivityController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/AppController.php b/app/Http/Controllers/AppController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/AuthController.php b/app/Http/Controllers/Auth/AuthController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/BankAccountController.php b/app/Http/Controllers/BankAccountController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/BaseAPIController.php b/app/Http/Controllers/BaseAPIController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/BaseController.php b/app/Http/Controllers/BaseController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/BlueVineController.php b/app/Http/Controllers/BlueVineController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/BotController.php b/app/Http/Controllers/BotController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/CalendarController.php b/app/Http/Controllers/CalendarController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientApiController.php b/app/Http/Controllers/ClientApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientAuth/ForgotPasswordController.php b/app/Http/Controllers/ClientAuth/ForgotPasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientAuth/LoginController.php b/app/Http/Controllers/ClientAuth/LoginController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientAuth/PasswordController.php b/app/Http/Controllers/ClientAuth/PasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientAuth/ResetPasswordController.php b/app/Http/Controllers/ClientAuth/ResetPasswordController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientController.php b/app/Http/Controllers/ClientController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientPortalController.php b/app/Http/Controllers/ClientPortalController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ClientPortalProposalController.php b/app/Http/Controllers/ClientPortalProposalController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ContactApiController.php b/app/Http/Controllers/ContactApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/CreditApiController.php b/app/Http/Controllers/CreditApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/CreditController.php b/app/Http/Controllers/CreditController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/DashboardApiController.php b/app/Http/Controllers/DashboardApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/DocumentAPIController.php b/app/Http/Controllers/DocumentAPIController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/DocumentController.php b/app/Http/Controllers/DocumentController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ExpenseApiController.php b/app/Http/Controllers/ExpenseApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ExpenseCategoryApiController.php b/app/Http/Controllers/ExpenseCategoryApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ExpenseCategoryController.php b/app/Http/Controllers/ExpenseCategoryController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ExpenseController.php b/app/Http/Controllers/ExpenseController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ExportController.php b/app/Http/Controllers/ExportController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ImportController.php b/app/Http/Controllers/ImportController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/IntegrationController.php b/app/Http/Controllers/IntegrationController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/InvoiceApiController.php b/app/Http/Controllers/InvoiceApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/InvoiceController.php b/app/Http/Controllers/InvoiceController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/NinjaController.php b/app/Http/Controllers/NinjaController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/OnlinePaymentController.php b/app/Http/Controllers/OnlinePaymentController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/PaymentApiController.php b/app/Http/Controllers/PaymentApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/PaymentController.php b/app/Http/Controllers/PaymentController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/PaymentTermApiController.php b/app/Http/Controllers/PaymentTermApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/PaymentTermController.php b/app/Http/Controllers/PaymentTermController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProductApiController.php b/app/Http/Controllers/ProductApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProductController.php b/app/Http/Controllers/ProductController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProjectApiController.php b/app/Http/Controllers/ProjectApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProjectController.php b/app/Http/Controllers/ProjectController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProposalCategoryController.php b/app/Http/Controllers/ProposalCategoryController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProposalController.php b/app/Http/Controllers/ProposalController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProposalSnippetController.php b/app/Http/Controllers/ProposalSnippetController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ProposalTemplateController.php b/app/Http/Controllers/ProposalTemplateController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/QuoteApiController.php b/app/Http/Controllers/QuoteApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/QuoteController.php b/app/Http/Controllers/QuoteController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/RecurringExpenseController.php b/app/Http/Controllers/RecurringExpenseController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/RecurringInvoiceController.php b/app/Http/Controllers/RecurringInvoiceController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/ReportController.php b/app/Http/Controllers/ReportController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/SelfUpdateController.php b/app/Http/Controllers/SelfUpdateController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/SubscriptionController.php b/app/Http/Controllers/SubscriptionController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TaskApiController.php b/app/Http/Controllers/TaskApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TaskController.php b/app/Http/Controllers/TaskController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TaskKanbanController.php b/app/Http/Controllers/TaskKanbanController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TaxRateApiController.php b/app/Http/Controllers/TaxRateApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TaxRateController.php b/app/Http/Controllers/TaxRateController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TimeTrackerController.php b/app/Http/Controllers/TimeTrackerController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TokenController.php b/app/Http/Controllers/TokenController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/TwoFactorController.php b/app/Http/Controllers/TwoFactorController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/UserApiController.php b/app/Http/Controllers/UserApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/VendorApiController.php b/app/Http/Controllers/VendorApiController.php old mode 100755 new mode 100644 diff --git a/app/Http/Controllers/VendorController.php b/app/Http/Controllers/VendorController.php old mode 100755 new mode 100644 diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/ApiCheck.php b/app/Http/Middleware/ApiCheck.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/Cors.php b/app/Http/Middleware/Cors.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/DatabaseLookup.php b/app/Http/Middleware/DatabaseLookup.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/DuplicateSubmissionCheck.php b/app/Http/Middleware/DuplicateSubmissionCheck.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/PermissionsRequired.php b/app/Http/Middleware/PermissionsRequired.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/QueryLogging.php b/app/Http/Middleware/QueryLogging.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/StartupCheck.php b/app/Http/Middleware/StartupCheck.php old mode 100755 new mode 100644 diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ClientRequest.php b/app/Http/Requests/ClientRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ContactRequest.php b/app/Http/Requests/ContactRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateBankAccountRequest.php b/app/Http/Requests/CreateBankAccountRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateClientRequest.php b/app/Http/Requests/CreateClientRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateContactRequest.php b/app/Http/Requests/CreateContactRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateCreditRequest.php b/app/Http/Requests/CreateCreditRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateCustomerRequest.php b/app/Http/Requests/CreateCustomerRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateDocumentRequest.php b/app/Http/Requests/CreateDocumentRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateExpenseCategoryRequest.php b/app/Http/Requests/CreateExpenseCategoryRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateExpenseRequest.php b/app/Http/Requests/CreateExpenseRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateInvoiceAPIRequest.php b/app/Http/Requests/CreateInvoiceAPIRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateInvoiceRequest.php b/app/Http/Requests/CreateInvoiceRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateOnlinePaymentRequest.php b/app/Http/Requests/CreateOnlinePaymentRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreatePaymentAPIRequest.php b/app/Http/Requests/CreatePaymentAPIRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreatePaymentRequest.php b/app/Http/Requests/CreatePaymentRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreatePaymentTermRequest.php b/app/Http/Requests/CreatePaymentTermRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateProductRequest.php b/app/Http/Requests/CreateProductRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateProjectRequest.php b/app/Http/Requests/CreateProjectRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateProposalCategoryRequest.php b/app/Http/Requests/CreateProposalCategoryRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateProposalRequest.php b/app/Http/Requests/CreateProposalRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateProposalSnippetRequest.php b/app/Http/Requests/CreateProposalSnippetRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateProposalTemplateRequest.php b/app/Http/Requests/CreateProposalTemplateRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateRecurringExpenseRequest.php b/app/Http/Requests/CreateRecurringExpenseRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateTaskRequest.php b/app/Http/Requests/CreateTaskRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateTaxRateRequest.php b/app/Http/Requests/CreateTaxRateRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreateVendorRequest.php b/app/Http/Requests/CreateVendorRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CreditRequest.php b/app/Http/Requests/CreditRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/CustomerRequest.php b/app/Http/Requests/CustomerRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/DeleteVendorRequest.php b/app/Http/Requests/DeleteVendorRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/DocumentRequest.php b/app/Http/Requests/DocumentRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/EntityRequest.php b/app/Http/Requests/EntityRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ExpenseCategoryRequest.php b/app/Http/Requests/ExpenseCategoryRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ExpenseRequest.php b/app/Http/Requests/ExpenseRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/InvoiceRequest.php b/app/Http/Requests/InvoiceRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/PaymentRequest.php b/app/Http/Requests/PaymentRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/PaymentTermRequest.php b/app/Http/Requests/PaymentTermRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ProductRequest.php b/app/Http/Requests/ProductRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ProjectRequest.php b/app/Http/Requests/ProjectRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ProposalCategoryRequest.php b/app/Http/Requests/ProposalCategoryRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ProposalRequest.php b/app/Http/Requests/ProposalRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ProposalSnippetRequest.php b/app/Http/Requests/ProposalSnippetRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ProposalTemplateRequest.php b/app/Http/Requests/ProposalTemplateRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/QuoteRequest.php b/app/Http/Requests/QuoteRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/RecurringExpenseRequest.php b/app/Http/Requests/RecurringExpenseRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/RegisterRequest.php b/app/Http/Requests/RegisterRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/Request.php b/app/Http/Requests/Request.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/SaveClientPortalSettings.php b/app/Http/Requests/SaveClientPortalSettings.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/SaveEmailSettings.php b/app/Http/Requests/SaveEmailSettings.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/TaskRequest.php b/app/Http/Requests/TaskRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/TaxRateRequest.php b/app/Http/Requests/TaxRateRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateAccountRequest.php b/app/Http/Requests/UpdateAccountRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateClientRequest.php b/app/Http/Requests/UpdateClientRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateContactRequest.php b/app/Http/Requests/UpdateContactRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateCreditRequest.php b/app/Http/Requests/UpdateCreditRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateDocumentRequest.php b/app/Http/Requests/UpdateDocumentRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateExpenseCategoryRequest.php b/app/Http/Requests/UpdateExpenseCategoryRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateExpenseRequest.php b/app/Http/Requests/UpdateExpenseRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateInvoiceAPIRequest.php b/app/Http/Requests/UpdateInvoiceAPIRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateInvoiceRequest.php b/app/Http/Requests/UpdateInvoiceRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdatePaymentRequest.php b/app/Http/Requests/UpdatePaymentRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdatePaymentTermRequest.php b/app/Http/Requests/UpdatePaymentTermRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateProductRequest.php b/app/Http/Requests/UpdateProductRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateProjectRequest.php b/app/Http/Requests/UpdateProjectRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateProposalCategoryRequest.php b/app/Http/Requests/UpdateProposalCategoryRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateProposalRequest.php b/app/Http/Requests/UpdateProposalRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateProposalSnippetRequest.php b/app/Http/Requests/UpdateProposalSnippetRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateProposalTemplateRequest.php b/app/Http/Requests/UpdateProposalTemplateRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateRecurringExpenseRequest.php b/app/Http/Requests/UpdateRecurringExpenseRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateTaskRequest.php b/app/Http/Requests/UpdateTaskRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateTaxRateRequest.php b/app/Http/Requests/UpdateTaxRateRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateUserRequest.php b/app/Http/Requests/UpdateUserRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UpdateVendorRequest.php b/app/Http/Requests/UpdateVendorRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/UserRequest.php b/app/Http/Requests/UserRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/ValidateTwoFactorRequest.php b/app/Http/Requests/ValidateTwoFactorRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/Requests/VendorRequest.php b/app/Http/Requests/VendorRequest.php old mode 100755 new mode 100644 diff --git a/app/Http/ViewComposers/AppLanguageComposer.php b/app/Http/ViewComposers/AppLanguageComposer.php old mode 100755 new mode 100644 diff --git a/app/Http/ViewComposers/ClientPortalHeaderComposer.php b/app/Http/ViewComposers/ClientPortalHeaderComposer.php old mode 100755 new mode 100644 diff --git a/app/Http/ViewComposers/ProposalComposer.php b/app/Http/ViewComposers/ProposalComposer.php old mode 100755 new mode 100644 diff --git a/app/Http/ViewComposers/TranslationComposer.php b/app/Http/ViewComposers/TranslationComposer.php old mode 100755 new mode 100644 diff --git a/app/Jobs/Client/GenerateStatementData.php b/app/Jobs/Client/GenerateStatementData.php old mode 100755 new mode 100644 diff --git a/app/Jobs/ConvertInvoiceToUbl.php b/app/Jobs/ConvertInvoiceToUbl.php old mode 100755 new mode 100644 diff --git a/app/Jobs/ConvertProposalToPdf.php b/app/Jobs/ConvertProposalToPdf.php old mode 100755 new mode 100644 diff --git a/app/Jobs/DownloadInvoices.php b/app/Jobs/DownloadInvoices.php old mode 100755 new mode 100644 diff --git a/app/Jobs/ExportReportResults.php b/app/Jobs/ExportReportResults.php old mode 100755 new mode 100644 diff --git a/app/Jobs/GenerateCalendarEvents.php b/app/Jobs/GenerateCalendarEvents.php old mode 100755 new mode 100644 diff --git a/app/Jobs/GenerateProjectChartData.php b/app/Jobs/GenerateProjectChartData.php old mode 100755 new mode 100644 diff --git a/app/Jobs/ImportData.php b/app/Jobs/ImportData.php old mode 100755 new mode 100644 diff --git a/app/Jobs/Job.php b/app/Jobs/Job.php old mode 100755 new mode 100644 diff --git a/app/Jobs/LoadPostmarkHistory.php b/app/Jobs/LoadPostmarkHistory.php old mode 100755 new mode 100644 diff --git a/app/Jobs/LoadPostmarkStats.php b/app/Jobs/LoadPostmarkStats.php old mode 100755 new mode 100644 diff --git a/app/Jobs/PurgeAccountData.php b/app/Jobs/PurgeAccountData.php old mode 100755 new mode 100644 diff --git a/app/Jobs/PurgeClientData.php b/app/Jobs/PurgeClientData.php old mode 100755 new mode 100644 diff --git a/app/Jobs/ReactivatePostmarkEmail.php b/app/Jobs/ReactivatePostmarkEmail.php old mode 100755 new mode 100644 diff --git a/app/Jobs/RunReport.php b/app/Jobs/RunReport.php old mode 100755 new mode 100644 diff --git a/app/Jobs/SendInvoiceEmail.php b/app/Jobs/SendInvoiceEmail.php old mode 100755 new mode 100644 diff --git a/app/Jobs/SendNotificationEmail.php b/app/Jobs/SendNotificationEmail.php old mode 100755 new mode 100644 diff --git a/app/Jobs/SendPaymentEmail.php b/app/Jobs/SendPaymentEmail.php old mode 100755 new mode 100644 diff --git a/app/Jobs/SendPushNotification.php b/app/Jobs/SendPushNotification.php old mode 100755 new mode 100644 diff --git a/app/Libraries/CurlUtils.php b/app/Libraries/CurlUtils.php old mode 100755 new mode 100644 diff --git a/app/Libraries/DateUtils.php b/app/Libraries/DateUtils.php old mode 100755 new mode 100644 diff --git a/app/Libraries/HTMLUtils.php b/app/Libraries/HTMLUtils.php old mode 100755 new mode 100644 diff --git a/app/Libraries/HistoryUtils.php b/app/Libraries/HistoryUtils.php old mode 100755 new mode 100644 diff --git a/app/Libraries/OFX.php b/app/Libraries/OFX.php old mode 100755 new mode 100644 diff --git a/app/Libraries/Skype/ButtonCard.php b/app/Libraries/Skype/ButtonCard.php old mode 100755 new mode 100644 diff --git a/app/Libraries/Skype/CarouselCard.php b/app/Libraries/Skype/CarouselCard.php old mode 100755 new mode 100644 diff --git a/app/Libraries/Skype/HeroCard.php b/app/Libraries/Skype/HeroCard.php old mode 100755 new mode 100644 diff --git a/app/Libraries/Skype/InvoiceCard.php b/app/Libraries/Skype/InvoiceCard.php old mode 100755 new mode 100644 diff --git a/app/Libraries/Skype/InvoiceItemCard.php b/app/Libraries/Skype/InvoiceItemCard.php old mode 100755 new mode 100644 diff --git a/app/Libraries/Skype/SkypeResponse.php b/app/Libraries/Skype/SkypeResponse.php old mode 100755 new mode 100644 diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php old mode 100755 new mode 100644 diff --git a/app/Libraries/entity.php b/app/Libraries/entity.php old mode 100755 new mode 100644 diff --git a/app/Libraries/lib_autolink.php b/app/Libraries/lib_autolink.php old mode 100755 new mode 100644 diff --git a/app/Listeners/ActivityListener.php b/app/Listeners/ActivityListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/AnalyticsListener.php b/app/Listeners/AnalyticsListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/CreditListener.php b/app/Listeners/CreditListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/DNSListener.php b/app/Listeners/DNSListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/ExpenseListener.php b/app/Listeners/ExpenseListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/HandleUserLoggedIn.php b/app/Listeners/HandleUserLoggedIn.php old mode 100755 new mode 100644 diff --git a/app/Listeners/HandleUserSettingsChanged.php b/app/Listeners/HandleUserSettingsChanged.php old mode 100755 new mode 100644 diff --git a/app/Listeners/HandleUserSignedUp.php b/app/Listeners/HandleUserSignedUp.php old mode 100755 new mode 100644 diff --git a/app/Listeners/HistoryListener.php b/app/Listeners/HistoryListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/InvoiceListener.php b/app/Listeners/InvoiceListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/NotificationListener.php b/app/Listeners/NotificationListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/QuoteListener.php b/app/Listeners/QuoteListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/SubscriptionListener.php b/app/Listeners/SubscriptionListener.php old mode 100755 new mode 100644 diff --git a/app/Listeners/TaskListener.php b/app/Listeners/TaskListener.php old mode 100755 new mode 100644 diff --git a/app/Models/Account.php b/app/Models/Account.php old mode 100755 new mode 100644 diff --git a/app/Models/AccountEmailSettings.php b/app/Models/AccountEmailSettings.php old mode 100755 new mode 100644 diff --git a/app/Models/AccountGateway.php b/app/Models/AccountGateway.php old mode 100755 new mode 100644 diff --git a/app/Models/AccountGatewaySettings.php b/app/Models/AccountGatewaySettings.php old mode 100755 new mode 100644 diff --git a/app/Models/AccountGatewayToken.php b/app/Models/AccountGatewayToken.php old mode 100755 new mode 100644 diff --git a/app/Models/AccountToken.php b/app/Models/AccountToken.php old mode 100755 new mode 100644 diff --git a/app/Models/Activity.php b/app/Models/Activity.php old mode 100755 new mode 100644 diff --git a/app/Models/Affiliate.php b/app/Models/Affiliate.php old mode 100755 new mode 100644 diff --git a/app/Models/BalanceAffecting.php b/app/Models/BalanceAffecting.php old mode 100755 new mode 100644 diff --git a/app/Models/Bank.php b/app/Models/Bank.php old mode 100755 new mode 100644 diff --git a/app/Models/BankAccount.php b/app/Models/BankAccount.php old mode 100755 new mode 100644 diff --git a/app/Models/BankSubaccount.php b/app/Models/BankSubaccount.php old mode 100755 new mode 100644 diff --git a/app/Models/Client.php b/app/Models/Client.php old mode 100755 new mode 100644 diff --git a/app/Models/Company.php b/app/Models/Company.php old mode 100755 new mode 100644 diff --git a/app/Models/Contact.php b/app/Models/Contact.php old mode 100755 new mode 100644 diff --git a/app/Models/Country.php b/app/Models/Country.php old mode 100755 new mode 100644 diff --git a/app/Models/Credit.php b/app/Models/Credit.php old mode 100755 new mode 100644 diff --git a/app/Models/Currency.php b/app/Models/Currency.php old mode 100755 new mode 100644 diff --git a/app/Models/DateFormat.php b/app/Models/DateFormat.php old mode 100755 new mode 100644 diff --git a/app/Models/DatetimeFormat.php b/app/Models/DatetimeFormat.php old mode 100755 new mode 100644 diff --git a/app/Models/DbServer.php b/app/Models/DbServer.php old mode 100755 new mode 100644 diff --git a/app/Models/Document.php b/app/Models/Document.php old mode 100755 new mode 100644 diff --git a/app/Models/EntityModel.php b/app/Models/EntityModel.php old mode 100755 new mode 100644 diff --git a/app/Models/Expense.php b/app/Models/Expense.php old mode 100755 new mode 100644 diff --git a/app/Models/ExpenseCategory.php b/app/Models/ExpenseCategory.php old mode 100755 new mode 100644 diff --git a/app/Models/Font.php b/app/Models/Font.php old mode 100755 new mode 100644 diff --git a/app/Models/Frequency.php b/app/Models/Frequency.php old mode 100755 new mode 100644 diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php old mode 100755 new mode 100644 diff --git a/app/Models/GatewayType.php b/app/Models/GatewayType.php old mode 100755 new mode 100644 diff --git a/app/Models/Industry.php b/app/Models/Industry.php old mode 100755 new mode 100644 diff --git a/app/Models/Invitation.php b/app/Models/Invitation.php old mode 100755 new mode 100644 diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php old mode 100755 new mode 100644 diff --git a/app/Models/InvoiceDesign.php b/app/Models/InvoiceDesign.php old mode 100755 new mode 100644 diff --git a/app/Models/InvoiceItem.php b/app/Models/InvoiceItem.php old mode 100755 new mode 100644 diff --git a/app/Models/InvoiceStatus.php b/app/Models/InvoiceStatus.php old mode 100755 new mode 100644 diff --git a/app/Models/Language.php b/app/Models/Language.php old mode 100755 new mode 100644 diff --git a/app/Models/License.php b/app/Models/License.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupAccount.php b/app/Models/LookupAccount.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupAccountToken.php b/app/Models/LookupAccountToken.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupCompany.php b/app/Models/LookupCompany.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupContact.php b/app/Models/LookupContact.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupInvitation.php b/app/Models/LookupInvitation.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupModel.php b/app/Models/LookupModel.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupProposalInvitation.php b/app/Models/LookupProposalInvitation.php old mode 100755 new mode 100644 diff --git a/app/Models/LookupUser.php b/app/Models/LookupUser.php old mode 100755 new mode 100644 diff --git a/app/Models/OwnedByClientTrait.php b/app/Models/OwnedByClientTrait.php old mode 100755 new mode 100644 diff --git a/app/Models/PasswordReset.php b/app/Models/PasswordReset.php old mode 100755 new mode 100644 diff --git a/app/Models/Payment.php b/app/Models/Payment.php old mode 100755 new mode 100644 diff --git a/app/Models/PaymentLibrary.php b/app/Models/PaymentLibrary.php old mode 100755 new mode 100644 diff --git a/app/Models/PaymentMethod.php b/app/Models/PaymentMethod.php old mode 100755 new mode 100644 diff --git a/app/Models/PaymentStatus.php b/app/Models/PaymentStatus.php old mode 100755 new mode 100644 diff --git a/app/Models/PaymentTerm.php b/app/Models/PaymentTerm.php old mode 100755 new mode 100644 diff --git a/app/Models/PaymentType.php b/app/Models/PaymentType.php old mode 100755 new mode 100644 diff --git a/app/Models/Product.php b/app/Models/Product.php old mode 100755 new mode 100644 diff --git a/app/Models/Project.php b/app/Models/Project.php old mode 100755 new mode 100644 diff --git a/app/Models/Proposal.php b/app/Models/Proposal.php old mode 100755 new mode 100644 diff --git a/app/Models/ProposalCategory.php b/app/Models/ProposalCategory.php old mode 100755 new mode 100644 diff --git a/app/Models/ProposalInvitation.php b/app/Models/ProposalInvitation.php old mode 100755 new mode 100644 diff --git a/app/Models/ProposalSnippet.php b/app/Models/ProposalSnippet.php old mode 100755 new mode 100644 diff --git a/app/Models/ProposalTemplate.php b/app/Models/ProposalTemplate.php old mode 100755 new mode 100644 diff --git a/app/Models/RecurringExpense.php b/app/Models/RecurringExpense.php old mode 100755 new mode 100644 diff --git a/app/Models/ScheduledReport.php b/app/Models/ScheduledReport.php old mode 100755 new mode 100644 diff --git a/app/Models/SecurityCode.php b/app/Models/SecurityCode.php old mode 100755 new mode 100644 diff --git a/app/Models/Size.php b/app/Models/Size.php old mode 100755 new mode 100644 diff --git a/app/Models/Subscription.php b/app/Models/Subscription.php old mode 100755 new mode 100644 diff --git a/app/Models/Task.php b/app/Models/Task.php old mode 100755 new mode 100644 diff --git a/app/Models/TaskStatus.php b/app/Models/TaskStatus.php old mode 100755 new mode 100644 diff --git a/app/Models/TaxRate.php b/app/Models/TaxRate.php old mode 100755 new mode 100644 diff --git a/app/Models/Theme.php b/app/Models/Theme.php old mode 100755 new mode 100644 diff --git a/app/Models/Timezone.php b/app/Models/Timezone.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/ChargesFees.php b/app/Models/Traits/ChargesFees.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/GeneratesNumbers.php b/app/Models/Traits/GeneratesNumbers.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/HasCustomMessages.php b/app/Models/Traits/HasCustomMessages.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/HasLogo.php b/app/Models/Traits/HasLogo.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/HasRecurrence.php b/app/Models/Traits/HasRecurrence.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/Inviteable.php b/app/Models/Traits/Inviteable.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/PresentsInvoice.php b/app/Models/Traits/PresentsInvoice.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/SendsEmails.php b/app/Models/Traits/SendsEmails.php old mode 100755 new mode 100644 diff --git a/app/Models/Traits/SerialisesDeletedModels.php b/app/Models/Traits/SerialisesDeletedModels.php old mode 100755 new mode 100644 diff --git a/app/Models/User.php b/app/Models/User.php old mode 100755 new mode 100644 diff --git a/app/Models/UserAccount.php b/app/Models/UserAccount.php old mode 100755 new mode 100644 diff --git a/app/Models/Vendor.php b/app/Models/Vendor.php old mode 100755 new mode 100644 diff --git a/app/Models/VendorContact.php b/app/Models/VendorContact.php old mode 100755 new mode 100644 diff --git a/app/Ninja/DNS/Cloudflare.php b/app/Ninja/DNS/Cloudflare.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/AccountGatewayDatatable.php b/app/Ninja/Datatables/AccountGatewayDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ActivityDatatable.php b/app/Ninja/Datatables/ActivityDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/BankAccountDatatable.php b/app/Ninja/Datatables/BankAccountDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ClientDatatable.php b/app/Ninja/Datatables/ClientDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/CreditDatatable.php b/app/Ninja/Datatables/CreditDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/EntityDatatable.php b/app/Ninja/Datatables/EntityDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ExpenseCategoryDatatable.php b/app/Ninja/Datatables/ExpenseCategoryDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ExpenseDatatable.php b/app/Ninja/Datatables/ExpenseDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/InvoiceDatatable.php b/app/Ninja/Datatables/InvoiceDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/PaymentDatatable.php b/app/Ninja/Datatables/PaymentDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/PaymentTermDatatable.php b/app/Ninja/Datatables/PaymentTermDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ProductDatatable.php b/app/Ninja/Datatables/ProductDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ProjectDatatable.php b/app/Ninja/Datatables/ProjectDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ProjectTaskDatatable.php b/app/Ninja/Datatables/ProjectTaskDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ProposalCategoryDatatable.php b/app/Ninja/Datatables/ProposalCategoryDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ProposalDatatable.php b/app/Ninja/Datatables/ProposalDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ProposalSnippetDatatable.php b/app/Ninja/Datatables/ProposalSnippetDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/ProposalTemplateDatatable.php b/app/Ninja/Datatables/ProposalTemplateDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/RecurringExpenseDatatable.php b/app/Ninja/Datatables/RecurringExpenseDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/RecurringInvoiceDatatable.php b/app/Ninja/Datatables/RecurringInvoiceDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/SubscriptionDatatable.php b/app/Ninja/Datatables/SubscriptionDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/TaskDatatable.php b/app/Ninja/Datatables/TaskDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/TaxRateDatatable.php b/app/Ninja/Datatables/TaxRateDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/TokenDatatable.php b/app/Ninja/Datatables/TokenDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/UserDatatable.php b/app/Ninja/Datatables/UserDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Datatables/VendorDatatable.php b/app/Ninja/Datatables/VendorDatatable.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/BaseTransformer.php b/app/Ninja/Import/BaseTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/CSV/ClientTransformer.php b/app/Ninja/Import/CSV/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/CSV/ExpenseTransformer.php b/app/Ninja/Import/CSV/ExpenseTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/CSV/InvoiceTransformer.php b/app/Ninja/Import/CSV/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/CSV/PaymentTransformer.php b/app/Ninja/Import/CSV/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/CSV/ProductTransformer.php b/app/Ninja/Import/CSV/ProductTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/CSV/VendorTransformer.php b/app/Ninja/Import/CSV/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/FreshBooks/ClientTransformer.php b/app/Ninja/Import/FreshBooks/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/FreshBooks/InvoiceTransformerBAK.php b/app/Ninja/Import/FreshBooks/InvoiceTransformerBAK.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/FreshBooks/PaymentTransformer.php b/app/Ninja/Import/FreshBooks/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/FreshBooks/TaskTransformer.php b/app/Ninja/Import/FreshBooks/TaskTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/FreshBooks/VendorTransformer.php b/app/Ninja/Import/FreshBooks/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Harvest/ClientTransformer.php b/app/Ninja/Import/Harvest/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Harvest/ContactTransformer.php b/app/Ninja/Import/Harvest/ContactTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Harvest/InvoiceTransformer.php b/app/Ninja/Import/Harvest/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Harvest/PaymentTransformer.php b/app/Ninja/Import/Harvest/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Harvest/VendorContactTransformer.php b/app/Ninja/Import/Harvest/VendorContactTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Harvest/VendorTransformer.php b/app/Ninja/Import/Harvest/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Hiveage/ClientTransformer.php b/app/Ninja/Import/Hiveage/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Hiveage/InvoiceTransformer.php b/app/Ninja/Import/Hiveage/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Hiveage/PaymentTransformer.php b/app/Ninja/Import/Hiveage/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Hiveage/VendorTransformer.php b/app/Ninja/Import/Hiveage/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Invoiceable/ClientTransformer.php b/app/Ninja/Import/Invoiceable/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Invoiceable/InvoiceTransformer.php b/app/Ninja/Import/Invoiceable/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Invoiceable/PaymentTransformer.php b/app/Ninja/Import/Invoiceable/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Invoiceable/VendorTransformer.php b/app/Ninja/Import/Invoiceable/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Nutcache/ClientTransformer.php b/app/Ninja/Import/Nutcache/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Nutcache/InvoiceTransformer.php b/app/Ninja/Import/Nutcache/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Nutcache/PaymentTransformer.php b/app/Ninja/Import/Nutcache/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Nutcache/TaskTransformer.php b/app/Ninja/Import/Nutcache/TaskTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Nutcache/VendorTransformer.php b/app/Ninja/Import/Nutcache/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Pancake/ClientTransformer.php b/app/Ninja/Import/Pancake/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Pancake/InvoiceTransformer.php b/app/Ninja/Import/Pancake/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Pancake/PaymentTransformer.php b/app/Ninja/Import/Pancake/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Ronin/ClientTransformer.php b/app/Ninja/Import/Ronin/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Ronin/InvoiceTransformer.php b/app/Ninja/Import/Ronin/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Ronin/PaymentTransformer.php b/app/Ninja/Import/Ronin/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Ronin/VendorTransformer.php b/app/Ninja/Import/Ronin/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Stripe/CustomerTransformer.php b/app/Ninja/Import/Stripe/CustomerTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Wave/ClientTransformer.php b/app/Ninja/Import/Wave/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Wave/InvoiceTransformer.php b/app/Ninja/Import/Wave/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Wave/PaymentTransformer.php b/app/Ninja/Import/Wave/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Wave/VendorTransformer.php b/app/Ninja/Import/Wave/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Zoho/ClientTransformer.php b/app/Ninja/Import/Zoho/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Zoho/InvoiceTransformer.php b/app/Ninja/Import/Zoho/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Zoho/PaymentTransformer.php b/app/Ninja/Import/Zoho/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Import/Zoho/VendorTransformer.php b/app/Ninja/Import/Zoho/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/BaseIntent.php b/app/Ninja/Intents/BaseIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/CreateInvoiceIntent.php b/app/Ninja/Intents/CreateInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/DownloadInvoiceIntent.php b/app/Ninja/Intents/DownloadInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/EmailInvoiceIntent.php b/app/Ninja/Intents/EmailInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/InvoiceIntent.php b/app/Ninja/Intents/InvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/ListProductsIntent.php b/app/Ninja/Intents/ListProductsIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/ProductIntent.php b/app/Ninja/Intents/ProductIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/UpdateInvoiceIntent.php b/app/Ninja/Intents/UpdateInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateClientIntent.php b/app/Ninja/Intents/WebApp/CreateClientIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateCreditIntent.php b/app/Ninja/Intents/WebApp/CreateCreditIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateExpenseIntent.php b/app/Ninja/Intents/WebApp/CreateExpenseIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateInvoiceIntent.php b/app/Ninja/Intents/WebApp/CreateInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreatePaymentIntent.php b/app/Ninja/Intents/WebApp/CreatePaymentIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateProductIntent.php b/app/Ninja/Intents/WebApp/CreateProductIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateQuoteIntent.php b/app/Ninja/Intents/WebApp/CreateQuoteIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateRecurringInvoiceIntent.php b/app/Ninja/Intents/WebApp/CreateRecurringInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateTaskIntent.php b/app/Ninja/Intents/WebApp/CreateTaskIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/CreateVendorIntent.php b/app/Ninja/Intents/WebApp/CreateVendorIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/FindClientIntent.php b/app/Ninja/Intents/WebApp/FindClientIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/FindInvoiceIntent.php b/app/Ninja/Intents/WebApp/FindInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/FindQuoteIntent.php b/app/Ninja/Intents/WebApp/FindQuoteIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListClientIntent.php b/app/Ninja/Intents/WebApp/ListClientIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListCreditIntent.php b/app/Ninja/Intents/WebApp/ListCreditIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListExpenseIntent.php b/app/Ninja/Intents/WebApp/ListExpenseIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListInvoiceIntent.php b/app/Ninja/Intents/WebApp/ListInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListPaymentIntent.php b/app/Ninja/Intents/WebApp/ListPaymentIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListProductIntent.php b/app/Ninja/Intents/WebApp/ListProductIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListQuoteIntent.php b/app/Ninja/Intents/WebApp/ListQuoteIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListRecurringInvoiceIntent.php b/app/Ninja/Intents/WebApp/ListRecurringInvoiceIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListTaskIntent.php b/app/Ninja/Intents/WebApp/ListTaskIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/ListVendorIntent.php b/app/Ninja/Intents/WebApp/ListVendorIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Intents/WebApp/NavigateToIntent.php b/app/Ninja/Intents/WebApp/NavigateToIntent.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Mailers/ContactMailer.php b/app/Ninja/Mailers/ContactMailer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Mailers/Mailer.php b/app/Ninja/Mailers/Mailer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Mailers/UserMailer.php b/app/Ninja/Mailers/UserMailer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Notifications/PushFactory.php b/app/Ninja/Notifications/PushFactory.php old mode 100755 new mode 100644 diff --git a/app/Ninja/OAuth/OAuth.php b/app/Ninja/OAuth/OAuth.php old mode 100755 new mode 100644 diff --git a/app/Ninja/OAuth/Providers/Google.php b/app/Ninja/OAuth/Providers/Google.php old mode 100755 new mode 100644 diff --git a/app/Ninja/OAuth/Providers/ProviderInterface.php b/app/Ninja/OAuth/Providers/ProviderInterface.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/AuthorizeNetAIMPaymentDriver.php b/app/Ninja/PaymentDrivers/AuthorizeNetAIMPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/BasePaymentDriver.php b/app/Ninja/PaymentDrivers/BasePaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/BitPayPaymentDriver.php b/app/Ninja/PaymentDrivers/BitPayPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/BraintreePaymentDriver.php b/app/Ninja/PaymentDrivers/BraintreePaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/CheckoutComPaymentDriver.php b/app/Ninja/PaymentDrivers/CheckoutComPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/Custom1PaymentDriver.php b/app/Ninja/PaymentDrivers/Custom1PaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/Custom2PaymentDriver.php b/app/Ninja/PaymentDrivers/Custom2PaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/Custom3PaymentDriver.php b/app/Ninja/PaymentDrivers/Custom3PaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/CybersourcePaymentDriver.php b/app/Ninja/PaymentDrivers/CybersourcePaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/DwollaPaymentDriver.php b/app/Ninja/PaymentDrivers/DwollaPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/EwayRapidSharedPaymentDriver.php b/app/Ninja/PaymentDrivers/EwayRapidSharedPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/FedACHdir.txt b/app/Ninja/PaymentDrivers/FedACHdir.txt old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/GoCardlessPaymentDriver.php b/app/Ninja/PaymentDrivers/GoCardlessPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/GoCardlessV2RedirectPaymentDriver.php b/app/Ninja/PaymentDrivers/GoCardlessV2RedirectPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/MolliePaymentDriver.php b/app/Ninja/PaymentDrivers/MolliePaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/PagSeguroPaymentDriver.php b/app/Ninja/PaymentDrivers/PagSeguroPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/PagarmePaymentDriver.php b/app/Ninja/PaymentDrivers/PagarmePaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/PayFastPaymentDriver.php b/app/Ninja/PaymentDrivers/PayFastPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/PayPalExpressPaymentDriver.php b/app/Ninja/PaymentDrivers/PayPalExpressPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/PayPalProPaymentDriver.php b/app/Ninja/PaymentDrivers/PayPalProPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/PaymillPaymentDriver.php b/app/Ninja/PaymentDrivers/PaymillPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/SkrillPaymentDriver.php b/app/Ninja/PaymentDrivers/SkrillPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/StripePaymentDriver.php b/app/Ninja/PaymentDrivers/StripePaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/TwoCheckoutPaymentDriver.php b/app/Ninja/PaymentDrivers/TwoCheckoutPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/PaymentDrivers/WePayPaymentDriver.php b/app/Ninja/PaymentDrivers/WePayPaymentDriver.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/AccountPresenter.php b/app/Ninja/Presenters/AccountPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ActivityPresenter.php b/app/Ninja/Presenters/ActivityPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ClientPresenter.php b/app/Ninja/Presenters/ClientPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/CompanyPresenter.php b/app/Ninja/Presenters/CompanyPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/CreditPresenter.php b/app/Ninja/Presenters/CreditPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/EntityPresenter.php b/app/Ninja/Presenters/EntityPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ExpensePresenter.php b/app/Ninja/Presenters/ExpensePresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/InvoiceItemPresenter.php b/app/Ninja/Presenters/InvoiceItemPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/InvoicePresenter.php b/app/Ninja/Presenters/InvoicePresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/PaymentPresenter.php b/app/Ninja/Presenters/PaymentPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ProductPresenter.php b/app/Ninja/Presenters/ProductPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ProjectPresenter.php b/app/Ninja/Presenters/ProjectPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ProposalPresenter.php b/app/Ninja/Presenters/ProposalPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ProposalSnippetPresenter.php b/app/Ninja/Presenters/ProposalSnippetPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/ProposalTemplatePresenter.php b/app/Ninja/Presenters/ProposalTemplatePresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/TaskPresenter.php b/app/Ninja/Presenters/TaskPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/UserPresenter.php b/app/Ninja/Presenters/UserPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Presenters/VendorPresenter.php b/app/Ninja/Presenters/VendorPresenter.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/AbstractReport.php b/app/Ninja/Reports/AbstractReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/ActivityReport.php b/app/Ninja/Reports/ActivityReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/AgingReport.php b/app/Ninja/Reports/AgingReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/ClientReport.php b/app/Ninja/Reports/ClientReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/CreditReport.php b/app/Ninja/Reports/CreditReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/DocumentReport.php b/app/Ninja/Reports/DocumentReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/ExpenseReport.php b/app/Ninja/Reports/ExpenseReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/InvoiceReport.php b/app/Ninja/Reports/InvoiceReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/PaymentReport.php b/app/Ninja/Reports/PaymentReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/ProductReport.php b/app/Ninja/Reports/ProductReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/ProfitAndLossReport.php b/app/Ninja/Reports/ProfitAndLossReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/QuoteReport.php b/app/Ninja/Reports/QuoteReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/TaskReport.php b/app/Ninja/Reports/TaskReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Reports/TaxRateReport.php b/app/Ninja/Reports/TaxRateReport.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/AccountGatewayRepository.php b/app/Ninja/Repositories/AccountGatewayRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/AccountRepository.php b/app/Ninja/Repositories/AccountRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ActivityRepository.php b/app/Ninja/Repositories/ActivityRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/BankAccountRepository.php b/app/Ninja/Repositories/BankAccountRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/BaseRepository.php b/app/Ninja/Repositories/BaseRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ClientRepository.php b/app/Ninja/Repositories/ClientRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ContactRepository.php b/app/Ninja/Repositories/ContactRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/CreditRepository.php b/app/Ninja/Repositories/CreditRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/CustomerRepository.php b/app/Ninja/Repositories/CustomerRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/DashboardRepository.php b/app/Ninja/Repositories/DashboardRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/DocumentRepository.php b/app/Ninja/Repositories/DocumentRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ExpenseCategoryRepository.php b/app/Ninja/Repositories/ExpenseCategoryRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ExpenseRepository.php b/app/Ninja/Repositories/ExpenseRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/InvoiceRepository.php b/app/Ninja/Repositories/InvoiceRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/NinjaRepository.php b/app/Ninja/Repositories/NinjaRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/PaymentRepository.php b/app/Ninja/Repositories/PaymentRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/PaymentTermRepository.php b/app/Ninja/Repositories/PaymentTermRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ProductRepository.php b/app/Ninja/Repositories/ProductRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ProjectRepository.php b/app/Ninja/Repositories/ProjectRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ProposalCategoryRepository.php b/app/Ninja/Repositories/ProposalCategoryRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ProposalRepository.php b/app/Ninja/Repositories/ProposalRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ProposalSnippetRepository.php b/app/Ninja/Repositories/ProposalSnippetRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ProposalTemplateRepository.php b/app/Ninja/Repositories/ProposalTemplateRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/RecurringExpenseRepository.php b/app/Ninja/Repositories/RecurringExpenseRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/ReferralRepository.php b/app/Ninja/Repositories/ReferralRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/SubscriptionRepository.php b/app/Ninja/Repositories/SubscriptionRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/TaskRepository.php b/app/Ninja/Repositories/TaskRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/TaxRateRepository.php b/app/Ninja/Repositories/TaxRateRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/TokenRepository.php b/app/Ninja/Repositories/TokenRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/UserRepository.php b/app/Ninja/Repositories/UserRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/VendorContactRepository.php b/app/Ninja/Repositories/VendorContactRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Repositories/VendorRepository.php b/app/Ninja/Repositories/VendorRepository.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Serializers/ArraySerializer.php b/app/Ninja/Serializers/ArraySerializer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/AccountEmailSettingsTransformer.php b/app/Ninja/Transformers/AccountEmailSettingsTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/AccountTokenTransformer.php b/app/Ninja/Transformers/AccountTokenTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/AccountTransformer.php b/app/Ninja/Transformers/AccountTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/ActivityTransformer.php b/app/Ninja/Transformers/ActivityTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/ClientTransformer.php b/app/Ninja/Transformers/ClientTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/ContactTransformer.php b/app/Ninja/Transformers/ContactTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/CreditTransformer.php b/app/Ninja/Transformers/CreditTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/DocumentTransformer.php b/app/Ninja/Transformers/DocumentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/EntityTransformer.php b/app/Ninja/Transformers/EntityTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/ExpenseCategoryTransformer.php b/app/Ninja/Transformers/ExpenseCategoryTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/ExpenseTransformer.php b/app/Ninja/Transformers/ExpenseTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/InvitationTransformer.php b/app/Ninja/Transformers/InvitationTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/InvoiceItemTransformer.php b/app/Ninja/Transformers/InvoiceItemTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/InvoiceTransformer.php b/app/Ninja/Transformers/InvoiceTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/PaymentTermTransformer.php b/app/Ninja/Transformers/PaymentTermTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/PaymentTransformer.php b/app/Ninja/Transformers/PaymentTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/ProductTransformer.php b/app/Ninja/Transformers/ProductTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/ProjectTransformer.php b/app/Ninja/Transformers/ProjectTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/TaskStatusTransformer.php b/app/Ninja/Transformers/TaskStatusTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/TaskTransformer.php b/app/Ninja/Transformers/TaskTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/TaxRateTransformer.php b/app/Ninja/Transformers/TaxRateTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/UserAccountTransformer.php b/app/Ninja/Transformers/UserAccountTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/UserTransformer.php b/app/Ninja/Transformers/UserTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/VendorContactTransformer.php b/app/Ninja/Transformers/VendorContactTransformer.php old mode 100755 new mode 100644 diff --git a/app/Ninja/Transformers/VendorTransformer.php b/app/Ninja/Transformers/VendorTransformer.php old mode 100755 new mode 100644 diff --git a/app/Notifications/PaymentCreated.php b/app/Notifications/PaymentCreated.php old mode 100755 new mode 100644 diff --git a/app/Policies/AccountGatewayPolicy.php b/app/Policies/AccountGatewayPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/BankAccountPolicy.php b/app/Policies/BankAccountPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ClientPolicy.php b/app/Policies/ClientPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ContactPolicy.php b/app/Policies/ContactPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/CreditPolicy.php b/app/Policies/CreditPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/CustomerPolicy.php b/app/Policies/CustomerPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/DocumentPolicy.php b/app/Policies/DocumentPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/EntityPolicy.php b/app/Policies/EntityPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ExpenseCategoryPolicy.php b/app/Policies/ExpenseCategoryPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ExpensePolicy.php b/app/Policies/ExpensePolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/GenericEntityPolicy.php b/app/Policies/GenericEntityPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/InvoicePolicy.php b/app/Policies/InvoicePolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/PaymentPolicy.php b/app/Policies/PaymentPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/PaymentTermPolicy.php b/app/Policies/PaymentTermPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ProductPolicy.php b/app/Policies/ProductPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ProjectPolicy.php b/app/Policies/ProjectPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ProposalCategoryPolicy.php b/app/Policies/ProposalCategoryPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ProposalPolicy.php b/app/Policies/ProposalPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ProposalSnippetPolicy.php b/app/Policies/ProposalSnippetPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/ProposalTemplatePolicy.php b/app/Policies/ProposalTemplatePolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/QuotePolicy.php b/app/Policies/QuotePolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/RecurringExpensePolicy.php b/app/Policies/RecurringExpensePolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/RecurringInvoicePolicy.php b/app/Policies/RecurringInvoicePolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/SubscriptionPolicy.php b/app/Policies/SubscriptionPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/TaskPolicy.php b/app/Policies/TaskPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/TaxRatePolicy.php b/app/Policies/TaxRatePolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/TokenPolicy.php b/app/Policies/TokenPolicy.php old mode 100755 new mode 100644 diff --git a/app/Policies/VendorPolicy.php b/app/Policies/VendorPolicy.php old mode 100755 new mode 100644 diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/BusServiceProvider.php b/app/Providers/BusServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/ComposerServiceProvider.php b/app/Providers/ComposerServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/ConfigServiceProvider.php b/app/Providers/ConfigServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php old mode 100755 new mode 100644 diff --git a/app/Services/AccountGatewayService.php b/app/Services/AccountGatewayService.php old mode 100755 new mode 100644 diff --git a/app/Services/ActivityService.php b/app/Services/ActivityService.php old mode 100755 new mode 100644 diff --git a/app/Services/AuthService.php b/app/Services/AuthService.php old mode 100755 new mode 100644 diff --git a/app/Services/BankAccountService.php b/app/Services/BankAccountService.php old mode 100755 new mode 100644 diff --git a/app/Services/BaseService.php b/app/Services/BaseService.php old mode 100755 new mode 100644 diff --git a/app/Services/ClientService.php b/app/Services/ClientService.php old mode 100755 new mode 100644 diff --git a/app/Services/ContactService.php b/app/Services/ContactService.php old mode 100755 new mode 100644 diff --git a/app/Services/CreditService.php b/app/Services/CreditService.php old mode 100755 new mode 100644 diff --git a/app/Services/DatatableService.php b/app/Services/DatatableService.php old mode 100755 new mode 100644 diff --git a/app/Services/EmailService.php b/app/Services/EmailService.php old mode 100755 new mode 100644 diff --git a/app/Services/ExpenseCategoryService.php b/app/Services/ExpenseCategoryService.php old mode 100755 new mode 100644 diff --git a/app/Services/ExpenseService.php b/app/Services/ExpenseService.php old mode 100755 new mode 100644 diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php old mode 100755 new mode 100644 diff --git a/app/Services/InvoiceService.php b/app/Services/InvoiceService.php old mode 100755 new mode 100644 diff --git a/app/Services/PaymentService.php b/app/Services/PaymentService.php old mode 100755 new mode 100644 diff --git a/app/Services/PaymentTermService.php b/app/Services/PaymentTermService.php old mode 100755 new mode 100644 diff --git a/app/Services/ProductService.php b/app/Services/ProductService.php old mode 100755 new mode 100644 diff --git a/app/Services/ProjectService.php b/app/Services/ProjectService.php old mode 100755 new mode 100644 diff --git a/app/Services/ProposalCategoryService.php b/app/Services/ProposalCategoryService.php old mode 100755 new mode 100644 diff --git a/app/Services/ProposalService.php b/app/Services/ProposalService.php old mode 100755 new mode 100644 diff --git a/app/Services/ProposalSnippetService.php b/app/Services/ProposalSnippetService.php old mode 100755 new mode 100644 diff --git a/app/Services/ProposalTemplateService.php b/app/Services/ProposalTemplateService.php old mode 100755 new mode 100644 diff --git a/app/Services/PushService.php b/app/Services/PushService.php old mode 100755 new mode 100644 diff --git a/app/Services/RecurringExpenseService.php b/app/Services/RecurringExpenseService.php old mode 100755 new mode 100644 diff --git a/app/Services/RecurringInvoiceService.php b/app/Services/RecurringInvoiceService.php old mode 100755 new mode 100644 diff --git a/app/Services/SubscriptionService.php b/app/Services/SubscriptionService.php old mode 100755 new mode 100644 diff --git a/app/Services/TaskService.php b/app/Services/TaskService.php old mode 100755 new mode 100644 diff --git a/app/Services/TaxRateService.php b/app/Services/TaxRateService.php old mode 100755 new mode 100644 diff --git a/app/Services/TemplateService.php b/app/Services/TemplateService.php old mode 100755 new mode 100644 diff --git a/app/Services/TokenService.php b/app/Services/TokenService.php old mode 100755 new mode 100644 diff --git a/app/Services/UserService.php b/app/Services/UserService.php old mode 100755 new mode 100644 diff --git a/app/Services/VendorService.php b/app/Services/VendorService.php old mode 100755 new mode 100644 diff --git a/artisan b/artisan old mode 100755 new mode 100644 diff --git a/bootstrap/app.php b/bootstrap/app.php old mode 100755 new mode 100644 diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php old mode 100755 new mode 100644 diff --git a/bootstrap/environment.php b/bootstrap/environment.php old mode 100755 new mode 100644 diff --git a/bower.json b/bower.json old mode 100755 new mode 100644 diff --git a/codeception.yml b/codeception.yml old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/config/app.php b/config/app.php old mode 100755 new mode 100644 diff --git a/config/auth.php b/config/auth.php old mode 100755 new mode 100644 diff --git a/config/bootstrapper.php b/config/bootstrapper.php old mode 100755 new mode 100644 diff --git a/config/cache.php b/config/cache.php old mode 100755 new mode 100644 diff --git a/config/chumper.datatable.php b/config/chumper.datatable.php old mode 100755 new mode 100644 diff --git a/config/compile.php b/config/compile.php old mode 100755 new mode 100644 diff --git a/config/cors.php b/config/cors.php old mode 100755 new mode 100644 diff --git a/config/countries.php b/config/countries.php old mode 100755 new mode 100644 diff --git a/config/database.php b/config/database.php old mode 100755 new mode 100644 diff --git a/config/debugbar.php b/config/debugbar.php old mode 100755 new mode 100644 diff --git a/config/excel.php b/config/excel.php old mode 100755 new mode 100644 diff --git a/config/filesystems.php b/config/filesystems.php old mode 100755 new mode 100644 diff --git a/config/former.php b/config/former.php old mode 100755 new mode 100644 diff --git a/config/google2fa.php b/config/google2fa.php old mode 100755 new mode 100644 diff --git a/config/ide-helper.php b/config/ide-helper.php old mode 100755 new mode 100644 diff --git a/config/image.php b/config/image.php old mode 100755 new mode 100644 diff --git a/config/mail.php b/config/mail.php old mode 100755 new mode 100644 diff --git a/config/modules.php b/config/modules.php old mode 100755 new mode 100644 diff --git a/config/ninja.php b/config/ninja.php old mode 100755 new mode 100644 diff --git a/config/packages/.gitkeep b/config/packages/.gitkeep old mode 100755 new mode 100644 diff --git a/config/packages/ignited/laravel-omnipay/config.php b/config/packages/ignited/laravel-omnipay/config.php old mode 100755 new mode 100644 diff --git a/config/packages/zizaco/confide/.gitkeep b/config/packages/zizaco/confide/.gitkeep old mode 100755 new mode 100644 diff --git a/config/packages/zizaco/confide/config.php b/config/packages/zizaco/confide/config.php old mode 100755 new mode 100644 diff --git a/config/pdf.php b/config/pdf.php old mode 100755 new mode 100644 diff --git a/config/push-notification.php b/config/push-notification.php old mode 100755 new mode 100644 diff --git a/config/queue.php b/config/queue.php old mode 100755 new mode 100644 diff --git a/config/self-update.php b/config/self-update.php old mode 100755 new mode 100644 diff --git a/config/services.php b/config/services.php old mode 100755 new mode 100644 diff --git a/config/session.php b/config/session.php old mode 100755 new mode 100644 diff --git a/config/swaggervel.php b/config/swaggervel.php old mode 100755 new mode 100644 diff --git a/config/view.php b/config/view.php old mode 100755 new mode 100644 diff --git a/database/factories/ModelFactory.php b/database/factories/ModelFactory.php old mode 100755 new mode 100644 diff --git a/database/migrations/.gitkeep b/database/migrations/.gitkeep old mode 100755 new mode 100644 diff --git a/database/migrations/2013_11_05_180133_confide_setup_users_table.php b/database/migrations/2013_11_05_180133_confide_setup_users_table.php old mode 100755 new mode 100644 diff --git a/database/migrations/2013_11_28_195703_setup_countries_table.php b/database/migrations/2013_11_28_195703_setup_countries_table.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_02_13_151500_add_cascase_drops.php b/database/migrations/2014_02_13_151500_add_cascase_drops.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_02_19_151817_add_support_for_invoice_designs.php b/database/migrations/2014_02_19_151817_add_support_for_invoice_designs.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_03_03_155556_add_phone_to_account.php b/database/migrations/2014_03_03_155556_add_phone_to_account.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_03_19_201454_add_language_support.php b/database/migrations/2014_03_19_201454_add_language_support.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_03_20_200300_create_payment_libraries.php b/database/migrations/2014_03_20_200300_create_payment_libraries.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_03_23_051736_enable_forcing_jspdf.php b/database/migrations/2014_03_23_051736_enable_forcing_jspdf.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_03_25_102200_add_sort_and_recommended_to_gateways.php b/database/migrations/2014_03_25_102200_add_sort_and_recommended_to_gateways.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_04_03_191105_add_pro_plan.php b/database/migrations/2014_04_03_191105_add_pro_plan.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_04_17_100523_add_remember_token.php b/database/migrations/2014_04_17_100523_add_remember_token.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_04_17_145108_add_custom_fields.php b/database/migrations/2014_04_17_145108_add_custom_fields.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_04_23_170909_add_products_settings.php b/database/migrations/2014_04_23_170909_add_products_settings.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_04_29_174315_add_advanced_settings.php b/database/migrations/2014_04_29_174315_add_advanced_settings.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_05_17_175626_add_quotes.php b/database/migrations/2014_05_17_175626_add_quotes.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_06_17_131940_add_accepted_credit_cards_to_account_gateways.php b/database/migrations/2014_06_17_131940_add_accepted_credit_cards_to_account_gateways.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_07_13_142654_one_click_install.php b/database/migrations/2014_07_13_142654_one_click_install.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_07_17_205900_support_hiding_quantity.php b/database/migrations/2014_07_17_205900_support_hiding_quantity.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_07_24_171214_add_zapier_support.php b/database/migrations/2014_07_24_171214_add_zapier_support.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_01_141248_add_company_vat_number.php b/database/migrations/2014_10_01_141248_add_company_vat_number.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_05_141856_track_last_seen_message.php b/database/migrations/2014_10_05_141856_track_last_seen_message.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_06_103529_add_timesheets.php b/database/migrations/2014_10_06_103529_add_timesheets.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_06_195330_add_invoice_design_table.php b/database/migrations/2014_10_06_195330_add_invoice_design_table.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_13_054100_add_invoice_number_settings.php b/database/migrations/2014_10_13_054100_add_invoice_number_settings.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_14_225227_add_danish_translation.php b/database/migrations/2014_10_14_225227_add_danish_translation.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_22_174452_add_affiliate_price.php b/database/migrations/2014_10_22_174452_add_affiliate_price.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_10_30_184126_add_company_id_number.php b/database/migrations/2014_10_30_184126_add_company_id_number.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_11_04_200406_allow_null_client_currency.php b/database/migrations/2014_11_04_200406_allow_null_client_currency.php old mode 100755 new mode 100644 diff --git a/database/migrations/2014_12_03_154119_add_discount_type.php b/database/migrations/2014_12_03_154119_add_discount_type.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_02_12_102940_add_email_templates.php b/database/migrations/2015_02_12_102940_add_email_templates.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_02_17_131714_support_token_billing.php b/database/migrations/2015_02_17_131714_support_token_billing.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_02_27_081836_add_invoice_footer.php b/database/migrations/2015_02_27_081836_add_invoice_footer.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_03_03_140259_add_tokens.php b/database/migrations/2015_03_03_140259_add_tokens.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_03_09_151011_add_ip_to_activity.php b/database/migrations/2015_03_09_151011_add_ip_to_activity.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_03_15_174122_add_pdf_email_attachment_option.php b/database/migrations/2015_03_15_174122_add_pdf_email_attachment_option.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_03_30_100000_create_password_resets_table.php b/database/migrations/2015_03_30_100000_create_password_resets_table.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_04_12_093447_add_sv_language.php b/database/migrations/2015_04_12_093447_add_sv_language.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_04_13_100333_add_notify_approved.php b/database/migrations/2015_04_13_100333_add_notify_approved.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_04_16_122647_add_partial_amount_to_invoices.php b/database/migrations/2015_04_16_122647_add_partial_amount_to_invoices.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_05_21_184104_add_font_size.php b/database/migrations/2015_05_21_184104_add_font_size.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_05_27_121828_add_tasks.php b/database/migrations/2015_05_27_121828_add_tasks.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_05_27_170808_add_custom_invoice_labels.php b/database/migrations/2015_05_27_170808_add_custom_invoice_labels.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_06_09_134208_add_has_tasks_to_invoices.php b/database/migrations/2015_06_09_134208_add_has_tasks_to_invoices.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_06_14_093410_enable_resuming_tasks.php b/database/migrations/2015_06_14_093410_enable_resuming_tasks.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_06_14_173025_multi_company_support.php b/database/migrations/2015_06_14_173025_multi_company_support.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_07_07_160257_support_locking_account.php b/database/migrations/2015_07_07_160257_support_locking_account.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_07_08_114333_simplify_tasks.php b/database/migrations/2015_07_08_114333_simplify_tasks.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_07_19_081332_add_custom_design.php b/database/migrations/2015_07_19_081332_add_custom_design.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_07_27_183830_add_pdfmake_support.php b/database/migrations/2015_07_27_183830_add_pdfmake_support.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_08_13_084041_add_formats_to_datetime_formats_table.php b/database/migrations/2015_08_13_084041_add_formats_to_datetime_formats_table.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_09_04_080604_add_swap_postal_code.php b/database/migrations/2015_09_04_080604_add_swap_postal_code.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_09_07_135935_add_account_domain.php b/database/migrations/2015_09_07_135935_add_account_domain.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_09_10_185135_add_reminder_emails.php b/database/migrations/2015_09_10_185135_add_reminder_emails.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_10_07_135651_add_social_login.php b/database/migrations/2015_10_07_135651_add_social_login.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_10_21_075058_add_default_tax_rates.php b/database/migrations/2015_10_21_075058_add_default_tax_rates.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_10_21_185724_add_invoice_number_pattern.php b/database/migrations/2015_10_21_185724_add_invoice_number_pattern.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_10_27_180214_add_is_system_to_activities.php b/database/migrations/2015_10_27_180214_add_is_system_to_activities.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_10_29_133747_add_default_quote_terms.php b/database/migrations/2015_10_29_133747_add_default_quote_terms.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_11_01_080417_encrypt_tokens.php b/database/migrations/2015_11_01_080417_encrypt_tokens.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_11_03_181318_improve_currency_localization.php b/database/migrations/2015_11_03_181318_improve_currency_localization.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_11_30_133206_add_email_designs.php b/database/migrations/2015_11_30_133206_add_email_designs.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_12_27_154513_add_reminder_settings.php b/database/migrations/2015_12_27_154513_add_reminder_settings.php old mode 100755 new mode 100644 diff --git a/database/migrations/2015_12_30_042035_add_client_view_css.php b/database/migrations/2015_12_30_042035_add_client_view_css.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_01_04_175228_create_vendors_table.php b/database/migrations/2016_01_04_175228_create_vendors_table.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_01_06_153144_add_invoice_font_support.php b/database/migrations/2016_01_06_153144_add_invoice_font_support.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_01_17_155725_add_quote_to_invoice_option.php b/database/migrations/2016_01_17_155725_add_quote_to_invoice_option.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_01_18_195351_add_bank_accounts.php b/database/migrations/2016_01_18_195351_add_bank_accounts.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_01_24_112646_add_bank_subaccounts.php b/database/migrations/2016_01_24_112646_add_bank_subaccounts.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_01_27_173015_add_header_footer_option.php b/database/migrations/2016_01_27_173015_add_header_footer_option.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_02_01_135956_add_source_currency_to_expenses.php b/database/migrations/2016_02_01_135956_add_source_currency_to_expenses.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_02_25_152948_add_client_password.php b/database/migrations/2016_02_25_152948_add_client_password.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_02_28_081424_add_custom_invoice_fields.php b/database/migrations/2016_02_28_081424_add_custom_invoice_fields.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_03_14_066181_add_user_permissions.php b/database/migrations/2016_03_14_066181_add_user_permissions.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_03_14_214710_add_support_three_decimal_taxes.php b/database/migrations/2016_03_14_214710_add_support_three_decimal_taxes.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_03_22_168362_add_documents.php b/database/migrations/2016_03_22_168362_add_documents.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_03_23_215049_support_multiple_tax_rates.php b/database/migrations/2016_03_23_215049_support_multiple_tax_rates.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_04_16_103943_enterprise_plan.php b/database/migrations/2016_04_16_103943_enterprise_plan.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_04_18_174135_add_page_size.php b/database/migrations/2016_04_18_174135_add_page_size.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_04_23_182223_payments_changes.php b/database/migrations/2016_04_23_182223_payments_changes.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_05_16_102925_add_swap_currency_symbol_to_currency.php b/database/migrations/2016_05_16_102925_add_swap_currency_symbol_to_currency.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_05_18_085739_add_invoice_type_support.php b/database/migrations/2016_05_18_085739_add_invoice_type_support.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_05_24_164847_wepay_ach.php b/database/migrations/2016_05_24_164847_wepay_ach.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_07_08_083802_support_new_pricing.php b/database/migrations/2016_07_08_083802_support_new_pricing.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_07_13_083821_add_buy_now_buttons.php b/database/migrations/2016_07_13_083821_add_buy_now_buttons.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_08_10_184027_add_support_for_bots.php b/database/migrations/2016_08_10_184027_add_support_for_bots.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_09_05_150625_create_gateway_types.php b/database/migrations/2016_09_05_150625_create_gateway_types.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_10_20_191150_add_expense_to_activities.php b/database/migrations/2016_10_20_191150_add_expense_to_activities.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_11_03_113316_add_invoice_signature.php b/database/migrations/2016_11_03_113316_add_invoice_signature.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_11_03_161149_add_bluevine_fields.php b/database/migrations/2016_11_03_161149_add_bluevine_fields.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_11_28_092904_add_task_projects.php b/database/migrations/2016_11_28_092904_add_task_projects.php old mode 100755 new mode 100644 diff --git a/database/migrations/2016_12_13_113955_add_pro_plan_discount.php b/database/migrations/2016_12_13_113955_add_pro_plan_discount.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_01_01_214241_add_inclusive_taxes.php b/database/migrations/2017_01_01_214241_add_inclusive_taxes.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_02_23_095934_add_custom_product_fields.php b/database/migrations/2017_02_23_095934_add_custom_product_fields.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_03_16_085702_add_gateway_fee_location.php b/database/migrations/2017_03_16_085702_add_gateway_fee_location.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_04_16_101744_add_custom_contact_fields.php b/database/migrations/2017_04_16_101744_add_custom_contact_fields.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_04_30_174702_add_multiple_database_support.php b/database/migrations/2017_04_30_174702_add_multiple_database_support.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_05_10_144928_add_oauth_to_lookups.php b/database/migrations/2017_05_10_144928_add_oauth_to_lookups.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_05_16_101715_add_default_note_to_client.php b/database/migrations/2017_05_16_101715_add_default_note_to_client.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_06_19_111515_update_dark_mode.php b/database/migrations/2017_06_19_111515_update_dark_mode.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_07_18_124150_add_late_fees.php b/database/migrations/2017_07_18_124150_add_late_fees.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_08_14_085334_increase_precision.php b/database/migrations/2017_08_14_085334_increase_precision.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_10_17_083846_add_default_rates.php b/database/migrations/2017_10_17_083846_add_default_rates.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_11_15_114422_add_subdomain_to_lookups.php b/database/migrations/2017_11_15_114422_add_subdomain_to_lookups.php old mode 100755 new mode 100644 diff --git a/database/migrations/2017_12_13_074024_add_remember_2fa_token.php b/database/migrations/2017_12_13_074024_add_remember_2fa_token.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_01_10_073825_add_subscription_format.php b/database/migrations/2018_01_10_073825_add_subscription_format.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_03_08_150414_add_slack_notifications.php b/database/migrations/2018_03_08_150414_add_slack_notifications.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_03_30_115805_add_more_custom_fields.php b/database/migrations/2018_03_30_115805_add_more_custom_fields.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_04_16_142434_add_custom_domain.php b/database/migrations/2018_04_16_142434_add_custom_domain.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_05_14_091806_limit_notifications.php b/database/migrations/2018_05_14_091806_limit_notifications.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_05_19_095124_add_json_permissions.php b/database/migrations/2018_05_19_095124_add_json_permissions.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_06_29_110607_add_dart_format_column.php b/database/migrations/2018_06_29_110607_add_dart_format_column.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_07_26_170243_fix_payment_contact_foreign_key.php b/database/migrations/2018_07_26_170243_fix_payment_contact_foreign_key.php old mode 100755 new mode 100644 diff --git a/database/migrations/2018_10_22_084326_add_option_for_product_notes.php b/database/migrations/2018_10_22_084326_add_option_for_product_notes.php old mode 100755 new mode 100644 diff --git a/database/seeds/.gitkeep b/database/seeds/.gitkeep old mode 100755 new mode 100644 diff --git a/database/seeds/BanksSeeder.php b/database/seeds/BanksSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/ConstantsSeeder.php b/database/seeds/ConstantsSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/CountriesSeeder.php b/database/seeds/CountriesSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/CurrenciesSeeder.php b/database/seeds/CurrenciesSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/DateFormatsSeeder.php b/database/seeds/DateFormatsSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/DbServerSeeder.php b/database/seeds/DbServerSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/FontsSeeder.php b/database/seeds/FontsSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/FrequencySeeder.php b/database/seeds/FrequencySeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/GatewayTypesSeeder.php b/database/seeds/GatewayTypesSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/IndustrySeeder.php b/database/seeds/IndustrySeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/InvoiceDesignsSeeder.php b/database/seeds/InvoiceDesignsSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/InvoiceStatusSeeder.php b/database/seeds/InvoiceStatusSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/LanguageSeeder.php b/database/seeds/LanguageSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/PaymentLibrariesSeeder.php b/database/seeds/PaymentLibrariesSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/PaymentStatusSeeder.php b/database/seeds/PaymentStatusSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/PaymentTermsSeeder.php b/database/seeds/PaymentTermsSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/PaymentTypesSeeder.php b/database/seeds/PaymentTypesSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/ProposalTemplatesSeeder.php b/database/seeds/ProposalTemplatesSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/UpdateSeeder.php b/database/seeds/UpdateSeeder.php old mode 100755 new mode 100644 diff --git a/database/seeds/UserTableSeeder.php b/database/seeds/UserTableSeeder.php old mode 100755 new mode 100644 diff --git a/database/setup.sql b/database/setup.sql old mode 100755 new mode 100644 diff --git a/docs/Makefile b/docs/Makefile old mode 100755 new mode 100644 diff --git a/docs/api.rst b/docs/api.rst old mode 100755 new mode 100644 diff --git a/docs/api_tokens.rst b/docs/api_tokens.rst old mode 100755 new mode 100644 diff --git a/docs/client_portal.rst b/docs/client_portal.rst old mode 100755 new mode 100644 diff --git a/docs/clients.rst b/docs/clients.rst old mode 100755 new mode 100644 diff --git a/docs/conf.py b/docs/conf.py old mode 100755 new mode 100644 diff --git a/docs/configure.rst b/docs/configure.rst old mode 100755 new mode 100644 diff --git a/docs/credits.rst b/docs/credits.rst old mode 100755 new mode 100644 diff --git a/docs/custom_modules.rst b/docs/custom_modules.rst old mode 100755 new mode 100644 diff --git a/docs/data_visualizations.rst b/docs/data_visualizations.rst old mode 100755 new mode 100644 diff --git a/docs/developer_guide.rst b/docs/developer_guide.rst old mode 100755 new mode 100644 diff --git a/docs/email_settings.rst b/docs/email_settings.rst old mode 100755 new mode 100644 diff --git a/docs/expenses.rst b/docs/expenses.rst old mode 100755 new mode 100644 diff --git a/docs/images/env_file_api_secret.png b/docs/images/env_file_api_secret.png old mode 100755 new mode 100644 diff --git a/docs/images/iphone_self_hosted.png b/docs/images/iphone_self_hosted.png old mode 100755 new mode 100644 diff --git a/docs/index.rst b/docs/index.rst old mode 100755 new mode 100644 diff --git a/docs/install.rst b/docs/install.rst old mode 100755 new mode 100644 diff --git a/docs/introduction.rst b/docs/introduction.rst old mode 100755 new mode 100644 diff --git a/docs/invoice_design.rst b/docs/invoice_design.rst old mode 100755 new mode 100644 diff --git a/docs/invoice_settings.rst b/docs/invoice_settings.rst old mode 100755 new mode 100644 diff --git a/docs/invoices.rst b/docs/invoices.rst old mode 100755 new mode 100644 diff --git a/docs/mobile_apps.rst b/docs/mobile_apps.rst old mode 100755 new mode 100644 diff --git a/docs/payments.rst b/docs/payments.rst old mode 100755 new mode 100644 diff --git a/docs/proposals.rst b/docs/proposals.rst old mode 100755 new mode 100644 diff --git a/docs/quotes.rst b/docs/quotes.rst old mode 100755 new mode 100644 diff --git a/docs/recurring_invoices.rst b/docs/recurring_invoices.rst old mode 100755 new mode 100644 diff --git a/docs/reports.rst b/docs/reports.rst old mode 100755 new mode 100644 diff --git a/docs/settings.rst b/docs/settings.rst old mode 100755 new mode 100644 diff --git a/docs/tasks.rst b/docs/tasks.rst old mode 100755 new mode 100644 diff --git a/docs/templates_and_reminders.rst b/docs/templates_and_reminders.rst old mode 100755 new mode 100644 diff --git a/docs/update.rst b/docs/update.rst old mode 100755 new mode 100644 diff --git a/docs/user_management.rst b/docs/user_management.rst old mode 100755 new mode 100644 diff --git a/docs/vendors.rst b/docs/vendors.rst old mode 100755 new mode 100644 diff --git a/gulpfile.js b/gulpfile.js old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/phpspec.yml b/phpspec.yml old mode 100755 new mode 100644 diff --git a/phpunit.xml b/phpunit.xml old mode 100755 new mode 100644 diff --git a/public/.htaccess b/public/.htaccess old mode 100755 new mode 100644 diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png old mode 100755 new mode 100644 diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png old mode 100755 new mode 100644 diff --git a/public/apple-touch-icon-120x120-precomposed.png b/public/apple-touch-icon-120x120-precomposed.png old mode 100755 new mode 100644 diff --git a/public/apple-touch-icon-120x120.png b/public/apple-touch-icon-120x120.png old mode 100755 new mode 100644 diff --git a/public/apple-touch-icon-152x152-precomposed.png b/public/apple-touch-icon-152x152-precomposed.png old mode 100755 new mode 100644 diff --git a/public/apple-touch-icon-precomposed.png b/public/apple-touch-icon-precomposed.png old mode 100755 new mode 100644 diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png old mode 100755 new mode 100644 diff --git a/public/browserconfig.xml b/public/browserconfig.xml old mode 100755 new mode 100644 diff --git a/public/built.js b/public/built.js old mode 100755 new mode 100644 diff --git a/public/built.js.map b/public/built.js.map old mode 100755 new mode 100644 diff --git a/public/css/app.css b/public/css/app.css old mode 100755 new mode 100644 diff --git a/public/css/app.min.css b/public/css/app.min.css old mode 100755 new mode 100644 diff --git a/public/css/app.min.css.map b/public/css/app.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/bootstrap.min.css b/public/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/public/css/bootstrap.min.css.map b/public/css/bootstrap.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/built.css b/public/css/built.css old mode 100755 new mode 100644 diff --git a/public/css/built.css.map b/public/css/built.css.map old mode 100755 new mode 100644 diff --git a/public/css/built.login.css b/public/css/built.login.css old mode 100755 new mode 100644 diff --git a/public/css/built.login.css.map b/public/css/built.login.css.map old mode 100755 new mode 100644 diff --git a/public/css/built.min.css b/public/css/built.min.css old mode 100755 new mode 100644 diff --git a/public/css/built.min.css.map b/public/css/built.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/built.public.css b/public/css/built.public.css old mode 100755 new mode 100644 diff --git a/public/css/built.public.css.map b/public/css/built.public.css.map old mode 100755 new mode 100644 diff --git a/public/css/built.public.min.css b/public/css/built.public.min.css old mode 100755 new mode 100644 diff --git a/public/css/built.public.min.css.map b/public/css/built.public.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/card.css b/public/css/card.css old mode 100755 new mode 100644 diff --git a/public/css/card.css.map b/public/css/card.css.map old mode 100755 new mode 100644 diff --git a/public/css/cookieconsent.min.css b/public/css/cookieconsent.min.css old mode 100755 new mode 100644 diff --git a/public/css/customCss.css b/public/css/customCss.css old mode 100755 new mode 100644 diff --git a/public/css/customCss.min.css b/public/css/customCss.min.css old mode 100755 new mode 100644 diff --git a/public/css/customCss.min.css.map b/public/css/customCss.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/daterangepicker.css b/public/css/daterangepicker.css old mode 100755 new mode 100644 diff --git a/public/css/daterangepicker.css.map b/public/css/daterangepicker.css.map old mode 100755 new mode 100644 diff --git a/public/css/fullcalendar.css b/public/css/fullcalendar.css old mode 100755 new mode 100644 diff --git a/public/css/fullcalendar.css.map b/public/css/fullcalendar.css.map old mode 100755 new mode 100644 diff --git a/public/css/grapes.css b/public/css/grapes.css old mode 100755 new mode 100644 diff --git a/public/css/grapes.css.map b/public/css/grapes.css.map old mode 100755 new mode 100644 diff --git a/public/css/grapesjs.css b/public/css/grapesjs.css old mode 100755 new mode 100644 diff --git a/public/css/grapesjs.css.map b/public/css/grapesjs.css.map old mode 100755 new mode 100644 diff --git a/public/css/img/jsoneditor-icons.png b/public/css/img/jsoneditor-icons.png old mode 100755 new mode 100644 diff --git a/public/css/img/jsoneditor-icons.svg b/public/css/img/jsoneditor-icons.svg old mode 100755 new mode 100644 diff --git a/public/css/jquery.datetimepicker.css b/public/css/jquery.datetimepicker.css old mode 100755 new mode 100644 diff --git a/public/css/jquery.datetimepicker.min.css b/public/css/jquery.datetimepicker.min.css old mode 100755 new mode 100644 diff --git a/public/css/jquery.datetimepicker.min.css.map b/public/css/jquery.datetimepicker.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/jquery.timepicker.css b/public/css/jquery.timepicker.css old mode 100755 new mode 100644 diff --git a/public/css/jquery.timepicker.css.map b/public/css/jquery.timepicker.css.map old mode 100755 new mode 100644 diff --git a/public/css/jsoneditor.min.css b/public/css/jsoneditor.min.css old mode 100755 new mode 100644 diff --git a/public/css/jsoneditor.min.css.map b/public/css/jsoneditor.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/lightbox.css b/public/css/lightbox.css old mode 100755 new mode 100644 diff --git a/public/css/lightbox.min.css b/public/css/lightbox.min.css old mode 100755 new mode 100644 diff --git a/public/css/lightbox.min.css.map b/public/css/lightbox.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/login.css b/public/css/login.css old mode 100755 new mode 100644 diff --git a/public/css/login.css.map b/public/css/login.css.map old mode 100755 new mode 100644 diff --git a/public/css/quill.snow.css b/public/css/quill.snow.css old mode 100755 new mode 100644 diff --git a/public/css/quill.snow.min.css b/public/css/quill.snow.min.css old mode 100755 new mode 100644 diff --git a/public/css/quill.snow.min.css.map b/public/css/quill.snow.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/select2.css b/public/css/select2.css old mode 100755 new mode 100644 diff --git a/public/css/select2.css.map b/public/css/select2.css.map old mode 100755 new mode 100644 diff --git a/public/css/style.min.css b/public/css/style.min.css old mode 100755 new mode 100644 diff --git a/public/css/style.min.css.map b/public/css/style.min.css.map old mode 100755 new mode 100644 diff --git a/public/css/tablesorter.css b/public/css/tablesorter.css old mode 100755 new mode 100644 diff --git a/public/css/tablesorter.css.map b/public/css/tablesorter.css.map old mode 100755 new mode 100644 diff --git a/public/css/themes/amelia.min.css b/public/css/themes/amelia.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/cerulean.min.css b/public/css/themes/cerulean.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/cosmo.min.css b/public/css/themes/cosmo.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/cyborg.min.css b/public/css/themes/cyborg.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/flatly.min.css b/public/css/themes/flatly.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/journal.min.css b/public/css/themes/journal.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/readable.min.css b/public/css/themes/readable.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/simplex.min.css b/public/css/themes/simplex.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/slate.min.css b/public/css/themes/slate.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/spacelab.min.css b/public/css/themes/spacelab.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/united.min.css b/public/css/themes/united.min.css old mode 100755 new mode 100644 diff --git a/public/css/themes/yeti.min.css b/public/css/themes/yeti.min.css old mode 100755 new mode 100644 diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png old mode 100755 new mode 100644 diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png old mode 100755 new mode 100644 diff --git a/public/favicon-v2.png b/public/favicon-v2.png old mode 100755 new mode 100644 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100755 new mode 100644 diff --git a/public/favicon.png b/public/favicon.png old mode 100755 new mode 100644 diff --git a/public/fonts/.empty b/public/fonts/.empty old mode 100755 new mode 100644 diff --git a/public/fonts/FontAwesome.otf b/public/fonts/FontAwesome.otf old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-100/LICENSE.txt b/public/fonts/Roboto-100/LICENSE.txt old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-100/Roboto-100.eot b/public/fonts/Roboto-100/Roboto-100.eot old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-100/Roboto-100.svg b/public/fonts/Roboto-100/Roboto-100.svg old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-100/Roboto-100.ttf b/public/fonts/Roboto-100/Roboto-100.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-100/Roboto-100.woff b/public/fonts/Roboto-100/Roboto-100.woff old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-100/Roboto-100.woff2 b/public/fonts/Roboto-100/Roboto-100.woff2 old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-700/LICENSE.txt b/public/fonts/Roboto-700/LICENSE.txt old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-700/Roboto-700.eot b/public/fonts/Roboto-700/Roboto-700.eot old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-700/Roboto-700.svg b/public/fonts/Roboto-700/Roboto-700.svg old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-700/Roboto-700.ttf b/public/fonts/Roboto-700/Roboto-700.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-700/Roboto-700.woff b/public/fonts/Roboto-700/Roboto-700.woff old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-700/Roboto-700.woff2 b/public/fonts/Roboto-700/Roboto-700.woff2 old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-900/LICENSE.txt b/public/fonts/Roboto-900/LICENSE.txt old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-900/Roboto-900.eot b/public/fonts/Roboto-900/Roboto-900.eot old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-900/Roboto-900.svg b/public/fonts/Roboto-900/Roboto-900.svg old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-900/Roboto-900.ttf b/public/fonts/Roboto-900/Roboto-900.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-900/Roboto-900.woff b/public/fonts/Roboto-900/Roboto-900.woff old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-900/Roboto-900.woff2 b/public/fonts/Roboto-900/Roboto-900.woff2 old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-regular/LICENSE.txt b/public/fonts/Roboto-regular/LICENSE.txt old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-regular/Roboto-regular.eot b/public/fonts/Roboto-regular/Roboto-regular.eot old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-regular/Roboto-regular.svg b/public/fonts/Roboto-regular/Roboto-regular.svg old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-regular/Roboto-regular.ttf b/public/fonts/Roboto-regular/Roboto-regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-regular/Roboto-regular.woff b/public/fonts/Roboto-regular/Roboto-regular.woff old mode 100755 new mode 100644 diff --git a/public/fonts/Roboto-regular/Roboto-regular.woff2 b/public/fonts/Roboto-regular/Roboto-regular.woff2 old mode 100755 new mode 100644 diff --git a/public/fonts/fontawesome-webfont.eot b/public/fonts/fontawesome-webfont.eot old mode 100755 new mode 100644 diff --git a/public/fonts/fontawesome-webfont.svg b/public/fonts/fontawesome-webfont.svg old mode 100755 new mode 100644 diff --git a/public/fonts/fontawesome-webfont.ttf b/public/fonts/fontawesome-webfont.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/fontawesome-webfont.woff b/public/fonts/fontawesome-webfont.woff old mode 100755 new mode 100644 diff --git a/public/fonts/fontawesome-webfont.woff2 b/public/fonts/fontawesome-webfont.woff2 old mode 100755 new mode 100644 diff --git a/public/fonts/glyphicons-halflings-regular.eot b/public/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/public/fonts/glyphicons-halflings-regular.svg b/public/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/public/fonts/glyphicons-halflings-regular.ttf b/public/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/glyphicons-halflings-regular.woff b/public/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/public/fonts/glyphicons-halflings-regular.woff2 b/public/fonts/glyphicons-halflings-regular.woff2 old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/abril_fatface/AbrilFatface-Regular.ttf b/public/fonts/invoice-fonts/abril_fatface/AbrilFatface-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/abril_fatface/OFL.txt b/public/fonts/invoice-fonts/abril_fatface/OFL.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/arvo/Arvo-Bold.ttf b/public/fonts/invoice-fonts/arvo/Arvo-Bold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/arvo/Arvo-Italic.ttf b/public/fonts/invoice-fonts/arvo/Arvo-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/arvo/Arvo-Regular.ttf b/public/fonts/invoice-fonts/arvo/Arvo-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/arvo/SIL Open Font License.txt b/public/fonts/invoice-fonts/arvo/SIL Open Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/gensha_gothic/GenShinGothic-Regular.ttf b/public/fonts/invoice-fonts/gensha_gothic/GenShinGothic-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/gensha_gothic/SIL_Open_Font_License_1.1.txt b/public/fonts/invoice-fonts/gensha_gothic/SIL_Open_Font_License_1.1.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/gensha_gothic_p/GenShinGothic-P-Regular.ttf b/public/fonts/invoice-fonts/gensha_gothic_p/GenShinGothic-P-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/gensha_gothic_p/SIL_Open_Font_License_1.1.txt b/public/fonts/invoice-fonts/gensha_gothic_p/SIL_Open_Font_License_1.1.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans/JosefinSans-Bold.ttf b/public/fonts/invoice-fonts/josefin_sans/JosefinSans-Bold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans/JosefinSans-Italic.ttf b/public/fonts/invoice-fonts/josefin_sans/JosefinSans-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans/JosefinSans-Regular.ttf b/public/fonts/invoice-fonts/josefin_sans/JosefinSans-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans/SIL Open Font License.txt b/public/fonts/invoice-fonts/josefin_sans/SIL Open Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-Light.ttf b/public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-Light.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-LightItalic.ttf b/public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-SemiBold.ttf b/public/fonts/invoice-fonts/josefin_sans_light/JosefinSans-SemiBold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_sans_light/SIL Open Font License.txt b/public/fonts/invoice-fonts/josefin_sans_light/SIL Open Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Bold.ttf b/public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Bold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Italic.ttf b/public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Regular.ttf b/public/fonts/invoice-fonts/josefin_slab/JosefinSlab-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab/SIL Open Font License.txt b/public/fonts/invoice-fonts/josefin_slab/SIL Open Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-Light.ttf b/public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-Light.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-LightItalic.ttf b/public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-SemiBold.ttf b/public/fonts/invoice-fonts/josefin_slab_light/JosefinSlab-SemiBold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/josefin_slab_light/SIL Open Font License.txt b/public/fonts/invoice-fonts/josefin_slab_light/SIL Open Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans/Apache License.txt b/public/fonts/invoice-fonts/open_sans/Apache License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans/OpenSans-Italic.ttf b/public/fonts/invoice-fonts/open_sans/OpenSans-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans/OpenSans-Regular.ttf b/public/fonts/invoice-fonts/open_sans/OpenSans-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans/OpenSans-Semibold.ttf b/public/fonts/invoice-fonts/open_sans/OpenSans-Semibold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans_light/Apache License.txt b/public/fonts/invoice-fonts/open_sans_light/Apache License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans_light/OpenSans-Light.ttf b/public/fonts/invoice-fonts/open_sans_light/OpenSans-Light.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans_light/OpenSans-LightItalic.ttf b/public/fonts/invoice-fonts/open_sans_light/OpenSans-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/open_sans_light/OpenSans-Regular.ttf b/public/fonts/invoice-fonts/open_sans_light/OpenSans-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_sans/PTSans-Bold.ttf b/public/fonts/invoice-fonts/pt_sans/PTSans-Bold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_sans/PTSans-Italic.ttf b/public/fonts/invoice-fonts/pt_sans/PTSans-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_sans/PTSans-Regular.ttf b/public/fonts/invoice-fonts/pt_sans/PTSans-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_sans/Paratype PT Sans Free Font License.txt b/public/fonts/invoice-fonts/pt_sans/Paratype PT Sans Free Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_serif/PTSerif-Bold.ttf b/public/fonts/invoice-fonts/pt_serif/PTSerif-Bold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_serif/PTSerif-Italic.ttf b/public/fonts/invoice-fonts/pt_serif/PTSerif-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_serif/PTSerif-Regular.ttf b/public/fonts/invoice-fonts/pt_serif/PTSerif-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/pt_serif/Paratype PT Sans Free Font License.txt b/public/fonts/invoice-fonts/pt_serif/Paratype PT Sans Free Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway/Raleway-Italic.ttf b/public/fonts/invoice-fonts/raleway/Raleway-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway/Raleway-Medium.ttf b/public/fonts/invoice-fonts/raleway/Raleway-Medium.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway/Raleway-Regular.ttf b/public/fonts/invoice-fonts/raleway/Raleway-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway/SIL Open Font License.txt b/public/fonts/invoice-fonts/raleway/SIL Open Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway_light/Raleway-Light.ttf b/public/fonts/invoice-fonts/raleway_light/Raleway-Light.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway_light/Raleway-LightItalic.ttf b/public/fonts/invoice-fonts/raleway_light/Raleway-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway_light/Raleway-Medium.ttf b/public/fonts/invoice-fonts/raleway_light/Raleway-Medium.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/raleway_light/SIL Open Font License.txt b/public/fonts/invoice-fonts/raleway_light/SIL Open Font License.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/roboto/LICENSE.txt b/public/fonts/invoice-fonts/roboto/LICENSE.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/roboto/Roboto-Italic.ttf b/public/fonts/invoice-fonts/roboto/Roboto-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/roboto/Roboto-Medium.ttf b/public/fonts/invoice-fonts/roboto/Roboto-Medium.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/roboto/Roboto-Regular.ttf b/public/fonts/invoice-fonts/roboto/Roboto-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium/OFL.txt b/public/fonts/invoice-fonts/titillium/OFL.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium/TitilliumWeb-Bold.ttf b/public/fonts/invoice-fonts/titillium/TitilliumWeb-Bold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium/TitilliumWeb-Italic.ttf b/public/fonts/invoice-fonts/titillium/TitilliumWeb-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium/TitilliumWeb-Regular.ttf b/public/fonts/invoice-fonts/titillium/TitilliumWeb-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium_light/OFL.txt b/public/fonts/invoice-fonts/titillium_light/OFL.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium_light/TitilliumWeb-Light.ttf b/public/fonts/invoice-fonts/titillium_light/TitilliumWeb-Light.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium_light/TitilliumWeb-LightItalic.ttf b/public/fonts/invoice-fonts/titillium_light/TitilliumWeb-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/titillium_light/TitilliumWeb-SemiBold.ttf b/public/fonts/invoice-fonts/titillium_light/TitilliumWeb-SemiBold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu/UBUNTU FONT LICENCE.txt b/public/fonts/invoice-fonts/ubuntu/UBUNTU FONT LICENCE.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu/Ubuntu-Bold.ttf b/public/fonts/invoice-fonts/ubuntu/Ubuntu-Bold.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu/Ubuntu-Italic.ttf b/public/fonts/invoice-fonts/ubuntu/Ubuntu-Italic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu/Ubuntu-Regular.ttf b/public/fonts/invoice-fonts/ubuntu/Ubuntu-Regular.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu_light/UBUNTU FONT LICENCE.txt b/public/fonts/invoice-fonts/ubuntu_light/UBUNTU FONT LICENCE.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu_light/Ubuntu-Light.ttf b/public/fonts/invoice-fonts/ubuntu_light/Ubuntu-Light.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu_light/Ubuntu-LightItalic.ttf b/public/fonts/invoice-fonts/ubuntu_light/Ubuntu-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ubuntu_light/Ubuntu-Medium.ttf b/public/fonts/invoice-fonts/ubuntu_light/Ubuntu-Medium.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ukai/ARPHICPL.txt b/public/fonts/invoice-fonts/ukai/ARPHICPL.txt old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ukai/UKai.ttf b/public/fonts/invoice-fonts/ukai/UKai.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ukai/license/big5/ARPHICPL.TXT b/public/fonts/invoice-fonts/ukai/license/big5/ARPHICPL.TXT old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ukai/license/english/ARPHICPL.TXT b/public/fonts/invoice-fonts/ukai/license/english/ARPHICPL.TXT old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ukai/license/gb/ARPHICPL.TXT b/public/fonts/invoice-fonts/ukai/license/gb/ARPHICPL.TXT old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ukai/license/zh_CN.UTF-8/ARPHICPL.TXT b/public/fonts/invoice-fonts/ukai/license/zh_CN.UTF-8/ARPHICPL.TXT old mode 100755 new mode 100644 diff --git a/public/fonts/invoice-fonts/ukai/license/zh_TW.UTF-8/ARPHICPL.TXT b/public/fonts/invoice-fonts/ukai/license/zh_TW.UTF-8/ARPHICPL.TXT old mode 100755 new mode 100644 diff --git a/public/fonts/main-fonts.woff b/public/fonts/main-fonts.woff old mode 100755 new mode 100644 diff --git a/public/fonts/socicon-webfont.eot b/public/fonts/socicon-webfont.eot old mode 100755 new mode 100644 diff --git a/public/fonts/socicon-webfont.svg b/public/fonts/socicon-webfont.svg old mode 100755 new mode 100644 diff --git a/public/fonts/socicon-webfont.ttf b/public/fonts/socicon-webfont.ttf old mode 100755 new mode 100644 diff --git a/public/fonts/socicon-webfont.woff b/public/fonts/socicon-webfont.woff old mode 100755 new mode 100644 diff --git a/public/humans.txt b/public/humans.txt old mode 100755 new mode 100644 diff --git a/public/ic_cloud_circle.png b/public/ic_cloud_circle.png old mode 100755 new mode 100644 diff --git a/public/images/AcceptPaymentsOnline.png b/public/images/AcceptPaymentsOnline.png old mode 100755 new mode 100644 diff --git a/public/images/AdjustablePaymentTerms.png b/public/images/AdjustablePaymentTerms.png old mode 100755 new mode 100644 diff --git a/public/images/AlertsWhenInvoicesViewed.png b/public/images/AlertsWhenInvoicesViewed.png old mode 100755 new mode 100644 diff --git a/public/images/BeautifulTemplates.png b/public/images/BeautifulTemplates.png old mode 100755 new mode 100644 diff --git a/public/images/BestInClassSecurity.png b/public/images/BestInClassSecurity.png old mode 100755 new mode 100644 diff --git a/public/images/CloneInvoices.png b/public/images/CloneInvoices.png old mode 100755 new mode 100644 diff --git a/public/images/CloudBasedApp.png b/public/images/CloudBasedApp.png old mode 100755 new mode 100644 diff --git a/public/images/CustomizeInvoices.png b/public/images/CustomizeInvoices.png old mode 100755 new mode 100644 diff --git a/public/images/EstimatesProForma.png b/public/images/EstimatesProForma.png old mode 100755 new mode 100644 diff --git a/public/images/FreeInvoicing.png b/public/images/FreeInvoicing.png old mode 100755 new mode 100644 diff --git a/public/images/GitHub.png b/public/images/GitHub.png old mode 100755 new mode 100644 diff --git a/public/images/ImportExportRecords.png b/public/images/ImportExportRecords.png old mode 100755 new mode 100644 diff --git a/public/images/InTuitiveEditingInterface.png b/public/images/InTuitiveEditingInterface.png old mode 100755 new mode 100644 diff --git a/public/images/IntegrateWithPaymentGateways.png b/public/images/IntegrateWithPaymentGateways.png old mode 100755 new mode 100644 diff --git a/public/images/InvoiceClientsViaEmail.png b/public/images/InvoiceClientsViaEmail.png old mode 100755 new mode 100644 diff --git a/public/images/LivePDFCreation.png b/public/images/LivePDFCreation.png old mode 100755 new mode 100644 diff --git a/public/images/ManualAutomaticInvoiceNumbers.png b/public/images/ManualAutomaticInvoiceNumbers.png old mode 100755 new mode 100644 diff --git a/public/images/MultilingualSupport.png b/public/images/MultilingualSupport.png old mode 100755 new mode 100644 diff --git a/public/images/MultipleCurrencySupport.png b/public/images/MultipleCurrencySupport.png old mode 100755 new mode 100644 diff --git a/public/images/MultipleTaxSettings.png b/public/images/MultipleTaxSettings.png old mode 100755 new mode 100644 diff --git a/public/images/OpenSource.png b/public/images/OpenSource.png old mode 100755 new mode 100644 diff --git a/public/images/PaymentTracking.png b/public/images/PaymentTracking.png old mode 100755 new mode 100644 diff --git a/public/images/PersonalizeInvoiceColor.png b/public/images/PersonalizeInvoiceColor.png old mode 100755 new mode 100644 diff --git a/public/images/PrintablePDFInvoices.png b/public/images/PrintablePDFInvoices.png old mode 100755 new mode 100644 diff --git a/public/images/RecurringInvoiceProfiles.png b/public/images/RecurringInvoiceProfiles.png old mode 100755 new mode 100644 diff --git a/public/images/SelfHostedAvailable.png b/public/images/SelfHostedAvailable.png old mode 100755 new mode 100644 diff --git a/public/images/about1.jpg b/public/images/about1.jpg old mode 100755 new mode 100644 diff --git a/public/images/about1@2x.jpg b/public/images/about1@2x.jpg old mode 100755 new mode 100644 diff --git a/public/images/about2.jpg b/public/images/about2.jpg old mode 100755 new mode 100644 diff --git a/public/images/about2@2x.jpg b/public/images/about2@2x.jpg old mode 100755 new mode 100644 diff --git a/public/images/activeclients.png b/public/images/activeclients.png old mode 100755 new mode 100644 diff --git a/public/images/activeclients@2x.png b/public/images/activeclients@2x.png old mode 100755 new mode 100644 diff --git a/public/images/apple-touch-icon-114x114-precomposed.png b/public/images/apple-touch-icon-114x114-precomposed.png old mode 100755 new mode 100644 diff --git a/public/images/apple-touch-icon-144x144-precomposed.png b/public/images/apple-touch-icon-144x144-precomposed.png old mode 100755 new mode 100644 diff --git a/public/images/apple-touch-icon-57x57-precomposed.png b/public/images/apple-touch-icon-57x57-precomposed.png old mode 100755 new mode 100644 diff --git a/public/images/apple-touch-icon-72x72-precomposed.png b/public/images/apple-touch-icon-72x72-precomposed.png old mode 100755 new mode 100644 diff --git a/public/images/apple-touch-icon.png b/public/images/apple-touch-icon.png old mode 100755 new mode 100644 diff --git a/public/images/benjacobson.jpg b/public/images/benjacobson.jpg old mode 100755 new mode 100644 diff --git a/public/images/bg-blue.jpg b/public/images/bg-blue.jpg old mode 100755 new mode 100644 diff --git a/public/images/clients.png b/public/images/clients.png old mode 100755 new mode 100644 diff --git a/public/images/clients@2x.png b/public/images/clients@2x.png old mode 100755 new mode 100644 diff --git a/public/images/close.png b/public/images/close.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/Test-AmericanExpress-Icon.png b/public/images/credit_cards/Test-AmericanExpress-Icon.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/Test-Diners-Icon.png b/public/images/credit_cards/Test-Diners-Icon.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/Test-Discover-Icon.png b/public/images/credit_cards/Test-Discover-Icon.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/Test-MasterCard-Icon.png b/public/images/credit_cards/Test-MasterCard-Icon.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/Test-Visa-Icon.png b/public/images/credit_cards/Test-Visa-Icon.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/ach.png b/public/images/credit_cards/ach.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/americanexpress.png b/public/images/credit_cards/americanexpress.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/carteblanche.png b/public/images/credit_cards/carteblanche.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/creditcardother.png b/public/images/credit_cards/creditcardother.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/dinerscard.png b/public/images/credit_cards/dinerscard.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/discovercard.png b/public/images/credit_cards/discovercard.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/jcb.png b/public/images/credit_cards/jcb.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/laser.png b/public/images/credit_cards/laser.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/maestro.png b/public/images/credit_cards/maestro.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/mastercard.png b/public/images/credit_cards/mastercard.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/paypal.png b/public/images/credit_cards/paypal.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/solo.png b/public/images/credit_cards/solo.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/switch.png b/public/images/credit_cards/switch.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/unionpay.png b/public/images/credit_cards/unionpay.png old mode 100755 new mode 100644 diff --git a/public/images/credit_cards/visacard.png b/public/images/credit_cards/visacard.png old mode 100755 new mode 100644 diff --git a/public/images/designs/business.png b/public/images/designs/business.png old mode 100755 new mode 100644 diff --git a/public/images/designs/business_thumb.png b/public/images/designs/business_thumb.png old mode 100755 new mode 100644 diff --git a/public/images/designs/creative.png b/public/images/designs/creative.png old mode 100755 new mode 100644 diff --git a/public/images/designs/creative_thumb.png b/public/images/designs/creative_thumb.png old mode 100755 new mode 100644 diff --git a/public/images/designs/elegant.png b/public/images/designs/elegant.png old mode 100755 new mode 100644 diff --git a/public/images/designs/elegant_thumb.png b/public/images/designs/elegant_thumb.png old mode 100755 new mode 100644 diff --git a/public/images/designs/hipster.png b/public/images/designs/hipster.png old mode 100755 new mode 100644 diff --git a/public/images/designs/hipster_thumb.png b/public/images/designs/hipster_thumb.png old mode 100755 new mode 100644 diff --git a/public/images/designs/photo.png b/public/images/designs/photo.png old mode 100755 new mode 100644 diff --git a/public/images/designs/photo_thumb.png b/public/images/designs/photo_thumb.png old mode 100755 new mode 100644 diff --git a/public/images/designs/playful.png b/public/images/designs/playful.png old mode 100755 new mode 100644 diff --git a/public/images/designs/playful_thumb.png b/public/images/designs/playful_thumb.png old mode 100755 new mode 100644 diff --git a/public/images/devices-2.png b/public/images/devices-2.png old mode 100755 new mode 100644 diff --git a/public/images/devices.png b/public/images/devices.png old mode 100755 new mode 100644 diff --git a/public/images/devices3.png b/public/images/devices3.png old mode 100755 new mode 100644 diff --git a/public/images/emails/dark.png b/public/images/emails/dark.png old mode 100755 new mode 100644 diff --git a/public/images/emails/icon-facebook.png b/public/images/emails/icon-facebook.png old mode 100755 new mode 100644 diff --git a/public/images/emails/icon-github.png b/public/images/emails/icon-github.png old mode 100755 new mode 100644 diff --git a/public/images/emails/icon-twitter.png b/public/images/emails/icon-twitter.png old mode 100755 new mode 100644 diff --git a/public/images/emails/light.png b/public/images/emails/light.png old mode 100755 new mode 100644 diff --git a/public/images/emails/plain.png b/public/images/emails/plain.png old mode 100755 new mode 100644 diff --git a/public/images/facebook.jpg b/public/images/facebook.jpg old mode 100755 new mode 100644 diff --git a/public/images/features1.jpg b/public/images/features1.jpg old mode 100755 new mode 100644 diff --git a/public/images/features2.jpg b/public/images/features2.jpg old mode 100755 new mode 100644 diff --git a/public/images/features3.jpg b/public/images/features3.jpg old mode 100755 new mode 100644 diff --git a/public/images/features4.jpg b/public/images/features4.jpg old mode 100755 new mode 100644 diff --git a/public/images/features5.jpg b/public/images/features5.jpg old mode 100755 new mode 100644 diff --git a/public/images/footer-logo.png b/public/images/footer-logo.png old mode 100755 new mode 100644 diff --git a/public/images/gateways/logo_AuthorizeNet_AIM.png b/public/images/gateways/logo_AuthorizeNet_AIM.png old mode 100755 new mode 100644 diff --git a/public/images/gateways/logo_BeanStream.png b/public/images/gateways/logo_BeanStream.png old mode 100755 new mode 100644 diff --git a/public/images/gateways/logo_Bitcoin.png b/public/images/gateways/logo_Bitcoin.png old mode 100755 new mode 100644 diff --git a/public/images/gateways/logo_FirstData_Connect.png b/public/images/gateways/logo_FirstData_Connect.png old mode 100755 new mode 100644 diff --git a/public/images/gateways/logo_PayPal_Pro.png b/public/images/gateways/logo_PayPal_Pro.png old mode 100755 new mode 100644 diff --git a/public/images/gateways/logo_TwoCheckout.png b/public/images/gateways/logo_TwoCheckout.png old mode 100755 new mode 100644 diff --git a/public/images/gateways/logo_iTransact.png b/public/images/gateways/logo_iTransact.png old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-1.jpg b/public/images/hero-bg-1.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-2.jpg b/public/images/hero-bg-2.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-3.jpg b/public/images/hero-bg-3.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-4.jpg b/public/images/hero-bg-4.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-contact.jpg b/public/images/hero-bg-contact.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-faq.jpg b/public/images/hero-bg-faq.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-plans.jpg b/public/images/hero-bg-plans.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-secure-pay.jpg b/public/images/hero-bg-secure-pay.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-bg-testi.jpg b/public/images/hero-bg-testi.jpg old mode 100755 new mode 100644 diff --git a/public/images/hero-faq@2x.png b/public/images/hero-faq@2x.png old mode 100755 new mode 100644 diff --git a/public/images/hex-facebook.png b/public/images/hex-facebook.png old mode 100755 new mode 100644 diff --git a/public/images/hex-github.png b/public/images/hex-github.png old mode 100755 new mode 100644 diff --git a/public/images/hex-gplus.png b/public/images/hex-gplus.png old mode 100755 new mode 100644 diff --git a/public/images/hex-linkedin.png b/public/images/hex-linkedin.png old mode 100755 new mode 100644 diff --git a/public/images/hex-pinterest.png b/public/images/hex-pinterest.png old mode 100755 new mode 100644 diff --git a/public/images/hex-rss.png b/public/images/hex-rss.png old mode 100755 new mode 100644 diff --git a/public/images/hex-twitter.png b/public/images/hex-twitter.png old mode 100755 new mode 100644 diff --git a/public/images/hillelcoren.jpg b/public/images/hillelcoren.jpg old mode 100755 new mode 100644 diff --git a/public/images/icon-about.png b/public/images/icon-about.png old mode 100755 new mode 100644 diff --git a/public/images/icon-about@2x.png b/public/images/icon-about@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-balance.svg b/public/images/icon-balance.svg old mode 100755 new mode 100644 diff --git a/public/images/icon-contact.png b/public/images/icon-contact.png old mode 100755 new mode 100644 diff --git a/public/images/icon-contact@2x.png b/public/images/icon-contact@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-faq.png b/public/images/icon-faq.png old mode 100755 new mode 100644 diff --git a/public/images/icon-features.png b/public/images/icon-features.png old mode 100755 new mode 100644 diff --git a/public/images/icon-features@2x.png b/public/images/icon-features@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-free.png b/public/images/icon-free.png old mode 100755 new mode 100644 diff --git a/public/images/icon-free2.png b/public/images/icon-free2.png old mode 100755 new mode 100644 diff --git a/public/images/icon-free@2x.png b/public/images/icon-free@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-login.png b/public/images/icon-login.png old mode 100755 new mode 100644 diff --git a/public/images/icon-login@2x.png b/public/images/icon-login@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-opensource.png b/public/images/icon-opensource.png old mode 100755 new mode 100644 diff --git a/public/images/icon-opensource@2x.png b/public/images/icon-opensource@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-paidtodate.svg b/public/images/icon-paidtodate.svg old mode 100755 new mode 100644 diff --git a/public/images/icon-payment.png b/public/images/icon-payment.png old mode 100755 new mode 100644 diff --git a/public/images/icon-payment@2x.png b/public/images/icon-payment@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-pdf.png b/public/images/icon-pdf.png old mode 100755 new mode 100644 diff --git a/public/images/icon-pdf@2x.png b/public/images/icon-pdf@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-plans.png b/public/images/icon-plans.png old mode 100755 new mode 100644 diff --git a/public/images/icon-plans@2x.png b/public/images/icon-plans@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-secure-footer.png b/public/images/icon-secure-footer.png old mode 100755 new mode 100644 diff --git a/public/images/icon-secure-footer@2x.png b/public/images/icon-secure-footer@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-secure-pay.png b/public/images/icon-secure-pay.png old mode 100755 new mode 100644 diff --git a/public/images/icon-secure-pay@2x.png b/public/images/icon-secure-pay@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-secure.png b/public/images/icon-secure.png old mode 100755 new mode 100644 diff --git a/public/images/icon-secure@2x.png b/public/images/icon-secure@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-shield.png b/public/images/icon-shield.png old mode 100755 new mode 100644 diff --git a/public/images/icon-testi.png b/public/images/icon-testi.png old mode 100755 new mode 100644 diff --git a/public/images/icon-testi@2x.png b/public/images/icon-testi@2x.png old mode 100755 new mode 100644 diff --git a/public/images/icon-total-invoiced.svg b/public/images/icon-total-invoiced.svg old mode 100755 new mode 100644 diff --git a/public/images/instagram.svg b/public/images/instagram.svg old mode 100755 new mode 100644 diff --git a/public/images/invoiceninja-logo.png b/public/images/invoiceninja-logo.png old mode 100755 new mode 100644 diff --git a/public/images/invoiceninja-logo@2x.png b/public/images/invoiceninja-logo@2x.png old mode 100755 new mode 100644 diff --git a/public/images/invoiceninja-logox53.png b/public/images/invoiceninja-logox53.png old mode 100755 new mode 100644 diff --git a/public/images/laptopwicon.jpg b/public/images/laptopwicon.jpg old mode 100755 new mode 100644 diff --git a/public/images/lightbox/close.png b/public/images/lightbox/close.png old mode 100755 new mode 100644 diff --git a/public/images/lightbox/loading.gif b/public/images/lightbox/loading.gif old mode 100755 new mode 100644 diff --git a/public/images/lightbox/next.png b/public/images/lightbox/next.png old mode 100755 new mode 100644 diff --git a/public/images/lightbox/prev.png b/public/images/lightbox/prev.png old mode 100755 new mode 100644 diff --git a/public/images/linkedin.svg b/public/images/linkedin.svg old mode 100755 new mode 100644 diff --git a/public/images/loading.gif b/public/images/loading.gif old mode 100755 new mode 100644 diff --git a/public/images/me.svg b/public/images/me.svg old mode 100755 new mode 100644 diff --git a/public/images/next.png b/public/images/next.png old mode 100755 new mode 100644 diff --git a/public/images/opensource-footer.png b/public/images/opensource-footer.png old mode 100755 new mode 100644 diff --git a/public/images/plaid-logo.svg b/public/images/plaid-logo.svg old mode 100755 new mode 100644 diff --git a/public/images/plaid-logowhite.svg b/public/images/plaid-logowhite.svg old mode 100755 new mode 100644 diff --git a/public/images/prev.png b/public/images/prev.png old mode 100755 new mode 100644 diff --git a/public/images/pro-plan-chart.png b/public/images/pro-plan-chart.png old mode 100755 new mode 100644 diff --git a/public/images/pro_plan/border.png b/public/images/pro_plan/border.png old mode 100755 new mode 100644 diff --git a/public/images/pro_plan/check.png b/public/images/pro_plan/check.png old mode 100755 new mode 100644 diff --git a/public/images/pro_plan/close.png b/public/images/pro_plan/close.png old mode 100755 new mode 100644 diff --git a/public/images/pro_plan/price.png b/public/images/pro_plan/price.png old mode 100755 new mode 100644 diff --git a/public/images/pro_plan/white_label_after.png b/public/images/pro_plan/white_label_after.png old mode 100755 new mode 100644 diff --git a/public/images/pro_plan/white_label_before.png b/public/images/pro_plan/white_label_before.png old mode 100755 new mode 100644 diff --git a/public/images/providers.png b/public/images/providers.png old mode 100755 new mode 100644 diff --git a/public/images/quote.png b/public/images/quote.png old mode 100755 new mode 100644 diff --git a/public/images/razikantorp.jpg b/public/images/razikantorp.jpg old mode 100755 new mode 100644 diff --git a/public/images/report_logo1.jpg b/public/images/report_logo1.jpg old mode 100755 new mode 100644 diff --git a/public/images/report_logo2.jpg b/public/images/report_logo2.jpg old mode 100755 new mode 100644 diff --git a/public/images/report_logo3.jpg b/public/images/report_logo3.jpg old mode 100755 new mode 100644 diff --git a/public/images/report_logo3.png b/public/images/report_logo3.png old mode 100755 new mode 100644 diff --git a/public/images/round_logo.png b/public/images/round_logo.png old mode 100755 new mode 100644 diff --git a/public/images/shalomstark.jpg b/public/images/shalomstark.jpg old mode 100755 new mode 100644 diff --git a/public/images/social.jpg b/public/images/social.jpg old mode 100755 new mode 100644 diff --git a/public/images/social/facebook.png b/public/images/social/facebook.png old mode 100755 new mode 100644 diff --git a/public/images/social/facebook.svg b/public/images/social/facebook.svg old mode 100755 new mode 100644 diff --git a/public/images/social/github.png b/public/images/social/github.png old mode 100755 new mode 100644 diff --git a/public/images/social/twitter.png b/public/images/social/twitter.png old mode 100755 new mode 100644 diff --git a/public/images/social/twitter.svg b/public/images/social/twitter.svg old mode 100755 new mode 100644 diff --git a/public/images/sort_asc.png b/public/images/sort_asc.png old mode 100755 new mode 100644 diff --git a/public/images/sort_asc_disabled.png b/public/images/sort_asc_disabled.png old mode 100755 new mode 100644 diff --git a/public/images/sort_both.png b/public/images/sort_both.png old mode 100755 new mode 100644 diff --git a/public/images/sort_desc.png b/public/images/sort_desc.png old mode 100755 new mode 100644 diff --git a/public/images/sort_desc_disabled.png b/public/images/sort_desc_disabled.png old mode 100755 new mode 100644 diff --git a/public/images/ssl-footer.png b/public/images/ssl-footer.png old mode 100755 new mode 100644 diff --git a/public/images/totalincome.png b/public/images/totalincome.png old mode 100755 new mode 100644 diff --git a/public/images/totalincome@2x.png b/public/images/totalincome@2x.png old mode 100755 new mode 100644 diff --git a/public/images/totalinvoices.png b/public/images/totalinvoices.png old mode 100755 new mode 100644 diff --git a/public/images/totalinvoices@2x.png b/public/images/totalinvoices@2x.png old mode 100755 new mode 100644 diff --git a/public/images/twitter.svg b/public/images/twitter.svg old mode 100755 new mode 100644 diff --git a/public/images/website.svg b/public/images/website.svg old mode 100755 new mode 100644 diff --git a/public/images/youtube.png b/public/images/youtube.png old mode 100755 new mode 100644 diff --git a/public/images/youtube_screenshot.png b/public/images/youtube_screenshot.png old mode 100755 new mode 100644 diff --git a/public/index.php b/public/index.php old mode 100755 new mode 100644 diff --git a/public/js/Chart.min.js b/public/js/Chart.min.js old mode 100755 new mode 100644 diff --git a/public/js/Chart.min.js.map b/public/js/Chart.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/bootstrap-combobox.min.js b/public/js/bootstrap-combobox.min.js old mode 100755 new mode 100644 diff --git a/public/js/bootstrap-combobox.min.js.map b/public/js/bootstrap-combobox.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/bootstrap.js b/public/js/bootstrap.js old mode 100755 new mode 100644 diff --git a/public/js/bootstrap.min.js b/public/js/bootstrap.min.js old mode 100755 new mode 100644 diff --git a/public/js/card.min.js b/public/js/card.min.js old mode 100755 new mode 100644 diff --git a/public/js/card.min.js.map b/public/js/card.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/cookieconsent.min.js b/public/js/cookieconsent.min.js old mode 100755 new mode 100644 diff --git a/public/js/d3.min.js b/public/js/d3.min.js old mode 100755 new mode 100644 diff --git a/public/js/d3.min.js.map b/public/js/d3.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/daterangepicker.min.js b/public/js/daterangepicker.min.js old mode 100755 new mode 100644 diff --git a/public/js/daterangepicker.min.js.map b/public/js/daterangepicker.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/fullcalendar.min.js b/public/js/fullcalendar.min.js old mode 100755 new mode 100644 diff --git a/public/js/fullcalendar.min.js.map b/public/js/fullcalendar.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/grapes.min.js b/public/js/grapes.min.js old mode 100755 new mode 100644 diff --git a/public/js/grapes.min.js.map b/public/js/grapes.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/grapesjs-blocks-basic.min.js b/public/js/grapesjs-blocks-basic.min.js old mode 100755 new mode 100644 diff --git a/public/js/grapesjs-preset-newsletter.min.js b/public/js/grapesjs-preset-newsletter.min.js old mode 100755 new mode 100644 diff --git a/public/js/grapesjs.min.js b/public/js/grapesjs.min.js old mode 100755 new mode 100644 diff --git a/public/js/grapesjs.min.js.map b/public/js/grapesjs.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/jSignature.min.js b/public/js/jSignature.min.js old mode 100755 new mode 100644 diff --git a/public/js/jSignature.min.js.map b/public/js/jSignature.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/jquery.datetimepicker.js b/public/js/jquery.datetimepicker.js old mode 100755 new mode 100644 diff --git a/public/js/jquery.datetimepicker.min.js b/public/js/jquery.datetimepicker.min.js old mode 100755 new mode 100644 diff --git a/public/js/jquery.datetimepicker.min.js.map b/public/js/jquery.datetimepicker.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/jquery.timepicker.js b/public/js/jquery.timepicker.js old mode 100755 new mode 100644 diff --git a/public/js/jquery.timepicker.js.map b/public/js/jquery.timepicker.js.map old mode 100755 new mode 100644 diff --git a/public/js/jsoneditor.min.js b/public/js/jsoneditor.min.js old mode 100755 new mode 100644 diff --git a/public/js/jsoneditor.min.js.map b/public/js/jsoneditor.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/jspdf.min.js b/public/js/jspdf.min.js old mode 100755 new mode 100644 diff --git a/public/js/jspdf.plugin.split_text_to_size.js b/public/js/jspdf.plugin.split_text_to_size.js old mode 100755 new mode 100644 diff --git a/public/js/jspdf.source.js b/public/js/jspdf.source.js old mode 100755 new mode 100644 diff --git a/public/js/lightbox.min.js b/public/js/lightbox.min.js old mode 100755 new mode 100644 diff --git a/public/js/lightbox.min.js.map b/public/js/lightbox.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/pdf.js b/public/js/pdf.js old mode 100755 new mode 100644 diff --git a/public/js/pdf.min.js b/public/js/pdf.min.js old mode 100755 new mode 100644 diff --git a/public/js/pdf.min.js.map b/public/js/pdf.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/pdf_viewer.worker.js b/public/js/pdf_viewer.worker.js old mode 100755 new mode 100644 diff --git a/public/js/pdf_viewer.worker.js.map b/public/js/pdf_viewer.worker.js.map old mode 100755 new mode 100644 diff --git a/public/js/pdfmake.min.js b/public/js/pdfmake.min.js old mode 100755 new mode 100644 diff --git a/public/js/pdfmake.min.js.map b/public/js/pdfmake.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/qrcode.min.js b/public/js/qrcode.min.js old mode 100755 new mode 100644 diff --git a/public/js/qrcode.min.js.map b/public/js/qrcode.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/quill.min.js b/public/js/quill.min.js old mode 100755 new mode 100644 diff --git a/public/js/quill.min.js.map b/public/js/quill.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/retina-1.1.0.min.js b/public/js/retina-1.1.0.min.js old mode 100755 new mode 100644 diff --git a/public/js/script.js.map b/public/js/script.js.map old mode 100755 new mode 100644 diff --git a/public/js/select2.min.js b/public/js/select2.min.js old mode 100755 new mode 100644 diff --git a/public/js/select2.min.js.map b/public/js/select2.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/simpleexpand.js b/public/js/simpleexpand.js old mode 100755 new mode 100644 diff --git a/public/js/stacktrace.js b/public/js/stacktrace.js old mode 100755 new mode 100644 diff --git a/public/js/tablesorter.min.js b/public/js/tablesorter.min.js old mode 100755 new mode 100644 diff --git a/public/js/tablesorter.min.js.map b/public/js/tablesorter.min.js.map old mode 100755 new mode 100644 diff --git a/public/js/typedarray.js b/public/js/typedarray.js old mode 100755 new mode 100644 diff --git a/public/js/typedarray.js.map b/public/js/typedarray.js.map old mode 100755 new mode 100644 diff --git a/public/js/valign.js b/public/js/valign.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/abril_fatface.js b/public/js/vfs_fonts/abril_fatface.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/arvo.js b/public/js/vfs_fonts/arvo.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/gensha_gothic.js b/public/js/vfs_fonts/gensha_gothic.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/gensha_gothic_p.js b/public/js/vfs_fonts/gensha_gothic_p.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/josefin_sans.js b/public/js/vfs_fonts/josefin_sans.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/josefin_sans_light.js b/public/js/vfs_fonts/josefin_sans_light.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/josefin_slab.js b/public/js/vfs_fonts/josefin_slab.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/josefin_slab_light.js b/public/js/vfs_fonts/josefin_slab_light.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/open_sans.js b/public/js/vfs_fonts/open_sans.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/open_sans_light.js b/public/js/vfs_fonts/open_sans_light.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/pt_sans.js b/public/js/vfs_fonts/pt_sans.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/pt_serif.js b/public/js/vfs_fonts/pt_serif.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/raleway.js b/public/js/vfs_fonts/raleway.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/raleway_light.js b/public/js/vfs_fonts/raleway_light.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/roboto.js b/public/js/vfs_fonts/roboto.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/titillium.js b/public/js/vfs_fonts/titillium.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/titillium_light.js b/public/js/vfs_fonts/titillium_light.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/ubuntu.js b/public/js/vfs_fonts/ubuntu.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/ubuntu_light.js b/public/js/vfs_fonts/ubuntu_light.js old mode 100755 new mode 100644 diff --git a/public/js/vfs_fonts/ukai.js b/public/js/vfs_fonts/ukai.js old mode 100755 new mode 100644 diff --git a/public/logo/.gitkeep b/public/logo/.gitkeep old mode 100755 new mode 100644 diff --git a/public/logo/.htaccess b/public/logo/.htaccess old mode 100755 new mode 100644 diff --git a/public/logo/zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h.jpg b/public/logo/zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h.jpg old mode 100755 new mode 100644 diff --git a/public/manifest.json b/public/manifest.json old mode 100755 new mode 100644 diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png old mode 100755 new mode 100644 diff --git a/public/pdf.built.js b/public/pdf.built.js old mode 100755 new mode 100644 diff --git a/public/pdf.built.js.map b/public/pdf.built.js.map old mode 100755 new mode 100644 diff --git a/public/public.style.min.css b/public/public.style.min.css old mode 100755 new mode 100644 diff --git a/public/public.style.min.css.map b/public/public.style.min.css.map old mode 100755 new mode 100644 diff --git a/public/robots.txt b/public/robots.txt old mode 100755 new mode 100644 diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg old mode 100755 new mode 100644 diff --git a/public/youtube.png b/public/youtube.png old mode 100755 new mode 100644 diff --git a/resources/assets/css/app.css b/resources/assets/css/app.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/bootstrap-combobox.css b/resources/assets/css/bootstrap-combobox.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/colors.css b/resources/assets/css/colors.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/customCss.css b/resources/assets/css/customCss.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/fonts.css b/resources/assets/css/fonts.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/grapesjs-preset-newsletter.css b/resources/assets/css/grapesjs-preset-newsletter.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/img/jsoneditor-icons.png b/resources/assets/css/img/jsoneditor-icons.png old mode 100755 new mode 100644 diff --git a/resources/assets/css/login.css b/resources/assets/css/login.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/public.style.css b/resources/assets/css/public.style.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/sidebar.css b/resources/assets/css/sidebar.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/style.css b/resources/assets/css/style.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/amelia.min.css b/resources/assets/css/themes/amelia.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/cerulean.min.css b/resources/assets/css/themes/cerulean.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/cosmo.min.css b/resources/assets/css/themes/cosmo.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/cyborg.min.css b/resources/assets/css/themes/cyborg.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/flatly.min.css b/resources/assets/css/themes/flatly.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/journal.min.css b/resources/assets/css/themes/journal.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/readable.min.css b/resources/assets/css/themes/readable.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/simplex.min.css b/resources/assets/css/themes/simplex.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/slate.min.css b/resources/assets/css/themes/slate.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/spacelab.min.css b/resources/assets/css/themes/spacelab.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/united.min.css b/resources/assets/css/themes/united.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/themes/yeti.min.css b/resources/assets/css/themes/yeti.min.css old mode 100755 new mode 100644 diff --git a/resources/assets/css/typeahead.js-bootstrap.css b/resources/assets/css/typeahead.js-bootstrap.css old mode 100755 new mode 100644 diff --git a/resources/assets/js/Chart.js b/resources/assets/js/Chart.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/bootstrap-combobox.js b/resources/assets/js/bootstrap-combobox.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/compatibility.js b/resources/assets/js/compatibility.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/d3.js b/resources/assets/js/d3.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/maximize-select2-height.js b/resources/assets/js/maximize-select2-height.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/pdf.js b/resources/assets/js/pdf.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/pdf.pdfmake.js b/resources/assets/js/pdf.pdfmake.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/pdf_viewer.js b/resources/assets/js/pdf_viewer.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/pdf_viewer.worker.js b/resources/assets/js/pdf_viewer.worker.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/pdfmake.js b/resources/assets/js/pdfmake.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/script.js b/resources/assets/js/script.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs.js b/resources/assets/js/vfs.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/abril_fatface.js b/resources/assets/js/vfs_fonts/abril_fatface.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/arvo.js b/resources/assets/js/vfs_fonts/arvo.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/gensha_gothic.js b/resources/assets/js/vfs_fonts/gensha_gothic.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/gensha_gothic_p.js b/resources/assets/js/vfs_fonts/gensha_gothic_p.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/josefin_sans.js b/resources/assets/js/vfs_fonts/josefin_sans.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/josefin_sans_light.js b/resources/assets/js/vfs_fonts/josefin_sans_light.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/josefin_slab.js b/resources/assets/js/vfs_fonts/josefin_slab.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/josefin_slab_light.js b/resources/assets/js/vfs_fonts/josefin_slab_light.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/open_sans.js b/resources/assets/js/vfs_fonts/open_sans.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/open_sans_light.js b/resources/assets/js/vfs_fonts/open_sans_light.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/pt_sans.js b/resources/assets/js/vfs_fonts/pt_sans.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/pt_serif.js b/resources/assets/js/vfs_fonts/pt_serif.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/raleway.js b/resources/assets/js/vfs_fonts/raleway.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/raleway_light.js b/resources/assets/js/vfs_fonts/raleway_light.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/roboto.js b/resources/assets/js/vfs_fonts/roboto.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/titillium.js b/resources/assets/js/vfs_fonts/titillium.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/titillium_light.js b/resources/assets/js/vfs_fonts/titillium_light.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/ubuntu.js b/resources/assets/js/vfs_fonts/ubuntu.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/ubuntu_light.js b/resources/assets/js/vfs_fonts/ubuntu_light.js old mode 100755 new mode 100644 diff --git a/resources/assets/js/vfs_fonts/ukai.js b/resources/assets/js/vfs_fonts/ukai.js old mode 100755 new mode 100644 diff --git a/resources/lang/ca/auth.php b/resources/lang/ca/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/ca/pagination.php b/resources/lang/ca/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/ca/passwords.php b/resources/lang/ca/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/ca/texts.php b/resources/lang/ca/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/cs/auth.php b/resources/lang/cs/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/cs/pagination.php b/resources/lang/cs/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/cs/passwords.php b/resources/lang/cs/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/cs/texts.php b/resources/lang/cs/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/da/pagination.php b/resources/lang/da/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/da/reminders.php b/resources/lang/da/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/de/passwords.php b/resources/lang/de/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/el/auth.php b/resources/lang/el/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/el/pagination.php b/resources/lang/el/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/el/passwords.php b/resources/lang/el/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/el/texts.php b/resources/lang/el/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_AU/pagination.php b/resources/lang/en_AU/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_AU/passwords.php b/resources/lang/en_AU/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_AU/reminders.php b/resources/lang/en_AU/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_AU/texts.php b/resources/lang/en_AU/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_AU/validation.php b/resources/lang/en_AU/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_GB/pagination.php b/resources/lang/en_GB/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_GB/passwords.php b/resources/lang/en_GB/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_GB/reminders.php b/resources/lang/en_GB/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_GB/texts.php b/resources/lang/en_GB/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/en_GB/validation.php b/resources/lang/en_GB/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/es/pagination.php b/resources/lang/es/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/es/reminders.php b/resources/lang/es/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/es_ES/pagination.php b/resources/lang/es_ES/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/es_ES/reminders.php b/resources/lang/es_ES/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/fi/auth.php b/resources/lang/fi/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/fi/pagination.php b/resources/lang/fi/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/fi/passwords.php b/resources/lang/fi/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/fi/texts.php b/resources/lang/fi/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr/pagination.php b/resources/lang/fr/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_CA/pagination.php b/resources/lang/fr_CA/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_CA/reminders.php b/resources/lang/fr_CA/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/fr_CA/validation.php b/resources/lang/fr_CA/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/hr/auth.php b/resources/lang/hr/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/hr/pagination.php b/resources/lang/hr/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/hr/passwords.php b/resources/lang/hr/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/hr/texts.php b/resources/lang/hr/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/it/pagination.php b/resources/lang/it/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/it/reminders.php b/resources/lang/it/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/ja/pagination.php b/resources/lang/ja/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/ja/passwords.php b/resources/lang/ja/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/ja/reminders.php b/resources/lang/ja/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/ja/texts.php b/resources/lang/ja/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/lt/pagination.php b/resources/lang/lt/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/lt/reminders.php b/resources/lang/lt/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/mk_MK/auth.php b/resources/lang/mk_MK/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/mk_MK/pagination.php b/resources/lang/mk_MK/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/mk_MK/passwords.php b/resources/lang/mk_MK/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/mk_MK/texts.php b/resources/lang/mk_MK/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/mk_MK/validation.php b/resources/lang/mk_MK/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/nb_NO/pagination.php b/resources/lang/nb_NO/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/nb_NO/reminders.php b/resources/lang/nb_NO/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/nb_NO/validation.php b/resources/lang/nb_NO/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl/passwords.php b/resources/lang/nl/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/pl/pagination.php b/resources/lang/pl/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/pl/passwords.php b/resources/lang/pl/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/pl/texts.php b/resources/lang/pl/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/pagination.php b/resources/lang/pt_BR/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/passwords.php b/resources/lang/pt_BR/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/reminders.php b/resources/lang/pt_BR/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_PT/pagination.php b/resources/lang/pt_PT/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_PT/passwords.php b/resources/lang/pt_PT/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_PT/reminders.php b/resources/lang/pt_PT/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_PT/texts.php b/resources/lang/pt_PT/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/pt_PT/validation.php b/resources/lang/pt_PT/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/ro/auth.php b/resources/lang/ro/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/ro/pagination.php b/resources/lang/ro/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/ro/passwords.php b/resources/lang/ro/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/ro/texts.php b/resources/lang/ro/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/sl/auth.php b/resources/lang/sl/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/sl/c3.php b/resources/lang/sl/c3.php old mode 100755 new mode 100644 diff --git a/resources/lang/sl/pagination.php b/resources/lang/sl/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/sl/passwords.php b/resources/lang/sl/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/sl/texts.php b/resources/lang/sl/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/sq/auth.php b/resources/lang/sq/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/sq/pagination.php b/resources/lang/sq/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/sq/passwords.php b/resources/lang/sq/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/sq/texts.php b/resources/lang/sq/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/sq/validation.php b/resources/lang/sq/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/sr_RS/auth.php b/resources/lang/sr_RS/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/sr_RS/pagination.php b/resources/lang/sr_RS/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/sr_RS/passwords.php b/resources/lang/sr_RS/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/sr_RS/texts.php b/resources/lang/sr_RS/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/sr_RS/validation.php b/resources/lang/sr_RS/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/sv/pagination.php b/resources/lang/sv/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/sv/passwords.php b/resources/lang/sv/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/sv/reminders.php b/resources/lang/sv/reminders.php old mode 100755 new mode 100644 diff --git a/resources/lang/sv/texts.php b/resources/lang/sv/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/sv/validation.php b/resources/lang/sv/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/th/auth.php b/resources/lang/th/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/th/pagination.php b/resources/lang/th/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/th/passwords.php b/resources/lang/th/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/th/texts.php b/resources/lang/th/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/tr_TR/auth.php b/resources/lang/tr_TR/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/tr_TR/pagination.php b/resources/lang/tr_TR/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/tr_TR/passwords.php b/resources/lang/tr_TR/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/tr_TR/texts.php b/resources/lang/tr_TR/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/tr_TR/validation.php b/resources/lang/tr_TR/validation.php old mode 100755 new mode 100644 diff --git a/resources/lang/zh_TW/auth.php b/resources/lang/zh_TW/auth.php old mode 100755 new mode 100644 diff --git a/resources/lang/zh_TW/pagination.php b/resources/lang/zh_TW/pagination.php old mode 100755 new mode 100644 diff --git a/resources/lang/zh_TW/passwords.php b/resources/lang/zh_TW/passwords.php old mode 100755 new mode 100644 diff --git a/resources/lang/zh_TW/texts.php b/resources/lang/zh_TW/texts.php old mode 100755 new mode 100644 diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php old mode 100755 new mode 100644 diff --git a/resources/test.pjs b/resources/test.pjs old mode 100755 new mode 100644 diff --git a/resources/views/accounts/account_gateway.blade.php b/resources/views/accounts/account_gateway.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/account_gateway_wepay.blade.php b/resources/views/accounts/account_gateway_wepay.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/api_tokens.blade.php b/resources/views/accounts/api_tokens.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/bank_account.blade.php b/resources/views/accounts/bank_account.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/banks.blade.php b/resources/views/accounts/banks.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/client_portal.blade.php b/resources/views/accounts/client_portal.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/customize_design.blade.php b/resources/views/accounts/customize_design.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/details.blade.php b/resources/views/accounts/details.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/email_settings.blade.php b/resources/views/accounts/email_settings.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/export.blade.php b/resources/views/accounts/export.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/import_export.blade.php b/resources/views/accounts/import_export.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/import_map.blade.php b/resources/views/accounts/import_map.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/import_ofx.blade.php b/resources/views/accounts/import_ofx.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/invoice_design.blade.php b/resources/views/accounts/invoice_design.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/invoice_settings.blade.php b/resources/views/accounts/invoice_settings.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/localization.blade.php b/resources/views/accounts/localization.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/management.blade.php b/resources/views/accounts/management.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/nav.blade.php b/resources/views/accounts/nav.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/notifications.blade.php b/resources/views/accounts/notifications.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/partials/invoice_fields.blade.php b/resources/views/accounts/partials/invoice_fields.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/partials/invoice_fields_selector.blade.php b/resources/views/accounts/partials/invoice_fields_selector.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/partials/map.blade.php b/resources/views/accounts/partials/map.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/partials/notifications.blade.php b/resources/views/accounts/partials/notifications.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/partials/payment_credentials.blade.php b/resources/views/accounts/partials/payment_credentials.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/payment_term.blade.php b/resources/views/accounts/payment_term.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/payment_terms.blade.php b/resources/views/accounts/payment_terms.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/payments.blade.php b/resources/views/accounts/payments.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/product.blade.php b/resources/views/accounts/product.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/products.blade.php b/resources/views/accounts/products.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/subscription.blade.php b/resources/views/accounts/subscription.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/system_settings.blade.php b/resources/views/accounts/system_settings.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/tax_rate.blade.php b/resources/views/accounts/tax_rate.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/tax_rates.blade.php b/resources/views/accounts/tax_rates.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/template.blade.php b/resources/views/accounts/template.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/templates_and_reminders.blade.php b/resources/views/accounts/templates_and_reminders.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/token.blade.php b/resources/views/accounts/token.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/user_details.blade.php b/resources/views/accounts/user_details.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/accounts/user_management.blade.php b/resources/views/accounts/user_management.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/auth/two_factor.blade.php b/resources/views/auth/two_factor.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/calendar.blade.php b/resources/views/calendar.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/client.blade.php b/resources/views/client.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/client_login.blade.php b/resources/views/client_login.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/clientauth/login.blade.php b/resources/views/clientauth/login.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/clientauth/passwords/email.blade.php b/resources/views/clientauth/passwords/email.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/clientauth/sessionexpired.blade.php b/resources/views/clientauth/sessionexpired.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/clients/edit.blade.php b/resources/views/clients/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/clients/statement.blade.php b/resources/views/clients/statement.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/coming_soon.blade.php b/resources/views/coming_soon.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/credits/edit.blade.php b/resources/views/credits/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/datatable.blade.php b/resources/views/datatable.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/auth/reminder.blade.php b/resources/views/emails/auth/reminder.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/client_password_html.blade.php b/resources/views/emails/client_password_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/client_password_text.blade.php b/resources/views/emails/client_password_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/confirm_action.blade.php b/resources/views/emails/confirm_action.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/confirm_html.blade.php b/resources/views/emails/confirm_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/confirm_text.blade.php b/resources/views/emails/confirm_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/contact_html.blade.php b/resources/views/emails/contact_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/contact_text.blade.php b/resources/views/emails/contact_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/design2_html.blade.php b/resources/views/emails/design2_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/design2_text.blade.php b/resources/views/emails/design2_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/design3_html.blade.php b/resources/views/emails/design3_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/design3_text.blade.php b/resources/views/emails/design3_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/email_bounced_html.blade.php b/resources/views/emails/email_bounced_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/email_bounced_text.blade.php b/resources/views/emails/email_bounced_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/error.blade.php b/resources/views/emails/error.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_html.blade.php b/resources/views/emails/invoice_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_paid_html.blade.php b/resources/views/emails/invoice_paid_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_paid_text.blade.php b/resources/views/emails/invoice_paid_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_payment_failed_html.blade.php b/resources/views/emails/invoice_payment_failed_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_payment_failed_text.blade.php b/resources/views/emails/invoice_payment_failed_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_sent_html.blade.php b/resources/views/emails/invoice_sent_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_sent_text.blade.php b/resources/views/emails/invoice_sent_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_text.blade.php b/resources/views/emails/invoice_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_viewed_html.blade.php b/resources/views/emails/invoice_viewed_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/invoice_viewed_text.blade.php b/resources/views/emails/invoice_viewed_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/license_confirmation_html.blade.php b/resources/views/emails/license_confirmation_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/license_confirmation_text.blade.php b/resources/views/emails/license_confirmation_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/master.blade.php b/resources/views/emails/master.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/master_contact.blade.php b/resources/views/emails/master_contact.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/master_user.blade.php b/resources/views/emails/master_user.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/partials/account_logo.blade.php b/resources/views/emails/partials/account_logo.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/partials/client_view_action.blade.php b/resources/views/emails/partials/client_view_action.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/partials/user_view_action.blade.php b/resources/views/emails/partials/user_view_action.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/password_html.blade.php b/resources/views/emails/password_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/password_text.blade.php b/resources/views/emails/password_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/payment_confirmation_html.blade.php b/resources/views/emails/payment_confirmation_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/payment_confirmation_text.blade.php b/resources/views/emails/payment_confirmation_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/quote_approved_html.blade.php b/resources/views/emails/quote_approved_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/quote_approved_text.blade.php b/resources/views/emails/quote_approved_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/security_code_html.blade.php b/resources/views/emails/security_code_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/security_code_text.blade.php b/resources/views/emails/security_code_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/user_message_html.blade.php b/resources/views/emails/user_message_html.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/emails/user_message_text.blade.php b/resources/views/emails/user_message_text.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/error.blade.php b/resources/views/error.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/errors/400.blade.php b/resources/views/errors/400.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/errors/list.blade.php b/resources/views/errors/list.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/expense_categories/edit.blade.php b/resources/views/expense_categories/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/expenses/edit.blade.php b/resources/views/expenses/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export.blade.php b/resources/views/export.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/clients.blade.php b/resources/views/export/clients.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/contacts.blade.php b/resources/views/export/contacts.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/credits.blade.php b/resources/views/export/credits.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/expenses.blade.php b/resources/views/export/expenses.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/invoices.blade.php b/resources/views/export/invoices.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/payments.blade.php b/resources/views/export/payments.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/products.blade.php b/resources/views/export/products.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/recurring_invoices.blade.php b/resources/views/export/recurring_invoices.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/tasks.blade.php b/resources/views/export/tasks.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/vendor_contacts.blade.php b/resources/views/export/vendor_contacts.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/export/vendors.blade.php b/resources/views/export/vendors.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invited/custom_gateway.blade.php b/resources/views/invited/custom_gateway.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invited/custom_message.blade.php b/resources/views/invited/custom_message.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invited/dashboard.blade.php b/resources/views/invited/dashboard.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invited/details.blade.php b/resources/views/invited/details.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invited/proposal.blade.php b/resources/views/invited/proposal.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/deleted.blade.php b/resources/views/invoices/deleted.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/delivery_note.blade.php b/resources/views/invoices/delivery_note.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/edit_table.blade.php b/resources/views/invoices/edit_table.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/email.blade.php b/resources/views/invoices/email.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/history.blade.php b/resources/views/invoices/history.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/knockout.blade.php b/resources/views/invoices/knockout.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/pdf.blade.php b/resources/views/invoices/pdf.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/view.blade.php b/resources/views/invoices/view.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/invoices/view_borderless.blade.php b/resources/views/invoices/view_borderless.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/list_wrapper.blade.php b/resources/views/list_wrapper.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/login.blade.php b/resources/views/login.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/money_script.blade.php b/resources/views/money_script.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/accept_terms.blade.php b/resources/views/partials/accept_terms.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/autocomplete_fix.blade.php b/resources/views/partials/autocomplete_fix.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/bluevine_promo.blade.php b/resources/views/partials/bluevine_promo.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/bulk_form.blade.php b/resources/views/partials/bulk_form.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/checkbox.blade.php b/resources/views/partials/checkbox.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/contact_us.blade.php b/resources/views/partials/contact_us.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/custom_field.blade.php b/resources/views/partials/custom_field.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/custom_fields.blade.php b/resources/views/partials/custom_fields.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/discount_promo.blade.php b/resources/views/partials/discount_promo.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/dropzone.blade.php b/resources/views/partials/dropzone.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/email_button.blade.php b/resources/views/partials/email_button.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/email_templates.blade.php b/resources/views/partials/email_templates.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/entity_combobox.blade.php b/resources/views/partials/entity_combobox.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/google_geocode.blade.php b/resources/views/partials/google_geocode.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/keyboard_shortcuts.blade.php b/resources/views/partials/keyboard_shortcuts.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/navigation_option.blade.php b/resources/views/partials/navigation_option.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/quill_toolbar.blade.php b/resources/views/partials/quill_toolbar.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/refund_payment.blade.php b/resources/views/partials/refund_payment.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/sign_up.blade.php b/resources/views/partials/sign_up.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/speech_recognition.blade.php b/resources/views/partials/speech_recognition.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/system_settings.blade.php b/resources/views/partials/system_settings.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/tax_rates.blade.php b/resources/views/partials/tax_rates.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/upgrade_modal.blade.php b/resources/views/partials/upgrade_modal.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/variables_help.blade.php b/resources/views/partials/variables_help.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/warn_session.blade.php b/resources/views/partials/warn_session.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/white_label.blade.php b/resources/views/partials/white_label.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/partials/white_label_expired.blade.php b/resources/views/partials/white_label_expired.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/apple_pay.blade.php b/resources/views/payments/apple_pay.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/bank_transfer.blade.php b/resources/views/payments/bank_transfer.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/braintree/credit_card.blade.php b/resources/views/payments/braintree/credit_card.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/braintree/paypal.blade.php b/resources/views/payments/braintree/paypal.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/checkoutcom/partial.blade.php b/resources/views/payments/checkoutcom/partial.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/credit_card.blade.php b/resources/views/payments/credit_card.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/edit.blade.php b/resources/views/payments/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/payment_css.blade.php b/resources/views/payments/payment_css.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/payment_method.blade.php b/resources/views/payments/payment_method.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/paymentmethods.blade.php b/resources/views/payments/paymentmethods.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/paymentmethods_list.blade.php b/resources/views/payments/paymentmethods_list.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/paymill/credit_card.blade.php b/resources/views/payments/paymill/credit_card.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/stripe/bank_transfer.blade.php b/resources/views/payments/stripe/bank_transfer.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/stripe/bitcoin.blade.php b/resources/views/payments/stripe/bitcoin.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/stripe/credit_card.blade.php b/resources/views/payments/stripe/credit_card.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/stripe/credit_card_stripe_css.blade.php b/resources/views/payments/stripe/credit_card_stripe_css.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/stripe/sepa.blade.php b/resources/views/payments/stripe/sepa.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/wepay/bank_transfer.blade.php b/resources/views/payments/wepay/bank_transfer.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/payments/wepay/credit_card.blade.php b/resources/views/payments/wepay/credit_card.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/plans.blade.php b/resources/views/plans.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/projects/edit.blade.php b/resources/views/projects/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/projects/show.blade.php b/resources/views/projects/show.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/proposals/categories/edit.blade.php b/resources/views/proposals/categories/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/proposals/edit.blade.php b/resources/views/proposals/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/proposals/grapesjs.blade.php b/resources/views/proposals/grapesjs.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/proposals/grapesjs_header.blade.php b/resources/views/proposals/grapesjs_header.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/proposals/grapesjs_help.blade.php b/resources/views/proposals/grapesjs_help.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/proposals/snippets/edit.blade.php b/resources/views/proposals/snippets/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/proposals/templates/edit.blade.php b/resources/views/proposals/templates/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/public/header.blade.php b/resources/views/public/header.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/public/invoice_now.blade.php b/resources/views/public/invoice_now.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/public/license.blade.php b/resources/views/public/license.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/public/logo.blade.php b/resources/views/public/logo.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/public_list.blade.php b/resources/views/public_list.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/reports/chart_builder.blade.php b/resources/views/reports/chart_builder.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/reports/d3.blade.php b/resources/views/reports/d3.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/reports/emails.blade.php b/resources/views/reports/emails.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/reports/report_builder.blade.php b/resources/views/reports/report_builder.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/secure_payment.blade.php b/resources/views/secure_payment.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/setup.blade.php b/resources/views/setup.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/tasks/kanban.blade.php b/resources/views/tasks/kanban.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/tasks/time_tracker.blade.php b/resources/views/tasks/time_tracker.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/tasks/time_tracker_knockout.blade.php b/resources/views/tasks/time_tracker_knockout.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/timesheets/edit.blade.php b/resources/views/timesheets/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/user_account.blade.php b/resources/views/user_account.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/users/account_management.blade.php b/resources/views/users/account_management.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/users/two_factor.blade.php b/resources/views/users/two_factor.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor.blade.php b/resources/views/vendor.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/chumper.datatable/javascript.blade.php b/resources/views/vendor/chumper.datatable/javascript.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/chumper.datatable/options.blade.php b/resources/views/vendor/chumper.datatable/options.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/chumper.datatable/template.blade.php b/resources/views/vendor/chumper.datatable/template.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/notifications/email-plain.blade.php b/resources/views/vendor/notifications/email-plain.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/notifications/email.blade.php b/resources/views/vendor/notifications/email.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/pagination/bootstrap-4.blade.php b/resources/views/vendor/pagination/bootstrap-4.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/pagination/default.blade.php b/resources/views/vendor/pagination/default.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/pagination/simple-bootstrap-4.blade.php b/resources/views/vendor/pagination/simple-bootstrap-4.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/pagination/simple-default.blade.php b/resources/views/vendor/pagination/simple-default.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/self-update/mails/update-available.blade.php b/resources/views/vendor/self-update/mails/update-available.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/self-update/self-update.blade.php b/resources/views/vendor/self-update/self-update.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendor/swaggervel/.gitkeep b/resources/views/vendor/swaggervel/.gitkeep old mode 100755 new mode 100644 diff --git a/resources/views/vendor/swaggervel/index.blade.php b/resources/views/vendor/swaggervel/index.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendors/edit.blade.php b/resources/views/vendors/edit.blade.php old mode 100755 new mode 100644 diff --git a/resources/views/vendors/show.blade.php b/resources/views/vendors/show.blade.php old mode 100755 new mode 100644 diff --git a/routes/api.php b/routes/api.php old mode 100755 new mode 100644 diff --git a/routes/web.php b/routes/web.php old mode 100755 new mode 100644 diff --git a/server.php b/server.php old mode 100755 new mode 100644 diff --git a/storage/templates/bold.js b/storage/templates/bold.js old mode 100755 new mode 100644 diff --git a/storage/templates/business.js b/storage/templates/business.js old mode 100755 new mode 100644 diff --git a/storage/templates/clean.css b/storage/templates/clean.css old mode 100755 new mode 100644 diff --git a/storage/templates/clean.html b/storage/templates/clean.html old mode 100755 new mode 100644 diff --git a/storage/templates/clean.js b/storage/templates/clean.js old mode 100755 new mode 100644 diff --git a/storage/templates/creative.js b/storage/templates/creative.js old mode 100755 new mode 100644 diff --git a/storage/templates/elegant.js b/storage/templates/elegant.js old mode 100755 new mode 100644 diff --git a/storage/templates/hipster.js b/storage/templates/hipster.js old mode 100755 new mode 100644 diff --git a/storage/templates/modern.js b/storage/templates/modern.js old mode 100755 new mode 100644 diff --git a/storage/templates/photo.js b/storage/templates/photo.js old mode 100755 new mode 100644 diff --git a/storage/templates/plain.js b/storage/templates/plain.js old mode 100755 new mode 100644 diff --git a/storage/templates/playful.js b/storage/templates/playful.js old mode 100755 new mode 100644 diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php old mode 100755 new mode 100644 diff --git a/tests/TestCase.php b/tests/TestCase.php old mode 100755 new mode 100644 diff --git a/tests/_bootstrap.php.default b/tests/_bootstrap.php.default old mode 100755 new mode 100644 diff --git a/tests/_data/dump.sql b/tests/_data/dump.sql old mode 100755 new mode 100644 diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php old mode 100755 new mode 100644 diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php old mode 100755 new mode 100644 diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php old mode 100755 new mode 100644 diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php old mode 100755 new mode 100644 diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php old mode 100755 new mode 100644 diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php old mode 100755 new mode 100644 diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml old mode 100755 new mode 100644 diff --git a/tests/acceptance/APICest.php b/tests/acceptance/APICest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/AllPagesCept.php b/tests/acceptance/AllPagesCept.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/CheckBalanceCest.php b/tests/acceptance/CheckBalanceCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/ClientCest.php b/tests/acceptance/ClientCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/CreditCest.php b/tests/acceptance/CreditCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/DiscountCest.php b/tests/acceptance/DiscountCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/ExpenseCest.php b/tests/acceptance/ExpenseCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/GatewayFeesCest.php b/tests/acceptance/GatewayFeesCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/GoProCest.php b/tests/acceptance/GoProCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/InvoiceCest.php b/tests/acceptance/InvoiceCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/InvoiceDesignCest.php b/tests/acceptance/InvoiceDesignCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/OnlinePaymentCest.php b/tests/acceptance/OnlinePaymentCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/PaymentCest.php b/tests/acceptance/PaymentCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/QuoteCest.php b/tests/acceptance/QuoteCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/TaskCest.php b/tests/acceptance/TaskCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/TaxRatesCest.php b/tests/acceptance/TaxRatesCest.php old mode 100755 new mode 100644 diff --git a/tests/acceptance/_bootstrap.php b/tests/acceptance/_bootstrap.php old mode 100755 new mode 100644 diff --git a/tests/data/Demo/demo.response.json b/tests/data/Demo/demo.response.json old mode 100755 new mode 100644 diff --git a/tests/functional.suite.yml b/tests/functional.suite.yml old mode 100755 new mode 100644 diff --git a/tests/functional/PermissionsCest.php b/tests/functional/PermissionsCest.php old mode 100755 new mode 100644 diff --git a/tests/functional/SettingsCest.php b/tests/functional/SettingsCest.php old mode 100755 new mode 100644 diff --git a/tests/functional/_bootstrap.php b/tests/functional/_bootstrap.php old mode 100755 new mode 100644 diff --git a/tests/unit.suite.yml b/tests/unit.suite.yml old mode 100755 new mode 100644 diff --git a/tests/unit/_bootstrap.php b/tests/unit/_bootstrap.php old mode 100755 new mode 100644