Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recreate trashbin folder after full deletion | Vincent Petry | 2015-03-24 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-18 | 2 | -0/+8 |
| | |||||
* | Merge pull request #14644 from owncloud/trash-expire-command | Thomas Müller | 2015-03-16 | 3 | -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üller | 2015-03-10 | 1 | -10/+8 |
| | | | | | | | | operations | ||||
| * | tearDown the filesystem right before setting it up again | Thomas Müller | 2015-03-10 | 1 | -0/+1 |
| | | |||||
| * | Expire files from the trash in the background | Robin Appelman | 2015-03-02 | 3 | -15/+75 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-16 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #14640 from owncloud/rescanversionsonlyonce | Thomas Müller | 2015-03-11 | 1 | -3/+13 |
|\ \ | | | | | | | Only rescan versions once in trashbin | ||||
| * | | Only rescan versions once in trashbin | Vincent Petry | 2015-03-02 | 1 | -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 transifex | Jenkins for ownCloud | 2015-03-09 | 2 | -2/+2 |
| | | |||||
* | | Add unit test for selection overlay actions in trashbin | Vincent Petry | 2015-03-04 | 1 | -0/+22 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-01 | 2 | -0/+2 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 17 | -336/+96 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-26 | 2 | -0/+10 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 17 | -96/+336 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-22 | 2 | -6/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-20 | 2 | -4/+4 |
| | |||||
* | Merge pull request #14366 from owncloud/remove-old-l10n-files | Lukas Reschke | 2015-02-19 | 10 | -60/+0 |
|\ | | | | | Remove some old l10n files they arent loaded anymore | ||||
| * | Remove some old l10n files they arent loaded anymore | Joas Schilling | 2015-02-19 | 10 | -60/+0 |
| | | |||||
* | | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 3 | -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 transifex | Jenkins for ownCloud | 2015-02-09 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-07 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 2 | -0/+10 |
| | |||||
* | Merge pull request #13797 from owncloud/fix_move_del_of_remote_shares | Lukas Reschke | 2015-01-31 | 1 | -1/+0 |
|\ | | | | | make sure that we get the correct user from the path | ||||
| * | no need to initialize the same view twice | Bjoern Schiessle | 2015-01-30 | 1 | -1/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 2 | -2/+2 |
| | | |||||
* | | Dont do a cache rename if we cant delete the source file | Robin Appelman | 2015-01-29 | 1 | -1/+3 |
| | | |||||
* | | Make sure we delete the file when doing a cross storage trashbin move | Robin Appelman | 2015-01-29 | 1 | -0/+2 |
| | | |||||
* | | Detect failed deletes in the trashbin | Robin Appelman | 2015-01-29 | 2 | -3/+41 |
|/ | |||||
* | Fix trash error when deleting files with the same name at the same time ↵ | Robin Appelman | 2015-01-28 | 1 | -0/+3 |
| | | | | (happens in unit tests) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 2 | -2/+6 |
| | |||||
* | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefix | Vincent Petry | 2015-01-27 | 4 | -4/+220 |
|\ | | | | | Call final unlink in trash wrapper's storage | ||||
| * | Fix bogus deletion on copy + unlink through rename | Vincent Petry | 2015-01-26 | 3 | -0/+38 |
| | | | | | | | | | | Cross-storage rename would cause copy + unlink. That unlink operation must not trigger the trashbin. | ||||
| * | Add trashbin storage wrapper unit test for versions | Vincent Petry | 2015-01-23 | 1 | -6/+76 |
| | | |||||
| * | Simplify trash storage unit tests | Vincent Petry | 2015-01-23 | 1 | -46/+16 |
| | | | | | | | | Needed to make it properly init the mount points | ||||
| * | Preserve mtime when doing cross storage move | Robin Appelman | 2015-01-23 | 1 | -41/+2 |
| | | |||||
| * | Remove storage wrapper for oc_trashbin in unit test | Vincent Petry | 2015-01-23 | 1 | -0/+2 |
| | | |||||
| * | Only move files from the current user to the trashbin | Robin Appelman | 2015-01-23 | 1 | -4/+5 |
| | | |||||
| * | Call final unlink in trash wrapper's storage | Vincent Petry | 2015-01-23 | 3 | -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 transifex | Jenkins for ownCloud | 2015-01-25 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 4 | -0/+6 |
| | |||||
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 3 | -24/+80 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 2 | -2/+10 |
| | |||||
* | Fix preview route for trashbin | Vincent Petry | 2015-01-15 | 1 | -5/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 2 | -0/+8 |
| | |||||
* | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -2/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-14 | 4 | -0/+24 |
| |