1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00
Commit Graph

186 Commits

Author SHA1 Message Date
David A. Velasco f4181930b3 Updated RemoveShareTest to work with an empty OC server 2014-04-16 14:04:52 +02:00
David A. Velasco 309043774e Updated CreateShareTest to work with an empty OC server 2014-04-16 13:47:27 +02:00
David A. Velasco 026e744ae1 Updated RenameFileTest to work with an empty OC server 2014-04-16 13:40:11 +02:00
David A. Velasco 7000fbeaa2 Updated DownloadFileTest to work with an empty OC server 2014-04-16 12:37:03 +02:00
David A. Velasco d2e6925396 Updated DeleteFileTest to work with an empty OC server 2014-04-16 11:48:13 +02:00
David A. Velasco 45eecf1ff8 Updated UploadFileTest to work with an empty OC server 2014-04-15 15:19:10 +02:00
David A. Velasco b3e3eb74f0 Updated CreateFolderTest to work with an empty OC server 2014-04-15 13:48:01 +02:00
David A. Velasco 596c793243 Updated ReadFolderTest to work with an empty OC server 2014-04-15 13:22:45 +02:00
David A. Velasco e2380a6a5c Updated ReadFileTest to work with an empty OC server 2014-04-15 12:32:03 +02:00
David A. Velasco f3eac35cd3 Test project for library accepts server with a self-signed SSL certificate 2014-04-14 13:10:05 +02:00
David A. Velasco b84c375f3b Fixed typo in custom rules to log and validate use of encrypted variables in Travis 2014-04-09 12:28:50 +02:00
David A. Velasco a8655239f0 Added build of test_client project, and still testing encrypted variables 2014-04-09 12:21:15 +02:00
David A. Velasco 982748df45 Added Ant custom rules to overwrite setup.xml values from environment variables 2014-04-09 12:17:15 +02:00
David A. Velasco 91cf262092 Still trying to fix echo 2014-04-09 10:08:03 +02:00
David A. Velasco 02f3aa2a46 Trying to fix echo 2014-04-09 09:46:30 +02:00
David A. Velasco 5e7f2eab16 Fixed indentation 2014-04-09 09:42:39 +02:00
David A. Velasco dc93c29f34 Testing encrypted values in Travis 2014-04-09 09:41:32 +02:00
David A. Velasco 7d33ff1295 Grant that local Ant properties are updated for owncloud-android-library project 2014-04-08 13:35:55 +02:00
David A. Velasco 7f8da4cce6 Updated layout of test projects 2014-04-08 13:29:27 +02:00
David A. Velasco bda94d02aa Removed unneeded script to setup environment 2014-04-08 12:43:40 +02:00
David A. Velasco 98344e193e Merge branch 'develop' into travis_ci 2014-04-08 09:44:39 +02:00
David A. Velasco 614163529b Merge pull request #22 from owncloud/operations_service
Moved result data from GetRemoteStatusOperation and GetRemoteUserNameOperation into the RemoteOperationResult instance they their methods execute() return.
2014-04-08 09:15:59 +02:00
David A. Velasco 98d58afce0 Added Travis build script, fist version 2014-04-07 14:53:21 +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 cecda3333a Merge pull request #20 from owncloud/check_server_version
Updated representation of server version
2014-04-01 14:03:39 +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 25c53f3bf9 Merge pull request #19 from owncloud/regular_authentication_in_saml_server
Prevent than app without SAML support simulates a fake authentication in a SAML server
2014-03-24 10:14:15 +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 00cc935be1 Merge pull request #18 from owncloud/reduced_logs_in_operations_in_shares
Reduced logs in operations in shares - again; submodule inferno
2014-03-20 18:00:20 +01:00
David A. Velasco a82d812944 Merge branch 'develop' into reduced_logs_in_operations_in_shares 2014-03-20 17:47:03 +01:00
David A. Velasco ae2f5b48b8 Merge pull request #17 from owncloud/share_link__reuse_link_shared_in_server
Some fixes in operation of Shares
2014-03-20 17:37:30 +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
David A. Velasco 30acd4875d Merge pull request #16 from owncloud/check_server_certificates_in_SSO_webview
Check server certificates in sso webview
2014-03-13 08:45:30 +01:00
masensio 268681dbff Merge branch 'develop' into check_server_certificates_in_SSO_webview 2014-03-11 10:47:54 +01:00