Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use owner when expiring versions, not the logged in user | Vincent Petry | 2015-05-13 | 1 | -8/+11 |
| | |||||
* | Merge pull request #15881 from owncloud/share-moveversionsproperly | Vincent Petry | 2015-05-11 | 1 | -18/+41 |
|\ | | | | | Fix version rename with files and folders | ||||
| * | Fix version rename with files and folders | Vincent Petry | 2015-04-27 | 1 | -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 empty | Joas Schilling | 2015-05-07 | 1 | -0/+3 |
| | | |||||
* | | Use moveFromStorage instead of streamCopy when restoring version | Vincent Petry | 2015-04-30 | 1 | -14/+1 |
| | | |||||
* | | Fix version rollback to keep fileid | Vincent Petry | 2015-04-30 | 1 | -4/+38 |
|/ | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -14/+0 |
| | |||||
* | Merge pull request #15129 from owncloud/version-command-bus | Lukas Reschke | 2015-03-26 | 1 | -5/+22 |
|\ | | | | | expire versions in a background command | ||||
| * | save uid instead of user object in command | Robin Appelman | 2015-03-26 | 1 | -1/+1 |
| | | |||||
| * | Setup the filesystem in the expire command | Robin Appelman | 2015-03-26 | 1 | -1/+1 |
| | | |||||
| * | expire versions in a background command | Robin Appelman | 2015-03-26 | 1 | -5/+22 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -13/+71 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -71/+25 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -25/+71 |
| | |||||
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -3/+4 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | Autoload lib files of versions app | Joas Schilling | 2014-12-02 | 1 | -0/+0 |
| | |||||
* | don't move versions if only the mount point was renamed | Bjoern Schiessle | 2014-10-31 | 1 | -0/+10 |
| | |||||
* | Fix typo | Lukas Reschke | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | get the source path and owner in a pre hook and the target path and owner in a | Bjoern Schiessle | 2014-10-29 | 2 | -11/+68 |
| | | | | post hook | ||||
* | make sure that we always delete oldest first | Bjoern Schiessle | 2014-10-09 | 1 | -0/+3 |
| | |||||
* | make sure that the versions array contains the correct path | Bjoern Schiessle | 2014-08-05 | 1 | -2/+2 |
| | |||||
* | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+10 |
| | |||||
* | make sure that we always find all versions | Bjoern Schiessle | 2014-07-30 | 1 | -22/+37 |
| | |||||
* | make the versions and encryption app aware of the copy operation | Bjoern Schiessle | 2014-07-30 | 2 | -5/+26 |
| | |||||
* | Remove deleted versions from the cache | Robin Appelman | 2014-07-10 | 1 | -4/+21 |
| | |||||
* | Dont delete versions as local files | Robin Appelman | 2014-07-07 | 1 | -5/+4 |
| | |||||
* | initialize array | Bjoern Schiessle | 2014-06-18 | 1 | -0/+1 |
| | |||||
* | wwe no longer have a versions table | Bjoern Schiessle | 2014-06-10 | 2 | -26/+0 |
| | |||||
* | Fix merge conflict | Thomas Müller | 2014-06-03 | 1 | -31/+0 |
| | |||||
* | let file cache handle the versions size | Bjoern Schiessle | 2014-06-02 | 1 | -40/+9 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 2 | -13/+13 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix more missing or broken PHPDoc | Robin McCorkell | 2014-05-16 | 1 | -3/+3 |
| | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -6/+6 |
| | |||||
* | @returns -> @return | Thomas Müller | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | add preDelete hook for files_versions app | Georg Ehrke | 2014-03-11 | 1 | -1/+4 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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_patches | Thomas Müller | 2014-02-18 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lib/private/migration/content.php | ||||
| * | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -1/+1 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -2/+2 |
|/ | |||||
* | fix array order | Bjoern Schiessle | 2014-01-22 | 1 | -4/+3 |
| | |||||
* | fix size calculation of getAllVersions() | Bjoern Schiessle | 2014-01-22 | 1 | -1/+1 |
| | |||||
* | isolate getExpireList function to make it testable | Bjoern Schiessle | 2014-01-21 | 1 | -77/+76 |
| | |||||
* | don't use the user id within the versions preview call as it could be used ↵ | Thomas Müller | 2014-01-21 | 1 | -6/+11 |
| | | | | to access previews of another user | ||||
* | When reading the size of "files" mountpoints need to be excluded | Vincent Petry | 2014-01-20 | 1 | -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 #6286 | Bjoern Schiessle | 2014-01-15 | 1 | -2/+4 |
| | |||||
* | use better coding style | Bjoern Schiessle | 2013-11-28 | 1 | -1/+2 |
| | |||||
* | make sure that we don't try to access an already deleted files, fixes some ↵ | Bjoern Schiessle | 2013-11-28 | 2 | -16/+49 |
| | | | | file source not found warnings |