Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed image preview in trashbin subdirs | Vincent Petry | 2014-01-31 | 1 | -2/+12 |
| | |||||
* | increase size of mimetype column | Bjoern Schiessle | 2014-01-24 | 2 | -9/+9 |
| | |||||
* | When reading the size of "files" mountpoints need to be excluded | Vincent Petry | 2014-01-20 | 1 | -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 code | Bjoern Schiessle | 2014-01-15 | 1 | -3/+0 |
| | |||||
* | copy files to owner trash recursively | Bjoern Schiessle | 2014-01-15 | 1 | -3/+6 |
| | |||||
* | remove ru_RU - it's almost untranslated | Thomas Müller | 2014-01-13 | 1 | -6/+0 |
| | |||||
* | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-12 | 1 | -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\Response | Vincent Petry | 2014-01-07 | 1 | -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' breadcrumb | Bjoern Schiessle | 2013-12-17 | 1 | -4/+4 |
| | |||||
* | toggle select all checkbox | Bjoern Schiessle | 2013-12-12 | 1 | -0/+8 |
| | |||||
* | config switch to disable auto expire for the trash bin | Bjoern Schiessle | 2013-12-04 | 1 | -1/+6 |
| | |||||
* | make it possible to select folders | Bjoern Schiessle | 2013-12-02 | 5 | -40/+20 |
| | |||||
* | check explicitely all possible dir values | Bjoern Schiessle | 2013-12-02 | 1 | -2/+3 |
| | |||||
* | set delete all to true if a complete folder was deleted | Bjoern Schiessle | 2013-12-02 | 1 | -1/+2 |
| | |||||
* | fix delete files from trash bin | Bjoern Schiessle | 2013-12-02 | 3 | -16/+34 |
| | |||||
* | fix restore from files in sub-folders | Bjoern Schiessle | 2013-12-02 | 2 | -2/+3 |
| | |||||
* | remove duplicate | Bjoern Schiessle | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | detect mimetype from the original filename, without the delete timestamp | Bjoern Schiessle | 2013-11-28 | 1 | -2/+9 |
| | |||||
* | Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trash | Björn Schießle | 2013-11-27 | 1 | -38/+108 |
|\ | | | | | move files to owners trash | ||||
| * | only create complete share key if we know the exact path | Bjoern Schiessle | 2013-11-26 | 1 | -1/+3 |
| | | |||||
| * | move files to owners trash | Bjoern Schiessle | 2013-11-25 | 1 | -41/+109 |
| | | |||||
* | | Merge pull request #5641 from owncloud/filestrash-emptytrash | Björn Schießle | 2013-11-25 | 4 | -24/+74 |
|\ \ | |/ |/| | Deleting all files in trash now only sends a single flag | ||||
| * | Deleting all files in trash now only sends a single flag | Vincent Petry | 2013-11-11 | 4 | -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 documentation | Thomas Müller | 2013-11-22 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-21 | 1 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-15 | 1 | -1/+2 |
| | | |||||
* | | replace $path with '/files_trashbin/files/' . $file | Georg Ehrke | 2013-11-12 | 1 | -1/+1 |
| | | |||||
* | | add delete hook for trash bin app | Georg Ehrke | 2013-11-12 | 1 | -0/+1 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-11 | 1 | -1/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-03 | 1 | -0/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-29 | 1 | -1/+8 |
| | |||||
* | Fixed clicking on the "Home" breadcrumb in the trash app | Vincent Petry | 2013-10-28 | 1 | -5/+0 |
| | | | | | Clicking on the "home" breadcrumb now correctly brings the user back to the files app. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-27 | 3 | -6/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-19 | 1 | -0/+5 |
| | |||||
* | Merge pull request #5274 from owncloud/files-ie8-deletecheckbox | Vincent Petry | 2013-10-11 | 1 | -1/+0 |
|\ | | | | | Fixed delete icon alignment in IE8 | ||||
| * | Moved IE8 inline styles in files.css | Vincent Petry | 2013-10-11 | 1 | -1/+0 |
| | | |||||
| * | Fixed delete icon alignment in IE8 | Vincent Petry | 2013-10-11 | 1 | -1/+1 |
| | | | | | | | | | | Removed old inline CSS that forced every td to have position:static in the files app. (#5056) | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-10 | 68 | -372/+97 |
|/ | |||||
* | update file summary after group delete/restore | Bjoern Schiessle | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | fix checkbox | Bjoern Schiessle | 2013-10-09 | 1 | -37/+15 |
| | |||||
* | fix indention | Bjoern Schiessle | 2013-10-09 | 1 | -99/+99 |
| | |||||
* | fix group delete/restore | Bjoern Schiessle | 2013-10-09 | 2 | -19/+18 |
| | |||||
* | fix delete/restore individual files | Bjoern Schiessle | 2013-10-09 | 1 | -26/+23 |
| | |||||
* | fix trashbin layout | Bjoern Schiessle | 2013-10-09 | 1 | -0/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-07 | 1 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-06 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-30 | 1 | -3/+11 |
| | |||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-27 | 1 | -2/+2 |
|\ | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-27 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 27 | -11/+162 |
|\| | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php |