Peter Goodhall 
								
							 
						 
						
							
							
							
							
								
							
							
								89054af0ea 
								
							 
						 
						
							
							
								
								Import the state from LoTW if its provided  #561  
							
							
							
						 
						
							2020-08-10 23:07:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Joshua Rubin 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d118f0f3d2 
								
							 
						 
						
							
							
								
								don't require auth to update lotw users  
							
							... 
							
							
							
							required for cron
Signed-off-by: Joshua Rubin <me@jawa.dev> 
							
						 
						
							2020-07-01 00:34:51 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AndreasK79 
								
							 
						 
						
							
							
							
							
								
							
							
								9895494237 
								
							 
						 
						
							
							
								
								Added option if you want to import missing QSOs. If yes, try to locate station_id, if missing, do not import. Chose to use only 4 chars in gridsquare and like in query, to have the highest success in finding a station_id, since 6 char gridsquares can be entered, as well as multiples gridsquares.  Fixes   #407 .  
							
							
							
						 
						
							2020-05-01 13:29:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AndreasK79 
								
							 
						 
						
							
							
							
							
								
							
							
								a9c957e683 
								
							 
						 
						
							
							
								
								Added fix for import of not found LoTW matches.  Fixes   #480 .  
							
							
							
						 
						
							2020-04-28 13:01:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AndreasK79 
								
							 
						 
						
							
							
							
							
								
							
							
								adbc7f68ce 
								
							 
						 
						
							
							
								
								Added datepicker for LoTW report download.  Fixes   #465 .  
							
							
							
						 
						
							2020-04-25 23:11:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Goodhall 
								
							 
						 
						
							
							
							
							
								
							
							
								890a5abda6 
								
							 
						 
						
							
							
								
								Before importing activity csv from lotw empty the table  
							
							
							
						 
						
							2019-06-16 16:52:32 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Goodhall 
								
							 
						 
						
							
							
							
							
								
							
							
								5db81d6089 
								
							 
						 
						
							
							
								
								Displays under the callsign whether persons an lotw user or not  
							
							
							
						 
						
							2019-06-16 16:37:26 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Goodhall 
								
							 
						 
						
							
							
							
							
								
							
							
								6cfbf774cb 
								
							 
						 
						
							
							
								
								Added code to import lotw-useractivity.csv for displaying if users on lotw  
							
							... 
							
							
							
							The csv can be imported by using /index.php/lotw/load_users need to impliment frontend next 
							
						 
						
							2019-06-16 14:31:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Goodhall 
								
							 
						 
						
							
							
							
							
								
							
							
								c397716cf2 
								
							 
						 
						
							
							
								
								If LOTW import entry isn't found within the database but its within the ADIF from LOTW QSO record is created.  
							
							
							
						 
						
							2019-05-22 15:10:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Goodhall 
								
							 
						 
						
							
							
							
							
								
							
							
								63532296fc 
								
							 
						 
						
							
							
								
								Added extra flags for ARRL Lotw ADIF download  
							
							... 
							
							
							
							Added extra flags for ADIF download, this is to start supporting populating logbook from empty, updating gridsquares if they don't match. 
							
						 
						
							2019-05-22 14:57:20 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Goodhall 
								
							 
						 
						
							
							
							
							
								
							
							
								f506750cfb 
								
							 
						 
						
							
							
								
								Bootstrap Interface Updates  
							
							
							
						 
						
							2019-01-14 16:29:06 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tony Corbett, G0WFV 
								
							 
						 
						
							
							
							
							
								
							
							
								e907bd9ca2 
								
							 
						 
						
							
							
								
								Lotw: Fix the auto pull error  
							
							
							
						 
						
							2018-12-14 18:59:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tony Corbett, G0WFV 
								
							 
						 
						
							
							
							
							
								
							
							
								baec4be5bd 
								
							 
						 
						
							
							
								
								LoTW: Prevent error auto pull after initial pull  
							
							
							
						 
						
							2018-12-14 16:54:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Warren Volz 
								
							 
						 
						
							
							
							
							
								
							
							
								e384826aea 
								
							 
						 
						
							
							
								
								Codeignitor 3.1.6 and corresponding changes  
							
							... 
							
							
							
							- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
  and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version 
							
						 
						
							2017-12-01 19:25:26 +00:00