Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								6a0eb8909c 
								
									
								
							
								 
							
						 
						
							
							
								
								first draft of a public shared link view  
							
							 
							
							 
							
							
								
							
							
							* API method to create a new time-limited shared link
* API method for retrieving the current location given a shared link token
* map view that refreshes the current location every 5 seconds 
							
						 
						6 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								917cc9c1d8 
								
									
								
							
								 
							
						 
						
							
							
								
								hack to convert from object to array  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								d8affcd0be 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of github.com:aaronpk/Compass  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								3c77290a0a 
								
									
								
							
								 
							
						 
						
							
							
								
								better error check for geocoding  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								5fa03895f4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #29  from lubikx/master  
							
							 
							
							 
							
							
								
							
							
							Updated .env.example to show that STORAGE_DIR must end with / 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   lubikx
							
						 
						
							
							
							
								
							
								0681f53f34 
								
							
								 
							
						 
						
							
							
								
								STORAGE_DIR env variable must end with /, otherwise app tries to write to different directory  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								6dadc526d9 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								d228b599b1 
								
									
								
							
								 
							
						 
						
							
							
								
								remove phpunit from readme  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								1f67e854bb 
								
									
								
							
								 
							
						 
						
							
							
								
								don't run web hooks for manually created trips  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								f95ca85782 
								
									
								
							
								 
							
						 
						
							
							
								
								change "ping URLs" to "web hooks" and send more events  
							
							 
							
							 
							
							
								
							
							
							sends an event when a trip is started or ended
new location web hook also includes active trip
closes  #22  
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								09f03ffa95 
								
									
								
							
								 
							
						 
						
							
							
								
								always send last location in callback payload  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								b0940bfbb0 
								
									
								
							
								 
							
						 
						
							
							
								
								DB migration  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								26c0cca1a9 
								
									
								
							
								 
							
						 
						
							
							
								
								add a route to return the current in-progress trip  
							
							 
							
							 
							
							
								
							
							
							closes  #16  and #15  
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								79b5fc3076 
								
									
								
							
								 
							
						 
						
							
							
								
								cache last location and current trip in DB  
							
							 
							
							 
							
							
								
							
							
							return `last` location from database instead of filesystem if no `before` param is set
