- Jun 26, 2014
-
-
Morris Jobke authored
* fixes #9162
-
Björn Schießle authored
make sure that the etags get propagated correctly
-
Jenkins for ownCloud authored
-
- Jun 25, 2014
-
-
Frank Karlitschek authored
-
Vincent Petry authored
Fix parsing of remote URL when mounting remote shares
-
Victor Dubiniuk authored
Bring back loadApps() in base.php
-
Morris Jobke authored
Do not clear URL hash when no external mount params given
-
Björn Schießle authored
-
Vincent Petry authored
This fix allows for having the remote ownCloud instance live in a subpath like "http://example.com/basedir/subdir/owncloud". Such URLs are now parsed correctly. Added unit test for URL parsing.
-
Robin Appelman authored
Fix permissions check when moving a file to a different directory over webdav
-
Robin Appelman authored
Sharing fix permissions
-
Robin Appelman authored
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
Vincent Petry authored
Whenever external share parameters were passed through the URL hash, the URL hash will now be cleared. In other cases, the hash needs to be left alone because it is used as workaround for the lack of history API in IE8 / IE9 Removed getParamterByName() and use OC.Util.History.parseUrlQuery() that does the same, including replacing the "+" with spaces.
-
Björn Schießle authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
Port of LDAP Wizard: get correct total no of users, groups and complete list of groups on big setups #9002 fix PHPdoc Conflicts: apps/user_ldap/lib/connection.php add method to count groups on LDAP Conflicts: apps/user_ldap/lib/access.php LDAP Wizard: count users and groups with the power of paged search Conflicts: apps/user_ldap/lib/wizard.php consolidate requirement check fix PHPdoc Conflicts: apps/user_ldap/lib/access.php Wizard: get really all groups from LDAP by power of Paged Search Conflicts: apps/user_ldap/lib/wizard.php make all this work in an early configuration state in the wizard by marking the config active and ignoring the validation state. Conflicts: apps/user_ldap/lib/connection.php simplify two methods a bit, because they are not used for group search anymore Conflicts: apps/user_ldap/lib/wizard.php remove unused vars; increase scrutinizer happiness
-
- Jun 24, 2014
-
-
Arthur Schiwon authored
Enhancement: Displays users and admin count in the Users Management.
-
Björn Schießle authored
-
Vincent Petry authored
Remove warning when deleting all entries
-
Vincent Petry authored
fixes the layout for error messages on the update page
-
Vincent Petry authored
loadApps() had been deleted by mistake in 79920548
-
Morris Jobke authored
always use '/' as directory seperator
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Jun 23, 2014
-
-
Morris Jobke authored
Update the modified date in UI on file reversion
-
Thomas Müller authored
fix recursion on rmdirr
-
Thomas Müller authored
-
Lukas Reschke authored
Fix blurring of invalid file name on rename
-
Raghu Nayyar authored
-
Joas Schilling authored
-
Joas Schilling authored
Only cache enabled apps when logged in
-
Vincent Petry authored
Fix moving files into read only public shares
-
Vincent Petry authored
-