aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use owner when expiring versions, not the logged in userVincent Petry2015-05-131-8/+11
|
* Merge pull request #15881 from owncloud/share-moveversionsproperlyVincent Petry2015-05-111-18/+41
|\ | | | | Fix version rename with files and folders
| * Fix version rename with files and foldersVincent Petry2015-04-271-18/+41
| | | | | | | | | | - fix moving folder into another folder - fix moving file or folder into shared folder as recipient
* | Do not run method when the path is emptyJoas Schilling2015-05-071-0/+3
| |
* | Use moveFromStorage instead of streamCopy when restoring versionVincent Petry2015-04-301-14/+1
| |
* | Fix version rollback to keep fileidVincent Petry2015-04-301-4/+38
|/
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-14/+0
|
* Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-261-5/+22
|\ | | | | expire versions in a background command
| * save uid instead of user object in commandRobin Appelman2015-03-261-1/+1
| |
| * Setup the filesystem in the expire commandRobin Appelman2015-03-261-1/+1
| |
| * expire versions in a background commandRobin Appelman2015-03-261-5/+22
| |
* | Update license headersJenkins for ownCloud2015-03-263-13/+71
|/
* Revert "Updating license headers"Morris Jobke2015-02-263-71/+25
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-25/+71
|
* replace hook with storage wrapperBjoern Schiessle2015-01-191-1/+1
|
* make versions of shared files downloadableBjoern Schiessle2015-01-091-3/+3
|
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-3/+4
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* Autoload lib files of versions appJoas Schilling2014-12-021-0/+0
|
* don't move versions if only the mount point was renamedBjoern Schiessle2014-10-311-0/+10
|
* Fix typoLukas Reschke2014-10-291-2/+2
|
* get the source path and owner in a pre hook and the target path and owner in aBjoern Schiessle2014-10-292-11/+68
| | | | post hook
* make sure that we always delete oldest firstBjoern Schiessle2014-10-091-0/+3
|
* make sure that the versions array contains the correct pathBjoern Schiessle2014-08-051-2/+2
|
* add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+10
|
* make sure that we always find all versionsBjoern Schiessle2014-07-301-22/+37
|
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-302-5/+26
|
* Remove deleted versions from the cacheRobin Appelman2014-07-101-4/+21
|
* Dont delete versions as local filesRobin Appelman2014-07-071-5/+4
|
* initialize arrayBjoern Schiessle2014-06-181-0/+1
|
* wwe no longer have a versions tableBjoern Schiessle2014-06-102-26/+0
|
* Fix merge conflictThomas Müller2014-06-031-31/+0
|
* let file cache handle the versions sizeBjoern Schiessle2014-06-021-40/+9
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-192-13/+13
| | | | * test case added to avoid adding them later
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-3/+3
|
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-6/+6
|
* @returns -> @returnThomas Müller2014-05-131-1/+1
|
* remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-121-1/+1
|
* add preDelete hook for files_versions appGeorg Ehrke2014-03-111-1/+4
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-1/+1
|\ | | | | | | | | Conflicts: lib/private/migration/content.php
| * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+2
|/
* fix array orderBjoern Schiessle2014-01-221-4/+3
|
* fix size calculation of getAllVersions()Bjoern Schiessle2014-01-221-1/+1
|
* isolate getExpireList function to make it testableBjoern Schiessle2014-01-211-77/+76
|
* don't use the user id within the versions preview call as it could be used ↵Thomas Müller2014-01-211-6/+11
| | | | to access previews of another user
* When reading the size of "files" mountpoints need to be excludedVincent Petry2014-01-201-1/+1
| | | | | | | | | | | The versions and trashbin app are now passing "includeMountPoints=false" to "getFileInfo()" to make sure that the calculated total size doesn't include mount points like Shared or external storage. This is because the default call (legacy) used to return the size of mount points as well. Fixes #6731
* call getFileInfo to enforce a file cache entry for the new version, fix #6286Bjoern Schiessle2014-01-151-2/+4
|
* use better coding styleBjoern Schiessle2013-11-281-1/+2
|
* make sure that we don't try to access an already deleted files, fixes some ↵Bjoern Schiessle2013-11-282-16/+49
| | | | file source not found warnings