| 
							
							
								 David A. Velasco | 5ac5c80809 | Return FILE_NOT_FOUND error only if the file is not found in the server, not in case of any other error checking its existence | 2015-08-18 18:06:06 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 819b465385 | Recovered error when file to copy doesn't exist but still keeping dependency on Context out | 2015-08-18 14:07:59 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | b281585c93 | Updated CopyRemoteFileOperation constructor | 2015-08-18 13:27:44 +02:00 |  | 
			
				
					| 
							
							
								 Jorge Antonio Diaz-Benito Soriano | 2970b54e7c | Updated CopyRemoteFileOperation and verified with the unit tests | 2015-08-18 13:14:21 +02:00 |  | 
			
				
					| 
							
							
								 Jorge Antonio Diaz-Benito Soriano | 8633efbb49 | Added some neccesities for the copy operation | 2015-08-18 13:14:20 +02:00 |  | 
			
				
					| 
							
							
								 Jorge Antonio Diaz-Benito Soriano | f753b1bde8 | Added INVALID_COPY_INTO_DESCENDANT code | 2015-08-18 13:14:12 +02:00 |  | 
			
				
					| 
							
							
								 Jorge Antonio Diaz-Benito Soriano | 0842c4c407 | Added some neccesities for the copy operation | 2015-08-18 13:11:31 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 02c24c8a3b | Fixed existence check on files when automatic redirections are explicitly disabled (SAML SSO) | 2015-07-02 14:02:31 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | c84530d359 | Added helper method to check if a server version supports remote thumbnails | 2015-06-23 10:44:09 +02:00 |  | 
			
				
					| 
							
							
								 masensio | a22b1da16b | Don't send public_upload value in createShare | 2015-06-19 15:10:36 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 58deabb773 | Changes from comments in Code Review | 2015-06-16 15:15:36 +02:00 |  | 
			
				
					| 
							
							
								 masensio | dcad9157aa | Prevent NullPointerException when OwncloudVersion is null in MoveRemoteFileOperation and RenameRemoteFileOperation | 2015-06-16 10:51:50 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 1811be1b52 | Prevent NullPointException when OwncloudVersion is null in CreateRemoteFolderOperation | 2015-06-16 10:39:40 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 060ca75f17 | Merge branch 'develop' into forbidden_characters_from_server Conflicts:
	src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
	src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java | 2015-06-15 14:41:27 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 41dcc33730 | Get that ExistenceCheckRemoteOperation remembers the sequence of followed redirections after its execution Conflicts fixed:
	src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
	src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java | 2015-06-11 10:32:05 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 4ca0ff2203 | Parse error 500 and InvalidPathException for Uploads | 2015-06-03 11:09:58 +02:00 |  | 
			
				
					| 
							
							
								 masensio | b8a3eb059c | Remove exhaust response in RenameRemoteFileOperation | 2015-06-03 11:09:32 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 16c9147383 | Parse and show the error of invalid characters coming from the server side: Move, Rename, Uploads | 2015-06-03 00:32:19 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 2b09aa2a89 | Parse and show the error of invalid characters coming from the server side. Show new message in CreationFolder | 2015-06-02 13:07:43 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 9fc332eef9 | Filter only '/' character in user input when version of server is 8.1 or later | 2015-06-02 09:37:46 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 0449645fca | Changes from comments in PR#63 | 2015-05-15 10:51:34 +02:00 |  | 
			
				
					| 
							
							
								 masensio | aaebdefe56 | Add OC-Total-Length to UploadRemoteFileOperation | 2015-04-10 09:21:05 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 8f068a2849 | Add OC-Total-Length header to ChunkedUploadRemoteFileOperation | 2015-04-09 18:19:22 +02:00 |  | 
			
				
					| 
							
							
								 masensio | 9990eeb7ff | Refactor parameter user_agent out of RemoteOperation and children | 2015-03-24 14:31:40 +01:00 |  | 
			
				
					| 
							
							
								 masensio | 94ac3a93d3 | Fix bug: User agent: jakarta is shown when doing GET request | 2015-03-23 14:24:03 +01:00 |  | 
			
				
					| 
							
							
								 masensio | fc07af2364 | Add user agent in all the request | 2015-03-13 13:53:36 +01:00 |  | 
			
				
					| 
							
							
								 masensio | b36670adb1 | Update imports | 2015-03-09 14:19:12 +01:00 |  | 
			
				
					| 
							
							
								 masensio | 2f32ffbc1f | Changes from comments in PR#55 | 2015-03-09 11:34:14 +01:00 |  | 
			
				
					| 
							
							
								 masensio | 91e4a44157 | Fix bug: No files are shown when  login in oc8.1 | 2015-03-06 10:13:21 +01:00 |  | 
			
				
					| 
							
							
								 masensio | 21b0e27e31 | Merge branch 'develop' into update_propfind_for_server_8.1 | 2015-03-06 09:10:34 +01:00 |  | 
			
				
					| 
							
							
								 masensio | 8edf9fdaf6 | Modify requests to get the properties, adding properties specifically instead of DavConstants.PROPFIND_ALL_PROP | 2015-03-05 10:55:10 +01:00 |  | 
			
				
					| 
							
							
								 masensio | bbe8836365 | Complete RemoteFile with new parameters in WebDavEntry | 2015-03-04 21:38:22 +01:00 |  | 
			
				
					| 
							
							
								 masensio | 690e85eb93 | Add size value into RemoteFile | 2015-03-04 13:11:54 +01:00 |  | 
			
				
					| 
							
							
								 masensio | eca87d20c7 | Update headers | 2015-03-04 11:06:47 +01:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 2f178c9c34 | Relaxed timeout for creating folders and deleting files | 2015-02-06 14:51:01 +01:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 8261865ff2 | Merge branch 'master' into develop | 2014-12-03 11:20:06 +01:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 07daf8c58c | Grant that connections are released per level when a folder with depth > MAX_CONNECTIONS is created with all its ancestors | 2014-11-24 14:13:18 +01:00 |  | 
			
				
					| 
							
							
								 Marcello Steiner | ef768b7d1b | Merge branch 'develop' of github.com:owncloud/android-library into buildsystem/gradle_develop Conflicts:
	.travis.yml | 2014-11-21 13:22:46 +01:00 |  | 
			
				
					| 
							
							
								 Marcello Steiner | 04299bdf3c | Added gradle support to the owncloud-android-library | 2014-11-21 13:20:05 +01:00 |  | 
			
				
					| 
							
							
								 jabarros | 3d8162d6d7 | Increase SYN_READ_TIMEOUT in ReadRemoteFileOperation until 40000 milliseconds | 2014-10-01 12:44:02 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | ff0de72ea5 | Merge pull request #37 from owncloud/better_loggin_system Specific OC logging integrated in android-library | 2014-09-17 09:38:06 +02:00 |  | 
			
				
					| 
							
							
								 jabarros | b0fe841c3e | Add Log_OC class and update the log references | 2014-09-12 09:30:54 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 80cbe24524 | Greater timeouts for moving and renaming folders | 2014-09-01 14:53:13 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | b4e974491e | Added operation to move remote files | 2014-08-21 17:36:16 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | e43e43f51a | Fixed logic of HTTPS downgrade detection for multiple redirections, and grant that redirection if followed for HTTP servers | 2014-08-06 11:16:17 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 07f3d9caae | Fixed check of HTTPS downgrade so that works with multiple redirections, and done without an extra request | 2014-08-06 10:59:33 +02:00 |  | 
			
				
					| 
							
							
								 jabarros | 585054092d | Fixed bug. It is not possible to connect to a http server | 2014-08-04 14:25:31 +02:00 |  | 
			
				
					| 
							
							
								 jabarros | fe6f99ea6a | Detect when there is a change bewwen a https connection to a non-secure one and generated a new erro code. | 2014-08-04 10:18:21 +02:00 |  | 
			
				
					| 
							
							
								 David A. Velasco | 6b155fb802 | Merge pull request #34 from owncloud/update_error_messages_for_non_permitted_actions Added error codes and controls for non permitted actions | 2014-07-24 18:28:20 +02:00 |  | 
			
				
					| 
							
							
								 jabarros | 7636d9e037 | Update ErrorMessageAdapter class to generate appropiate error messages for operations failed due to lack of permissions (ResultCode.FORBIDDEN) | 2014-07-24 09:34:27 +02:00 |  |