1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 00:16:09 +00:00

91 Commits

Author SHA1 Message Date
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
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
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
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
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
DerSchabi
dae28aee48 refactor RemoteOperationResult 2018-09-04 13:38:30 +02:00
DerSchabi
cd3d20db07 add dav4droid support part1 2018-09-04 13:38:30 +02:00
davigonz
12429b7ab9 Update operation to get remote user quota 2018-05-18 09:28:13 +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
02f35d5f5e Remove deprecated methods for update to version 1.0 2017-08-04 11:11:37 +02:00
David A. Velasco
11363adedb Clean up after CR 2017-04-25 12:31:04 +02:00
David A. Velasco
02e3a90df3 Release input stream on IO exceptions so that next download in the queue does not get stucked 2017-04-20 11:30:29 +02:00
davigonz
06f907294a Change HEAD method to PROPFIND method while checking path existence before starting an upload 2017-02-10 12:17:57 +01:00
davigonz
21d1265ca5 Show error message when there is an external storage error 2017-02-09 18:07:44 +01:00
davigonz
626e2f0efa Added changes requested in PR 2017-02-07 08:53:14 +01:00
David A. Velasco
d7a707293d Prevent that connection manager cleans up response buffer of failed downloads 2017-02-03 14:56:40 +01:00
davigonz
67e5ccd4af Exhaust response if status is different from 403 2017-02-03 14:56:40 +01:00
David A. Velasco
14d646ea1d Keep http phrase in RemoteOperationResult as last chance for a detailed user message 2017-01-12 17:32:50 +01:00
davigonz
576231023b Decrease some lines length 2016-12-14 13:39:18 +01:00
davigonz
274e0ec47b Set modification date from the file in filesystem to the file to upload 2016-12-14 11:40:11 +01:00
davigonz
0fef17a609 Add line breaks 2016-12-13 10:48:24 +01:00
davigonz
09612b2dd9 Delete not needed import 2016-12-13 10:46:33 +01:00
davigonz
53a5818688 Delete unnecessary line 2016-12-13 10:44:52 +01:00
davigonz
4c1f91e9ef Fix bug in chunked upload (work in progress) 2016-12-13 09:01:41 +01:00
David González Verdugo
3d8ec568ec Fixed bug with normal update operation (not chunked) 2016-12-12 10:56:54 +01:00
jabarros
5404b5c2c3 Increase the last chunk timeout in uploads 2016-10-31 09:58:25 +01:00
David A. Velasco
20c9830922 Updated copyright 2016-08-02 13:31:56 +02:00
David A. Velasco
0bfc385707 Improved detection of exceptions in uplaods due to local errors 2016-03-21 17:07:23 +01:00
David A. Velasco
8b91c71d6f Updated build target to Android APIv23 2016-02-13 21:24:10 +01:00
David A. Velasco
eb4f8a7234 Added constructors to grant that upload operations only succeed if the remote copy keeps a given ETag 2015-09-28 11:13:44 +02:00
David A. Velasco
f61b466124 Improved ETag parsing 2015-09-28 10:49:45 +02:00
David A. Velasco
092c790030 Add capability to reatin ETag value in download operations 2015-09-25 15:10:34 +02:00
David A. Velasco
522ea30da0 Simplified flow of interruption of uploads in cancellations 2015-09-25 15:10:33 +02:00
David A. Velasco
8bf276377c Minor improvements for upload cancelation and conflicts in synchronization 2015-09-25 15:10:31 +02:00
David A. Velasco
27b0308e06 //This extra check is unnecessary after https://github.com/owncloud/core/pull/14505 2015-09-01 16:01:41 +02:00
David A. Velasco
5ac5c80809 Return FILE_NOT_FOUND error only if the file is not found in the server, not in case of any other error checking its existence 2015-08-18 18:06:06 +02:00
David A. Velasco
819b465385 Recovered error when file to copy doesn't exist but still keeping dependency on Context out 2015-08-18 14:07:59 +02:00
David A. Velasco
b281585c93 Updated CopyRemoteFileOperation constructor 2015-08-18 13:27:44 +02:00
Jorge Antonio Diaz-Benito Soriano
2970b54e7c Updated CopyRemoteFileOperation and verified with the unit tests 2015-08-18 13:14:21 +02:00
Jorge Antonio Diaz-Benito Soriano
8633efbb49 Added some neccesities for the copy operation 2015-08-18 13:14:20 +02:00