- May 11, 2014
-
-
Jenkins for ownCloud authored
-
- May 10, 2014
-
-
Jenkins for ownCloud authored
-
- May 09, 2014
-
-
Jörn Friedrich Dreyer authored
-
Jenkins for ownCloud authored
-
- May 08, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
When sharing an ext storage mount point, it will now use the name of the mount point instead of an empty string for the target path.
-
Jenkins for ownCloud authored
-
- May 07, 2014
-
-
Björn Schießle authored
-
Joas Schilling authored
Directory seperator is \ on windows However we can just check for path != dirname(path) because that is the same for '' (empty string), '.' and DIRECTORY_SEPARATOR on all OS
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- May 05, 2014
-
-
Vincent Petry authored
To make sure that the dynamic mount config and config classes from external storages are tested, these are now added into the autotest.sh test run by enabling the app.
-
Jenkins for ownCloud authored
-
- May 04, 2014
-
-
Jenkins for ownCloud authored
-
- May 03, 2014
-
-
Jenkins for ownCloud authored
-
- May 02, 2014
-
-
Thomas Müller authored
load image via javascript and use $(document).width() to determine the proper side of the image to be returned
-
Thomas Müller authored
Images on public sharing get downscaled to increase use experience - this will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
-
Jenkins for ownCloud authored
-
- May 01, 2014
-
-
Jenkins for ownCloud authored
-
- Apr 30, 2014
-
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Apr 29, 2014
-
-
Vincent Petry authored
-
Thomas Müller authored
-
Vincent Petry authored
It turns out that the sharing dropdown is embedded into the table row for some reason. This fix makes use of a more specific selector for the checkboxes and file name links to make sure it doesn't spill into any other potential elements like the sharing dialog.
-
Thomas Müller authored
-
Sjors van der Pluijm authored
-
Jenkins for ownCloud authored
-
- Apr 28, 2014
-
-
Sjors van der Pluijm authored
-
Thomas Müller authored
-
Vincent Petry authored
Fixed drag and drop code to use FileList.getSelectedFiles() instead of the visible DOM elements.
-
Vincent Petry authored
-
Vincent Petry authored
Now using _.bind() for event handlers so we can use "this" which is more readable than a static access to FileList.
-
Vincent Petry authored
-
Vincent Petry authored
-