aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Recreate trashbin folder after full deletionVincent Petry2015-03-241-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-182-0/+8
|
* Merge pull request #14644 from owncloud/trash-expire-commandThomas Müller2015-03-163-25/+84
|\ | | | | Expire files from the trash in the background
| * don't rely on \OCP\User::getUser() - it is not set properly in case of async ↵Thomas Müller2015-03-101-10/+8
| | | | | | | | operations
| * tearDown the filesystem right before setting it up againThomas Müller2015-03-101-0/+1
| |
| * Expire files from the trash in the backgroundRobin Appelman2015-03-023-15/+75
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-162-0/+2
| |
* | Merge pull request #14640 from owncloud/rescanversionsonlyonceThomas Müller2015-03-111-3/+13
|\ \ | | | | | | Only rescan versions once in trashbin
| * | Only rescan versions once in trashbinVincent Petry2015-03-021-3/+13
| |/ | | | | | | | | Whenever versions need to be rescanned, only do it once per PHP request. Happens whenever multiple files need to be expired.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-092-2/+2
| |
* | Add unit test for selection overlay actions in trashbinVincent Petry2015-03-041-0/+22
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-012-0/+2
|
* Revert "Updating license headers"Morris Jobke2015-02-2617-336/+96
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-262-0/+10
|
* Updating license headersJenkins for ownCloud2015-02-2317-96/+336
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-222-6/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-202-4/+4
|
* Merge pull request #14366 from owncloud/remove-old-l10n-filesLukas Reschke2015-02-1910-60/+0
|\ | | | | Remove some old l10n files they arent loaded anymore
| * Remove some old l10n files they arent loaded anymoreJoas Schilling2015-02-1910-60/+0
| |
* | Manually type-case all AJAX filesLukas Reschke2015-02-133-7/+7
|/ | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-092-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-072-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-032-0/+10
|
* Merge pull request #13797 from owncloud/fix_move_del_of_remote_sharesLukas Reschke2015-01-311-1/+0
|\ | | | | make sure that we get the correct user from the path
| * no need to initialize the same view twiceBjoern Schiessle2015-01-301-1/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-312-2/+2
| |
* | Dont do a cache rename if we cant delete the source fileRobin Appelman2015-01-291-1/+3
| |
* | Make sure we delete the file when doing a cross storage trashbin moveRobin Appelman2015-01-291-0/+2
| |
* | Detect failed deletes in the trashbinRobin Appelman2015-01-292-3/+41
|/
* Fix trash error when deleting files with the same name at the same time ↵Robin Appelman2015-01-281-0/+3
| | | | (happens in unit tests)
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-282-2/+6
|
* Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-274-4/+220
|\ | | | | Call final unlink in trash wrapper's storage
| * Fix bogus deletion on copy + unlink through renameVincent Petry2015-01-263-0/+38
| | | | | | | | | | Cross-storage rename would cause copy + unlink. That unlink operation must not trigger the trashbin.
| * Add trashbin storage wrapper unit test for versionsVincent Petry2015-01-231-6/+76
| |
| * Simplify trash storage unit testsVincent Petry2015-01-231-46/+16
| | | | | | | | Needed to make it properly init the mount points
| * Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-41/+2
| |
| * Remove storage wrapper for oc_trashbin in unit testVincent Petry2015-01-231-0/+2
| |
| * Only move files from the current user to the trashbinRobin Appelman2015-01-231-4/+5
| |
| * Call final unlink in trash wrapper's storageVincent Petry2015-01-233-2/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case of cross-storage delete, the files are copied to the trash, then deleted. The final delete on the source storage would still reach the trash wrapper. This fix makes forwards that second call to the wrapped storage to make the final delete work. It fixes the issue with remote shares, local shares and external storage. Also, it uses a new function "renameRecursive" that renames the files and preserves the mtimes (like "copy_recursive" did in the past))
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-252-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-204-0/+6
|
* replace hook with storage wrapperBjoern Schiessle2015-01-193-24/+80
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-2/+10
|
* Fix preview route for trashbinVincent Petry2015-01-151-5/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+8
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-2/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-144-0/+24
|