summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1740 from houqp/issue#1688Björn Schießle2013-02-191-2/+21
|\
| * check filename and timestamp in Trashbin's file_exists methodQingping Hou2013-02-181-3/+11
| * add file_exists method to files_trashbin appQingping Hou2013-02-161-2/+13
* | Calculate size for existing directories onlyVictor Dubiniuk2013-02-181-0/+3
* | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-2/+2
* | Fix indentation styleBart Visscher2013-02-141-1/+1
|/
* comment addedBjörn Schießle2013-02-091-2/+1
* use never more that 50% of available disc space for the trash binBjörn Schießle2013-02-071-24/+66
* keep track of trash bin sizeBjörn Schießle2013-02-071-11/+78
* rename OCA_Trash to OCA\Files_TrashbinBjörn Schießle2013-02-072-2/+2
* OCA_Versions is now known as OCA\Files_VersionsBjörn Schießle2013-02-071-1/+1
* copy&paste bug, no fetchAll() needed hereBjörn Schießle2013-02-061-1/+1
* allow to delete single files from the trash bin permanentlyBjörn Schießle2013-02-061-0/+39
* is_writable() is now isUpdatable() with the new filesystemBjörn Schießle2013-01-311-1/+1
* keep mtimeBjörn Schießle2013-01-311-3/+6
* fix OC_Log::ERROR callBjörn Schießle2013-01-301-1/+1
* added some additional error handlingBjörn Schießle2013-01-291-11/+22
* icons added; empty trash bin message addedBjörn Schießle2013-01-291-1/+1
* restore file in the root folder if the origin folder is not writableBjörn Schießle2013-01-241-1/+3
* allow admin to change retention obligation for the trash bin, default value i...Björn Schießle2013-01-221-3/+4
* allow to restore single files/folder from a deleted folderBjörn Schießle2013-01-221-25/+49
* handle group restoreBjörn Schießle2013-01-221-1/+1
* expire files in trash bin after 30 daysBjörn Schießle2013-01-221-3/+29
* remove item in the trash bin view after successful undeleteBjörn Schießle2013-01-221-14/+21
* first version of the trash bin appBjörn Schießle2013-01-222-0/+235