Thomas Müller
|
4d12c4a38b
|
Merge pull request #13938 from owncloud/deprecate-iappconfig
Deprecated \OCP\IAppConfig - add missing methods to IConfig
|
2015-03-27 16:07:41 +01:00 |
Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
Roeland Jago Douma
|
bdde2156da
|
Added extra unit test
|
2015-03-21 09:47:07 +01:00 |
Roeland Jago Douma
|
dd3307dd19
|
Added unit test
Tests added to make sure that removing an expire date when this is
enforced is not allowed.
|
2015-03-19 10:47:09 +01:00 |
Morris Jobke
|
f4b6f3cfd1
|
fix unit tests
|
2015-03-17 18:55:44 +01:00 |
Roeland Jago Douma
|
4436a9ce35
|
Shares should have a least read permission
* Throw 400 when a share is created or updated without read permissions
* Added unit tests
|
2015-03-01 17:13:17 +01:00 |
Morris Jobke
|
06aef4e8b1
|
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
|
2015-02-26 11:37:37 +01:00 |
Jenkins for ownCloud
|
6a1a4880f0
|
Updating license headers
|
2015-02-23 12:13:59 +01:00 |
Morris Jobke
|
d41082f4d6
|
first step to drop \OCP\Config:: in favour of IConfig
|
2014-12-17 11:12:37 +01:00 |
Bjoern Schiessle
|
698ecbf308
|
OCS API for server-to-server sharing
|
2014-12-04 13:18:13 +01:00 |
Joas Schilling
|
2c39aec8cb
|
Replace deprecated constant with new class constant
|
2014-11-25 16:30:21 +01:00 |
Joas Schilling
|
76ebd3a050
|
Make apps/ extend the \Test\TestCase and fix overwritten methods
|
2014-11-19 14:52:09 +01:00 |
Robin Appelman
|
0f3fd89f7d
|
Fix sharing tests
|
2014-11-06 18:31:41 +01:00 |
Thomas Müller
|
f776bcd4a0
|
remove unnecessary require calls - the ownCloud class loader is supposed to take care of this
|
2014-10-30 17:20:40 +01:00 |
Thomas Müller
|
d9907b6fa3
|
move some deprecated usage of OC_Config and OC_AppConfig to \OC::server
|
2014-10-20 14:44:44 +02:00 |
Morris Jobke
|
676fa459d7
|
Minor fixes
* instanceof \OC\Files\View
* fix misplaced paranthesis
* remove misplaced character in comment
|
2014-08-05 16:53:28 +02:00 |
Bjoern Schiessle
|
ecc1f92bb6
|
add OCS api call to set expire date for link shares
|
2014-07-25 13:38:18 +02:00 |
Bjoern Schiessle
|
1d9b4aadbf
|
no need to prepare a statement twice
|
2014-06-10 14:46:47 +02:00 |
Bjoern Schiessle
|
501f98f084
|
update share API tests, file shares never have delete permissions
|
2014-06-06 09:56:00 +02:00 |
Bjoern Schiessle
|
12338e0ef0
|
allow admin to disable sharing for specific groups of users
|
2014-05-22 10:43:44 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Robin McCorkell
|
e7aebc5c32
|
Fix whitespace issues
|
2014-05-16 22:23:36 +01:00 |
Björn Schießle
|
42b99b6d0f
|
Merge pull request #8555 from owncloud/sharing_default_expire_only_public_links
use default expire date only for link shares
|
2014-05-16 14:57:11 -04:00 |
Bjoern Schiessle
|
7a48f24459
|
use default expire date only for link shares
|
2014-05-16 18:12:13 +02:00 |
Bjoern Schiessle
|
b6e14af861
|
allow admin to enforce passwords for public link shares
|
2014-05-16 17:41:09 +02:00 |
Vincent Petry
|
f73a168694
|
Added unit test for sharing ext storage mount points
|
2014-05-08 11:00:19 +02:00 |
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 |