- Apr 09, 2014
-
-
Vincent Petry authored
-
- Apr 04, 2014
-
-
Vincent Petry authored
- Moved code that replaces the "svg" extension for the given file to core as OC.Util.replaceSVGIcon. - Added unit test for OC.Util.replaceSVGIcon - Moved "replaceSVG" to OC.Util.replaceSVG and deprecated the global "replaceSVG" function. - Added alias for SVGSupport() as OC.Util.hasSVGSupport() (for now)
-
- 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
-
- Apr 01, 2014
-
-
Vincent Petry authored
- now correctly parse query strings with '+' signs - empty values are now parsed either as null or empty string - added unit test for parseQueryString()
-
- Mar 21, 2014
-
-
Jan-Christoph Borchardt authored
-
- Mar 18, 2014
-
-
Vincent Petry authored
The unit test stub didn't work because the _matchMedia wrapper was defined too late. This fix defines it earlier.
-
Vincent Petry authored
PhantomJS has a bug that makes it impossible to properly stub window.matchMedia. This fix adds a wrapper as OC._matchMedia that is used for unit tests
-
Vincent Petry authored
-
- Mar 17, 2014
-
-
Vincent Petry authored
-
Thomas Tanghus authored
-
jamesryanbell authored
The SVGSupport checkMimeType method was failing on my setup as the headers are all returned in lowercase. I have lowercase all the indexes and modified the if statement so that it doesn't matter what case the headers are returned in
-
- Mar 14, 2014
-
-
Jan-Christoph Borchardt authored
-
- Mar 10, 2014
-
-
Thomas Tanghus authored
-
Thomas Tanghus authored
-
- Mar 06, 2014
-
-
Morris Jobke authored
This reverts commit 8e667d19.
-
- Mar 05, 2014
-
-
Thomas Müller authored
-
- Mar 02, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Feb 26, 2014
-
-
Joas Schilling authored
Fix #7166
-
- Feb 20, 2014
-
-
Robin Appelman authored
-
Jan-Christoph Borchardt authored
-
Lukas Reschke authored
-
- Feb 19, 2014
-
-
Lukas Reschke authored
-
Joas Schilling authored
Fix issue #7166
-
- Feb 07, 2014
-
-
Joas Schilling authored
Fix issue #6920
-
- Feb 04, 2014
-
-
Thomas Müller authored
-
Vincent Petry authored
When session_keepalive is true (default) the heartbeat will be send as often as the half of the session timeout value.
-
- Jan 24, 2014
-
-
Vincent Petry authored
- Refactored download URL building to make it overridable - Added download URL override in public page - Added JS unit tests for download URL - Added OC.redirect() method to facilitate unit testing
-
Vincent Petry authored
Makes it possible to create query strings by passing a JavaScript hash map and automatically encodes the keys and values.
-
- Jan 15, 2014
-
-
tsumi authored
As suggested by @PVince81 : https://github.com/owncloud/core/pull/6721#issuecomment-32289922
-
- Jan 10, 2014
-
-
tsumi authored
This fix issue of calendar app with IE8, see issue report for details: https://github.com/owncloud/calendar/issues/291
-
- Dec 18, 2013
-
-
Simon Könnecke authored
-
- Dec 16, 2013
-
-
Björn Schießle authored
-
Vincent Petry authored
Some apps might not define the same "nplural" value. To avoid conflicts, the plural function is now generated per app. Fixes #6427
-
- Dec 13, 2013
-
-
Vincent Petry authored
On the update page, config.js was missing which caused oc_webroot to not be available. That would trigger the faulty oc_webroot fallback that didn't take URLs like "/owncloud/index.php/files/apps" into account. This fix adds config.js in the update page and also a fix for the oc_webroot fallback, in case it is used elsewhere.
-
- Dec 07, 2013
-
-
Morris Jobke authored
-
- Nov 25, 2013
-
-
Simon Könnecke authored
-
- 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
-
- Oct 15, 2013
-
-
Raghu Nayyar authored
-
Raghu Nayyar authored
-