Benjamin Beganović 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9a3b5453a 
							
						 
					 
					
						
						
							
							Make sure user is allowed to migrate ( #3468 )  
						
						
						
						
					 
					
						2020-03-11 08:08:10 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9070dfe55b 
							
						 
					 
					
						
						
							
							Export migrations to folder ( #3429 )  
						
						... 
						
						
						
						* Export migrations to folder
* Remove local property 
						
						
					 
					
						2020-03-06 07:30:48 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67044f9dd3 
							
						 
					 
					
						
						
							
							Migration improvements: ( #3422 )  
						
						... 
						
						
						
						- Added option to force the migration
- Cleaned imports 
						
						
					 
					
						2020-03-05 07:30:10 +11:00 
						 
				 
			
				
					
						
							
							
								Benjamin Beganović 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bde276ad67 
							
						 
					 
					
						
						
							
							(V1) Improve migration ( #3415 )  
						
						... 
						
						
						
						* Imports improvements:
- Fix sorting
- Fix duplicate imports (Cannot use App\Http\Controllers\BaseController as BaseController because the name is already in use)
* Wrap up, sending migration file:
- Removed 'enable_invoice_quantity' 
						
						
					 
					
						2020-03-04 09:44:30 +11:00 
						 
				 
			
				
					
						
							
							
								Benjamin Beganović 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff455c8ed9 
							
						 
					 
					
						
						
							
							Exporting migration data via HTTP (v1) ( #3364 )  
						
						... 
						
						
						
						* Migration: Option to select the migration type
* Migration: Logic for redirecting based on steps
* Work for migrations:
- Added authentication view, service
- Account connecting
- Scaffold services
- Companies service
- (wip) Sending data to v2
* Migration: Sending migration file
* Wrap up the migration first stage
* Split company per request / no bundle
Co-authored-by: David Bomba <turbo124@gmail.com> 
						
						
					 
					
						2020-02-25 08:17:16 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8020204c8d 
							
						 
					 
					
						
						
							
							Migrate Company Gateways and Client Tokens ( #3369 )  
						
						... 
						
						
						
						* Working on migrations for Company Gateways and Client Tokens
* Working on exporting company gateways and documents 
						
						
					 
					
						2020-02-25 08:16:19 +11:00 
						 
				 
			
				
					
						
							
							
								Benjamin Beganović 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9085a27361 
							
						 
					 
					
						
						
							
							Export 'documents' ( #3343 )  
						
						... 
						
						
						
						* Export 'documents'
* Export 'invoice_id' & 'expense_id' with documents
* Code cleanup 
						
						
					 
					
						2020-02-19 07:53:38 +11:00 
						 
				 
			
				
					
						
							
							
								Benjamin Beganović 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6defaebf34 
							
						 
					 
					
						
						
							
							Export settings with company array ( #3264 ) ( #3268 )  
						
						
						
						
					 
					
						2020-01-30 14:34:58 +11:00 
						 
				 
			
				
					
						
							
							
								Benjamin Beganović 
							
						 
					 
					
						
						
						
						
							
						
						
							e31ab11364 
							
						 
					 
					
						
						
							
							Export contacts with client array ( #3251 )  
						
						
						
						
					 
					
						2020-01-28 07:54:54 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							24daf955d8 
							
						 
					 
					
						
						
							
							Fix taxes ( #3246 )  
						
						
						
						
					 
					
						2020-01-25 14:19:22 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							c2dfc3055c 
							
						 
					 
					
						
						
							
							Remove last_login from migration array of clients  
						
						
						
						
					 
					
						2020-01-24 13:17:51 +11:00 
						 
				 
			
				
					
						
							
							
								Benjamin Beganović 
							
						 
					 
					
						
						
						
						
							
						
						
							b67b97430c 
							
						 
					 
					
						
						
							
							Export data for the migration (master) ( #3239 )  
						
						... 
						
						
						
						* Scaffold migration controller & steps
* - Basic controller scaffold
- Intro step
- Downloading data
* Import step for the v2
* Export file using account_key property
* Fix button displaying
* Client export mappings
* Company export mappings
* Add withTrashed() for clients
* Export users mappings
* Export invoices mappings
* Export company properties as array
* add withTrashed() for invoices
* Downloading the json file
* Fix 'account_id' for company export
- Code cleanup & leftovers
* Creating zip for logo & storing json as file (wip)
* Zipping & sending migration files (wip)
* Exporting & mappings for quotes
* Re-enable headers for downloading
* Mappings for tax rates
* Mappings for the products
* Fix formattings & php doc messages
* Bring back headers for downloading
* Export 'company_id', 'user_id' with clients
* Export 'id' with users resource
* Remove unused parameter
* Export mappings for payments
* Export 'line_items' with invoices
* Export credits & export client id
* Export 'credits' within main JSON
* Mappings for line_items
* Fix 'is_amount_discount' for invoice export
* Exporting migration file as .zip archive
* Improve settings card for migration
* Removed duplicated keys in texts.php for en
* Fix formatting in en/texts.php
* Integrate the migration part with rest of UI
* Export company as object, not array
* Clean up
* Fixes for V1
* Apply formatting
* Remove comments
- Added 'ext-zip' in composer.json
- Fixed $credits transform
* Remove unused params
Co-authored-by: David Bomba <turbo124@gmail.com> 
						
						
					 
					
						2020-01-24 07:34:30 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ec4d6702c 
							
						 
					 
					
						
						
							
							Fix for regression ( #3070 )  
						
						
						
						
					 
					
						2019-11-14 22:07:23 +11:00 
						 
				 
			
				
					
						
							
							
								Joshua Dwire 
							
						 
					 
					
						
						
						
						
							
						
						
							f222390ce8 
							
						 
					 
					
						
						
							
							Upgrade to Laravel 5.5 and PHP 7.3  
						
						
						
						
					 
					
						2019-09-12 19:30:10 -04:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							96991da621 
							
						 
					 
					
						
						
							
							IAP  
						
						
						
						
					 
					
						2019-08-29 13:12:27 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							0ee357e97a 
							
						 
					 
					
						
						
							
							In app purchase  
						
						
						
						
					 
					
						2019-08-28 10:14:05 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							9943b89b2d 
							
						 
					 
					
						
						
							
							API fixes  
						
						
						
						
					 
					
						2019-07-21 09:13:03 +03:00 
						 
				 
			
				
					
						
							
							
								Joshua Dwire 
							
						 
					 
					
						
						
						
						
							
						
						
							ff064367d6 
							
						 
					 
					
						
						
							
							Support Stripe 3D secure  
						
						
						
						
					 
					
						2019-07-09 17:16:20 -04:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							cd8b7649a1 
							
						 
					 
					
						
						
							
							Fixes for mobile app  
						
						
						
						
					 
					
						2019-02-17 13:52:56 +02:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aefe133ba0 
							
						 
					 
					
						
						
							
							fix permissions ( #2637 )  
						
						
						
						
					 
					
						2019-01-30 22:25:37 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							0fc66b0f02 
							
						 
					 
					
						
						
							
							Rebase to latest version of v4.5.9  
						
						
						
						
					 
					
						2019-01-30 22:12:41 +11:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							5ccf7369ca 
							
						 
					 
					
						
						
							
							Rebase to v4.5.9  
						
						
						
						
					 
					
						2019-01-30 21:45:46 +11:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							4746ca830d 
							
						 
					 
					
						
						
							
							API fixes for mobile app  
						
						
						
						
					 
					
						2018-09-28 09:53:14 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							85b32f34a7 
							
						 
					 
					
						
						
							
							API fix  
						
						
						
						
					 
					
						2018-09-14 16:28:43 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							ffe9ef574a 
							
						 
					 
					
						
						
							
							Fix for zero tax rates  
						
						
						
						
					 
					
						2018-09-09 08:48:57 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							212451239f 
							
						 
					 
					
						
						
							
							API changes for mobile app  
						
						
						
						
					 
					
						2018-09-04 20:50:17 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							0dce4fc843 
							
						 
					 
					
						
						
							
							2FA check for mobile app  
						
						
						
						
					 
					
						2018-08-20 20:53:16 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							87ad60b71f 
							
						 
					 
					
						
						
							
							Changes for the mobile app  
						
						
						
						
					 
					
						2018-08-15 14:06:56 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							b716888083 
							
						 
					 
					
						
						
							
							Add activities to client API  
						
						
						
						
					 
					
						2018-08-03 10:04:27 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							d82a9914c0 
							
						 
					 
					
						
						
							
							Add client activity to API  
						
						
						
						
					 
					
						2018-08-02 22:37:48 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							83a106142f 
							
						 
					 
					
						
						
							
							Added refresh method to API  
						
						
						
						
					 
					
						2018-07-31 09:10:32 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							184eaf855c 
							
						 
					 
					
						
						
							
							Remove borderless= from invoice link  
						
						
						
						
					 
					
						2018-07-27 11:21:55 +03:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f30eb2b574 
							
						 
					 
					
						
						
							
							Update QuoteController.php  
						
						
						
						
					 
					
						2018-07-24 22:38:11 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							611c8ae3cd 
							
						 
					 
					
						
						
							
							Update QuoteController.php  
						
						
						
						
					 
					
						2018-07-24 22:32:36 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							942b06f999 
							
						 
					 
					
						
						
							
							Update BaseAPIController.php  
						
						
						
						
					 
					
						2018-07-22 13:22:38 +10:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							a94332004c 
							
						 
					 
					
						
						
							
							Double terms and conditions on new install  #2229  
						
						
						
						
					 
					
						2018-07-17 18:00:58 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							4c319a2dad 
							
						 
					 
					
						
						
							
							Fixes for the mobile app  
						
						
						
						
					 
					
						2018-07-08 13:05:14 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							fe1362eef4 
							
						 
					 
					
						
						
							
							Changes for mobile app  
						
						
						
						
					 
					
						2018-07-07 22:14:34 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							c15a13b987 
							
						 
					 
					
						
						
							
							Support filtering API to active  
						
						
						
						
					 
					
						2018-06-17 13:01:43 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							4362fd182a 
							
						 
					 
					
						
						
							
							Clarify error if client not found  
						
						
						
						
					 
					
						2018-06-17 12:56:44 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							50e13378f0 
							
						 
					 
					
						
						
							
							Fix  
						
						
						
						
					 
					
						2018-06-17 11:45:16 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							dd83391bea 
							
						 
					 
					
						
						
							
							Changes for mobile app  
						
						
						
						
					 
					
						2018-06-17 11:27:36 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							f4db62cf51 
							
						 
					 
					
						
						
							
							Permission fixes  
						
						
						
						
					 
					
						2018-06-10 13:34:07 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							65ed46358b 
							
						 
					 
					
						
						
							
							Add types to transformer  
						
						
						
						
					 
					
						2018-06-08 13:50:35 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							fdf3b78dc4 
							
						 
					 
					
						
						
							
							Permissions fix  
						
						
						
						
					 
					
						2018-06-08 09:50:34 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							2cffc753f3 
							
						 
					 
					
						
						
							
							Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop  
						
						
						
						
					 
					
						2018-06-07 14:06:05 +03:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9f2d0d855 
							
						 
					 
					
						
						
							
							This PR implements Create/View/Edit permissions based on ENTITY TYPE (ie invoice/expense/client). ( #2150 )  
						
						... 
						
						
						
						* migration for new permissions schema
* update permissions across data tables
* refactor migrations to prevent duplicate attribute
* update permissions in views
* Product Permissions
* permissions via controllers
* Refactor to use Laravel authorization gate
* Doc Blocks for EntityPolicy
* check permissions conditional on create new client
* Bug Fixes
* Data table permissions
* working on UI
* settings UI/UX finalised
* Datatable permissions
* remove legacy permissions
* permission fix for viewing client
* remove all instances of viewByOwner
* refactor after PR
* Bug fix for Functional test and implementation of Functional tests for Permissions
* fix for tests 
						
						
					 
					
						2018-06-07 20:08:34 +10:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							068302a793 
							
						 
					 
					
						
						
							
							Change for Zapier  
						
						
						
						
					 
					
						2018-05-24 10:31:00 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							f1e50caa17 
							
						 
					 
					
						
						
							
							Add quote API filter  
						
						
						
						
					 
					
						2018-05-18 09:41:55 +03:00 
						 
				 
			
				
					
						
							
							
								Hillel Coren 
							
						 
					 
					
						
						
						
						
							
						
						
							a70d4bc805 
							
						 
					 
					
						
						
							
							Support filtering email notifications  
						
						
						
						
					 
					
						2018-05-14 20:08:32 +03:00