- Sep 25, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
-
- Sep 24, 2013
-
-
Jenkins for ownCloud authored
-
- Sep 23, 2013
-
-
Christopher Schäpers authored
Fix #4940
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- Sep 22, 2013
-
-
Jenkins for ownCloud authored
-
- Sep 20, 2013
-
-
Jenkins for ownCloud authored
-
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 19, 2013
-
-
Bart Visscher authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ... maybe something is wrong there
-
- Sep 18, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Sep 17, 2013
-
-
Jörn Friedrich Dreyer authored
-
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
-
Björn Schießle authored
-
- Sep 16, 2013
-
-
Jenkins for ownCloud authored
-
Jörn Friedrich Dreyer authored
-
- Sep 14, 2013
-
-
Christopher Schäpers authored
-
Jenkins for ownCloud authored
-
- Sep 13, 2013
-
-
Vincent Petry authored
-
Vincent Petry authored
Before this fix, the URL wasn't updated in IE8 when navigating into folders. This fix makes use of the hash part of URLs to make this work in IE8, since IE8 doesn't support the history API nor changing the URL without redirecting. From now, both the regular query URL "?dir=somedir" and "#?dir=somedir" will work in both IE8 and non-IE8 browsers. In IE8, query based URLs are automatically converted to hash URLs upon page load. The conversion is done on the server side by redirecting the user to the updated URL. When loading a page directly using a hash URL in the form "#?dir=somedir" in IE8, the server doesn't get the hash, so it will not return any results in that case and rely on ajax to load the first page.
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
Using delegate might break apps that embed themselves in the files container. When an app embeds itself and the user clicks a breadcrumb, it will simply reload the whole browser page.
-
Vincent Petry authored
-
Vincent Petry authored
The recent refactoring for the breadcrumb resizing relies on the "Files" object which is in the "files" Javascript file. This fix includes it here as well.
-
Thomas Müller authored
-