summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7668 from owncloud/trashbin_predeleteVincent Petry2014-03-121-0/+1
|\
| * add preDelete hook for files_trashbin appGeorg Ehrke2014-03-111-0/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2014-03-1249-0/+49
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-118-6/+21
* fix mimetype detection, introduce fake etag to identify preview imagesBjoern Schiessle2014-03-101-1/+2
* get trash size from file cacheBjoern Schiessle2014-03-104-77/+10
* 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-104-72/+62
* Fixed trashbin titleVincent Petry2014-02-201-1/+31
* Merge pull request #7195 from owncloud/files-selectallVincent Petry2014-02-193-79/+109
|\
| * Trashbin select all now doesn't send file listVincent Petry2014-02-173-79/+109
* | 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-142-2/+2
|\| |
| * | Merge pull request #6726 from owncloud/fix_6630Vincent Petry2014-02-142-2/+2
| |\ \ | | |/ | |/|
| | * Fixed double file encoding for previewsVincent Petry2014-01-301-1/+1
| | * don't urldecode get var, php does this automaticallyGeorg Ehrke2014-01-301-1/+1
* | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-11/+22
|/ /
* / Fixed image preview in trashbin subdirsVincent Petry2014-01-301-2/+12
|/
* increase size of mimetype columnBjoern Schiessle2014-01-232-9/+9
* 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
* remove ru_RU - it has bee removed from transifexThomas Müller2014-01-131-6/+0
* Fixed various file name escaping issues in core appsVincent Petry2014-01-101-7/+7
* Merge pull request #6290 from owncloud/files-androidcontentdispositionThomas Müller2014-01-071-51/+0
|\
| * Moved content disposition code+workarounds to OCP\ResponseVincent Petry2013-12-101-51/+0
* | [tx-robot] updated from transifexJenkins for ownCloud2014-01-071-2/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2014-01-061-2/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2014-01-051-2/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2014-01-021-2/+10
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-291-4/+4
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-191-0/+1
* | always show 'Deleted Files' breadcrumbBjoern Schiessle2013-12-131-4/+4
* | toggle select all checkboxBjoern Schiessle2013-12-121-0/+8
|/
* config switch to disable auto expire for the trash binBjoern Schiessle2013-12-041-1/+6
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-021-1/+0
* make it possible to select foldersBjoern Schiessle2013-12-025-40/+20
* check explicitely all possible dir valuesBjoern Schiessle2013-12-021-2/+3
* set delete all to true if a complete folder was deletedBjoern Schiessle2013-12-021-1/+2
* fix delete files from trash binBjoern Schiessle2013-12-023-16/+34
* fix restore from files in sub-foldersBjoern Schiessle2013-11-292-2/+3
* remove duplicateBjoern Schiessle2013-11-281-1/+0
* detect mimetype from the original filename, without the delete timestampBjoern Schiessle2013-11-281-2/+9
* Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trashBjörn Schießle2013-11-271-38/+108
|\
| * 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
* | Merge pull request #5641 from owncloud/filestrash-emptytrashBjörn Schießle2013-11-254-24/+74
|\ \ | |/ |/|
| * Deleting all files in trash now only sends a single flagVincent Petry2013-11-114-24/+74