davigonz
|
5d3bba65e2
|
Fix SAML with new cookies handling
|
2018-10-01 10:16:12 +02:00 |
|
davigonz
|
549cc32703
|
Make cookies handling more efficient
|
2018-09-28 13:42:01 +02:00 |
|
davigonz
|
f2ccc62b88
|
Reimplement cookies handling
|
2018-09-28 12:30:14 +02:00 |
|
davigonz
|
f3eb0c4431
|
Fix credentials in switch accounts
|
2018-09-04 15:59:25 +02:00 |
|
davigonz
|
b0fa6ae1d0
|
Apply requested changes
|
2018-09-04 15:59:25 +02:00 |
|
theScrabi
|
7bc9a885b0
|
use compiletime polymorphism over runtime polymorphism
|
2018-09-04 15:58:58 +02:00 |
|
theScrabi
|
c33c7c551d
|
make redirection actually work ... finaly
|
2018-09-04 15:50:24 +02:00 |
|
DerSchabi
|
cd3d20db07
|
add dav4droid support part1
|
2018-09-04 13:38:30 +02:00 |
|
David A. Velasco
|
e466bac6b1
|
Move responsibility for refreshing expired credentials from RemoteOperation to OwnCloudClient
|
2017-08-17 09:22:30 +02:00 |
|
David A. Velasco
|
dd2d3b8996
|
Extend chance of silent refresh of auth token in RemoteOperations that are run with execute(...) methods receiving OwnCloudClients
|
2017-08-14 14:46:08 +02:00 |
|
David A. Velasco
|
c7ade613c6
|
Clean-up and minor refactor after review
|
2017-08-04 14:48:39 +02:00 |
|
David A. Velasco
|
a4386bb4fe
|
Allow client objects to decide if RemoteOperations should silently refresh access token when expired
|
2017-08-02 18:43:07 +02:00 |
|
davigonz
|
c04f6e3463
|
Create new method to retry synchronous and asynchronous remote operations
|
2017-08-02 12:25:38 +02:00 |
|
David A. Velasco
|
ae8e3ca904
|
Simplify operation to refresh OAuth2 access token
|
2017-07-25 19:04:59 +02:00 |
|
davigonz
|
c6f8430876
|
Move OAuth2GetRefreshedAccessTokenOperation to the library and prepare RemoteOperation to retry the last failed operation when access token expires
|
2017-07-25 12:14:22 +02:00 |
|
David A. Velasco
|
a06af810d0
|
Invalidate stored auth token directly from RemoteOperation when request results UNAUTHORIZED
|
2017-07-25 09:35:22 +02:00 |
|
davigonz
|
a1b1c2f9ed
|
Invalidate the client token when access token expires and try the last operation [WIP]
|
2017-07-20 11:10:13 +02:00 |
|
mendhak
|
df743af8c5
|
Merge branch 'master' into master
|
2016-08-10 18:11:28 +01:00 |
|
David A. Velasco
|
20c9830922
|
Updated copyright
|
2016-08-02 13:31:56 +02:00 |
|
David A. Velasco
|
78b9aa6247
|
Redirections to the Identity Provider (IdP) are translated into ResultCode.UNAUTHORIZED
|
2016-03-21 16:48:12 +01:00 |
|
mendhak
|
59af0394ec
|
Allow asynchronous execution without handler
|
2016-01-30 09:26:15 +00:00 |
|
mendhak
|
31836d3f4a
|
Merge remote-tracking branch 'upstream/master'
|
2016-01-30 08:34:24 +00:00 |
|
masensio
|
75581c18a4
|
Read capabilities to show the Share Options
|
2015-11-11 10:17:58 +01:00 |
|
mendhak
|
defe460a0a
|
Allow asynchronous execution without handler
|
2015-07-04 23:30:54 +01:00 |
|
masensio
|
0e011fb0c7
|
Remove static string in RemoteOperation
|
2015-03-24 14:53:28 +01:00 |
|
masensio
|
9990eeb7ff
|
Refactor parameter user_agent out of RemoteOperation and children
|
2015-03-24 14:31:40 +01:00 |
|
masensio
|
87582c4a8e
|
Add user-agent string to setup options
|
2015-03-18 17:08:19 +01:00 |
|
masensio
|
a1420ab00e
|
Add userAgent in RemoteOperation
|
2015-03-13 13:37:23 +01:00 |
|
masensio
|
eca87d20c7
|
Update headers
|
2015-03-04 11:06:47 +01:00 |
|
jabarros
|
b0fe841c3e
|
Add Log_OC class and update the log references
|
2014-09-12 09:30:54 +02:00 |
|
David A. Velasco
|
4c8f31df2f
|
Added test to unit tests for OwnCloudClient
|
2014-06-25 17:03:16 +02:00 |
|
David A. Velasco
|
9be1323745
|
Removed duplication of OwnCloudClientManager#getClientFor methods with different parameter types
|
2014-06-13 12:44:44 +02:00 |
|
masensio
|
0c4954928b
|
Add cookie restoring to SingleSessionManager#getClientFor(Uri ... ) after calling OwnCloudClientFactory#create
|
2014-06-13 11:49:11 +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 |
|
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 |
|
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 |
|
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
|
1dbc9a121e
|
Single location for OCS_API_HEADER constants and identation fails fixed
|
2014-03-10 10:36:37 +01:00 |
|
David A. Velasco
|
b998f8840b
|
Fixed copyright line in comments
|
2014-02-18 10:16:05 +01:00 |
|
David A. Velasco
|
6c4d342610
|
Reordered packages
|
2014-02-14 12:04:41 +01:00 |
|