summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/updater.php
Commit message (Expand)AuthorAgeFilesLines
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+2
* Remove unused codeLukas Reschke2014-11-171-1/+0
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-2/+1
* if a folder gets deleted we unshare all shared files/folders belowBjoern Schiessle2014-07-041-7/+7
* rename mount point of children if parent was renamedBjoern Schiessle2014-07-021-0/+36
* make sure that hooks are registered for the testsBjoern Schiessle2014-06-251-2/+7
* make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-251-0/+106
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-061-125/+0
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-20/+108
* split-up the update script and add unit tests for itBjoern Schiessle2014-04-231-0/+55
* Fixed share upgrade cleanup tests to use the correct idsVincent Petry2014-03-261-9/+9
* Fixed share updater unit testVincent Petry2014-03-251-8/+10
* Added backticks for Oracle in sharing updater unit testVincent Petry2014-03-131-8/+8
* Clean up database before setup the database for testingMorris Jobke2014-03-131-0/+4
* Refactor update script to class and add unit testMorris Jobke2014-03-131-0/+85