summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/updater.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to PSR-4Joas Schilling2016-05-251-232/+0
|
* Fix testsRoeland Jago Douma2016-04-191-11/+25
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* 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
|\ | | | | take share target into account when updating recipient etags
| * 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
| | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders.
* 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
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-17/+15
|
* Unregister trashbin storage wrapper at the end of testsVincent Petry2015-01-231-0/+2
| | | | Some more tests that uses the storage wrapper now remove it afterwards
* 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
| | | | We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed.
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-2/+1
| | | | take care of this
* 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 ↵Bjoern Schiessle2014-06-061-125/+0
| | | | be possible to unshare a single file but never to delete it
* move the mount point up if a share is mounted to a subfolder and the ↵Bjoern Schiessle2014-05-211-20/+108
| | | | subfolder no longer exists
* 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
| | | | | Now using \OC_DB::insertId() to retrieve the generated ids because Oracle ignores the passed values.
* 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