Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						f1cd510058 
					 
					
						
						
							
							Fix up Info.plist metadata for OS X  
						
						... 
						
						
						
						- behave correctly on retina displays
- fix focus policy
- insert correct version info from cmake 
						
						
							
						
					 
					
						2012-09-17 21:46:18 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						aab1c94e44 
					 
					
						
						
							
							Simplify version display.  
						
						... 
						
						
						
						Reduces amount of required helper macros. 
						
						
							
						
					 
					
						2012-09-17 21:23:56 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						6d13b1b2fb 
					 
					
						
						
							
							Added a simple about dialog.  
						
						
						
						
							
						
					 
					
						2012-09-17 21:06:20 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						ff4a119c0c 
					 
					
						
						
							
							Don't swallow ':' when entered.  
						
						... 
						
						
						
						Treat entering 'http(s)://' gracefully by
removing the substring and flipping the
checkbox. 
						
						
							
						
					 
					
						2012-09-17 19:23:53 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						910803cacf 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
 
						
					 
					
						2012-09-15 02:07:51 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						55e1ef2cc5 
					 
					
						
						
							
							Merge pull request  #3  from kyle-f/master  
						
						... 
						
						
						
						Owncloud client wizard setup page doesn't handle back button presses. 
						
						
							
						
					 
					
						2012-09-14 01:29:53 -07:00 
						 
				 
			
				
					
						
							
							
								Kyle Fazzari 
							
						 
					 
					
						
						
							
						
						4dbd8ee016 
					 
					
						
						
							
							Forgot to comform to ownCloud coding standards. Fixed.  
						
						
						
						
							
						
					 
					
						2012-09-13 22:51:47 -04:00 
						 
				 
			
				
					
						
							
							
								Kyle Fazzari 
							
						 
					 
					
						
						
							
						
						2652a744d0 
					 
					
						
						
							
							Damino requested that QUrl be used to parse the URL, along with toString(QUrl::RemoveScheme). QUrl::RemoveScheme doesn't remove the slashes, so extra code was thrown in to ensure they were removed if they were present.  
						
						
						
						
							
						
					 
					
						2012-09-13 22:47:39 -04:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						5ecab55781 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-14 02:04:51 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						825bd72050 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-12 02:04:30 +02:00 
						 
				 
			
				
					
						
							
							
								Kyle Fazzari 
							
						 
					 
					
						
						
							
						
						7f6d39383e 
					 
					
						
						
							
							Found a much slicker solution to the problem of the OC URL  
						
						... 
						
						
						
						containing the protocol when the back button is used. Instead
of moving to two separate URL fields, a slot was created and
connected to the textChanged signal of the OCUrl LineEdit.
This slot simply ensures the protocol is not present. 
						
						
							
						
					 
					
						2012-09-11 18:56:32 -04:00 
						 
				 
			
				
					
						
							
							
								Sebastian Kügler 
							
						 
					 
					
						
						
							
						
						591b71cf18 
					 
					
						
						
							
							Return QNetworkReply from remote mkdir  
						
						... 
						
						
						
						This patch allows the client implementation to react to specific results
of mkdir requests
I need this patch to be able to catch errors from creating remote
folders. 
						
						
							
						
					 
					
						2012-09-11 05:26:07 +02:00 
						 
				 
			
				
					
						
							
							
								Sebastian Kügler 
							
						 
					 
					
						
						
							
						
						76e9687d6f 
					 
					
						
						
							
							Return QNetworkReply from getRequests  
						
						... 
						
						
						
						This patch allows the client implementation to react to specific
getRequests, such as folder checks, etc. It allows to connect
client-specific slots to requests, catch its errors and handle them
separately.
I need this patch to be able to check more than one remote folder on the
server, and not mix up their job's signal handling. 
						
						
							
						
					 
					
						2012-09-11 03:35:32 +02:00 
						 
				 
			
				
					
						
							
							
								Kyle Fazzari 
							
						 
					 
					
						
						
							
						
						a426c4ea37 
					 
					
						
						
							
							* Fixed bug where the if one enters the owncloud URL on the setup page of the initial wizard, continued, and then hit the back button on the Install page, the protocol was included in the URL.  
						
						
						
						
							
						
					 
					
						2012-09-10 20:50:51 -04:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						f27a3c3224 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-11 02:05:39 +02:00 
						 
				 
			
				
					
						
							
							
								Sebastian Kügler 
							
						 
					 
					
						
						
							
						
						c24728b692 
					 
					
						
						
							
							Move SslErrorDialog into Application  
						
						... 
						
						
						
						This patch makes it possible to cut out a large piece from the lib. We
