Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 12 | -333/+187 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app | ||||
* | Merge pull request #7872 from owncloud/trash-disablestoragestats | Björn Schießle | 2014-03-28 | 1 | -0/+5 |
|\ | | | | | Do not retrieve storage stats for trash bin | ||||
| * | Do not retrieve storage stats for trash bin | Vincent Petry | 2014-03-28 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 1 | -6/+0 |
|\ \ | | | | | | | Load apps proper master | ||||
| * \ | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 66 | -251/+334 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | | | remove superfluous $RUNTIME_APPTYPES | Thomas Müller | 2014-02-06 | 1 | -6/+0 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-27 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | Merge pull request #7768 from owncloud/trashempty-nocache | icewind1991 | 2014-03-24 | 1 | -17/+26 |
|\ \ \ | |_|/ |/| | | Use a more efficient way to determine that the trashbin is empty that doesn't rely on the cache | ||||
| * | | catch the case where files_trashbin/files doesn't exist | Robin Appelman | 2014-03-24 | 1 | -1/+4 |
| | | | |||||
| * | | More robust way to check if the folder is empty | Robin Appelman | 2014-03-17 | 1 | -3/+6 |
| | | | |||||
| * | | Use a more efficient way to determine that the trashbin is empty that ↵ | Robin Appelman | 2014-03-17 | 1 | -20/+23 |
| | | | | | | | | | | | | doesn't rely on the cache | ||||
* | | | Improve sorting performance of large lists of files | Robin Appelman | 2014-03-19 | 1 | -2/+6 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-13 | 1 | -0/+15 |
| | | |||||
* | | Merge pull request #7668 from owncloud/trashbin_predelete | Vincent Petry | 2014-03-12 | 1 | -0/+1 |
|\ \ | | | | | | | add preDelete hook for files_trashbin app | ||||
| * | | add preDelete hook for files_trashbin app | Georg Ehrke | 2014-03-11 | 1 | -0/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-12 | 49 | -0/+49 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-11 | 8 | -6/+21 |
| | | |||||
* | | fix mimetype detection, introduce fake etag to identify preview images | Bjoern Schiessle | 2014-03-10 | 1 | -1/+2 |
| | | |||||
* | | get trash size from file cache | Bjoern Schiessle | 2014-03-10 | 4 | -77/+10 |
| | | |||||
* | | only enable previews if the encryption is disabled | Bjoern Schiessle | 2014-03-10 | 1 | -1/+5 |
| | | |||||
* | | if file is not in db, fall back to restore file to the users root | Bjoern Schiessle | 2014-03-10 | 4 | -72/+62 |
| | | |||||
* | | Fixed trashbin title | Vincent Petry | 2014-02-20 | 1 | -1/+31 |
| | | |||||
* | | 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 |
| |