Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-13 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-12 | 2 | -0/+2 |
| | |||||
* | l10n: delete permanently fix | Volkan Gezer | 2015-01-11 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-11 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-10 | 8 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-09 | 6 | -6/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-08 | 18 | -2/+20 |
| | |||||
* | Merge pull request #12653 from owncloud/full_content_search_results | Morris Jobke | 2015-01-06 | 1 | -0/+6 |
|\ | | | | | Full content width search results | ||||
| * | use class for no results div instead of id. the elements are not unique. | Jörn Friedrich Dreyer | 2015-01-06 | 1 | -1/+1 |
| | | |||||
| * | filter trashbin and share views | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-05 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-04 | 2 | -0/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-01 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-31 | 4 | -2/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-29 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-27 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-25 | 2 | -0/+2 |
| | |||||
* | Merge pull request #10292 from owncloud/external-share-delete | Morris Jobke | 2014-12-23 | 1 | -1/+5 |
|\ | | | | | Fix trashbin when deleting a file over an external share | ||||
| * | Fix trashbin when deleting a file over an external share | Robin Appelman | 2014-08-08 | 1 | -1/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-23 | 4 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-22 | 4 | -0/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-21 | 4 | -0/+12 |
| | |