1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-12 17:03:10 +00:00
Commit Graph

86 Commits

Author SHA1 Message Date
Michael Wood 5b61790975 WebdavUtils Don't statically allocate the SimpleDateObject
When accessing this from multiple threads we get inconsistent states of
parsed value leading to the wrong date being returned.
2014-05-27 10:27:51 +02:00
David A. Velasco 20aaa5eee7 Avoid ignoring important headers 2014-05-21 10:15:19 +02:00
masensio cd5d0cfb20 Merge branch 'develop' into fix_issue_482 2014-05-21 09:27:19 +02:00
masensio 927779d1c2 Case sensitive when reading HTTP-Headers 2014-05-16 12:41:09 +02:00
David A. Velasco 16d237e42a Added ResultCode for failed local removal 2014-05-12 09:58:18 +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 cfe6270c11 Updated serial number for serialization of RemoteOperationResult 2014-03-24 10:12:18 +01:00
David A. Velasco 4572ca29e8 Replace method infering basic authorization for other returning the 'authenticate' header value; let's analyze the header in other class 2014-03-21 13:41:19 +01:00
David A. Velasco ec2fcc0716 Merge branch 'develop' into regular_authentication_in_saml_server 2014-03-21 11:01:49 +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 f63da07a3e Changes from comments in PR#443 2014-03-20 16:50:35 +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 268681dbff Merge branch 'develop' into check_server_certificates_in_SSO_webview 2014-03-11 10:47:54 +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 e8a6c642a0 Merge branch 'develop' into check_server_certificates_in_SSO_webview 2014-03-07 09:41:34 +01:00
masensio b274963153 OC-3163: Check if the certificate is in the app cetificates repository (mKnownServers of NetworkUtils) 2014-03-05 12:15:07 +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 b3ac14f575 Added extra validation to avoid interference of shares not of public type (unhandled by the moment) 2014-02-20 14:46:46 +01:00
David A. Velasco 9a3ad5a4ec Added minimal validation of parsed shares coming from server to avoid crashes due to bad formed or unexpected responses 2014-02-20 12:56:29 +01:00
David A. Velasco c3f4382200 Updated server check operation and OwnCloudVersion to retrieve both remote version and versionstring values 2014-02-19 12:27:06 +01:00
masensio 1f6f9bcf84 OC-2765: App crashes when loging in servers without the patch 2014-02-18 11:35:09 +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
David A. Velasco d673c0a20f Merge branch 'develop' into release-1.5.4 2014-02-07 12:03:06 +01:00
masensio 04f234342a Merge branch 'share_link__new_share' into share_link__unshare_link 2014-02-07 11:14:41 +01:00
David A. Velasco 7abd4bdb2f Fixed bug in URL to entry point for username 2014-02-07 09:47:52 +01:00
David A. Velasco 546c19829c OCShare made Serializable to be able to send it between components 2014-02-06 20:09:02 +01:00
David A. Velasco 858d5f1064 Fixed path of shares on folders, and changed 'drectory' by 'folder' 2014-02-06 19:52:55 +01:00