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

962 Commits

Author SHA1 Message Date
davigonz 226e332460 Implement update share using the new wrapper methods in library 2018-09-04 13:56:32 +02:00
davigonz 6d1e2d0434 Implement remove share using the new wrapper methods 2018-09-04 13:52:43 +02:00
davigonz 7d534c90ab Implement get shares operations using the new wrapper methods 2018-09-04 13:48:46 +02:00
davigonz 1a7e6a475d Use the new wrapper methods with CreateRemoteShareOperation and GetRemoteShareOperation 2018-09-04 13:41:54 +02:00
davigonz 3b7950ae59 Fix problem when showing size 2018-09-04 13:38:31 +02:00
davigonz 944a1186d9 Use new wrapper in GetRemoteUserAvatar operation 2018-09-04 13:38:31 +02:00
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
theScrabi ac869690fc change dav4droid repository to the ownclouders one 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 2b333b8ff0 Update dav4droid dependency 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 0f14e89d7c Check upload file result 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 77c7c5195b Create DAVOCResource and http constants file in dav4android 2018-09-04 13:38:30 +02:00
davigonz 68fae46240 Register new WebDAV properties in dav4android 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
DerSchabi d593474113 make dav4android as submodule 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
David González Verdugo 9ab1b40682 Merge pull request #194 from owncloud/show_reshares
Show reshares
2018-08-09 10:56:40 +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
David González Verdugo 8e357d7811 Merge pull request #191 from karakayasemi/master
check for PROPERTY_VERSIONING is exist when learning capabilities
oc-android-library-0.9.20
2018-06-22 10:37:28 +02:00