masensio
|
0c4954928b
|
Add cookie restoring to SingleSessionManager#getClientFor(Uri ... ) after calling OwnCloudClientFactory#create
|
2014-06-13 11:49:11 +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
|
0fa6919761
|
Merge remote-tracking branch 'origin/add_cookie_based_session_support' into add_cookie_based_session_support
|
2014-06-12 17:55:06 +02:00 |
|
David A. Velasco
|
e6c23205eb
|
Fixed issue fully breaking the refresh of current folder (fixed only for SimpleFactoryManager for the moment)
|
2014-06-12 17:36:59 +02:00 |
|
David A. Velasco
|
17d810fe2b
|
Fixed creation of OwnCloudClientManager instances
|
2014-06-12 17:28:10 +02:00 |
|
David A. Velasco
|
e069a8cb9f
|
Added OwnCloudAccount class and method OwnCloudSessionManager#gertClientFor(OwnCloudAccount, ...) to ease the reuse of OwnCloudClient instances after creating accounts with authentication based in external authentication providers
|
2014-06-12 16:36:24 +02:00 |
|
masensio
|
44f5337a50
|
Move responsibility of saving cookies from OwnCloudClientManager#saveClient(Account, Context) to AccountUtils#saveClient(Account , Context)
|
2014-06-12 15:43:53 +02:00 |
|
masensio
|
e7a0e30a27
|
Add getCookiesString method in OwnCloudClient
|
2014-06-12 11:07:49 +02:00 |
|
David A. Velasco
|
a42f6b5d6d
|
OwnCloudClientMap abstracted to interface OwnCloudClientManager, and provided two alternative implementations; added also OwnCloudCredentials interface to abstract all the credential types handled
|
2014-06-12 08:58:34 +02:00 |
|
masensio
|
becf4f3c13
|
Add cookie restore to methods OwnCloudClientFactory#createOwnCloudClient(Account ...)
|
2014-06-10 15:22:16 +02:00 |
|
masensio
|
1b3af22b89
|
Check if account.name is null in OwnCloudClientMap#saveClient
|
2014-06-10 13:58:14 +02:00 |
|
masensio
|
dd0831b9fd
|
saveClient --> public method
|
2014-06-10 13:05:52 +02:00 |
|
David A. Velasco
|
b5ff057e95
|
Added method to OwnCloudClientMap to get/create new OwnCloudClients without credentials
|
2014-06-10 12:50:42 +02:00 |
|
masensio
|
057758671f
|
Show cookies information in log, when saving a cookie
|
2014-06-10 12:00:36 +02:00 |
|
masensio
|
9a5b41e803
|
Create saveAllClients in OwnCloudClientMap. Changes from notes in commits: 8111900 and b18dffe
|
2014-06-10 11:03:57 +02:00 |
|
masensio
|
b18dffe100
|
Cookie to string in OwnCloudClientMap#saveClient
|
2014-06-09 15:05:44 +02:00 |
|
masensio
|
811190065d
|
Persistent cookies: Create saveClient in OwnCloudClientMap
|
2014-06-09 12:24:19 +02:00 |
|
David A. Velasco
|
37f4383b07
|
Fixed bug enforcing the creation of new OwnCloudClients unintendedly
|
2014-06-09 11:02:02 +02:00 |
|
masensio
|
0cf2835268
|
Add a method clearCredentials() to OwnCloudClient
|
2014-06-06 12:37:03 +02:00 |
|
David A. Velasco
|
1ef3a0176c
|
Added map/pool component (in progress) for OwnCloudClient instances and removed internal dependencies on OwnCloudClientFactory#createOwnCloudClient(ACCOUNT, ...) methods
|
2014-06-05 17:48:53 +02:00 |
|
David A. Velasco
|
ba42f934fc
|
Merge branch 'develop' into add_cookie_based_session_support
|
2014-05-30 10:54:30 +02:00 |
|
David A. Velasco
|
3eedb86091
|
Grant that requests send through the same OwnCloudClient using SAML SSO Authentication keep cookies
|
2014-05-29 17:49:45 +02:00 |
|
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
|
1cb224cba1
|
Grant that requests done through the same OwnCloudClient using Basic HTTP Authentication keep cookies
|
2014-05-23 13:03:59 +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 3bf858e2a7ea154e4a00e98fe95d98153b416bbf.
|
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 |
|