Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7195 from owncloud/files-selectall | Vincent Petry | 2014-02-19 | 3 | -79/+109 |
|\ | | | | | Do not send file list for select all on Download/delete | ||||
| * | Trashbin select all now doesn't send file list | Vincent Petry | 2014-02-17 | 3 | -79/+109 |
| | | | | | | | | | | | | | | | | - Fixed "delete" and "restore" actions to not send the file list when all files are selected - When some files are selected, sends the current dir - Removed "dirListing" attribute as the backend is able to compute the value based on the current dir | ||||
* | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/private/migration/content.php | ||||
| * \ | Merge pull request #7190 from owncloud/appconfig-legacy-apps | Thomas Müller | 2014-02-18 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Remove usage of legacy OC_Appconfig | ||||
| | * | | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -1/+1 |
| | |/ | |||||
* | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 2 | -2/+2 |
|\| | | | | | | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | | Merge pull request #6726 from owncloud/fix_6630 | Vincent Petry | 2014-02-14 | 2 | -2/+2 |
| |\ \ | | |/ | |/| | don't urldecode get var, php does this automatically | ||||
| | * | Fixed double file encoding for previews | Vincent Petry | 2014-01-30 | 1 | -1/+1 |
| | | | |||||
| | * | don't urldecode get var, php does this automatically | Georg Ehrke | 2014-01-30 | 1 | -1/+1 |
| | | | |||||
* | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -11/+22 |
|/ / | |||||
* / | Fixed image preview in trashbin subdirs | Vincent Petry | 2014-01-30 | 1 | -2/+12 |
|/ | |||||
* | increase size of mimetype column | Bjoern Schiessle | 2014-01-23 | 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 | ||||
* | 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 has bee removed from transifex | Thomas Müller | 2014-01-13 | 1 | -6/+0 |
| | |||||
* | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-10 | 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 | ||||
* | Merge pull request #6290 from owncloud/files-androidcontentdisposition | Thomas Müller | 2014-01-07 | 1 | -51/+0 |
|\ | | | | | Files androidcontentdisposition | ||||
| * | Moved content disposition code+workarounds to OCP\Response | Vincent Petry | 2013-12-10 | 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. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-01-07 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-01-06 | 1 | -2/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-01-05 | 1 | -2/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-01-02 | 1 | -2/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-29 | 1 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-19 | 1 | -0/+1 |
| | | |||||
* | | always show 'Deleted Files' breadcrumb | Bjoern Schiessle | 2013-12-13 | 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 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-02 | 1 | -1/+0 |
| | |||||
* | 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-11-29 | 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. |