aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #12382 from owncloud/enc_reorganize_folders2Morris Jobke2014-12-031-152/+29
|\
| * new folder structure for keysBjoern Schiessle2014-11-261-152/+29
* | Autoload exception from files_trashbinJoas Schilling2014-12-021-0/+0
|/
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-1/+1
* Only show undelete capability if files_trashbin is enabledLukas Reschke2014-11-181-0/+32
* 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-112-5/+53
|/
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* throw exception if file is to large for trash binBjoern Schiessle2014-07-152-6/+44
* 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-182-17/+18
* | 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-192-12/+12
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-2/+2
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-31/+31
* Fixed trashbin to use correct classVincent Petry2014-05-151-1/+1
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-3/+3
* Merge pull request #8041 from owncloud/files-sortcolumnsVincent Petry2014-05-121-3/+7
|\
| * Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-3/+7
* | refs #8376; spaces=>tabsSjors van der Pluijm2014-04-291-1/+1
* | refs #8376; added comment and applied patch on other filesSjors van der Pluijm2014-04-281-1/+9
|/
* Prevent error in files_trashbinRobin McCorkell2014-04-131-7/+9
* Adjust logic for deciding if trashbin emptyRobin McCorkell2014-04-131-7/+5
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-57/+26
* Merge pull request #7768 from owncloud/trashempty-nocacheicewind19912014-03-241-17/+26
|\
| * catch the case where files_trashbin/files doesn't existRobin Appelman2014-03-241-1/+4
| * More robust way to check if the folder is emptyRobin Appelman2014-03-171-3/+6
| * Use a more efficient way to determine that the trashbin is empty that doesn't...Robin Appelman2014-03-171-20/+23
* | Improve sorting performance of large lists of filesRobin Appelman2014-03-191-2/+6
|/
* add preDelete hook for files_trashbin appGeorg Ehrke2014-03-111-0/+1
* fix mimetype detection, introduce fake etag to identify preview imagesBjoern Schiessle2014-03-101-1/+2
* get trash size from file cacheBjoern Schiessle2014-03-101-73/+6