summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/trashbin.php
Commit message (Expand)AuthorAgeFilesLines
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-121-926/+0
* apps/files_trashbin: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
* Properly check path validity before deleting to trashVincent Petry2016-03-041-1/+1
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-1/+0
* get the actual user instead of a federated cloud idBjoern Schiessle2016-02-181-40/+62
* Handles null as return code and uses proper UserFolder in trashbinMorris Jobke2016-02-161-6/+10
* Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-4/+1
* Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-151-13/+6
|\
| * handle not found in trash hookRobin Appelman2016-01-111-1/+5
| * de-deplicate getUidAndFilenameRobin Appelman2016-01-111-12/+1
* | Happy new year!Thomas Müller2016-01-121-2/+3
|/
* 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-261-1/+1
* 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-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