Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix folder name for storage root | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 1 | -12/+4 |
|\ | | | | | Expose permission via WebDAV | ||||
| * | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -13/+4 |
| | | | | | | | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string | ||||
* | | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | | |||||
* | | Added navigation manager in files app for the sidebar | Vincent Petry | 2014-05-15 | 1 | -0/+17 |
| | | | | | | | | | | | | | | Apps can now register navigation items into the sidebar of the files app. For every sidebar item there is a container. The container's content is rendered based on the script name given at registration time. | ||||
* | | typos, indentation and remove of unused code | Thomas Müller | 2014-04-28 | 1 | -6/+5 |
| | | |||||
* | | Added unit test in files app for sort function in helper class | Vincent Petry | 2014-04-28 | 1 | -6/+15 |
| | | | | | | | | | | Added unit test for the Helper class in the files app that tests the different sort orders. | ||||
* | | Add sorting to files list, trashbin and public files | Vincent Petry | 2014-04-28 | 1 | -3/+52 |
|/ | |||||
* | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -0/+3 |
| | |||||
* | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 1 | -9/+2 |
| | |||||
* | don't overwrite shared folder icon | Bjoern Schiessle | 2014-04-23 | 1 | -2/+1 |
| | |||||
* | make max. text translatable | Volkan Gezer | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | adding parentId to file info array | Thomas Müller | 2014-04-07 | 1 | -1/+2 |
| | |||||
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 2 | -62/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -6/+9 |
| | |||||
* | Fix svg icons for public shares and external/shared files | Robin Appelman | 2014-02-19 | 1 | -3/+3 |
| | |||||
* | Show svg mime icons when no preview is available | Robin Appelman | 2014-02-19 | 1 | -6/+8 |
| | |||||
* | use a FileInfo object of the directory when generting the filelist | Robin Appelman | 2014-02-18 | 1 | -22/+0 |
| | |||||
* | merge master into storagestatistics-reuse | Robin Appelman | 2014-02-05 | 2 | -2/+13 |
|\ | |||||
| * | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 1 | -2/+12 |
| |\ | | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| | * | Added error message for when target folder was removed | Vincent Petry | 2014-01-29 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whent trying to upload/rename/create files in a folder that was removed or rename, the correct error message is now shown. In the case of upload of multiple files, the upload is cancelled. This situation can happen if the target folder was renamed or removed from another browser window or client. | ||||
| | * | Fix warnings in logs when renaming over the web UI | Vincent Petry | 2014-01-29 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | The determineIcon() method was expecting attributes to be set which caused warnings about undefined indices in the error log. This fix pre-initializes the array with 'directory' and 'isPreviewAvailable' to make them disappear. | ||||
| * | | Use $storageInfo['free'] | Pellaeon Lin | 2014-01-29 | 1 | -2/+1 |
| | | | |||||
| * | | Fix namespace | Pellaeon Lin | 2014-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Update #free_space on getstoragestats AJAX call | Pellaeon Lin | 2013-12-11 | 1 | -0/+2 |
| |/ | |||||
* / | Reuse the calculated free_space in buildFileStorageStatistics | Robin Appelman | 2014-01-27 | 1 | -4/+4 |
|/ | |||||
* | Fixed directory icon after rename | Vincent Petry | 2013-11-28 | 1 | -0/+6 |
| | |||||
* | Update file list entry on rename | Vincent Petry | 2013-11-27 | 1 | -5/+12 |
| | | | | | | Whenever a file is renamed, if the extension changes, the mime type and preview might change. This fix passes the updated info to the client that updates it. | ||||
* | Fixed folder icon for home storage | Vincent Petry | 2013-11-06 | 1 | -1/+1 |
| | | | | Fixes #5713 | ||||
* | Merge pull request #5582 from owncloud/files-previewcaching | Thomas Müller | 2013-11-05 | 1 | -1/+1 |
|\ | | | | | Append file etag to preview URLs | ||||
| * | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -1/+1 |
| | | | | | | | | Fixes #5534 | ||||
* | | avoid usage of brand name 'ownCloud' | Thomas Müller | 2013-10-28 | 1 | -1/+1 |
|/ | |||||
* | adding PHPDoc comments | Thomas Müller | 2013-10-22 | 1 | -0/+7 |
| | |||||
* | prevent user from creating or renaming sth. to an existing filename | Jörn Friedrich Dreyer | 2013-10-22 | 1 | -1/+9 |
| | | | | | | | | - show tooltip when violating naming constraints while typing - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong - fixes #5062 - also fixes some whitespace and codestyle issues in files js - uses css selector over filterAttr in touched js files | ||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 1 | -5/+5 |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | fix previews in shared folders | Georg Ehrke | 2013-09-23 | 1 | -2/+2 |
| | | |||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -3/+3 |
| | | |||||
| * | 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 |
|/ | |||||
* | Fixed ajax support to also update the current dir permissions | Vincent Petry | 2013-09-13 | 1 | -0/+22 |
| | |||||
* | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -0/+65 |
| | | | | | | | | | | | | | 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 | ||||
* | added determineIcon to \OCA\files\lib\Helper | Thomas Müller | 2013-09-12 | 1 | -0/+29 |
| | |||||
* | storage information is path specific | Thomas Müller | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 2 | -2/+2 |
| | |||||
* | if rename of file fails, the rename is undone in the view - #fix 2820 | Morris Jobke | 2013-06-15 | 1 | -1/+1 |
| | | | | | | | | Changes: * OC.dialog -> OC.Notification * Added test * Fixed OC.Notification.show() issue for queued items * Highlight failed item and show notification | ||||
* | [files] add private declaration of $view | Morris Jobke | 2013-05-14 | 1 | -0/+1 |
| | |||||
* | [files] rename lib to "App" | Morris Jobke | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | [files] ownCloud typo | Morris Jobke | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | [files] remove normalizePath on rename and dependency injection | Morris Jobke | 2013-05-12 | 1 | -6/+4 |
| | |||||
* | [files] fix typos | Morris Jobke | 2013-05-12 | 1 | -5/+5 |
| |