want to avoid having GUI code in the daemon. For Mirall, this is now
handled in Application. for other clients, they can do whatever they
want with this signal, and implement their own SSL Error handling.
The patch isn't exactly a beauty queen, since it involves some
back-and-forth between application and owncloudinfo objects, but it
seems the only way to properly separate and abstract the UI out of
owncloudinfo, and cuts down a huge part of the dependency chain,
especially QWidget-based classes.
I haven't been able to properly test this, but if anyone can give me a
login to a server that has wrong or untrusted SSL certificates, I'll
happily do it.
Merge? *puppy eyes* 
						
						
							
						
					 
					
						2012-09-10 23:53:49 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						7b6063f964 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-10 02:06:51 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						719c8e2435 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-09 02:05:36 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						3ea107792e 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-08 02:07:36 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						aa67c0e75e 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-07 02:09:29 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						d13fc42b47 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-06 02:08:33 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						541ae99f91 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-05 02:07:34 +02:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						fc6cd714c7 
					 
					
						
						
							
							win32: Fix random file name generation, init random generator once.  
						
						... 
						
						
						
						Signed-off-by: Andreas Schneider <asn@cryptomilk.org > 
						
						
							
						
					 
					
						2012-09-04 12:19:12 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						a9cd49277b 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-04 02:05:08 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						e687a63997 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-09-01 13:27:27 +02:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						0006ab14ae 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-08-31 02:09:05 +02:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						ca7c25009e 
					 
					
						
						
							
							Update to version 1.1.0 beta1  
						
						
						
						
							
						
					 
					
						2012-08-30 18:53:39 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						7701805dc4 
					 
					
						
						
							
							Add a warning window for/against usage of old server versions.  
						
						
						
						
							
						
					 
					
						2012-08-30 18:52:50 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						824bd1e087 
					 
					
						
						
							
							Fix memory allocation for proxy struct in thread.  
						
						
						
						
							
						
					 
					
						2012-08-30 18:50:42 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						f78f3e0869 
					 
					
						
						
							
							Set beta tag to application version. Not a pretty solution.  
						
						
						
						
							
						
					 
					
						2012-08-30 18:48:32 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						912f440176 
					 
					
						
						
							
							Added win dir to most hackish solution ever.  
						
						
						
						
							
						
					 
					
						2012-08-30 18:47:43 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						50f698673c 
					 
					
						
						
							
							Update version number to 0.50.9  
						
						
						
						
							
						
					 
					
						2012-08-30 18:45:36 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						8571394847 
					 
					
						
						
							
							Fix time correction between client and server.  
						
						
						
						
							
						
					 
					
						2012-08-30 18:45:10 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						08f7fbbd71 
					 
					
						
						
							
							Fix printf argument for win32 platform.  
						
						
						
						
							
						
					 
					
						2012-08-30 17:01:52 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						caa1945daa 
					 
					
						
						
							
							Added another check on file length.  
						
						
						
						
							
						
					 
					
						2012-08-30 15:45:45 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						ecd6a86fd3 
					 
					
						
						
							
							Remove wrong free command.  
						
						
						
						
							
						
					 
					
						2012-08-30 14:30:30 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						d346438718 
					 
					
						
						
							
							Merge branch 'master' of github.com:owncloud/mirall  
						
						
						
						
							
						
					 
					
						2012-08-30 14:03:30 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						094d563dbb 
					 
					
						
						
							
							Set sslCertsTrust to defined value at start.  
						
						
						
						
							
						
					 
					
						2012-08-30 14:02:42 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						cb6b3e1d85 
					 
					
						
						
							
							Setup connections to ocinfo when needed.  
						
						
						
						
							
						
					 
					
						2012-08-30 14:02:15 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						72e14b3688 
					 
					
						
						
							
							Use the remote.php/webdav url rather than files/webdav.php  
						
						
						
						
							
						
					 
					
						2012-08-30 13:23:14 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						6fbc510aeb 
					 
					
						
						
							
							Free memory of id_list lists.  
						
						
						
						
							
						
					 
					
						2012-08-30 13:05:24 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						ffc5e6f0cc 
					 
					
						
						
							
							Memory cleanups for id syncing, removed unused code.  
						
						
						
						
							
						
					 
					
						2012-08-30 13:04:48 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						7600eb4a09 
					 
					
						
						
							
							Memory cleanups for id syncing.  
						
						
						
						
							
						
					 
					
						2012-08-30 13:04:14 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						d756c45c50 
					 
					
						
						
							
							Free memory used by the id in csync_file_stat.  
						
						
						
						
							
						
					 
					
						2012-08-30 13:01:21 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						9f4f0e8106 
					 
					
						
						
							
							ownCloud: more memory cleanups, use widechar unlink for tmp files,  
						
						... 
						
						
						
						adjust the modtime by the time difference between client adn server. 
						
						
							
						
					 
					
						2012-08-30 12:59:52 +03:00 
						 
				 
			
				
					
						
							
							
								Jenkins for ownCloud 
							
						 
					 
					
						
						
							
						
						266e1988f6 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
							
						
					 
					
						2012-08-30 02:08:04 +02:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						99691059bf 
					 
					
						
						
							
							Removed all usage of openSSL.  
						
						
						
						
							
						
					 
					
						2012-08-29 15:37:31 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						4e4fca54c2 
					 
					
						
						
							
							added test data as well as a test config template.  
						
						
						
						
							
						
					 
					
						2012-08-29 15:26:31 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						52e0f06692 
					 
					
						
						
							
							use a more speaking name for config file.  
						
						
						
						
							
						
					 
					
						2012-08-29 15:26:15 +03:00 
						 
				 
			
				
					
						
							
							
								Klaas Freitag 
							
						 
					 
					
						
						
							
						
						0416107951 
					 
					
						
						
							
							Fix testcase.  
						
						
						
						
							
						
					 
					
						2012-08-29 13:34:42 +03:00