aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/base.php
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-157/+0
| | | | take care of this
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-16/+17
|
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-201-2/+2
| | | | suspend encryption proxy when copying skeleton
* clear share table after each test runBjoern Schiessle2014-09-241-0/+3
|
* unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-221-0/+9
|
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+2
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
|
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-2/+2
|
* fix share api testsBjoern Schiessle2014-04-231-7/+5
|
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-251-0/+1
|
* Removed numRows usage from encryption appVincent Petry2013-12-191-2/+2
| | | | | | | | | numRows on Oracle always seem to return 0. This fix removes numRows usage from the encryption and sharing app. This fixes unit tests and potentially the encryption app itself (migration status) when running on Oracle
* Fixed unit tests for files sharing watcherVincent Petry2013-11-061-1/+1
|
* Added unit tests for shared files watcherVincent Petry2013-11-051-0/+143
- Added base class for sharing unit tests - Added unit tests for shared files watched to check for folder size propagation