summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/updater.php
Commit message (Expand)AuthorAgeFilesLines
* Safe teardownsRobin Appelman2016-01-141-2/+4
* Happy new year!Thomas Müller2016-01-121-1/+2
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+2
* Merge pull request #17083 from owncloud/share-etag-update-targetVincent Petry2015-06-291-8/+36
|\
| * Unit test for etag update on custom share folderVincent Petry2015-06-261-8/+36
* | update license headers and authorsMorris Jobke2015-06-251-1/+0
|/
* Update etag of direct parent on unshareVincent Petry2015-04-281-73/+0
* reset storage for each unit testBjoern Schiessle2015-04-071-1/+1
* replace share proxy with hookRobin Appelman2015-03-261-1/+0
* Update license headersJenkins for ownCloud2015-03-261-12/+15
* Revert "Updating license headers"Morris Jobke2015-02-261-15/+17
* Updating license headersJenkins for ownCloud2015-02-231-17/+15
* Unregister trashbin storage wrapper at the end of testsVincent Petry2015-01-231-0/+2
* replace hook with storage wrapperBjoern Schiessle2015-01-191-6/+6
* 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