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

54 Commits

Author SHA1 Message Date
davigonz
bcc8a78bcf Move OkHttp and dav4android dependencies to the new wrapper 2018-09-04 15:38:04 +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
d4908e4172 Switch to v2.php 2018-08-01 12:53:56 +02:00
Semih Serhat Karakaya
813900d600 check for PROPERTY_VERSIONING is exist when learning capabilities 2018-05-23 10:30:18 +03:00
David A. Velasco
2d35b00273 Move constants for main endpoints from AccountUtils to OwnCloudClient 2017-09-01 11:29:45 +02:00
David A. Velasco
02f35d5f5e Remove deprecated methods for update to version 1.0 2017-08-04 11:11:37 +02:00
davigonz
5d99c9db32 Include support_upload_only capability in get capabilities operation 2017-06-28 09:56:48 +02:00
davigonz
7b1a5cdee9 Include a new minimun version with write only public sharing 2017-06-26 09:16:09 +02:00
davigonz
e7b2dde940 Adding support upload only field to OCCapability 2017-06-14 11:15:16 +02:00
davigonz
5493227dd6 Adding supports_upload_only capability [WIP] 2017-06-09 11:51:03 +02:00
David A. Velasco
defbfc8d0e Revert "Add support for capability to show optional warning about public shares"
This reverts commit 6d0773cf34122a4a7fcf4f06da1a6fec7a64e32d.
2017-05-11 09:57:47 +02:00
davigonz
beb9be05de Fix hide + button to create a public share in servers <10 2017-05-09 09:05:21 +02:00
David A. Velasco
6d0773cf34 Add support for capability to show optional warning about public shares 2017-05-05 13:26:47 +02:00
davigonz
8ae4dd137d Added multiple share links to the capabilities 2017-05-05 13:26:47 +02:00
David A. Velasco
f42a9f8c61 Constants and comments after crossed review 2017-04-17 10:25:58 +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
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
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
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
David A. Velasco
20c9830922 Updated copyright 2016-08-02 13:31:56 +02:00
David A. Velasco
e4fc7ea25b Add method to OwnCloudVersion to check if not-reshareable federated shares are supported 2016-07-26 12:53:59 +02:00
masensio
d36fa0b38b Clean code 2016-03-21 16:48:12 +01:00
David A. Velasco
8b91c71d6f Updated build target to Android APIv23 2016-02-13 21:24:10 +01:00
masensio
75581c18a4 Read capabilities to show the Share Options 2015-11-11 10:17:58 +01:00
masensio
c3f24e817e Add method to know if server supports search users function 2015-10-30 14:54:53 +01:00
masensio
ecc3415e3e Fix bug: Sharing an already shared file generates the old link 2015-09-14 13:21:00 +02:00
David A. Velasco
c84530d359 Added helper method to check if a server version supports remote thumbnails 2015-06-23 10:44:09 +02:00
masensio
060ca75f17 Merge branch 'develop' into forbidden_characters_from_server
Conflicts:
	src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
	src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java
2015-06-15 14:41:27 +02:00
David A. Velasco
41dcc33730 Get that ExistenceCheckRemoteOperation remembers the sequence of followed redirections after its execution
Conflicts fixed:
	src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
	src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java
2015-06-11 10:32:05 +02:00
masensio
9fc332eef9 Filter only '/' character in user input when version of server is 8.1 or later 2015-06-02 09:37:46 +02:00
masensio
9990eeb7ff Refactor parameter user_agent out of RemoteOperation and children 2015-03-24 14:31:40 +01:00
masensio
94ac3a93d3 Fix bug: User agent: jakarta is shown when doing GET request 2015-03-23 14:24:03 +01:00
masensio
fc07af2364 Add user agent in all the request 2015-03-13 13:53:36 +01:00
masensio
eca87d20c7 Update headers 2015-03-04 11:06:47 +01:00
jabarros
b0fe841c3e Add Log_OC class and update the log references 2014-09-12 09:30:54 +02:00
David A. Velasco
e43e43f51a Fixed logic of HTTPS downgrade detection for multiple redirections, and grant that redirection if followed for HTTP servers 2014-08-06 11:16:17 +02:00
David A. Velasco
07f3d9caae Fixed check of HTTPS downgrade so that works with multiple redirections, and done without an extra request 2014-08-06 10:59:33 +02:00
jabarros
585054092d Fixed bug. It is not possible to connect to a http server 2014-08-04 14:25:31 +02:00
jabarros
fe6f99ea6a Detect when there is a change bewwen a https connection to a non-secure one and generated a new erro code. 2014-08-04 10:18:21 +02:00
David A. Velasco
b28701ca30 Refactored handle of ownCloud URIs inside OwnCloudClient; rest of library adapted 2014-06-13 09:29:32 +02:00
David A. Velasco
6b69b5af1a Merge branch 'develop' into operations_service 2014-04-01 14:58:34 +02:00
David A. Velasco
a3683116ae GetRemoteStatusOperation saves server version in result instance, instead of in a field 2014-04-01 11:40:08 +02:00
masensio
448f765ce0 Update MINIMUM_VERSION_FOR_SHARING_API 2014-03-31 15:02:16 +02:00
masensio
7426541883 Grant comparison between versions of 4 parts and version of less than 4 parts will be right in any possible situation 2014-03-31 14:53:29 +02:00
masensio
5924b6abbc Save version with two dots, for the comparison with MINIMUM_VERSION_FOR_SHARING_API 2014-03-28 09:36:12 +01:00
masensio
fc8191e268 Check the version number instead of the version string 2014-03-27 18:01:13 +01:00
masensio
8d820f42fb Check the version number taking into account the new format 2014-03-27 09:45:07 +01:00
masensio
cd4414a7bd Merge branch 'master' into develop 2014-02-24 12:56:22 +01:00