summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/cache.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+0
* Updating license headersJenkins for ownCloud2015-02-231-0/+25
* Fix issues with searchByTag in shared storageVincent Petry2014-12-181-1/+56
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-2/+3
* Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+33
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-2/+2
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+2
* Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-171-3/+15
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-2/+3
* add test for search() in shared cacheJörn Friedrich Dreyer2014-07-311-3/+75
* Correctly return the owner display name for children of sharesVincent Petry2014-07-161-0/+19
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
* some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle2014-04-231-9/+9
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-3/+3
* fix share api testsBjoern Schiessle2014-04-231-33/+27
* Implement getPath for shared filesRobin Appelman2014-03-281-0/+39
* fix test so that it doesn't depend on the array orderBjoern Schiessle2014-02-211-14/+25
* fix usersPath and add unit testsBjoern Schiessle2014-02-211-2/+106
* Fixed searchByMime in shared cacheVincent Petry2014-02-051-0/+134