- Apr 04, 2014
-
-
Robin Appelman authored
-
- Apr 02, 2014
-
-
Vincent Petry authored
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
-
- Mar 18, 2014
-
-
Thomas Müller authored
fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns undefined - happens on resize to a very small width
-
- Mar 05, 2014
-
-
Björn Schießle authored
don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters
-
- Mar 02, 2014
-
-
Thomas Müller authored
-
- Feb 24, 2014
-
-
Robin Appelman authored
-
- Feb 21, 2014
-
-
Robin Appelman authored
-
- Feb 19, 2014
-
-
Robin Appelman authored
-
- Feb 13, 2014
-
-
Vincent Petry authored
- When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself
-
- Feb 07, 2014
-
-
Morris Jobke authored
fixes #7119 fixes #7120 fixes #7121 fixes #7122
-
- Jan 30, 2014
-
-
Vincent Petry authored
- fixed file name validation unit test - added "\n" as forbidden character in isFileNameValid()
-
Vincent Petry authored
- Also fixes a few JSHint warnings in files app - Added "global" comment on top of files app to suppress warning and also inform devs about what globals are use
-
- Jan 20, 2014
-
-
Myles McNamara authored
Changed jQuery selector for public preview to public_upload to correctly show preview
-
- Jan 17, 2014
-
-
rnveach authored
-
- Jan 15, 2014
-
-
Thomas Müller authored
-
- Jan 10, 2014
-
-
Vincent Petry authored
- 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
-
- Dec 11, 2013
-
-
Pellaeon Lin authored
-
- Dec 04, 2013
-
-
zombiehugs authored
As per @kabum request, indention on line 694 has been fixed.
-
zombiehugs authored
Added spinner to file icon when moving to new folder or out of folder. Commit is related to #6051
-
- Nov 11, 2013
-
-
Vincent Petry authored
Fixes #5775
-
- Nov 06, 2013
-
-
Vincent Petry authored
Previously, the storage statistics were always for the root dir. This means that the upload button would always show the limit for the root dir, even when uploading to a shared dir or external storage. This fix adds a "dir" argument to getstoragestats.php.
-
Vincent Petry authored
After uploading, the quota value wasn't refreshed. This fix refreshes the quota value after files have been scanned or uploaded.
-
- Nov 05, 2013
-
-
Thomas Müller authored
calling getstoragestats.php only if a user is logged in because this call requires a user to be logged in
-
- Oct 31, 2013
-
-
Jörn Friedrich Dreyer authored
closest will search up the tree
-
Jörn Friedrich Dreyer authored
forward port of https://github.com/owncloud/core/pull/5647#discussion-diff-7341163 trust me, I know what I'm doing
-
- Oct 28, 2013
-
-
Vincent Petry authored
-
Vincent Petry authored
Fixes #5534
-
- Oct 22, 2013
-
-
Jörn Friedrich Dreyer authored
- 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
-
Vincent Petry authored
Preview images are now pre-loaded before being set on the file element. This fixes #5135 and prevents a white space to be displayed while the thumbnails is being loaded.
-
- Oct 18, 2013
-
-
Björn Schießle authored
give getSelectedFilesTrash() a unique name for the trash.js to avoid confusions with the same function in files.js
-
- Oct 14, 2013
-
-
Vincent Petry authored
Ajax loading is not supported yet for public files view. This fix disabled the history API, ajax loading and ajax directory switch in public mode until it is implemented properly.
-
- Oct 07, 2013
-
-
Jörn Friedrich Dreyer authored
-
Vincent Petry authored
Now correctly reinitializing the breadcrumb drop zone after ajax navigation. This also fixes dropping onto the "files" app icon.
-
- Oct 04, 2013
-
-
Vincent Petry authored
Some apps like the files_trashbin app do not set a directory on its "home" breadcrumb link. This fix makes sure that the click event doesn't do anything in that case and lets the browser open the link. This fixes the "home" icon in the trashbin app which now correctly reopens the files app.
-
Vincent Petry authored
The message for invalid private key was too long and didn't fit in the notification box. This fix reduces the message to fit properly by removing the extra information.
-
- Sep 23, 2013
-
-
Georg Ehrke authored
-
- Sep 19, 2013
-
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
-
Jörn Friedrich Dreyer authored
use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ... maybe something is wrong there
-
- Sep 17, 2013
-
-
Jörn Friedrich Dreyer authored
use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present
-