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

1054 Commits

Author SHA1 Message Date
David A. Velasco
a953a890d3 Added FEDERATED as an acceptable ShareType oc-android-library-0.9.10 2016-02-05 14:23:41 +01:00
mendhak
59af0394ec Allow asynchronous execution without handler 2016-01-30 09:26:15 +00:00
mendhak
31836d3f4a Merge remote-tracking branch 'upstream/master' 2016-01-30 08:34:24 +00:00
Maria Asensio
95919c9005 Merge pull request #105 from owncloud/share__edit_privileges
Share  edit privileges
2016-01-27 11:06:38 +01:00
David A. Velasco
ac9771ea3a Migration to different test server 2016-01-27 10:52:15 +01:00
David A. Velasco
b3535a3678 Updated automatic tests to cover share permissions updates 2016-01-26 18:39:01 +01:00
David A. Velasco
275c042f78 Added constants for maximum Share permissions 2016-01-18 13:55:35 +01:00
David A. Velasco
249cb901eb Added support to update share permissions 2016-01-11 12:13:19 +01:00
David A. Velasco
dad5cd115a Added constants to analyze share permissions 2016-01-11 12:13:17 +01:00
David A. Velasco
1b7a569040 Merge pull request #68 from owncloud/close-resource
Close resource in finally block
2015-12-16 18:19:42 +01:00
Lukas Reschke
d39d26f842 Close in finally block 2015-12-16 18:08:36 +01:00
Lukas Reschke
5c87414390 Close resource in finally block
I don't quite get the reason for `mBuf` here as in `com.owncloud.android.lib.common.utils.Log_OC#appendLog` anyways a new `BufferedWriter` is started but it might make sense to close this here as this will otherwise cause warnings in static code scanners.

Didn't test this as I don't have a Java device and so it requires extensive testing.
2015-12-16 18:08:35 +01:00
David A. Velasco
715a519523 Merge pull request #100 from owncloud/stable
Fix bug related with sharee with special characters
2015-12-09 16:19:45 +01:00
masensio
77c0d785c9 Fix bug related with sharee with special characters oc-android-library-0.9.9 2015-11-26 13:26:24 +01:00
David A. Velasco
9e5c44ddb5 Merge pull request #98 from owncloud/share_with_password_and_expiration_time
Changes to support update of password and expiration time in public shares
2015-11-25 09:28:32 +01:00
David A. Velasco
9cf96a10ce Fixed lost of share link when token exists 2015-11-24 13:44:42 +01:00
masensio
1e3060633d Add test for UpdateRemoteShareOperation 2015-11-23 17:51:33 +01:00
David A. Velasco
f6bd45b2a7 Added support to update expiration date in an existing share 2015-11-23 17:51:32 +01:00
David A. Velasco
206c7abf10 Fixed unit tests 2015-11-23 17:51:31 +01:00
David A. Velasco
90615fc4ab Added operation to update properties of exising share via link 2015-11-23 17:51:30 +01:00
David A. Velasco
0238e51903 Prevent null values in OCShare members 2015-11-23 17:51:29 +01:00
David A. Velasco
b09969d078 Merge pull request #92 from owncloud/read_capabilities_for_showing_share_options
Added resource Capabilities and operation to get them
2015-11-12 10:26:26 +01:00
masensio
75581c18a4 Read capabilities to show the Share Options 2015-11-11 10:17:58 +01:00
David A. Velasco
7bd4dc96db Merge pull request #94 from owncloud/setup-coverity
Setup coverity
2015-11-10 17:55:31 +01:00
Lukas Reschke
92b13d2414 Run Coverity on library
Limit to coverity_scan branch
2015-11-10 17:44:14 +01:00
David A. Velasco
c2b8b3625d Merge pull request #93 from owncloud/DeepDiver1975-patch-1
Enable push job only on master
2015-11-10 17:20:48 +01:00
Thomas Müller
b89246a656 Enable push job only on master 2015-11-10 16:54:59 +01:00
Maria Asensio
32ab89fc30 Merge pull request #90 from owncloud/share_with_users
Added operations to allow apps share with OC users, including GetRemoteShareesOperation
2015-11-05 13:10:33 +01:00
Maria Asensio
fe62a9fd20 Merge pull request #89 from owncloud/share_with_users__unit_tests
Unit tests updated to share with users
2015-11-03 09:35:20 +01:00
David A. Velasco
5c48817712 Update unit tests with cases for creating private shares 2015-11-02 14:59:01 +01:00
David A. Velasco
b5074f4381 Migrate Travis build to container-based infrastructure 2015-10-30 14:55:31 +01:00
David A. Velasco
96825b43b9 Updated test server 2015-10-30 14:55:30 +01:00
David A. Velasco
caa9bb3d01 Added test for GetRemoteShareesOperation 2015-10-30 14:55:29 +01:00
David A. Velasco
875fce9f9c Added constant to let server decide share permissions 2015-10-30 14:55:10 +01:00
masensio
642051cf45 Remove commented code 2015-10-30 14:55:09 +01:00
masensio
ea26e43c0d GetRemoteShareeOperation returns ArrayList<JSonObject> with Users and Groups 2015-10-30 14:55:08 +01:00
masensio
a9ada0b508 Fix problem searching users on Shibboleth Server. Add OC_API_HEADER to GetRemoteShareesOperation 2015-10-30 14:55:07 +01:00
masensio
0acd17d8ac Fix: user whose name includes @ are not found 2015-10-30 14:55:06 +01:00
David A. Velasco
bfe4fcd977 Changes after cr 2015-10-30 14:55:05 +01:00
David A. Velasco
4d9ff3e022 Refactoed operations on Shares 2015-10-30 14:55:04 +01:00
David A. Velasco
ad60bc9e8e Complete error handling and add error message from server to response 2015-10-30 14:55:03 +01:00
David A. Velasco
3d34e504ff Refactored resources.users.GetRemoteUsersAndGroupsOperation to resources.shares.GetRemoteShareesOperation 2015-10-30 14:55:02 +01:00
David A. Velasco
68e0633b74 Add option to retrieve share details in CreateRemoteShareOperation; by default the server only returns the share id 2015-10-30 14:55:01 +01:00
David A. Velasco
3b3b992a79 Get users or groups available to share with via SHAREE API 2015-10-30 14:55:00 +01:00
masensio
0793d3fca7 Fix NODE_SHARE_WITH_DISPLAY_NAME tag in ShareXMLParser 2015-10-30 14:54:58 +01:00
David A. Velasco
d9eb3655fd Removed constrain to parse only public shares 2015-10-30 14:54:57 +01:00
masensio
cea7054a3d Add Get Groups Operation to the library 2015-10-30 14:54:56 +01:00
masensio
fa17c6947e Remove unused constants 2015-10-30 14:54:55 +01:00
masensio
0c6dfef908 Add operation to get users from the server 2015-10-30 14:54:54 +01:00
masensio
c3f24e817e Add method to know if server supports search users function 2015-10-30 14:54:53 +01:00