- Sep 17, 2013
-
-
Jörn Friedrich Dreyer authored
-
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
-
- Sep 16, 2013
-
-
Bart Visscher authored
Fix Sharing "Expiration Date" on Oracle
-
Jenkins for ownCloud authored
-
Thomas Müller authored
refactor upload js & html to always use only js to fill form data
-
Thomas Müller authored
Add OCP\DB::getErrorMessage() to public namespace.
-
Thomas Tanghus authored
-
- Sep 15, 2013
-
-
Robin Appelman authored
adding null check on a mount's storage
-
Thomas Müller authored
-
Morris Jobke authored
use lineheight instead of padding and height
-
Morris Jobke authored
Fixes #4465 - Added autoFocus to #shareWith autocomplete options
-
Thomas Müller authored
Use external and shared icons in OC.Dialogs.filepicker()
-
- Sep 14, 2013
-
-
Bernhard Posselt authored
OC Avatars
-
Thomas Müller authored
Ajax calls for "files" and "files_trashbin" apps
-
Thomas Tanghus authored
Don't popup meaningless alerts when dialog called on page leave
-
Christopher Schäpers authored
-
Christopher Schäpers authored
-
Jenkins for ownCloud authored
-
- Sep 13, 2013
-
-
Thomas Müller authored
Provide an implementation of the fileapi for oc6 build on top of the old api
-
Thomas Müller authored
- giving the user a new id for each test run in order to prevent reuse of e.g. permissions data in the database - setting the current user id because \OC\FilesView relies on \OC_User::getUser()
-
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
-
Thomas Müller authored
adding TB and GB to OC_Helper::humanFileSize
-
Thomas Müller authored
-
Thomas Müller authored
-
Jörn Friedrich Dreyer authored
-
Bernhard Posselt authored
-
Owen Winkler authored
-
- Sep 12, 2013
-
-
Thomas Müller authored
Always check variable type before using readdir to avoid surprises
-