summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* only enable previews if the encryption is disabledBjoern Schiessle2014-03-101-1/+5
* if file is not in db, fall back to restore file to the users rootBjoern Schiessle2014-03-102-62/+53
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-1/+1
|\
| * Merge pull request #7190 from owncloud/appconfig-legacy-appsThomas Müller2014-02-181-1/+1
| |\
| | * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
* | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+1
|\| |
| * | Fixed double file encoding for previewsVincent Petry2014-01-301-1/+1
| |/
* / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-11/+22
|/
* When reading the size of "files" mountpoints need to be excludedVincent Petry2014-01-201-1/+1
* remove old codeBjoern Schiessle2014-01-151-3/+0
* copy files to owner trash recursivelyBjoern Schiessle2014-01-151-3/+6
* config switch to disable auto expire for the trash binBjoern Schiessle2013-12-041-1/+6
* make it possible to select foldersBjoern Schiessle2013-12-021-0/+2
* fix delete files from trash binBjoern Schiessle2013-12-021-0/+15
* only create complete share key if we know the exact pathBjoern Schiessle2013-11-261-1/+3
* move files to owners trashBjoern Schiessle2013-11-251-41/+109
* replace $path with '/files_trashbin/files/' . $fileGeorg Ehrke2013-11-121-1/+1
* add delete hook for trash bin appGeorg Ehrke2013-11-121-0/+1
* Merge branch 'master' into appframework-masterThomas Müller2013-09-252-3/+3
|\
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-2/+2
| * namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-202-3/+3
* | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-1/+1
|/
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-0/+97
* Merge master into oc_previewGeorg Ehrke2013-08-291-9/+5
|\
| * also move empty folders to the trash bin as discussed here #4590Bjoern Schiessle2013-08-281-5/+0