- May 02, 2014
-
-
Thomas Müller authored
-
- Apr 28, 2014
-
-
Vincent Petry authored
- moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions
-
- Apr 03, 2014
-
-
Vincent Petry 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
-
- Feb 19, 2014
-
-
Robin Appelman authored
-
- Feb 13, 2014
-
-
Robin Appelman authored
-
- Feb 06, 2014
-
-
Pellaeon Lin authored
-
Pellaeon Lin authored
-
- Jan 21, 2014
-
-
Thomas Müller authored
OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
-
Thomas Müller authored
-
- Jan 20, 2014
-
-
Thomas Müller authored
-
- Jan 17, 2014
-
-
Vincent Petry authored
isPreviewAvailable wasn't always set as the files formatting code is slightly different than the one from the files app. Fixes #6423
-
Pellaeon Lin authored
-
- Jan 15, 2014
-
-
Thomas Müller authored
-
Robin Appelman authored
-
- Jan 14, 2014
-
-
Jan-Christoph Borchardt authored
-
- Nov 21, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
-
- Nov 20, 2013
-
-
Björn Schießle authored
-
- Nov 15, 2013
-
-
Jörn Friedrich Dreyer authored
necessary for https://github.com/owncloud/apps/pull/1476
-
- Oct 28, 2013
-
-
Vincent Petry authored
Fixes #5534
-
- Oct 17, 2013
-
-
Vincent Petry authored
Added missing condition to check whenever allowed zip size is unlimited. Fixes #3717
-
- Oct 07, 2013
-
-
Morris Jobke authored
* Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998
-
- Sep 20, 2013
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
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!
-
- Sep 18, 2013
-
-
Jörn Friedrich Dreyer authored
-
- Sep 17, 2013
-
-
Thomas Müller authored
-
- Sep 13, 2013
-
-
Vincent Petry authored
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
-
- Sep 11, 2013
-
-
Thomas Müller authored
-
- Aug 21, 2013
-
-
Georg Ehrke authored
-
- Aug 17, 2013
-
-
Andreas Fischer authored
-
Bart Visscher authored
-
- Jul 30, 2013
-
-
Georg Ehrke authored
-
- Jul 29, 2013
-
-
Victor Dubiniuk authored
-
Victor Dubiniuk authored
-
- Jul 14, 2013
-
-
Thomas Müller authored
No upload on pubic page if public upload is disabled
-
- Jul 12, 2013
-
-
Thomas Müller authored
-
- Jul 11, 2013
-
-
Georg Ehrke authored
-
- Jul 05, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function
-