mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Rebase to v4.5.9
This commit is contained in:
parent
d6424fdf7c
commit
5ccf7369ca
0
CONTRIBUTING.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
Gruntfile.js
Normal file → Executable file
0
Gruntfile.js
Normal file → Executable file
3
README.md
Normal file → Executable file
3
README.md
Normal file → Executable file
@ -19,7 +19,6 @@ The self-host zip includes all third party libraries whereas downloading the cod
|
||||
* [Videos](https://www.youtube.com/channel/UCXAHcBvhW05PDtWYIq7WDFA/videos)
|
||||
* [User Guide](https://invoice-ninja.readthedocs.io/en/latest/)
|
||||
* [Support Forum](https://www.invoiceninja.com/forums/forum/support/)
|
||||
* [Roadmap](https://trello.com/b/63BbiVVe/)
|
||||
|
||||
## Affiliates Programs
|
||||
* Referral Program (we pay you)
|
||||
@ -65,7 +64,7 @@ The self-host zip includes all third party libraries whereas downloading the cod
|
||||
* [Shopping Cart](https://github.com/Scifabric/invoiceninjashoppingcart)
|
||||
|
||||
## Third Party Developers
|
||||
* [Some Techie](https://www.sometechie.com/customize-invoice-ninja/)
|
||||
* [Bold Compass](https://boldcompass.com/customize-invoice-ninja/)
|
||||
|
||||
## Contributing
|
||||
All contributors are welcome!
|
||||
|
0
app/Commands/Command.php
Normal file → Executable file
0
app/Commands/Command.php
Normal file → Executable file
0
app/Console/Commands/CalculatePayouts.php
Normal file → Executable file
0
app/Console/Commands/CalculatePayouts.php
Normal file → Executable file
0
app/Console/Commands/ChargeRenewalInvoices.php
Normal file → Executable file
0
app/Console/Commands/ChargeRenewalInvoices.php
Normal file → Executable file
2
app/Console/Commands/CheckData.php
Normal file → Executable file
2
app/Console/Commands/CheckData.php
Normal file → Executable file
@ -91,7 +91,7 @@ class CheckData extends Command
|
||||
|
||||
if (! $this->option('client_id')) {
|
||||
$this->checkOAuth();
|
||||
$this->checkInvitations();
|
||||
//$this->checkInvitations();
|
||||
$this->checkAccountData();
|
||||
$this->checkLookupData();
|
||||
$this->checkFailedJobs();
|
||||
|
0
app/Console/Commands/CreateLuisData.php
Normal file → Executable file
0
app/Console/Commands/CreateLuisData.php
Normal file → Executable file
0
app/Console/Commands/CreateTestData.php
Normal file → Executable file
0
app/Console/Commands/CreateTestData.php
Normal file → Executable file
0
app/Console/Commands/InitLookup.php
Normal file → Executable file
0
app/Console/Commands/InitLookup.php
Normal file → Executable file
0
app/Console/Commands/MakeClass.php
Normal file → Executable file
0
app/Console/Commands/MakeClass.php
Normal file → Executable file
0
app/Console/Commands/MakeModule.php
Normal file → Executable file
0
app/Console/Commands/MakeModule.php
Normal file → Executable file
0
app/Console/Commands/PruneData.php
Normal file → Executable file
0
app/Console/Commands/PruneData.php
Normal file → Executable file
0
app/Console/Commands/RemoveOrphanedDocuments.php
Normal file → Executable file
0
app/Console/Commands/RemoveOrphanedDocuments.php
Normal file → Executable file
0
app/Console/Commands/ResetData.php
Normal file → Executable file
0
app/Console/Commands/ResetData.php
Normal file → Executable file
0
app/Console/Commands/SendRecurringInvoices.php
Normal file → Executable file
0
app/Console/Commands/SendRecurringInvoices.php
Normal file → Executable file
0
app/Console/Commands/SendReminders.php
Normal file → Executable file
0
app/Console/Commands/SendReminders.php
Normal file → Executable file
0
app/Console/Commands/SendRenewalInvoices.php
Normal file → Executable file
0
app/Console/Commands/SendRenewalInvoices.php
Normal file → Executable file
0
app/Console/Commands/TestOFX.php
Normal file → Executable file
0
app/Console/Commands/TestOFX.php
Normal file → Executable file
0
app/Console/Commands/UpdateKey.php
Normal file → Executable file
0
app/Console/Commands/UpdateKey.php
Normal file → Executable file
0
app/Console/Commands/stubs/api-controller.stub
Normal file → Executable file
0
app/Console/Commands/stubs/api-controller.stub
Normal file → Executable file
0
app/Console/Commands/stubs/auth-provider.stub
Normal file → Executable file
0
app/Console/Commands/stubs/auth-provider.stub
Normal file → Executable file
0
app/Console/Commands/stubs/createrequest.stub
Normal file → Executable file
0
app/Console/Commands/stubs/createrequest.stub
Normal file → Executable file
0
app/Console/Commands/stubs/datatable.stub
Normal file → Executable file
0
app/Console/Commands/stubs/datatable.stub
Normal file → Executable file
0
app/Console/Commands/stubs/lang.stub
Normal file → Executable file
0
app/Console/Commands/stubs/lang.stub
Normal file → Executable file
0
app/Console/Commands/stubs/policy.stub
Normal file → Executable file
0
app/Console/Commands/stubs/policy.stub
Normal file → Executable file
0
app/Console/Commands/stubs/presenter.stub
Normal file → Executable file
0
app/Console/Commands/stubs/presenter.stub
Normal file → Executable file
0
app/Console/Commands/stubs/repository.stub
Normal file → Executable file
0
app/Console/Commands/stubs/repository.stub
Normal file → Executable file
0
app/Console/Commands/stubs/transformer.stub
Normal file → Executable file
0
app/Console/Commands/stubs/transformer.stub
Normal file → Executable file
0
app/Console/Commands/stubs/updaterequest.stub
Normal file → Executable file
0
app/Console/Commands/stubs/updaterequest.stub
Normal file → Executable file
0
app/Console/Kernel.php
Normal file → Executable file
0
app/Console/Kernel.php
Normal file → Executable file
8
app/Constants.php
Normal file → Executable file
8
app/Constants.php
Normal file → Executable file
@ -361,7 +361,7 @@ if (! defined('APP_NAME')) {
|
||||
define('NINJA_APP_URL', env('NINJA_APP_URL', 'https://app.invoiceninja.com'));
|
||||
define('NINJA_DOCS_URL', env('NINJA_DOCS_URL', 'https://invoice-ninja.readthedocs.io/en/latest'));
|
||||
define('NINJA_DATE', '2000-01-01');
|
||||
define('NINJA_VERSION', '4.5.5' . env('NINJA_VERSION_SUFFIX'));
|
||||
define('NINJA_VERSION', '4.5.9' . env('NINJA_VERSION_SUFFIX'));
|
||||
define('NINJA_TERMS_VERSION', '1.0.1');
|
||||
|
||||
define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja'));
|
||||
@ -371,9 +371,9 @@ if (! defined('APP_NAME')) {
|
||||
define('NINJA_FORUM_URL', env('NINJA_FORUM_URL', 'https://www.invoiceninja.com/forums/forum/support/'));
|
||||
define('NINJA_CONTACT_URL', env('NINJA_CONTACT_URL', 'https://www.invoiceninja.com/contact/'));
|
||||
define('NINJA_FROM_EMAIL', env('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com'));
|
||||
define('NINJA_IOS_APP_URL', 'https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1220337560&mt=8');
|
||||
define('NINJA_ANDROID_APP_URL', 'https://play.google.com/store/apps/details?id=com.invoiceninja.invoiceninja');
|
||||
define('RELEASES_URL', env('RELEASES_URL', 'https://trello.com/b/63BbiVVe/invoice-ninja'));
|
||||
define('NINJA_IOS_APP_URL', 'https://itunes.apple.com/us/app/invoice-ninja/id1435514417?ls=1&mt=8');
|
||||
define('NINJA_ANDROID_APP_URL', 'https://play.google.com/store/apps/details?id=com.invoiceninja.flutter');
|
||||
define('RELEASES_URL', env('RELEASES_URL', 'https://github.com/invoiceninja/invoiceninja/releases'));
|
||||
define('ZAPIER_URL', env('ZAPIER_URL', 'https://zapier.com/zapbook/invoice-ninja'));
|
||||
define('OUTDATE_BROWSER_URL', env('OUTDATE_BROWSER_URL', 'http://browsehappy.com/'));
|
||||
define('PDFMAKE_DOCS', env('PDFMAKE_DOCS', 'http://pdfmake.org/playground.html'));
|
||||
|
0
app/Constants/Domain.php
Normal file → Executable file
0
app/Constants/Domain.php
Normal file → Executable file
0
app/Events/ClientWasArchived.php
Normal file → Executable file
0
app/Events/ClientWasArchived.php
Normal file → Executable file
0
app/Events/ClientWasCreated.php
Normal file → Executable file
0
app/Events/ClientWasCreated.php
Normal file → Executable file
0
app/Events/ClientWasDeleted.php
Normal file → Executable file
0
app/Events/ClientWasDeleted.php
Normal file → Executable file
0
app/Events/ClientWasRestored.php
Normal file → Executable file
0
app/Events/ClientWasRestored.php
Normal file → Executable file
0
app/Events/ClientWasUpdated.php
Normal file → Executable file
0
app/Events/ClientWasUpdated.php
Normal file → Executable file
0
app/Events/CreditWasArchived.php
Normal file → Executable file
0
app/Events/CreditWasArchived.php
Normal file → Executable file
0
app/Events/CreditWasCreated.php
Normal file → Executable file
0
app/Events/CreditWasCreated.php
Normal file → Executable file
0
app/Events/CreditWasDeleted.php
Normal file → Executable file
0
app/Events/CreditWasDeleted.php
Normal file → Executable file
0
app/Events/CreditWasRestored.php
Normal file → Executable file
0
app/Events/CreditWasRestored.php
Normal file → Executable file
0
app/Events/Event.php
Normal file → Executable file
0
app/Events/Event.php
Normal file → Executable file
0
app/Events/ExpenseWasArchived.php
Normal file → Executable file
0
app/Events/ExpenseWasArchived.php
Normal file → Executable file
0
app/Events/ExpenseWasCreated.php
Normal file → Executable file
0
app/Events/ExpenseWasCreated.php
Normal file → Executable file
0
app/Events/ExpenseWasDeleted.php
Normal file → Executable file
0
app/Events/ExpenseWasDeleted.php
Normal file → Executable file
0
app/Events/ExpenseWasRestored.php
Normal file → Executable file
0
app/Events/ExpenseWasRestored.php
Normal file → Executable file
0
app/Events/ExpenseWasUpdated.php
Normal file → Executable file
0
app/Events/ExpenseWasUpdated.php
Normal file → Executable file
0
app/Events/InvoiceInvitationWasEmailed.php
Normal file → Executable file
0
app/Events/InvoiceInvitationWasEmailed.php
Normal file → Executable file
0
app/Events/InvoiceInvitationWasViewed.php
Normal file → Executable file
0
app/Events/InvoiceInvitationWasViewed.php
Normal file → Executable file
0
app/Events/InvoiceItemsWereCreated.php
Normal file → Executable file
0
app/Events/InvoiceItemsWereCreated.php
Normal file → Executable file
0
app/Events/InvoiceItemsWereUpdated.php
Normal file → Executable file
0
app/Events/InvoiceItemsWereUpdated.php
Normal file → Executable file
0
app/Events/InvoiceWasArchived.php
Normal file → Executable file
0
app/Events/InvoiceWasArchived.php
Normal file → Executable file
0
app/Events/InvoiceWasCreated.php
Normal file → Executable file
0
app/Events/InvoiceWasCreated.php
Normal file → Executable file
0
app/Events/InvoiceWasDeleted.php
Normal file → Executable file
0
app/Events/InvoiceWasDeleted.php
Normal file → Executable file
0
app/Events/InvoiceWasEmailed.php
Normal file → Executable file
0
app/Events/InvoiceWasEmailed.php
Normal file → Executable file
0
app/Events/InvoiceWasRestored.php
Normal file → Executable file
0
app/Events/InvoiceWasRestored.php
Normal file → Executable file
0
app/Events/InvoiceWasUpdated.php
Normal file → Executable file
0
app/Events/InvoiceWasUpdated.php
Normal file → Executable file
0
app/Events/PaymentCompleted.php
Normal file → Executable file
0
app/Events/PaymentCompleted.php
Normal file → Executable file
0
app/Events/PaymentFailed.php
Normal file → Executable file
0
app/Events/PaymentFailed.php
Normal file → Executable file
0
app/Events/PaymentWasArchived.php
Normal file → Executable file
0
app/Events/PaymentWasArchived.php
Normal file → Executable file
0
app/Events/PaymentWasCreated.php
Normal file → Executable file
0
app/Events/PaymentWasCreated.php
Normal file → Executable file
0
app/Events/PaymentWasDeleted.php
Normal file → Executable file
0
app/Events/PaymentWasDeleted.php
Normal file → Executable file
0
app/Events/PaymentWasRefunded.php
Normal file → Executable file
0
app/Events/PaymentWasRefunded.php
Normal file → Executable file
0
app/Events/PaymentWasRestored.php
Normal file → Executable file
0
app/Events/PaymentWasRestored.php
Normal file → Executable file
0
app/Events/PaymentWasVoided.php
Normal file → Executable file
0
app/Events/PaymentWasVoided.php
Normal file → Executable file
0
app/Events/ProductWasCreated.php
Normal file → Executable file
0
app/Events/ProductWasCreated.php
Normal file → Executable file
0
app/Events/ProductWasDeleted.php
Normal file → Executable file
0
app/Events/ProductWasDeleted.php
Normal file → Executable file
0
app/Events/ProductWasUpdated.php
Normal file → Executable file
0
app/Events/ProductWasUpdated.php
Normal file → Executable file
0
app/Events/ProjectWasDeleted.php
Normal file → Executable file
0
app/Events/ProjectWasDeleted.php
Normal file → Executable file
0
app/Events/ProposalWasDeleted.php
Normal file → Executable file
0
app/Events/ProposalWasDeleted.php
Normal file → Executable file
0
app/Events/QuoteInvitationWasApproved.php
Normal file → Executable file
0
app/Events/QuoteInvitationWasApproved.php
Normal file → Executable file
0
app/Events/QuoteInvitationWasEmailed.php
Normal file → Executable file
0
app/Events/QuoteInvitationWasEmailed.php
Normal file → Executable file
0
app/Events/QuoteInvitationWasViewed.php
Normal file → Executable file
0
app/Events/QuoteInvitationWasViewed.php
Normal file → Executable file
0
app/Events/QuoteItemsWereCreated.php
Normal file → Executable file
0
app/Events/QuoteItemsWereCreated.php
Normal file → Executable file
0
app/Events/QuoteItemsWereUpdated.php
Normal file → Executable file
0
app/Events/QuoteItemsWereUpdated.php
Normal file → Executable file
0
app/Events/QuoteWasArchived.php
Normal file → Executable file
0
app/Events/QuoteWasArchived.php
Normal file → Executable file
0
app/Events/QuoteWasCreated.php
Normal file → Executable file
0
app/Events/QuoteWasCreated.php
Normal file → Executable file
0
app/Events/QuoteWasDeleted.php
Normal file → Executable file
0
app/Events/QuoteWasDeleted.php
Normal file → Executable file
0
app/Events/QuoteWasEmailed.php
Normal file → Executable file
0
app/Events/QuoteWasEmailed.php
Normal file → Executable file
0
app/Events/QuoteWasRestored.php
Normal file → Executable file
0
app/Events/QuoteWasRestored.php
Normal file → Executable file
0
app/Events/QuoteWasUpdated.php
Normal file → Executable file
0
app/Events/QuoteWasUpdated.php
Normal file → Executable file
0
app/Events/SubdomainWasRemoved.php
Normal file → Executable file
0
app/Events/SubdomainWasRemoved.php
Normal file → Executable file
0
app/Events/SubdomainWasUpdated.php
Normal file → Executable file
0
app/Events/SubdomainWasUpdated.php
Normal file → Executable file
0
app/Events/TaskWasArchived.php
Normal file → Executable file
0
app/Events/TaskWasArchived.php
Normal file → Executable file
0
app/Events/TaskWasCreated.php
Normal file → Executable file
0
app/Events/TaskWasCreated.php
Normal file → Executable file
0
app/Events/TaskWasDeleted.php
Normal file → Executable file
0
app/Events/TaskWasDeleted.php
Normal file → Executable file
0
app/Events/TaskWasRestored.php
Normal file → Executable file
0
app/Events/TaskWasRestored.php
Normal file → Executable file
0
app/Events/TaskWasUpdated.php
Normal file → Executable file
0
app/Events/TaskWasUpdated.php
Normal file → Executable file
0
app/Events/UserLoggedIn.php
Normal file → Executable file
0
app/Events/UserLoggedIn.php
Normal file → Executable file
0
app/Events/UserSettingsChanged.php
Normal file → Executable file
0
app/Events/UserSettingsChanged.php
Normal file → Executable file
0
app/Events/UserSignedUp.php
Normal file → Executable file
0
app/Events/UserSignedUp.php
Normal file → Executable file
0
app/Events/VendorWasArchived.php
Normal file → Executable file
0
app/Events/VendorWasArchived.php
Normal file → Executable file
0
app/Events/VendorWasCreated.php
Normal file → Executable file
0
app/Events/VendorWasCreated.php
Normal file → Executable file
0
app/Events/VendorWasDeleted.php
Normal file → Executable file
0
app/Events/VendorWasDeleted.php
Normal file → Executable file
0
app/Events/VendorWasRestored.php
Normal file → Executable file
0
app/Events/VendorWasRestored.php
Normal file → Executable file
0
app/Events/VendorWasUpdated.php
Normal file → Executable file
0
app/Events/VendorWasUpdated.php
Normal file → Executable file
0
app/Exceptions/Handler.php
Normal file → Executable file
0
app/Exceptions/Handler.php
Normal file → Executable file
0
app/Handlers/Commands/.gitkeep
Normal file → Executable file
0
app/Handlers/Commands/.gitkeep
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user