summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * the trash bin can also contain empty files. Don't use the trash bin size as i...Bjoern Schiessle2013-08-271-4/+5
* | Merge master into oc_previewGeorg Ehrke2013-08-191-1/+1
|\|
| * Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-172-42/+97
| |\
| * | user interface to allow user to decrypt all his files once the encryption app...Björn Schießle2013-07-291-1/+1
* | | fix merge conflictsGeorg Ehrke2013-08-051-2/+2
|\ \ \ | | |/ | |/|
| * | Merge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-appJörn Friedrich Dreyer2013-08-021-2/+2
| |\ \
| | * | Use !== and === in files_trashbin-appkondou2013-07-101-2/+2
| | |/
* | | Merge branch 'master' into oc_previewThomas Müller2013-07-302-40/+95
|\| |
| * | reduce time for auto expire to 30 days by defaultBjörn Schießle2013-07-261-1/+1
| * | make 'restored' extension translatableBjörn Schießle2013-07-261-2/+3
| * | expire trash bin if trash bin exceeds max size after a new file was added to ...Björn Schießle2013-07-262-7/+34
| * | disable "deleted files" button if trash bin is emptyBjörn Schießle2013-07-261-0/+15
| * | don't move empty folders to the trash binBjörn Schießle2013-07-251-0/+5
| * | nicer format of unique names, use 'file (restored).txt' instead of 'files.txt...Björn Schießle2013-07-251-32/+39
| |/
* | add class='preview-icon' in trashbin app as wellGeorg Ehrke2013-07-291-1/+1
* | merge conflicts ...Georg Ehrke2013-07-101-319/+325
|\|
| * make trash bin aware of system wide mounts with respect to encryption keysBjörn Schießle2013-07-051-7/+21
| * Merge branch 'master' into fix_glob_escapingBjörn Schießle2013-06-171-1/+8
| |\
| * | fix indentionBjörn Schießle2013-06-141-319/+310
| * | only escape glob patternBjörn Schießle2013-06-141-5/+7
* | | properly encode pathGeorg Ehrke2013-07-101-1/+1
* | | implement use of preview icons in thrashbin appGeorg Ehrke2013-07-081-0/+4
| |/ |/|