summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-6/+7
* Cleanup trashbin expire codeMorris Jobke2015-11-301-15/+6
* Deduplicate queued trashbin expire jobsMorris Jobke2015-11-271-16/+9
* Make Cache\Updater per storageRobin Appelman2015-11-251-3/+3
* Update license headersLukas Reschke2015-10-263-3/+3
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-2/+12
* Fix trashbin handling of unknown/unlimited free spaceRobin Appelman2015-10-161-2/+3
* update licence headers via scriptMorris Jobke2015-10-055-1/+4
* first copy to owner and then move to current user because the encryptionBjoern Schiessle2015-10-012-18/+26
* 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
* make sure to add the correct file size to the file info, otherwise we will no...Bjoern Schiessle2015-09-211-0/+4
* Log deleted filesVictor Dubiniuk2015-09-161-0/+4
* Add PHPDocLukas Reschke2015-09-162-2/+16
* Updates according to reviewVictor Dubiniuk2015-09-161-10/+22
* Add expiration cronjobVictor Dubiniuk2015-09-163-1/+114
* Migrate settingsVictor Dubiniuk2015-08-101-3/+2
* Enhance trashbin expiration settingsVictor Dubiniuk2015-08-102-18/+166
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-101-10/+12
* Set proper mimetype for directoriesRoeland Jago Douma2015-08-051-1/+1
* 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
|\