- Nov 24, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Frank Karlitschek authored
-
Vincent Petry authored
Return plausible isReadable() default impl for ext storage
-
Jenkins for ownCloud authored
-
- Nov 22, 2013
-
-
Vincent Petry authored
Also adjusted all ext storage backends to not override these when the default behavior is expected.
-
Vincent Petry authored
When an ext storage doesn't implement isReadable(), always returning true made the file scanner believe that the file exists and creates a cache entry with the size zero. This fix makes the default impl of isReadable() use file_exists(). Fixes #5940
-
Björn Schießle authored
This reverts commit 3488f0b7.
-
Vincent Petry authored
Incognito mode
-
Thomas Müller authored
-
Björn Schießle authored
set incognito mode for public.php calls. Because in this case ownCloud should always work the same way as if no user is logged in
-
Björn Schießle authored
add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in
-
Thomas Müller authored
Movie preview - use frame after 5 seconds
-
Raghu Nayyar authored
use relative paths to create images from a file.
-
Arthur Schiwon authored
Add public API for \OC\Avatar
-
Thomas Müller authored
-
Björn Schießle authored
no user is logged in (e.g. public gallery share)
-
Thomas Müller authored
in some cases 1MB was no enough to generate thumbnail
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Nov 21, 2013
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Vincent Petry authored
Fixed path normalization to prevent dot dirs
-
Thomas Müller authored
Make working en_US.UTF-8 locale a hard requirement
-
Vincent Petry authored
Fixes #5945 where stat(.) would cause the backend OC to cache a dot dir (only in older versions)
-
Jenkins for ownCloud authored
-
Vincent Petry authored
Quota storage wrapper is now used for all users in sharing mode
-
Morris Jobke authored
Added min width to files table
-
Thomas Müller authored
Fixing l10n again master
-
Vincent Petry authored
Having a too small widths for the files table doesn't make sense as it overlaps file actions with the files themselves and make them unclickable, especially when viewed on mobile phone. The compromise that this fix introduces is to have a minimum width that will trigger horizontal scrolling, which will at least make it possible to click files on mobile phones.
-
Thomas Müller authored
-
Arthur Schiwon authored
LDAP Wizard: add objectclass for group detection in Zimbra
-
Vincent Petry authored
Public view fixes
-
Vincent Petry authored
To find out whether to apply a quota, we now try and detect whether the storage to wrap is a "Home" storage.
-
Björn Schießle authored
-
Vincent Petry authored
When accessing a shared folder, the folder's owner appears as mountpoint but wasn't wrapped by a quota storage wrapper. This fix makes sure that all home storages are wrapped by a quota storage wrapper, if applicable, to make sure quotas are respected when uploading into shared folders.
-
Björn Schießle authored
-
Arthur Schiwon authored
-
Vincent Petry authored
Fixed error-checking error in sftp.php
-
Vincent Petry authored
Fixed move operation to pass the whole URL as expected
-