Bjoern Schiessle
|
d468cdacf2
|
add unit tests which got lost during rebase
|
2014-04-23 12:54:26 +02:00 |
Bjoern Schiessle
|
652d417a58
|
we don't allow to share a folder if it contains a share mount point
|
2014-04-23 12:54:26 +02:00 |
Bjoern Schiessle
|
ed981294f1
|
fix share api tests
|
2014-04-23 12:54:25 +02:00 |
Robin Appelman
|
7dafdfbe88
|
add tests for sharing files the users doesn't have access to
|
2014-04-03 13:14:34 +02:00 |
Bjoern Schiessle
|
31681a3a27
|
finally fix the paths for the OCS Share API
|
2014-03-25 17:52:45 +01:00 |
Bjoern Schiessle
|
3653a51af2
|
fix path creation for re-shares, issue #7662
|
2014-03-25 17:48:50 +01:00 |
Bjoern Schiessle
|
9d32475260
|
finally fix the paths for the OCS Share API
|
2014-03-13 15:16:59 +01:00 |
Bjoern Schiessle
|
36885dc64c
|
fix path creation for re-shares, issue #7662
|
2014-03-11 12:58:46 +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
|
e3f676e009
|
fix path in sharing results if it is a file in the Shared folder
|
2014-02-25 17:27:23 +01:00 |
Vincent Petry
|
9f4fd0161e
|
Added unit tests for shared files watcher
- Added base class for sharing unit tests
- Added unit tests for shared files watched to check for folder size
propagation
|
2013-11-05 19:30:52 +01:00 |
Bjoern Schiessle
|
99738ae0bc
|
add test for the reshare option
|
2013-10-17 12:23:37 +02:00 |
Bjoern Schiessle
|
ab6ee79e11
|
adjust tests
|
2013-10-17 11:23:07 +02:00 |
Björn Schießle
|
a6d9319328
|
Merge pull request #5269 from owncloud/ocs_share_api_add_received_from
ocs share api: add "received_from" and "received_from_displayname" field
|
2013-10-15 02:17:23 -07:00 |
Björn Schießle
|
4336d42ab0
|
Merge pull request #5233 from owncloud/enc_filter_users
only encrypt file to users with encryption keys
|
2013-10-11 01:48:02 -07:00 |
Bjoern Schiessle
|
7a1705d28e
|
fix api tests
|
2013-10-11 10:28:01 +02:00 |
Bjoern Schiessle
|
a1719deabe
|
make sure that we are logged in ad user1 while performing the tests
|
2013-10-10 10:47:35 +02:00 |
Thomas Müller
|
8a06f2e128
|
php 5.3 compatibility for Test_Files_Sharing_Api
|
2013-10-08 23:05:19 +02:00 |
Bjoern Schiessle
|
2e7f481e6b
|
update tests
|
2013-10-04 14:32:15 +02:00 |
Bjoern Schiessle
|
6d830087db
|
add testUpdateShareUpload()
|
2013-09-30 12:57:55 +02:00 |
Bjoern Schiessle
|
03db954e1a
|
add getShareFromFolder() test
|
2013-09-30 12:38:36 +02:00 |
Bjoern Schiessle
|
9a2e82c3c5
|
Make sure that testDeleteShare() has some shares to delete
|
2013-09-30 12:23:44 +02:00 |
Thomas Müller
|
258e8d58da
|
flipping arguments on assertEquals() - first argument contains the expected value and second argument contains the value to be asserted
|
2013-09-29 22:20:42 +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
|
f935a38559
|
add some comments
|
2013-09-27 14:04:28 +02:00 |
Bjoern Schiessle
|
5b4f515e7b
|
add test getShareFromId
|
2013-09-27 14:01:04 +02:00 |
Bjoern Schiessle
|
4077ed6ddb
|
add some additional assertions to the tests
|
2013-09-25 15:05:23 +02:00 |
Thomas Müller
|
333d3eda99
|
add error message to the assert
|
2013-09-25 09:43:16 +02:00 |
Bjoern Schiessle
|
7626540679
|
make sure that files are shared correctly before each test and unshared again after the test
|
2013-09-20 12:38:23 +02:00 |
Bjoern Schiessle
|
bd09910f67
|
disable encrpytion app before performing tests
|
2013-09-20 11:24:18 +02:00 |
Bjoern Schiessle
|
57092e817f
|
disable encryption app for share API tests
|
2013-09-19 20:14:34 +02:00 |
Bjoern Schiessle
|
8cf8c0b161
|
remove some unused variables
|
2013-09-19 14:42:34 +02:00 |
Bjoern Schiessle
|
b947aab802
|
some unit test for the new ocs share api
|
2013-09-19 14:39:51 +02:00 |