summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* only move real files to the trash binBjoern Schiessle2015-07-081-2/+32
* Remove OC_LogThomas Müller2015-07-031-4/+4
* Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-011-6/+6
|\
| * Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-181-6/+6
* | update license headers and authorsMorris Jobke2015-06-252-2/+1
* | explain pre-hook scanRobin Appelman2015-06-151-0/+1
* | ensure we dont have to scan a file in the trash wrapperRobin Appelman2015-06-151-0/+10
* | Keep versions when deleting as recipientVincent Petry2015-06-021-9/+9
* | Merge pull request #15985 from owncloud/hotfix/fix-encryption-referencesBjörn Schießle2015-05-262-29/+0
|\ \
| * | removing encryption preview checkClark Tomlinson2015-05-181-3/+0
| * | removing deletion of encryption keysClark Tomlinson2015-05-181-26/+0
| * | fix references to legacy encryption app nameClark Tomlinson2015-05-182-2/+2
| |/
* | cleanup move/copy logic in trashRobin Appelman2015-05-191-20/+57
* | fix target path for moveRobin Appelman2015-05-181-2/+6
* | update cache after move to trashRobin Appelman2015-05-181-0/+2
* | dont go trough the view when moving to trashRobin Appelman2015-05-181-12/+27
|/
* Fix restoring files from trash with unique nameVincent Petry2015-05-151-6/+11
* Added rmdir to trashbin storage wrapperVincent Petry2015-05-121-5/+30
* Do not trash part files, delete directlyVincent Petry2015-04-211-1/+4
* fixing unit test execution related to trashbinThomas Müller2015-04-071-1/+1
* 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
* 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
* Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-0/+16
|\
| * Reenable trashbin after failed renameVincent Petry2015-03-181-0/+16
* | Update license headersJenkins for ownCloud2015-03-266-55/+110
* | Recreate trashbin folder after full deletionVincent Petry2015-03-241-0/+2
|/
* Merge pull request #14644 from owncloud/trash-expire-commandThomas Müller2015-03-161-25/+26
|\
| * don't rely on \OCP\User::getUser() - it is not set properly in case of async ...Thomas Müller2015-03-101-10/+8
| * Expire files from the trash in the backgroundRobin Appelman2015-03-021-15/+18
* | Only rescan versions once in trashbinVincent Petry2015-03-021-3/+13
|/
* Revert "Updating license headers"Morris Jobke2015-02-266-107/+64
* Updating license headersJenkins for ownCloud2015-02-236-64/+107
* Merge pull request #13797 from owncloud/fix_move_del_of_remote_sharesLukas Reschke2015-01-311-1/+0
|\
| * no need to initialize the same view twiceBjoern Schiessle2015-01-301-1/+0
* | 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-291-0/+5
|/
* Fix trash error when deleting files with the same name at the same time (happ...Robin Appelman2015-01-281-0/+3
* Fix bogus deletion on copy + unlink through renameVincent Petry2015-01-262-0/+34
* Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-41/+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-232-2/+44
* replace hook with storage wrapperBjoern Schiessle2015-01-193-24/+80
* Merge pull request #10292 from owncloud/external-share-deleteMorris Jobke2014-12-231-1/+5
|\
| * Fix trashbin when deleting a file over an external shareRobin Appelman2014-08-081-1/+5
* | Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-181-2/+4
|\ \
| * | Add getMountPoint to FileInfoRobin Appelman2014-12-171-2/+4