1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Models
David Bomba dac1aa88d5
Tests, Multi-DB support for incoming URLs (#2466)
* Tests for authentication

* Add db field to company table (required if we are doing jobs without an auth()->user() )

* Add Laravel Dusk for browser testing, add ability to set DB by incoming URL Hash
2018-10-24 21:24:09 +11:00
..
Presenters Presenters, skinned views, model refactoring (#2464) 2018-10-22 23:04:37 +11:00
Account.php Refactor signup flow (#2465) 2018-10-24 14:50:15 +11:00
AccountGateway.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Bank.php Sign Up Scaffolding (#2453) 2018-10-17 23:26:27 +11:00
BankAccount.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
BankSubaccount.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
Client.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +11:00
ClientContact.php Tests, Multi-DB support for incoming URLs (#2466) 2018-10-24 21:24:09 +11:00
ClientLocation.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Company.php Presenters, skinned views, model refactoring (#2464) 2018-10-22 23:04:37 +11:00
Country.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
Currency.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
Expense.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Gateway.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Industry.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Invitation.php Presenters, skinned views, model refactoring (#2464) 2018-10-22 23:04:37 +11:00
Invoice.php Presenters, skinned views, model refactoring (#2464) 2018-10-22 23:04:37 +11:00
Language.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
Payment.php Presenters, skinned views, model refactoring (#2464) 2018-10-22 23:04:37 +11:00
PaymentLibrary.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
PaymentType.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Product.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Proposal.php Presenters, skinned views, model refactoring (#2464) 2018-10-22 23:04:37 +11:00
Task.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
TaxRate.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Timezone.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
User.php Refactor signup flow (#2465) 2018-10-24 14:50:15 +11:00
UserCompany.php Refactor signup flow (#2465) 2018-10-24 14:50:15 +11:00