summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/trashbin.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add type hinting to functionsLukas Reschke2014-10-241-10/+25
* | Fix SPACE_UNKNOWN constantRobin Appelman2014-10-161-1/+1
* | make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-161-5/+13
* | check if I can create a file at the locationBjoern Schiessle2014-10-081-1/+1
* | Merge pull request #11137 from owncloud/enc-pregfixVincent Petry2014-09-231-5/+1
|\ \
| * | Fix share key finding algorithm in various casesVincent Petry2014-09-231-5/+1
* | | Added extra check to avoid deleting key foldersVincent Petry2014-09-191-0/+26
|/ /
* | Merge pull request #11081 from owncloud/trash_fix_expireLukas Reschke2014-09-161-1/+1
|\ \
| * | also expire file if timestamp = limit, happens if trashbin_retention_obligati...Bjoern Schiessle2014-09-151-1/+1
* | | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-111-5/+42
|/ /
* / Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|/
* throw exception if file is to large for trash binBjoern Schiessle2014-07-151-6/+18
* Merge pull request #9093 from owncloud/remove_unused_codeMorris Jobke2014-06-191-1/+1
|\
| * remove unused codeBjoern Schiessle2014-06-181-1/+1
* | add additional tests for the trash binBjoern Schiessle2014-06-181-1/+1
* | make sure that we always use the right userBjoern Schiessle2014-06-181-15/+16
* | fix trash bin expire operation and add unit testsBjoern Schiessle2014-06-171-22/+55
|/
* table files_trashsizes was still used in some locations -> removedThomas Müller2014-06-051-7/+2
* Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller2014-06-041-2/+2
|\
| * return size '0' if the trashbin folder doesn't exists yetBjoern Schiessle2014-06-021-2/+2
* | fixing typoThomas Müller2014-06-041-1/+1
* | get files in trash from file cacheBjoern Schiessle2014-06-031-7/+8
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-9/+9