for #15  
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								e53c8d1e4e 
								
									
								
							
								 
							
						 
						
							
							
								
								update p3k/utils  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								f6b2ac206c 
								
									
								
							
								 
							
						 
						
							
							
								
								use p3k\utils and p3k\timezone  
							
							 
							
							 
							
							
								
							
							
							drops a bunch of duplicate code now that those libraries exist 
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								453fa70077 
								
									
								
							
								 
							
						 
						
							
							
								
								Update trip handling for new Overland data format  
							
							 
							
							 
							
							
								
							
							
							closes  #21  
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								1305d77f35 
								
									
								
							
								 
							
						 
						
							
							
								
								show current location timestamp in callback log  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								e7f90f6b7f 
								
									
								
							
								 
							
						 
						
							
							
								
								don't fall back to default auth for micropub login  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								0c2ff2e4df 
								
									
								
							
								 
							
						 
						
							
							
								
								move migrate command to setup section  
							
							 
							
							 
							
							
								
							
							
							for #17  
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								06dbf62c34 
								
									
								
							
								 
							
						 
						
							
							
								
								update indieauth/client  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								88d2de6ec7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of github.com:aaronpk/Compass  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								18c901f9dd 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #19  from EdwardHinkle/feature/indieauth-login-for-micropub  
							
							 
							
							 
							
							
								
							
							
							Add IndieAuth and micropub discovery to trip micropub settings 
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								f22dfbc81a 
								
									
								
							
								 
							
						 
						
							
							
								
								add config option to prevent new users  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								19e5357c08 
								
									
								
							
								 
							
						 
						
							
							
								
								add h-app class too  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								e3b5f7930e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #18  from EdwardHinkle/feature/add-h-app  
							
							 
							
							 
							
							
								
							
							
							Add h-x-app to compass’s home page to make IndieAuth logins prettier 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Eddie Hinkle
							
						 
						
							
							
							
								
							
								2b983da4b4 
								
							
								 
							
						 
						
							
							
								
								Add support for IndieAuth authorization for the micropub endpoint  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Eddie Hinkle
							
						 
						
							
							
							
								
							
								0726c6dac4 
								
							
								 
							
						 
						
							
							
								
								Add h-x-app to compass’s home page to make IndieAuth logins prettier  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								e72f0bf55d 
								
									
								
							
								 
							
						 
						
							
							
								
								send the actual location when pinging an external URL  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								5d65277c3a 
								
									
								
							
								 
							
						 
						
							
							
								
								cache timestamps and avoid storing duplicate data  
							
							 
							
							 
							
							
								
							
							
							closes  #10  
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								df578d4aed 
								
									
								
							
								 
							
						 
						
							
							
								
								handle launched with location, and ignore unrecognized events  
							
							 
							
							 
							
							
								
							
							
							closes  #11  
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								453f70ba9e 
								
									
								
							
								 
							
						 
						
							
							
								
								expand .env example and readme  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								6950fdc016 
								
									
								
							
								 
							
						 
						
							
							
								
								add artisan command to generate app key  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
							
								
							
								f0f7cfe7e8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #13  from EdwardHinkle/master  
							
							 
							
							 
							
							
								
							
							
							Add some additional clarifications regarding installation 
							
						 
						8 years ago  
					 
				
					
						
							
							
								   Eddie Hinkle
							
						 
						
							
							
							
								
							
								d759a5029a 
								
							
								 
							
						 
						
							
							
								
								Add some clarifications regarding web server configurations and the Job queue requirements  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								86ac8621d4 
								
									
								
							
								 
							
						 
						
							
							
								
								delete unused entries from .env  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								6d8a798cb3 
								
									
								
							
								 
							
						 
						
							
							
								
								clarify database migration command  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								074eca624e 
								
									
								
							
								 
							
						 
						
							
							
								
								expand installation instructions  
							
							 
							
							 
							
							
								
							
							
							for #12  
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								df7e99470b 
								
									
								
							
								 
							
						 
						
							
							
								
								use only indieauth login flow  
							
							 
							
							 
							
							
								
							
							
							closes  #4  
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								552cba80d8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of github.com:aaronpk/Compass  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								da7b0f4681 
								
									
								
							
								 
							
						 
						
							
							
								
								disable geocoding  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								6dd1550724 
								
									
								
							
								 
							
						 
						
							
							
								
								add task to recreate file without duplicate data  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
							
								
							
								f495b21e2b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8  from sebsel/fix-migrations  
							
							 
							
							 
							
							
								
							
							
							Fix migrations 
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
							
								
							
								ed403e608d 
								
							
								 
							
						 
						
							
							
								
								fix create database button  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								   sebsel
							
						 
						
							
							
							
								
							
								d94ba2e7c8 
								
							
								 
							
						 
						
							
							
								
								add missing migrations  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								   sebsel
							
						 
						
							
							
							
								
							
								7152579d01 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'aaronpk/master'  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
								
								
							
							
								
							
								4e8d9729b7 
								
									
								
							
								 
							
						 
						
							
							
								
								add database migrations for  #6  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								
									
								
								   Aaron Parecki 
							
						 
						
							
							
							
								
							
								1d1d4932e5 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #6  from sebsel/feature/default-timezone  
							
							 
							
							 
							
							
								
							
							
							Add timezone and metric options 
							
						 
						8 years ago  
					 
				
					
						
							
							
								   Sebastiaan Andeweg
							
						 
						
							
							
							
								
							
								d7d41f8591 
								
							
								 
							
						 
						
							
							
								
								display speed in metric or imperial  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								   sebsel
							
						 
						
							
							
							
								
							
								f40303ff95 
								
							
								 
							
						 
						
							
							
								
								first take at default timezone option  
							
							 
							
							
								
							
							
						 
						8 years ago