summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Fixed image preview in trashbin subdirsVincent Petry2014-01-311-2/+12
|
* increase size of mimetype columnBjoern Schiessle2014-01-242-9/+9
|
* When reading the size of "files" mountpoints need to be excludedVincent Petry2014-01-201-1/+1
| | | | | | | | | | | | | The versions and trashbin app are now passing "includeMountPoints=false" to "getFileInfo()" to make sure that the calculated total size doesn't include mount points like Shared or external storage. This is because the default call (legacy) used to return the size of mount points as well. Fixes #6731 Backport of ca57a84 to stable6
* remove old codeBjoern Schiessle2014-01-151-3/+0
|
* copy files to owner trash recursivelyBjoern Schiessle2014-01-151-3/+6
|
* remove ru_RU - it's almost untranslatedThomas Müller2014-01-131-6/+0
|
* Fixed various file name escaping issues in core appsVincent Petry2014-01-121-7/+7
| | | | | | | | | - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes Backport to stable6 of 1042733
* Moved content disposition code+workarounds to OCP\ResponseVincent Petry2014-01-071-51/+0
| | | | | | | | | Added new OC\Response API called setContentDispositionHeader() that contains the needed workarounds for UTF8 and IE. Refactored download code to use the new API. Removed unused trashbin download file.
* always show 'Deleted Files' breadcrumbBjoern Schiessle2013-12-171-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
|
* 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-12-022-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
|\ | | | | move files to owners trash
| * 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 flag
| * Deleting all files in trash now only sends a single flagVincent Petry2013-11-114-24/+74
| | | | | | | | | | | | | | | | To prevent having to send the list of all files for deletion, only set a flag "allfiles". This should make it a bit smoother when deleting 5000+ files. Also fixes some "empty trash" message issues.
* | fixed documentationThomas Müller2013-11-221-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-211-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-151-1/+2
| |
* | replace $path with '/files_trashbin/files/' . $fileGeorg Ehrke2013-11-121-1/+1
| |
* | add delete hook for trash bin appGeorg Ehrke2013-11-121-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-111-1/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-031-0/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-291-1/+8
|
* Fixed clicking on the "Home" breadcrumb in the trash appVincent Petry2013-10-281-5/+0
| | | | | Clicking on the "home" breadcrumb now correctly brings the user back to the files app.
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-273-6/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-191-0/+5
|
* Merge pull request #5274 from owncloud/files-ie8-deletecheckboxVincent Petry2013-10-111-1/+0
|\ | | | | Fixed delete icon alignment in IE8
| * Moved IE8 inline styles in files.cssVincent Petry2013-10-111-1/+0
| |
| * Fixed delete icon alignment in IE8Vincent Petry2013-10-111-1/+1
| | | | | | | | | | Removed old inline CSS that forced every td to have position:static in the files app. (#5056)
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-1068-372/+97
|/
* update file summary after group delete/restoreBjoern Schiessle2013-10-091-0/+2
|
* fix checkboxBjoern Schiessle2013-10-091-37/+15
|
* fix indentionBjoern Schiessle2013-10-091-99/+99
|
* fix group delete/restoreBjoern Schiessle2013-10-092-19/+18
|
* fix delete/restore individual filesBjoern Schiessle2013-10-091-26/+23
|
* fix trashbin layoutBjoern Schiessle2013-10-091-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-071-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-062-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-301-3/+11
|
* Merge branch 'master' into appframework-masterThomas Müller2013-09-271-2/+2
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2013-09-271-2/+2
| |
* | Merge branch 'master' into appframework-masterThomas Müller2013-09-2527-11/+162
|\| | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php