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

342 Commits

Author SHA1 Message Date
davigonz d7f453f0e3 Deleted <p> 2017-03-07 09:22:08 +01:00
davigonz 29493f1983 Change MAINTENANCE_MODE ResultCode to SERVICE_UNAVAILABLE 2017-03-06 12:36:40 +01:00
David A. Velasco 1535be3876 Prevent access to accounts of other apps with the same name as an OC account 2017-02-20 11:08:44 +01:00
David González 9854ef6f60 Update RemoteOperationResult.java 2017-02-20 09:19:48 +01:00
davigonz 4dea8debb4 Merge branch 'master' into ext_storage 2017-02-14 14:15:53 +01:00
David A. Velasco d5e179d7a2 Use preemptive authentication except in server versions where it is not compatible with session tracking 2017-02-13 09:34:40 +01: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 1f58cfc941 Update comment 2017-02-07 13:11:06 +01:00
davigonz 626e2f0efa Added changes requested in PR 2017-02-07 08:53:14 +01:00
davigonz 12e7af8af5 Reformat code 2017-02-06 12:13:22 +01:00
davigonz 6a3d97a474 Added forbidden exception parser 2017-02-03 14:58:40 +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
davigonz 1aba54d0f9 Handle specific forbidden error 2017-02-03 14:56:40 +01:00
davigonz 21121e0189 Added forbidden exception parser 2017-02-03 14:56:40 +01:00
David A. Velasco 1c25cc7835 Update entry point to get user info 2017-01-25 17:48:30 +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 65c7fb1305 Update serialVersionUID 2017-01-10 08:57:40 +01:00
davigonz 0fdc5694f1 Handle 503 code error 2016-12-23 10:50:51 +01:00
David A. Velasco d7561264b5 Apply changes after CR 2016-12-20 12:17:05 +01:00
David A. Velasco 4c27395609 Fix crash with invalid TCP port 2016-12-20 11:05:10 +01:00
David A. Velasco b2034e1be2 Rename confusing vars after CR 2016-12-16 09:45:25 +01:00
David A. Velasco 455cabb72b Add new OwnCloudClientManagerFactory implementation to get OwnCloudClient instances that keep session or not depending on the server version 2016-12-15 14:17:08 +01:00
David A. Velasco 7b88fb4e6c Adapt authentication with basic credentials to reuse server sessions for server >= 9.1 2016-12-15 14:17:08 +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
David A. Velasco 67d7217d13 Revert "Allow conditional read of list of files in a folder based on ETag"; server does not work that way
This reverts commit 5ff9062ea8.
2016-11-22 17:04:33 +01:00
David A. Velasco b87d2c9e7c Prevent conditional update of remote avatar to work around bug breaking refesh of root folder 2016-11-22 16:48:26 +01:00
David A. Velasco 5ff9062ea8 Allow conditional read of list of files in a folder based on ETag 2016-11-11 09:10:26 +01:00
jabarros 5404b5c2c3 Increase the last chunk timeout in uploads 2016-10-31 09:58:25 +01:00
David A. Velasco 4cf779e444 Add GetRemoteUserAvatarOperation to get data and metadata of current user avatar 2016-10-18 12:10:27 +02:00
Bartosz Przybylski 45650d2307 Sychronize methods for logging starting and stopping.
First of, this will prevent logs mixing, sencondly this will allow user to safely migrate data even when other thread will call logging functions
2016-08-17 18:56:19 +02:00
Bartosz Przybylski 17325dd43f Update Log_OC.java
Fix typos
2016-08-17 18:56:19 +02:00
Bartosz Przybylski 080b3f56fc Stop logging in exception free way 2016-08-17 18:56:19 +02:00
Bartosz Przybylski 9cbf572510 Add stopLogging method to Log_OC 2016-08-17 18:56:19 +02:00
Bartosz Przybylski 9adb155f7e Bring back storagePath argument in startLogging 2016-08-17 18:56:19 +02:00
David A. Velasco 477a99e243 Renamed operation to get quota following scheme of rest of operations, and some clean-up 2016-08-17 10:54:53 +02:00
David A. Velasco b8aa7b6119 Changes after CR 2016-08-17 10:17:29 +02:00
Bartosz Przybylski 46b5d5a4b9 Add test to fetching user quota, add more handy return data object from remote operation 2016-08-17 09:56:35 +02:00
MMMarcy 8d11a519db Commit that introduces a new Remote Operation that fetches users' quota
statistics
2016-08-17 09:56:35 +02:00
mendhak df743af8c5 Merge branch 'master' into master 2016-08-10 18:11:28 +01:00
David A. Velasco 70e38cda59 Fix Share parser: share type is not determined by existance of <url> element in share 2016-08-04 16:37:47 +02:00
David A. Velasco 20c9830922 Updated copyright 2016-08-02 13:31:56 +02:00
David A. Velasco 46ec581740 Fix permissions for federated folders 2016-07-29 12:18:00 +02:00