Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OCS API for server-to-server sharing | Bjoern Schiessle | 2014-12-04 | 1 | -30/+30 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -3/+3 |
| | |||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | Fix sharing tests | Robin Appelman | 2014-11-06 | 1 | -0/+3 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -3/+2 |
| | | | | take care of this | ||||
* | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 1 | -11/+11 |
| | |||||
* | Minor fixes | Morris Jobke | 2014-08-05 | 1 | -2/+4 |
| | | | | | | * instanceof \OC\Files\View * fix misplaced paranthesis * remove misplaced character in comment | ||||
* | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -1/+73 |
| | |||||
* | no need to prepare a statement twice | Bjoern Schiessle | 2014-06-10 | 1 | -1/+0 |
| | |||||
* | update share API tests, file shares never have delete permissions | Bjoern Schiessle | 2014-06-06 | 1 | -4/+6 |
| | |||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+72 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -7/+7 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -5/+5 |
| | |||||
* | Merge pull request #8555 from owncloud/sharing_default_expire_only_public_links | Björn Schießle | 2014-05-16 | 1 | -0/+54 |
|\ | | | | | use default expire date only for link shares | ||||
| * | use default expire date only for link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+54 |
| | | |||||
* | | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+54 |
|/ | |||||
* | Added unit test for sharing ext storage mount points | Vincent Petry | 2014-05-08 | 1 | -2/+55 |
| | |||||
* | add unit tests which got lost during rebase | Bjoern Schiessle | 2014-04-23 | 1 | -0/+23 |
| | |||||
* | we don't allow to share a folder if it contains a share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -0/+60 |
| | |||||
* | fix share api tests | Bjoern Schiessle | 2014-04-23 | 1 | -56/+14 |
| | |||||
* | add tests for sharing files the users doesn't have access to | Robin Appelman | 2014-04-03 | 1 | -0/+23 |
| | |||||
* | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-25 | 1 | -1/+84 |
| | |||||
* | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-25 | 1 | -83/+0 |
| | |||||
* | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 1 | -1/+104 |
| | |||||
* | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -6/+197 |
| | |||||
* | we need the file_source to delete a share successfully | Bjoern Schiessle | 2014-03-10 | 1 | -0/+34 |
| | |||||
* | fix path in sharing results if it is a file in the Shared folder | Bjoern Schiessle | 2014-02-25 | 1 | -0/+68 |
| | |||||
* | Added unit tests for shared files watcher | Vincent Petry | 2013-11-05 | 1 | -107/+4 |
| | | | | | | - Added base class for sharing unit tests - Added unit tests for shared files watched to check for folder size propagation | ||||
* | add test for the reshare option | Bjoern Schiessle | 2013-10-17 | 1 | -2/+59 |
| | |||||
* | adjust tests | Bjoern Schiessle | 2013-10-17 | 1 | -3/+2 |
| | |||||
* | Merge pull request #5269 from owncloud/ocs_share_api_add_received_from | Björn Schießle | 2013-10-15 | 1 | -1/+2 |
|\ | | | | | ocs share api: add "received_from" and "received_from_displayname" field | ||||
| * | fix api tests | Bjoern Schiessle | 2013-10-11 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #5233 from owncloud/enc_filter_users | Björn Schießle | 2013-10-11 | 1 | -3/+4 |
|\ \ | |/ |/| | only encrypt file to users with encryption keys | ||||
| * | make sure that we are logged in ad user1 while performing the tests | Bjoern Schiessle | 2013-10-10 | 1 | -3/+4 |
| | | |||||
* | | php 5.3 compatibility for Test_Files_Sharing_Api | Thomas Müller | 2013-10-08 | 1 | -2/+4 |
|/ | |||||
* | update tests | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 |
| | |||||
* | add testUpdateShareUpload() | Bjoern Schiessle | 2013-09-30 | 1 | -3/+62 |
| | |||||
* | add getShareFromFolder() test | Bjoern Schiessle | 2013-09-30 | 1 | -0/+37 |
| | |||||
* | Make sure that testDeleteShare() has some shares to delete | Bjoern Schiessle | 2013-09-30 | 1 | -7/+33 |
|\ | |||||
| * | flipping arguments on assertEquals() - first argument contains the expected ↵ | Thomas Müller | 2013-09-29 | 1 | -4/+4 |
| | | | | | | | | value and second argument contains the value to be asserted | ||||
| * | - adding unit test testGetShareFromUnknownId() | Thomas Müller | 2013-09-29 | 1 | -3/+17 |
| | | | | | | | | | | - fixing getShareFromId() for Oracle - fixing error message | ||||
* | | add some comments | Bjoern Schiessle | 2013-09-27 | 1 | -2/+3 |
|/ | |||||
* | add test getShareFromId | Bjoern Schiessle | 2013-09-27 | 1 | -1/+36 |
| | |||||
* | add some additional assertions to the tests | Bjoern Schiessle | 2013-09-25 | 1 | -2/+11 |
| | |||||
* | add error message to the assert | Thomas Müller | 2013-09-25 | 1 | -2/+2 |
| | |||||
* | make sure that files are shared correctly before each test and unshared ↵ | Bjoern Schiessle | 2013-09-20 | 1 | -2/+43 |
| | | | | again after the test | ||||
* | disable encrpytion app before performing tests | Bjoern Schiessle | 2013-09-20 | 1 | -11/+14 |
| | |||||
* | disable encryption app for share API tests | Bjoern Schiessle | 2013-09-19 | 1 | -0/+14 |
| | |||||
* | remove some unused variables | Bjoern Schiessle | 2013-09-19 | 1 | -6/+0 |
| | |||||
* | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 1 | -0/+318 |