- Sep 16, 2013
-
-
Jenkins for ownCloud 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
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
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
-
Jörn Friedrich Dreyer authored
-
- Sep 11, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Christopher Schäpers authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
Christopher Schäpers authored
-
- Sep 10, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Sep 09, 2013
-
-
Jenkins for ownCloud authored
-
- Sep 08, 2013
-
-
Vincent Petry authored
IE8 is not happy with the :checked CSS3 selector which causes it to ignore the whole rule. Replace it with a more compatible selector.
-
- Sep 07, 2013
-
-
Jenkins for ownCloud authored
-
- Sep 06, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
Conflicts: apps/files_encryption/lib/stream.php
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Pete McFarlane authored
-
Christopher Schäpers authored
-