James Cole 
							
						 
					 
					
						
						
							
						
						950b706e7c 
					 
					
						
						
							
							Add model for Location and expand Account table.  
						
						
						
						
					 
					
						2019-12-28 19:27:50 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						78481b8aa9 
					 
					
						
						
							
							Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in  #2607 . This applies to all code in this commit from this moment onwards.  
						
						
						
						
					 
					
						2019-10-02 07:00:58 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						04849e8c61 
					 
					
						
						
							
							Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in  #2607 . This applies to all code in this commit from this moment onwards.  
						
						
						
						
					 
					
						2019-10-02 06:38:38 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						8776d47545 
					 
					
						
						
							
							Fix another place where migrations may fail.  
						
						
						
						
					 
					
						2019-09-14 18:17:32 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						4fd23694c7 
					 
					
						
						
							
							Update composer, fix migrations  
						
						
						
						
					 
					
						2019-09-13 05:36:01 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						88c08188f7 
					 
					
						
						
							
							Fix   #2573  
						
						
						
						
					 
					
						2019-09-12 06:47:04 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						fc78c32fca 
					 
					
						
						
							
							Add newline to files  
						
						
						
						
					 
					
						2019-08-17 12:09:03 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						342985d52a 
					 
					
						
						
							
							Code cleanup  
						
						
						
						
					 
					
						2019-08-17 10:47:51 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						b0bd35503f 
					 
					
						
						
							
							Add MFA code in prep of new MFA routine  
						
						
						
						
					 
					
						2019-08-03 19:19:55 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						bff156aad4 
					 
					
						
						
							
							Add copyright things.  
						
						
						
						
					 
					
						2019-05-29 21:56:39 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						d13317095f 
					 
					
						
						
							
							Replace transaction collector.  
						
						
						
						
					 
					
						2019-05-29 18:28:28 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						13afd4582f 
					 
					
						
						
							
							First attempt at displaying a group.  
						
						
						
						
					 
					
						2019-04-08 20:31:31 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						1b0be2a47e 
					 
					
						
						
							
							Refactor upgrade and verify commands.  
						
						
						
						
					 
					
						2019-03-23 08:10:59 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						6bd2b4f288 
					 
					
						
						
							
							Merge branch 'develop' into v480  
						
						... 
						
						
						
						* develop: (21 commits)
  Update lock file
  Update change logs and config files.
  Enable norsk, update version of DB
  Various language string updates.
  Norwegian strings.
  Improve installer middleware for Sandstorm.
  Fix some issues with importer #2166 
  Other delete thing.
  More debug things.
  Extra debug info for #2159  and some kernel changes.
  Extra debug info for #2159 
  Fix  #2173 
  Rename class and add copyright statement @wrouesnel #2167 
  Fix LDAP auth configuration paths.
  Fix some cache issues and a version bump.
  Updated file list.
  Updated list.
  New file list.
  Update composer file.
  Small fix in changelog.
  ... 
						
						
					 
					
						2019-03-17 12:34:36 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						037d9b7017 
					 
					
						
						
							
							Rename class and add copyright statement @wrouesnel  #2167  
						
						
						
						
					 
					
						2019-03-16 19:02:13 +01:00 
						 
				 
			
				
					
						
							
							
								Will Rouesnel 
							
						 
					 
					
						
						
							
						
						cb4ff35adb 
					 
					
						
						
							
							Fix LDAP auth configuration paths.  
						
						... 
						
						
						
						This commit fixes parameters broken in the latest version of `adldap2`.
Specifically:
* `adldap` auth parameters have changed in the latest version.
  * "usernames" has become `identities` and `discover` has changed to
    `discover_users_by`, `auth` has changed to `bind_users_by`
