Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-18 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-14 | 4 | -16/+24 |
| | |||||
* | properly return false if we cant delete the source file | Robin Appelman | 2015-04-13 | 1 | -4/+5 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -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 trashbin | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | reset init status before login | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
| | |||||
* | add priority to trashbin storage wrapper so that he is always on top | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Remove old encryption left overs from trashbin | Thomas Müller | 2015-04-07 | 1 | -102/+0 |
| | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -27/+0 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -6/+0 |
| | |||||
* | setup storage wrappers before setting up the filesystem | Robin Appelman | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 1 | -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-partfilepermissions | Morris Jobke | 2015-03-26 | 1 | -0/+16 |
|\ | | | | | Fix share permission checks | ||||
| * | Reenable trashbin after failed rename | Vincent Petry | 2015-03-18 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 18 | -96/+358 |
| | | |||||
* | | 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. |