summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/trashbin.php
Commit message (Expand)AuthorAgeFilesLines
* Fix trashbin handling of unknown/unlimited free spaceRobin Appelman2015-10-161-2/+3
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* first copy to owner and then move to current user because the encryptionBjoern Schiessle2015-10-011-18/+19
* Change small thumbnails to 32 pxMorris Jobke2015-09-301-1/+1
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
* Log deleted filesVictor Dubiniuk2015-09-161-0/+4
* Add expiration cronjobVictor Dubiniuk2015-09-161-1/+1
* Enhance trashbin expiration settingsVictor Dubiniuk2015-08-101-18/+13
* 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-251-1/+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-261-26/+0
|\ \
| * | removing deletion of encryption keysClark Tomlinson2015-05-181-26/+0
| * | fix references to legacy encryption app nameClark Tomlinson2015-05-181-1/+1
| |/
* | 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
* 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
* Update license headersJenkins for ownCloud2015-03-261-12/+26
* 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-261-27/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+27
* 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
* | 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-261-0/+3
* Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-41/+2
* Call final unlink in trash wrapper's storageVincent Petry2015-01-231-2/+41
* replace hook with storage wrapperBjoern Schiessle2015-01-191-9/+13
* 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
* | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-1/+1
* | Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-2/+2
* | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-2/+4
* | new folder structure for keysBjoern Schiessle2014-11-261-152/+29
* | Only rescan trash folder when checking deleted versionsVincent Petry2014-11-041-1/+1