Bjoern Schiessle
|
ed981294f1
|
fix share api tests
|
2014-04-23 12:54:25 +02:00 |
Bjoern Schiessle
|
9d32475260
|
finally fix the paths for the OCS Share API
|
2014-03-13 15:16:59 +01:00 |
Bjoern Schiessle
|
a09df0083e
|
add 'received_from' info to the share, so that every share can have a different value
|
2014-03-11 12:59:37 +01:00 |
Bjoern Schiessle
|
9548670da7
|
we need the file_source to delete a share successfully
|
2014-03-10 11:35:54 +01:00 |
Bjoern Schiessle
|
3be5e48b0c
|
only add "received_from" if a share was found
|
2014-02-26 12:52:35 +01:00 |
Robin Appelman
|
181bbd4325
|
Remove usage of legacy OC_Appconfig
|
2014-02-13 16:28:49 +01:00 |
Bjoern Schiessle
|
f9d9a62e58
|
remove needless element tag
|
2014-01-30 13:34:41 +01:00 |
Bjoern Schiessle
|
cd4e044f66
|
public upload is also possible with encryption enabled, since OC6
|
2014-01-28 17:28:20 +01:00 |
Bjoern Schiessle
|
7f83f2a8f2
|
use more accurate error codes
|
2014-01-28 13:31:43 +01:00 |
Bjoern Schiessle
|
48cd9d9444
|
filter duplicates directly in the sql query
|
2013-10-18 10:23:34 +02:00 |
Bjoern Schiessle
|
e7dc6b21c8
|
split up reset()['path'] to make it compatible with older PHP versions
|
2013-10-17 15:47:36 +02:00 |
Bjoern Schiessle
|
ab6ee79e11
|
adjust tests
|
2013-10-17 11:23:07 +02:00 |
Bjoern Schiessle
|
abf10ac9bd
|
new option to add reshares to the result
|
2013-10-17 11:10:31 +02:00 |
Bjoern Schiessle
|
3dd313dca2
|
add "received_from" and "received_from_displayname" field in case of a reshared file to the output
|
2013-10-10 19:46:45 +02:00 |
Bjoern Schiessle
|
dd2bf69152
|
use true/false instead of yes/no for publicUpload and subfiles parameter
|
2013-10-04 12:16:47 +02:00 |
Bjoern Schiessle
|
a1fe5148b5
|
use always path as parameter to specify a file/folder
|
2013-10-04 12:10:11 +02:00 |
Bjoern Schiessle
|
513dc20d4b
|
also return success if no shares are found.
|
2013-09-30 13:05:34 +02:00 |
Thomas Müller
|
63ea6844e8
|
- adding unit test testGetShareFromUnknownId()
- fixing getShareFromId() for Oracle
- fixing error message
|
2013-09-29 22:16:48 +02:00 |
Bjoern Schiessle
|
259f03bee2
|
remove debug output
|
2013-09-23 14:10:09 +02:00 |
Bjoern Schiessle
|
39920955f2
|
set share id to 'unknown' if we can't retrive one
|
2013-09-19 16:52:44 +02:00 |
Bjoern Schiessle
|
c9f1538c1f
|
extend API to get the shares from all files in a given folder
|
2013-09-19 16:41:29 +02:00 |
Bjoern Schiessle
|
b947aab802
|
some unit test for the new ocs share api
|
2013-09-19 14:39:51 +02:00 |
Bjoern Schiessle
|
199121134f
|
return error if wrong shareType is given
|
2013-09-19 10:33:04 +02:00 |
Bjoern Schiessle
|
171b7ebffe
|
remove debug output
|
2013-09-18 10:11:20 +02:00 |
Bjoern Schiessle
|
e52639e4e6
|
use share ID as REST resource
|
2013-09-17 15:27:46 +02:00 |
Bjoern Schiessle
|
86dbb13823
|
more rest-style API
|
2013-09-17 11:53:38 +02:00 |
Bjoern Schiessle
|
ef3307f099
|
return error if public upload is disabled
|
2013-09-16 17:42:56 +02:00 |
Bjoern Schiessle
|
7aed24fa6c
|
allow to set a different permission during initial share operation
|
2013-09-16 17:28:17 +02:00 |
Bjoern Schiessle
|
14437ffd15
|
ocs api for file sharing
|
2013-09-16 17:04:49 +02:00 |
Bjoern Schiessle
|
3861c9bce1
|
some more OCS calls for sharing
|
2013-09-06 16:00:01 +02:00 |
Bjoern Schiessle
|
b6ee727399
|
intermediate result ocs api
|
2013-09-06 10:49:21 +02:00 |
Bjoern Schiessle
|
21a0a96e43
|
intermediate results, share api
|
2013-09-04 17:25:15 +02:00 |