summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-182-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-144-16/+24
|
* properly return false if we cant delete the source fileRobin Appelman2015-04-131-4/+5
|
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-8/+0
| | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* fixing unit test execution related to trashbinThomas Müller2015-04-071-1/+1
|
* reset init status before loginBjoern Schiessle2015-04-071-1/+7
|
* add priority to trashbin storage wrapper so that he is always on topBjoern Schiessle2015-04-071-1/+1
|
* Remove old encryption left overs from trashbinThomas Müller2015-04-071-102/+0
|
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-27/+0
|
* Removing files_encryption left oversThomas Müller2015-04-071-6/+0
|
* setup storage wrappers before setting up the filesystemRobin Appelman2015-04-011-1/+1
|
* Move core apps from private to public functionsRoeland Jago Douma2015-04-011-1/+1
| | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file.
* Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-0/+16
|\ | | | | Fix share permission checks
| * Reenable trashbin after failed renameVincent Petry2015-03-181-0/+16
| | | | | | | | | | | | After a failed rename, the post_rename hook is not called. This quickfix makes sure the trashbin storage logic is reenabled also after a failed rename.
* | Update license headersJenkins for ownCloud2015-03-2618-96/+358
| |
* | 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.