1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-20 12:52:53 +00:00
Commit Graph

141 Commits

Author SHA1 Message Date
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
David A. Velasco 78fa893027 Accept 200 as a valid response for PROPFIND 2014-07-10 14:05:10 +02:00
David A. Velasco 0071a97e8b Merge branch 'develop' into add_cookie_based_session_support 2014-07-01 12:44:19 +02:00
jabarros 6befcdafe5 Update RemoteFile and ReadRemoteFolder classes for including the remote_id property 2014-06-23 14:32:33 +02:00
jabarros 5c06770280 Populate RemoteFile with permission value 2014-06-23 11:27:25 +02:00
jabarros b27a0ba5a1 Update class RemoteFile to include property oc:permissions 2014-06-23 08:58:20 +02:00
David A. Velasco b28701ca30 Refactored handle of ownCloud URIs inside OwnCloudClient; rest of library adapted 2014-06-13 09:29:32 +02:00
masensio d066e9da51 GetRemoteUserNameOperation returns username in result.data 2014-04-02 09:45:50 +02:00
David A. Velasco 6b69b5af1a Merge branch 'develop' into operations_service 2014-04-01 14:58:34 +02:00
David A. Velasco a3683116ae GetRemoteStatusOperation saves server version in result instance, instead of in a field 2014-04-01 11:40:08 +02:00
masensio 448f765ce0 Update MINIMUM_VERSION_FOR_SHARING_API 2014-03-31 15:02:16 +02:00
masensio 7426541883 Grant comparison between versions of 4 parts and version of less than 4 parts will be right in any possible situation 2014-03-31 14:53:29 +02:00
masensio 5924b6abbc Save version with two dots, for the comparison with MINIMUM_VERSION_FOR_SHARING_API 2014-03-28 09:36:12 +01:00
masensio fc8191e268 Check the version number instead of the version string 2014-03-27 18:01:13 +01:00
masensio 8d820f42fb Check the version number taking into account the new format 2014-03-27 09:45:07 +01:00
David A. Velasco 3fed795a33 Warnings removed 2014-03-24 10:12:30 +01:00
David A. Velasco a82d812944 Merge branch 'develop' into reduced_logs_in_operations_in_shares 2014-03-20 17:47:03 +01:00
masensio d8fd024f2a Changes from comments in PR#442, in oc-project 2014-03-20 15:34:54 +01:00
masensio 7696616a44 Revert "Changes from comments in PR#442, in oc-project"
This reverts commit 3bf858e2a7.
2014-03-20 14:02:25 +01:00
masensio 3bf858e2a7 Changes from comments in PR#442, in oc-project 2014-03-20 13:51:49 +01:00
masensio ff4dd08dd5 Use WebdavUtils.parseResponseDate for parsing expiration date in ShareXMLParser 2014-03-20 09:25:14 +01:00
masensio ebe9c9fe92 Fix a problem in ShareXMLParser.java, with the expitation date 2014-03-19 17:42:52 +01:00
masensio b7c136286e Fix problem with expiration value in ShareXMLParser 2014-03-18 12:17:20 +01:00
David A. Velasco 9538c8cb73 Reduced logs in operations on shares 2014-03-17 13:13:46 +01:00
masensio a610dc3cd3 Merge pull request #15 from owncloud/fix_headers_of_OCS_requests
Added OCS-APIREQUEST header to every OCS request
2014-03-11 10:44:27 +01:00
David A. Velasco 1dbc9a121e Single location for OCS_API_HEADER constants and identation fails fixed 2014-03-10 10:36:37 +01:00
David A. Velasco bb950b7483 Added OCS-APIREQUEST header to every OCS request 2014-03-10 09:30:06 +01:00
masensio fb267a0564 OC-3097: (fix bug) When the connection is lost during a download, app thinks that the download is finished 2014-02-28 13:53:56 +01:00
masensio cd4414a7bd Merge branch 'master' into develop 2014-02-24 12:56:22 +01:00
David A. Velasco b998f8840b Fixed copyright line in comments 2014-02-18 10:16:05 +01:00
David A. Velasco 5e346043be Merge commit '1b840b1' into wide_scope_clean_up 2014-02-17 14:42:16 +01:00
David A. Velasco 689fbe0ce1 Reviewed names and types of parameters 2014-02-17 14:38:30 +01:00
David A. Velasco 1b840b15af RemoteRemoteShareOperation relocated with other operations on Shares 2014-02-17 13:05:15 +01:00
David A. Velasco 7fe393b28e Merge branch 'develop' into wide_scope_clean_up 2014-02-17 12:48:05 +01:00
David A. Velasco 0e4149fa84 Rename classes to improve name consistency 2014-02-14 13:15:15 +01:00
David A. Velasco 6c4d342610 Reordered packages 2014-02-14 12:04:41 +01:00