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

482 Commits

Author SHA1 Message Date
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
Maria Asensio
f02dffb1d3 Merge pull request #83 from owncloud/sync_full_folder
Minor changes to support synchronization of full folders in OC app
2015-10-30 14:06:48 +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
5985ba9a9f Merge pull request #85 from owncloud/update_share_link_for_OC_8.2
Update share link for oc 8.2
oc-android-library-0.9.8
2015-09-14 14:58:13 +02:00
masensio
ecc3415e3e Fix bug: Sharing an already shared file generates the old link 2015-09-14 13:21:00 +02:00
masensio
30df7c33fb Build the share link of a file if it isn't in the response of the server 2015-09-11 14:48:19 +02:00
masensio
17bb724b42 Merge pull request #82 from owncloud/copy
Copy operation
2015-09-04 10:59:31 +02:00
root
ef07416c6a Updated target server for automatic tests 2015-09-01 15:46:14 +00: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
b15fb19399 Fixed broken copy test 2015-08-18 14:18:37 +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
6f12324930 Added some missing imports 2015-08-18 13:14:23 +02:00
Jorge Antonio Diaz-Benito Soriano
ed720d0a65 Cleanup 2015-08-18 13:14:22 +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
Jorge Antonio Diaz-Benito Soriano
b53c8ccf9d Updated some dependencies 2015-08-18 13:14:19 +02:00