1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Controllers
David Bomba a79c7bf60d
Code Cleanup
* Working on emailing invoices

* Working on emailing and displaying email

* Working on emailing and displaying email

* Email invoices

* Fixes for html emails

* Ensure valid client prior to store

* Ensure client exists when storing an entity

* refactor for emails

* Design Transformer

* Include designs in first_load response

* Code cleanup
2020-02-15 20:06:30 +11:00
..
Auth Improve eager loads (#3289) 2020-02-06 20:35:51 +11:00
ClientPortal Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
Contact Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
OpenAPI Fixes for ClientContact CRUD (#3317) 2020-02-12 20:18:56 +11:00
Support/Messages Expense and Vendors (#3226) 2020-01-20 12:31:58 +11:00
Traits Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
AccountController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ActivityController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
BaseController.php Code Cleanup 2020-02-15 20:06:30 +11:00
ClientController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ClientStatementController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CompanyController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CompanyGatewayController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
Controller.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CreditController.php Refactor - moving away from jobs. (#3279) 2020-02-03 21:33:07 +11:00
DashboardController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ExpenseController.php Fixes for Vendor Contacts (#3227) 2020-01-20 15:53:40 +11:00
GroupSettingController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
InvoiceController.php Code Cleanup 2020-02-15 20:06:30 +11:00
MigrationController.php Fixes for ClientContact CRUD (#3317) 2020-02-12 20:18:56 +11:00
PaymentController.php Fixes for refunds (#3285) 2020-02-05 21:28:56 +11:00
ProductController.php Fix invoice payable rules (#3212) 2020-01-15 19:43:40 +10:00
QuoteController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
RecurringInvoiceController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
RecurringQuoteController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
SelfUpdateController.php OpenAPI Docs and additional password protection on self update route: (#3320) 2020-02-12 21:06:59 +11:00
SettingsController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
TaxRateController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
TemplateController.php Fixes for invoice update and invoice designs (#3302) 2020-02-10 20:53:02 +11:00
TranslationController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
UserController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
UserProfileController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
VendorController.php Fixes for Vendor Contacts (#3227) 2020-01-20 15:53:40 +11:00