Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move files_trashbin to PSR-4 (#24570) | Joas Schilling | 2016-05-12 | 1 | -121/+0 |
| | |||||
* | use the cache for trash listing | Robin Appelman | 2016-05-03 | 1 | -46/+38 |
| | |||||
* | Merge pull request #21544 from owncloud/trashbin-permissions | Thomas Müller | 2016-01-15 | 1 | -0/+3 |
|\ | | | | | set etag and permission fields for trashbin entries | ||||
| * | set etag and permission fields for trashbin entries | Robin Appelman | 2016-01-08 | 1 | -0/+3 |
| | | |||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -3/+3 |
|/ | |||||
* | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | make sure to add the correct file size to the file info, otherwise we will ↵ | Bjoern Schiessle | 2015-09-21 | 1 | -0/+4 |
| | | | | not show the preview for every filetype | ||||
* | Set proper mimetype for directories | Roeland Jago Douma | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | removing encryption preview check | Clark Tomlinson | 2015-05-18 | 1 | -3/+0 |
| | |||||
* | fix references to legacy encryption app name | Clark Tomlinson | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+24 |
| | |||||
* | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 1 | -2/+4 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Show original path information in trashbin and sharing views | Robin McCorkell | 2014-09-11 | 1 | -0/+11 |
| | | | | Path will only be shown if in subdirectory, not in root. | ||||
* | make sure that we always use the right user | Bjoern Schiessle | 2014-06-18 | 1 | -2/+2 |
| | |||||
* | Fixed trashbin to use correct class | Vincent Petry | 2014-05-15 | 1 | -1/+1 |
| | | | | | It seems that \OC_Filesystemview has been removed. Now using the correct class \OC\Files\View() | ||||
* | Add sorting to files list, trashbin and public files | Vincent Petry | 2014-04-28 | 1 | -3/+7 |
| | |||||
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -57/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Improve sorting performance of large lists of files | Robin Appelman | 2014-03-19 | 1 | -2/+6 |
| | |||||
* | fix mimetype detection, introduce fake etag to identify preview images | Bjoern Schiessle | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -24/+31 |
| | |||||
* | make it possible to select folders | Bjoern Schiessle | 2013-12-02 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 1 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -2/+2 |
| | | |||||
| * | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -3/+3 |
| | | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! | ||||
* | | use \OC::$server->getPreviewManager() instead of \OCP\Preview | Thomas Müller | 2013-09-17 | 1 | -1/+1 |
|/ | |||||
* | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -0/+97 |
Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app |