aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/tests/versions.php
Commit message (Expand)AuthorAgeFilesLines
* Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-121-869/+0
* Fix testsRoeland Jago Douma2016-04-191-30/+51
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-2/+2
* set watch policy in testRobin Appelman2016-03-211-0/+15
* Update author informationLukas Reschke2016-03-011-0/+1
* versions provide more information when throwing hooksArthur Schiwon2016-02-081-1/+3
* cleanup shared cacheRobin Appelman2016-01-281-2/+2
* Safe teardownsRobin Appelman2016-01-141-4/+6
* Happy new year!Thomas Müller2016-01-121-1/+2
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-171-2/+4
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+2
* update testsRobin Appelman2015-11-191-1/+0
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-2/+5
* Fix rename shared versions testRobin Appelman2015-10-161-3/+2
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* Merge pull request #15098 from owncloud/fix_preview_versions_revert_issueThomas Müller2015-09-241-0/+37
|\
| * delete cached preview when rolling back file's versionGeorg Ehrke2015-09-201-0/+37
* | Move dummy backend to Tests namespaceLukas Reschke2015-09-221-1/+1
|/
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* Abort expiration when file is goneVincent Petry2015-05-291-0/+10
* fix testsRobin Appelman2015-05-181-0/+1
* Added unit tests for versions storingVincent Petry2015-05-151-4/+86
* Merge pull request #15881 from owncloud/share-moveversionsproperlyVincent Petry2015-05-111-13/+133
|\
| * Fix version rename with files and foldersVincent Petry2015-04-271-13/+133
* | Add a test for getting the versions of an empty pathJoas Schilling2015-05-071-1/+12
* | Fix version rollback to keep fileidVincent Petry2015-04-301-0/+96
* | dont use our now non existing hookRobin Appelman2015-04-271-1/+3
|/
* fix versions testsBjoern Schiessle2015-04-071-0/+6
* Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-261-1/+12
|\
| * Setup the filesystem in the expire commandRobin Appelman2015-03-261-1/+12
* | Update license headersJenkins for ownCloud2015-03-261-12/+15
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-15/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+15
* Autoload lib files of versions appJoas Schilling2014-12-021-1/+0
* 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-1/+1
* Use base class to reset the file mapperJoas Schilling2014-11-191-7/+14
* Merge pull request #11825 from owncloud/fix_rename_files_in_shared_folderBjörn Schießle2014-11-031-2/+99
|\
| * don't move versions if only the mount point was renamedBjoern Schiessle2014-10-311-0/+43
| * get the source path and owner in a pre hook and the target path and owner in aBjoern Schiessle2014-10-291-2/+56
* | remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-1/+4
|/
* add unit test to make sure getVersions returns the correct resultBjoern Schiessle2014-08-051-0/+34
* add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+108
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
* fix array orderBjoern Schiessle2014-01-221-1/+1
* add first unit test for the versioning appBjoern Schiessle2014-01-211-0/+188