Joey Hess 
								
							 
						 
						
							
							
								
							
							
	1f1cddbaa7  
						 
						
							
							
								
								
								syncNewRemote is not only used for new remotes; rename to syncRemote  
							
							 
							
							
							
						 
						
							2013-04-08 15:43:43 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	9a5f421768  
						 
						
							
							
								
								
								detect when unwanted remote is empty and remove it  
							
							 
							
							... 
							
							
							
							Needs fixes to build when the webapp is disabled. 
							
						 
						
							2013-04-03 17:01:40 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	140774a8c8  
						 
						
							
							
								
								
								webapp: Switch all forms to POST.  
							
							 
							
							
							
						 
						
							2013-03-16 18:48:26 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	c94c99942b  
						 
						
							
							
								
								
								make liftAnnex and liftAssistant polymorphic, like liftIO  
							
							 
							
							
							
						 
						
							2013-03-16 00:19:56 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	907b0c0d78  
						 
						
							
							
								
								
								better liftAnnex, avoid using runAnnex undefined  
							
							 
							
							
							
						 
						
							2013-03-04 16:36:38 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	0d2ac184b5  
						 
						
							
							
								
								
								webapp: Avoid illegal characters in hostname when creating S3 or Glacier remote.  
							
							 
							
							
							
						 
						
							2013-01-14 12:54:29 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	7f7c31df1c  
						 
						
							
							
								
								
								type based git config handling  
							
							 
							
							... 
							
							
							
							Now there's a Config type, that's extracted from the git config at startup.
Note that laziness means that individual config values are only looked up
and parsed on demand, and so we get implicit memoization for all of them.
So this is not only prettier and more type safe, it optimises several
places that didn't have explicit memoization before. As well as getting rid
of the ugly explicit memoization code.
Not yet done for annex.<remote>.* configuration settings. 
							
						 
						
							2012-12-29 23:10:18 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	c9fd389fbf  
						 
						
							
							
								
								
								webapp: Encryption can be disabled when setting up remotes.  
							
							 
							
							
							
						 
						
							2012-12-04 13:28:22 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	4f4209b833  
						 
						
							
							
								
								
								webapp: Added help buttons and links next to fields that require explanations.  
							
							 
							
							
							
						 
						
							2012-12-02 22:33:30 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	7b032dbbc8  
						 
						
							
							
								
								
								webapp: Fix bad interaction between required fields and modals.  
							
							 
							
							
							
						 
						
							2012-12-02 17:32:54 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	0b6c889012  
						 
						
							
							
								
								
								webapp: S3 and Glacier forms now have a select list of all currently-supported AWS regions.  
							
							 
							
							
							
						 
						
							2012-12-01 14:11:37 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	3dfc9cadb0  
						 
						
							
							
								
								
								simplify  
							
							 
							
							
							
						 
						
							2012-11-25 00:38:11 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	59733456ed  
						 
						
							
							
								
								
								refactor  
							
							 
							
							
							
						 
						
							2012-11-25 00:27:17 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Joey Hess 
								
							 
						 
						
							
							
								
							
							
	463cf58140  
						 
						
							
							
								
								
								webapp and assistant glacier support  
							
							 
							
							
							
						 
						
							2012-11-24 16:30:15 -04:00