* Add the missing objectguid field to the users table for adldap2.
  * This is added as a nullable (optional) field at the moment to support
    tracking LDAP users as adldap2 wants to. 
						
						
					 
					
						2019-03-12 09:12:54 +11:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						e4fb223f77 
					 
					
						
						
							
							Code for 4.8.0  
						
						
						
						
					 
					
						2019-03-05 17:26:49 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						b7f0a6fff4 
					 
					
						
						
							
							Update migrations so you can always roll back.  
						
						
						
						
					 
					
						2019-03-02 15:54:24 +01:00 
						 
				 
			
				
					
						
							
							
								lastlink 
							
						 
					 
					
						
						
							
						
						963be4a4fa 
					 
					
						
						
							
							add missing rollback for 477 migration  
						
						
						
						
					 
					
						2019-02-26 00:16:05 -05:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						ed08d299de 
					 
					
						
						
							
							Fix for  #2017  
						
						
						
						
					 
					
						2019-02-11 17:07:07 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						1774bcbabe 
					 
					
						
						
							
							Add copyright statements and newlines.  
						
						
						
						
					 
					
						2019-02-09 10:36:59 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						311d51464d 
					 
					
						
						
							
							Add support for  #2006  
						
						
						
						
					 
					
						2019-02-08 07:14:45 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						894b48df8e 
					 
					
						
						
							
							Introduce new model for future remodeling of split transactions.  
						
						
						
						
					 
					
						2019-01-28 20:00:40 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						3e25d66902 
					 
					
						
						
							
							Add newlines and copyright notices.  
						
						
						
						
					 
					
						2018-12-31 07:48:23 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						e491dda229 
					 
					
						
						
							
							Currencies can now be enabled and disabled.  
						
						
						
						
					 
					
						2018-11-10 10:04:46 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						28e7440726 
					 
					
						
						
							
							Add budget limit currency ID.  
						
						
						
						
					 
					
						2018-09-06 07:38:26 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						b7752928a4 
					 
					
						
						
							
							Give all of these files a newline at the end.  
						
						
						
						
					 
					
						2018-07-22 20:32:02 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						2d7b7c2f3f 
					 
					
						
						
							
							Expand recurring transactions API  
						
						
						
						
					 
					
						2018-06-29 19:27:07 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						5d01955133 
					 
					
						
						
							
							Various extensions to recurring transactions.  
						
						
						
						
					 
					
						2018-06-26 18:49:33 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						4b4dc2e298 
					 
					
						
						
							
							Various code related to the recurring transactions.  
						
						
						
						
					 
					
						2018-06-12 18:48:15 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						6743d99d9b 
					 
					
						
						
							
							First batch of code for recurring transactions  #1469  
						
						
						
						
					 
					
						2018-06-10 16:59:03 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						cde9c4a2bc 
					 
					
						
						
							
							Update copyright statements.  
						
						
						
						
					 
					
						2018-05-11 10:08:34 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						f74b9ba7ab 
					 
					
						
						
							
							Add strict types and newlines.  
						
						
						
						
					 
					
						2018-05-05 16:51:32 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						1c0da454db 
					 
					
						
						
							
							Improved code for new import + some tests.  
						
						
						
						
					 
					
						2018-05-04 20:21:27 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						6bddb63b45 
					 
					
						
						
							
							New code for updated import routine.  
						
						
						
						
					 
					
						2018-05-03 17:23:16 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						9fb049991f 
					 
					
						
						
							
							Migration for 4.7.4  
						
						
						
						
					 
					
						2018-04-29 18:07:47 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						15a22f0bfc 
					 
					
						
						
							
							Expand rules and bills.  
						
						
						
						
					 
					
						2018-04-14 20:31:31 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						8f0e36a8e4 
					 
					
						
						
							
							Code for  #1324  
						
						
						
						
					 
					
						2018-04-08 16:27:52 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						7b715925cf 
					 
					
						
						
							
							Code for  #1324  
						
						
						
						
					 
					
						2018-04-07 22:23:16 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						55b6d711f3 
					 
					
						
						
							
							Currency exchange rate will not be saved when rate is 0.  
						
						
						
						
					 
					
						2018-03-30 06:33:04 +02:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						909f72e6be 
					 
					
						
						
							
							Move notes for attachments to different object. This sacrifices the original notes.  
						
						
						
						
					 
					
						2018-03-19 15:28:35 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						c8f52a1c40 
					 
					
						
						
							
							Code cleanup [skip ci]  
						
						
						
						
					 
					
						2018-03-11 20:41:03 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						a97bfc92e1 
					 
					
						
						
							
							Add newlines and strict types  
						
						
						
						
					 
					
						2018-03-05 19:35:58 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						1a721ac6b5 
					 
					
						
						
							
							Fix transactions.  
						
						
						
						
					 
					
						2018-02-23 16:59:21 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						220efca8d7 
					 
					
						
						
							
							Add passport migrations  
						
						
						
						
					 
					
						2018-02-04 08:14:36 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						42676746a2 
					 
					
						
						
							
							Remove Spectre table.  
						
						
						
						
					 
					
						2017-12-28 18:26:08 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						5ba03bd222 
					 
					
						
						
							
							Fix   #1066  
						
						
						
						
					 
					
						2017-12-27 18:11:22 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						8bd76d1ff0 
					 
					
						
						
							
							Various code cleanup.  
						
						
						
						
					 
					
						2017-12-22 18:32:43 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						ef3bc07249 
					 
					
						
						
							
							Update copyright [skip ci]  
						
						
						
						
					 
					
						2017-12-17 14:43:34 +01:00 
						 
				 
			
				
					
						
							
							
								James Cole 
							
						 
					 
					
						
						
							
						
						78335e5814 
					 
					
						
						
							
							Expand tests, do code cleanup.  
						
						
						
						
					 
					
						2017-12-17 14:30:53 +01:00