1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Controllers
2023-01-17 12:21:36 +11:00
..
Auth Clean up for register form 2022-12-20 23:53:52 +11:00
Bank Yodlee Webhooks 2022-11-05 12:27:01 +11:00
ClientPortal Set the trial flag only once 2023-01-15 19:05:52 +11:00
Contact fixeS 2022-07-27 22:43:53 +10:00
Gateways Apply Laravel coding style 2022-06-21 09:57:17 +00:00
InAppPurchase Apply Laravel coding style 2022-06-21 09:57:17 +00:00
OpenAPI Fixes for CSV imports, replace work_phone with phone 2022-11-30 11:46:02 +11:00
Reports Product Sales Report 2023-01-04 01:30:50 +11:00
Shop Update Copyright text 2022-04-27 13:20:41 +10:00
Support/Messages Minor fixes 2021-09-30 08:13:48 +10:00
Traits Fixes for password confirmation validation form 2022-08-11 07:50:45 +10:00
VendorPortal Fixes for purchase order viewed activity 2022-10-27 11:28:09 +11:00
AccountController.php Cirkovic/ina 16 fixes (#50) 2022-06-24 21:15:14 +10:00
ActivityController.php Add subscription filters 2023-01-05 22:09:25 +11:00
BankIntegrationController.php Remove all instances of dispatchSync() 2022-12-12 15:27:22 +11:00
BankTransactionController.php Bulk match transactions 2022-11-25 07:52:47 +11:00
BankTransactionRuleController.php API Doc Blocks for Bank Transaction Rules 2022-11-14 11:21:05 +11:00
BaseController.php Add task schedulers to login / refresh routes 2023-01-17 08:37:15 +11:00
ChartController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
ClientController.php Merge branch 'v5-develop' into yodlee 2022-10-24 08:43:02 +11:00
ClientGatewayTokenController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
ClientStatementController.php Tests for emailing client statements 2023-01-17 11:00:12 +11:00
CompanyController.php Use id_token for apple when deleting companies 2022-12-19 21:07:38 +11:00
CompanyGatewayController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
CompanyLedgerController.php Update Copyright text 2022-04-27 13:20:41 +10:00
CompanyUserController.php Update Copyright text 2022-04-27 13:20:41 +10:00
ConnectedAccountController.php Additional logging for Microsoft acccounts 2022-11-08 17:20:39 +11:00
Controller.php Update Copyright text 2022-04-27 13:20:41 +10:00
CreditController.php Update merge actions to bulk_print 2022-10-31 16:46:51 +11:00
DesignController.php Fixes for design controller 2022-07-30 10:45:55 +10:00
DocumentController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
EmailController.php Fixes for latency when sending emails 2022-12-03 09:50:55 +11:00
ExpenseCategoryController.php Fixes for category IDs for recurring expenses 2022-12-20 10:26:29 +11:00
ExpenseController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
ExportController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
FilterController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
GroupSettingController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
HostedMigrationController.php Cirkovic/ina 16 fixes (#50) 2022-06-24 21:15:14 +10:00
ImportController.php Merge branch 'cleanup_deprecated_import' into v5-develop 2023-01-12 11:08:42 +11:00
ImportJsonController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
InvoiceController.php Code cleanup 2022-12-18 14:35:13 +11:00
LicenseController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
LogoutController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
MigrationController.php Updates for translations for Stripe 2022-12-02 06:59:16 +11:00
OneTimeTokenController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
PaymentController.php Fixes for payment emails 2022-08-04 16:22:48 +10:00
PaymentNotificationWebhookController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
PaymentTermController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
PaymentWebhookController.php Return success to webhook URL when the gateway has been deleted/non-resolvable to prevent constant webhook retries 2023-01-12 15:58:02 +11:00
PingController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
PostMarkController.php Additional mailer implementation 2023-01-11 19:29:27 +11:00
PreviewController.php Tests for emailing client statements 2023-01-17 11:00:12 +11:00
PreviewPurchaseOrderController.php Move lightlogs to batch 2022-09-10 08:24:23 +10:00
ProductController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
ProjectController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
PurchaseOrderController.php migrations for companies/accounts table 2023-01-13 00:32:54 +11:00
QuoteController.php Update merge actions to bulk_print 2022-10-31 16:46:51 +11:00
RecurringExpenseController.php Fixes for single route actions 2022-08-18 14:08:50 +10:00
RecurringInvoiceController.php Fixes for send now functionality of recurring invoice 2022-09-16 12:49:09 +10:00
RecurringQuoteController.php Update Copyright text 2022-04-27 13:20:41 +10:00
SchedulerController.php Refactor for scheduled tasks 2023-01-13 12:43:38 +11:00
SelfUpdateController.php Email Tests 2023-01-17 12:21:36 +11:00
SetupController.php Refactor to remove dispatchSync from code path 2022-08-01 07:30:04 +10:00
StaticController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
StripeConnectController.php Minor fixes 2022-11-09 08:09:42 +11:00
StripeController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
SubdomainController.php Additional records 2022-10-14 15:39:39 +11:00
SubscriptionController.php Add subscription filters 2023-01-05 22:09:25 +11:00
SystemLogController.php php-cs-fixer format 2020-11-25 15:19:52 +01:00
TaskController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
TaskSchedulerController.php Refactor for scheduled tasks 2023-01-13 12:43:38 +11:00
TaskStatusController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
TaxRateController.php Update Copyright text 2022-04-27 13:20:41 +10:00
TemplateController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
TokenController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
TwilioController.php patch for 2FA Verification 2022-11-15 13:35:24 +11:00
TwoFactorController.php Add form request for enable two factor 2022-12-01 15:33:40 +11:00
UserController.php Wipe OAuth data when changing email addresses 2022-10-27 13:11:50 +11:00
VendorController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
WebCronController.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
WebhookController.php Update Copyright text 2022-04-27 13:20:41 +10:00
WePayController.php Fixes for WePay 2022-10-05 11:21:55 +11:00