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

435 Commits

Author SHA1 Message Date
davigonz 82b7bef113 Implement GetRemoteCapabilities using new wrapper 2018-09-04 13:38:31 +02:00
davigonz a730980c34 Implement GetRemoteStatusOperation using new wrapper 2018-09-04 13:38:31 +02:00
davigonz 01d4592de0 Refactor httm methods to return response instead of response code 2018-09-04 13:38:31 +02:00
davigonz 25bba85ee1 Implement get quota with new architecture and refactoring 2018-09-04 13:38:31 +02:00
davigonz bd82537045 Fix read remote folder 2018-09-04 13:38:31 +02:00
davigonz e7c5391ac5 Fix new webdav uri build 2018-09-04 13:38:31 +02:00
davigonz dc9a37db28 Update GetMethod to be used in GetRemoteUserInfoOperation 2018-09-04 13:38:31 +02:00
davigonz 1cf44a9fff Code refactoring 2018-09-04 13:38:30 +02:00
davigonz dfab453e6b Working on authentication operations 2018-09-04 13:38:30 +02:00
davigonz 4f0cd82a7d Clear basic credentials before applying new ones 2018-09-04 13:38:30 +02:00
davigonz 81aa417cbf Custom interceptors to include user agent and authorization 2018-09-04 13:38:30 +02:00
davigonz d67a41d5cc Include credentials [WIP] 2018-09-04 13:38:30 +02:00
davigonz 11938a1fcc Create http + webdav methods wrapeer 2018-09-04 13:38:30 +02:00
davigonz b9ba124541 Keep previous owncloudclient implementation 2018-09-04 13:38:30 +02:00
davigonz 275a0f0f10 Update ownCloucClient to use OkHttpClient [WIP] 2018-09-04 13:38:30 +02:00
davigonz 81cea2788d Upload file operation [WIP] 2018-09-04 13:38:30 +02:00
theScrabi 81d3d832e9 restructure path to operation resources 2018-09-04 13:38:30 +02:00
theScrabi ce86ebac8a make propfind compatible with frontend 2018-09-04 13:38:30 +02:00
davigonz 74c9430382 Create RemoveRemoteFileOperation and use it 2018-09-04 13:38:30 +02:00
davigonz 81120ac7ad Create DownloadRemoteFileOperation and reorder classes 2018-09-04 13:38:30 +02:00
davigonz 5d0362dc4d Use DavOCResource again 2018-09-04 13:38:30 +02:00
DerSchabi dae28aee48 refactor RemoteOperationResult 2018-09-04 13:38:30 +02:00
davigonz 63c917c979 Include upload headers in interceptor and finish upload file operation 2018-09-04 13:38:30 +02:00
davigonz 75ce8e186f Implement UploadRemoteFileOperation with dav4droid 2018-09-04 13:38:30 +02:00
davigonz 2ef51dd5f6 Move webdav path constant and refactor some Remote operation methods 2018-09-04 13:38:30 +02:00
davigonz 2ba891df15 Include user agent in OCContext and start implementing the generic put operation 2018-09-04 13:38:30 +02:00
davigonz 7cb9189fce Keep completing the propfind 2018-09-04 13:38:30 +02:00
davigonz a4678557d8 Remove unneeded slahes in url 2018-09-04 13:38:30 +02:00
DerSchabi ca2eff6647 make propfind operation run without errors 2018-09-04 13:38:30 +02:00
davigonz ff6adc4cf9 Solve conflicts 2018-09-04 13:38:30 +02:00
davigonz 3125c8047c First propfind using dav4droid and new architecture 2018-09-04 13:38:30 +02:00
DerSchabi 1249e205d6 add OCAccount
add OCAccount
2018-09-04 13:38:30 +02:00
DerSchabi e354a716cb ren owncloud to OC 2018-09-04 13:38:30 +02:00
DerSchabi cd3d20db07 add dav4droid support part1 2018-09-04 13:38:30 +02:00
davigonz d4908e4172 Switch to v2.php 2018-08-01 12:53:56 +02:00
davigonz 7bed924ff8 Refactor uri builds in shares 2018-08-01 11:10:16 +02:00
Semih Serhat Karakaya 813900d600 check for PROPERTY_VERSIONING is exist when learning capabilities 2018-05-23 10:30:18 +03:00
davigonz fdbe23923e Fix Incorrect output with Other option 2018-05-18 09:28:14 +02:00
David González f3566d667e Handle case with quota 0 2018-05-18 09:28:13 +02:00
davigonz a21614fd5a Handle pending, unknown and unlimited quota 2018-05-18 09:28:13 +02:00
davigonz 12429b7ab9 Update operation to get remote user quota 2018-05-18 09:28:13 +02:00
theScrabi 0abc3a6b29 fix empty screen 2018-04-13 08:59:58 +02:00
davigonz 7c7cad7e99 Apply requested changes 2017-10-30 10:53:33 +01:00
David A. Velasco 9fe3e11c52 Add privatelink property support to webdav reponses 2017-10-30 10:53:33 +01:00
David A. Velasco f3a2c05efa Prevent NPE parsing NULL queries in OAuth2 redirected URIs 2017-09-01 11:30:04 +02:00
David A. Velasco 2d35b00273 Move constants for main endpoints from AccountUtils to OwnCloudClient 2017-09-01 11:29:45 +02:00
davigonz 3072507972 Fix login loop when disabling OAuth2 2017-08-28 08:57:08 +02:00
davigonz 75821de7a3 Changes to invalidate SAML credentials properly 2017-08-23 13:39:40 +02:00
davigonz 12d04bb63c Ensure that SAML credentials will be invalidated if appropriate 2017-08-17 10:45:01 +02:00
David A. Velasco e466bac6b1 Move responsibility for refreshing expired credentials from RemoteOperation to OwnCloudClient 2017-08-17 09:22:30 +02:00