aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* ImprovementsVictor Dubiniuk2015-09-151-3/+5
|
* Add versions obligationVictor Dubiniuk2015-09-151-0/+200
|
* Add versions tab to files sidebarVincent Petry2015-09-033-0/+465
| | | | | | | - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism
* Merge pull request #16964 from owncloud/versions_occThomas Müller2015-07-061-0/+162
|\ | | | | add occ tool to delete versions
| * add occ tool to delete versionsBjoern Schiessle2015-06-161-0/+162
| |
* | update license headers and authorsMorris Jobke2015-06-251-0/+2
|/
* Add unit tests for non existing usersJoas Schilling2015-06-051-0/+34
|
* Abort expiration when file is goneVincent Petry2015-05-291-0/+10
| | | | | | | Sometimes a background job for versions expiration was scheduled for a file that has been moved or deleted since. This prevents showing useless warnings in the log and simply bail out.
* 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 folders
| * Fix version rename with files and foldersVincent Petry2015-04-271-13/+133
| | | | | | | | | | - fix moving folder into another folder - fix moving file or folder into shared folder as recipient
* | 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
|\ | | | | expire versions in a background command
| * 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
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
|\ | | | | move versions if a file was renamed in a shared folder
| * 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
| | | | | | | | post hook
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-1/+4
|/ | | | take care of this
* 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
| | | | * test case added to avoid adding them later
* 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