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
|
8c4834256b
|
Update license
|
2015-03-05 13:27:14 +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
|
f899fbee6f
|
Add quota-used-bytes and quota-available-bytes to WebDavEntry
|
2015-03-04 21:31:28 +01:00 |
|
masensio
|
47dfdd2396
|
Read oc:size property in WebDavEntry
|
2015-03-04 13:07:57 +01:00 |
|
masensio
|
eca87d20c7
|
Update headers
|
2015-03-04 11:06:47 +01:00 |
|
masensio
|
c2b5ddd236
|
Verify null recentCredential in SingleSessionManager.keepCreadentialsUpdated
|
2015-02-18 10:57:17 +01:00 |
|
David A. Velasco
|
24110ba178
|
Updated unit tests
|
2015-02-10 12:58:55 +01:00 |
|
David A. Velasco
|
f5fe254c09
|
Load of credentials from AccountManager is refactored out from constructor
|
2015-02-09 15:27:44 +01:00 |
|
jabarros
|
c8a882761f
|
Fix. If the path does not exist is not created when it hast to create more than 4 folders
|
2014-11-24 10:53:05 +01:00 |
|
David A. Velasco
|
fcf3bd2769
|
Clean-up at NetworkUtils.java
|
2014-11-17 10:47:37 +01:00 |
|
David A. Velasco
|
93e08bc215
|
Grant that all supported secure protocol is enabled, but no unsupported protocol is tried to be enabled
|
2014-11-17 10:41:35 +01:00 |
|
David A. Velasco
|
9881150410
|
Grant that a security provider supporting TLSv1.2 is requested
|
2014-11-17 09:56:54 +01:00 |
|
David A. Velasco
|
5ce6e92b53
|
Enabling secure protocols in a single method
|
2014-11-17 09:40:47 +01:00 |
|
David A. Velasco
|
950a3ff8f7
|
Apply protocol enabling to extra createSocket method after merging fix on tunneled HTTP
|
2014-11-14 14:59:05 +01:00 |
|
David A. Velasco
|
5f11b3d998
|
Refactored test project to work correctly with AdvancedSslSocketFactory as base to create sockets
|
2014-11-11 13:37:30 +01:00 |
|
David A. Velasco
|
5a67c8b4fe
|
Merge remote-tracking branch 'tknoelle/develop' into tls_v1.1_and_v1.2_support
|
2014-11-11 13:34:50 +01:00 |
|
Thorsten Knöller
|
539ea8f71a
|
TLSv1.1 and TLSv1.2 fix
|
2014-10-30 17:55:22 +01:00 |
|
jabarros
|
2289015b77
|
Minor change in order to enforce Travis to be launched
|
2014-10-30 14:08:08 +01:00 |
|
David A. Velasco
|
2199a16064
|
Line wrap at 120 characters
|
2014-10-28 12:34:02 +01:00 |
|
David A. Velasco
|
a17dfaed4d
|
AdvancedSslSocketFactory needs to implement SecureProtocolSocketFactory so that the connection manager tunnel correctly through the proxy
|
2014-10-28 12:31:23 +01:00 |
|
jabarros
|
5bd0d73877
|
Merge branch 'master' into develop
|
2014-10-20 14:44:34 +02:00 |
|
jabarros
|
67c41d8ec3
|
Check Travis update
|
2014-10-20 10:42:26 +02:00 |
|
David A. Velasco
|
c29631b8bf
|
Proxy settings read from System and loaded in host configuration
|
2014-09-22 12:23:30 +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
|
b7508d8462
|
Fixed error in logs in AdvancedSslSockectFactory class after CR
|
2014-09-17 09:24:54 +02:00 |
|
jabarros
|
0924277662
|
Update logger for not start logging each time it is something appended
|
2014-09-12 13:33:07 +02:00 |
|
jabarros
|
cb7b547cd7
|
Create method for making available the change of the log folder
|
2014-09-12 11:22:46 +02:00 |
|
jabarros
|
b0fe841c3e
|
Add Log_OC class and update the log references
|
2014-09-12 09:30:54 +02:00 |
|
David A. Velasco
|
df84917376
|
Redirect 'destination' header in custom redirections
|
2014-09-03 11:42:23 +02:00 |
|
David A. Velasco
|
b4e974491e
|
Added operation to move remote files
|
2014-08-21 17:36:16 +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 |
|
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 |
|
jabarros
|
0862c66b7d
|
Update RemoteOperation.ResultCode to include enum value for FORBIDDEN results
|
2014-07-24 09:34:26 +02:00 |
|
David A. Velasco
|
0f4f4edf6c
|
Fully disable cookie tracking by default, as before introducing OwnCloudClientManager; only SingleSessionManager tracks cookies
|
2014-07-10 13:08:10 +02:00 |
|
David A. Velasco
|
14d757ad9f
|
Removed unused methods from WebdavUtils
|
2014-07-10 12:25:18 +02:00 |
|
David A. Velasco
|
9af57b477e
|
Back to save cached SimpleDateFormat instances to parse dates from server, to avoid huge performance problem in Android 2.x devices
|
2014-07-10 12:24:31 +02:00 |
|
jabarros
|
0f23df1b7b
|
Avoid log cookies
|
2014-07-07 14:36:01 +02:00 |
|
David A. Velasco
|
7fe8979846
|
Added unit test for SingleSessionManager
|
2014-07-01 13:26:29 +02:00 |
|
David A. Velasco
|
be03f46c7e
|
Added lost import
|
2014-07-01 12:45:10 +02:00 |
|
David A. Velasco
|
0071a97e8b
|
Merge branch 'develop' into add_cookie_based_session_support
|
2014-07-01 12:44:19 +02:00 |
|
David A. Velasco
|
f323dda044
|
Fixed parsing of dateformats in WebDAV responses
|
2014-07-01 10:57:31 +02:00 |
|
David A. Velasco
|
b478a48ff3
|
Updated name of constants for extended WebDAV properties
|
2014-07-01 09:15:48 +02:00 |
|
David A. Velasco
|
8080e4904d
|
Fixed OutOfBoundsException
|
2014-06-26 10:24:45 +02:00 |
|
David A. Velasco
|
6cedc03465
|
Grant that SingleSessionManager keeps URL updated
|
2014-06-25 18:14:08 +02:00 |
|
David A. Velasco
|
4c8f31df2f
|
Added test to unit tests for OwnCloudClient
|
2014-06-25 17:03:16 +02:00 |
|
David A. Velasco
|
a57be36925
|
Added unit test for OwnCloudClient
|
2014-06-25 09:08:29 +02:00 |
|