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

187 Commits

Author SHA1 Message Date
davigonz 2df2cde466 Rename getAuthernticateHeader method 2017-07-20 11:10:13 +02:00
davigonz f6ee1a15cb Reading several authenticate headers from http response 2017-07-20 11:10:13 +02:00
David A. Velasco e4b57e8063 WIP 2017-07-20 11:10:13 +02:00
davigonz b074c34cbc Refactor code 2017-07-11 09:29:33 +02:00
davigonz 4b2c32511b Improve feedback when uploading virus files 2017-07-11 09:29:33 +02:00
David A. Velasco 8f5ac456ab Prevent send of empty value for expiration date and link name when public share is created 2017-05-05 13:26:47 +02:00
David A. Velasco 11363adedb Clean up after CR 2017-04-25 12:31:04 +02:00
David A. Velasco 9fe7c995dd Add write timeout if socket implementation supports it, so that chances of blocking and upload if network is removed are minimized 2017-04-21 16:10:16 +02:00
David A. Velasco 825ef70cef Allow the usage of OwnCloudVersion instances for invalid server versions, and removed some really old or never used endpoint paths 2017-04-07 14:57:01 +02:00
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 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
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 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
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
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 f679e55933 Updated OwnCloudAccount#getDisplayName with better fallbacks 2016-06-16 12:14:47 +02:00
David A. Velasco 4d80ca096d Removed annoying NONE value from OwnCloudAccount#getDisplayName 2016-06-15 10:21:20 +02:00
David A. Velasco 06f27a7c79 Undo buggy refactoring; too much to do in that sense to get it works 2016-06-09 10:54:08 +02:00
David A. Velasco afe65bdc3f Return user name when display name is unknown 2016-06-09 10:02:32 +02:00
David A. Velasco 743661ca90 Added field 'displayName' to OwnCloudAccount, and refactoring load of account from storage 2016-06-09 10:02:32 +02:00
David A. Velasco 0666f08ea6 Moved credentials charset constant out of interface, so that it's correctly initialized 2016-04-28 14:00:44 +02:00
Andy Scherzinger 3f89bf20a4 make "UTF-8" String a constant 2016-04-28 12:22:52 +02:00
Luke Owncloud f69814f574 allows special chars in password 2016-04-28 12:22:52 +02:00
Luke Owncloud 256c607da8 allow special chars in password 2016-04-28 12:22:52 +02:00
David A. Velasco 19e30a6236 Added util method to extract username from saved Account 2016-04-01 14:58:23 +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 78b9aa6247 Redirections to the Identity Provider (IdP) are translated into ResultCode.UNAUTHORIZED 2016-03-21 16:48:12 +01:00
Juan Carlos González Cabrero 023d8107ca New Result code added to RemoteOperationResult 2016-03-21 16:48:12 +01:00