- Sep 23, 2013
-
-
Christopher Schäpers authored
Fix #4940
-
- Sep 13, 2013
-
-
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
-
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 03, 2013
-
-
Jörn Friedrich Dreyer authored
This reverts commit 64d09452.
-
- Aug 31, 2013
-
-
Alessandro Cosentino authored
-
- Aug 16, 2013
-
-
Jörn Friedrich Dreyer authored
-
- Aug 14, 2013
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- Aug 12, 2013
-
-
Björn Schießle authored
-
- Jul 26, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
-
- Jul 18, 2013
-
-
Jan-Christoph Borchardt authored
-
- Jul 12, 2013
-
-
Thomas Müller authored
-
- Jul 10, 2013
-
-
Jan-Christoph Borchardt authored
-
Georg Ehrke authored
-
- Jul 02, 2013
-
-
Georg Ehrke authored
fix size of icons in 'new' dropdown menu - I hope @jancborchardt knows a better solution coz this won't work in most IE versions ...
-
- Jun 25, 2013
-
-
Roman Geber authored
-
- Apr 30, 2013
-
-
Florin Peter authored
revert changes to fbbc76f2 because master is very unstable right now
-
- Apr 28, 2013
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
- Mar 26, 2013
-
-
Thomas Müller authored
Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only
-
Thomas Müller authored
-
- Mar 15, 2013
-
-
Robin Appelman authored
-
- Mar 04, 2013
-
-
Raghu Nayyar authored
New id defined for files table for positioning.
-
- Mar 01, 2013
-
-
Thomas Müller authored
fixes #2001 - in case the user has no permissions to upload/create files/folders a clear warning is displayed
-
- Feb 27, 2013
-
-
Lukas Reschke authored
-
- Feb 14, 2013
-
-
Björn Schießle authored
-
- Feb 09, 2013
-
-
Thomas Tanghus authored
I couldn't get Chromium and FF to agree, so a working hack is better than a non-working one ;)
-
Björn Schießle authored
-
- Feb 04, 2013
-
-
Thomas Tanghus authored
-
Robin Appelman authored
-
- Jan 22, 2013
-
-
Björn Schießle authored
-
- Jan 15, 2013
-
-
Björn Schießle authored
-
- Jan 11, 2013
-
-
Thomas Müller authored
The notification div has been moved to the user templates. Correct display of the notification will only work with the use of OC.Notification.show() as on fadeIn() the css needs to be changed as this style required display: inline.
-
- Jan 07, 2013
-
-
Jörn Friedrich Dreyer authored
-