1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Controllers/ClientPortal
Benjamin Beganović 4e9bc0552d Rename "Downloads" to "Documents":
- Remove Livewire auto-publish from composer.json
- Replace old DocumentController with DownloadsController
- Rename DownloadsTable & downloads-table to DocumentsTable & documents-table
- New ShowDocumentRequest for displaying documents
- Change authorize() with DownloadMultipleDocumentsRequest
- Change route in PortalComposer
- Update Livewire assets
- Remove old documents routes
2020-09-28 12:04:34 +02:00
..
ContactHashLoginController.php Working on contact auth using contact key 2020-09-23 11:45:07 +10:00
CreditController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
DashboardController.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
DocumentController.php Rename "Downloads" to "Documents": 2020-09-28 12:04:34 +02:00
EntityViewController.php Allow circumvention of client portal passwords using designated hash 2020-09-07 14:49:57 +10:00
InvitationController.php Allow circumvention of client portal passwords using designated hash 2020-09-07 14:49:57 +10:00
InvoiceController.php invoices-table fix for balance due 2020-09-18 14:47:36 +02:00
PaymentController.php Support for over & under payments 2020-09-24 11:29:47 +02:00
PaymentHookController.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
PaymentMethodController.php Update PaymentMethodController:destroy() with generic gateway detach 2020-09-18 09:48:39 +02:00
ProfileController.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
QuoteController.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
RecurringInvoiceController.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
SwitchCompanyController.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
UploadController.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00