1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00
invoiceninja/app/Models
David Bomba 62e2444a2c
Sign Up Scaffolding (#2453)
* Fix js dependencies

* Breadcrumb implementation

* Test for UniqueEmailRule Validation

* reduce length of account_key to prevent key too long error

* Fixes for travis - reduce user email length

* Reduce all unique field lengths to 100 to prevent key overflow

* Fix for Bank Model

* Prevent a user from registering multiple account with one email address when using multiple databases
2018-10-17 23:26:27 +11:00
..
Traits Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Account.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +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
ClientLocation.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Contact.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +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 Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Invoice.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
Language.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
PaymentLibrary.php Login UI, Database Seeds, Dashboard layouts (#2450) 2018-10-16 22:42:43 +11:00
Payments.php Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +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
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 Migrations + Translations + POPO (#2446) 2018-10-15 23:40:34 +11:00
UserAccount.php Switch Multi-DB to Eloquent driver (#37) (#2443) 2018-10-15 20:06:57 +11:00