- Sep 18, 2013
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
Conflicts: apps/files/js/file-upload.js
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
add slash so inverts are triggered
-
Jörn Friedrich Dreyer authored
refactor upload progress
-
Morris Jobke authored
disable avatar loading on public guest page
-
Björn Schießle authored
make sure that initial encryption also starts for a fresh installation
-
- Sep 17, 2013
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js
-
Björn Schießle authored
-
Bernhard Posselt authored
add exists method to jquery
-
- Sep 16, 2013
-
-
Bart Visscher authored
Fix Sharing "Expiration Date" on Oracle
-
Jenkins for ownCloud authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer 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
-