- Jul 08, 2014
-
-
Arthur Schiwon authored
don't trigger update from checkPassword, it is already called by userExists, this is enough. do not write to database when the value is the same add test cases. also split test classes in a file each, looks like only the first class is being executed also appconfig shall not write to database if the value is unchanged
-
Robin Appelman authored
-
Thomas Müller authored
Add repair step to set MySQL collation to utf8_bin
-
Robin Appelman authored
Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
-
Thomas Müller authored
Fix Signiture Does Not Match when mounting Amazon S3 external storage
-
Thomas Müller authored
-
Thomas Müller authored
-
Christopher T. Johnson authored
For some reason the aws-sdk-php package does not caclulate the signiture correctly when accessing an object in a bucket with a name of '.'. When we are at the top of a S3 bucket there is a need(?) to have a directory name. Per standard Unix the name picked was '.' (dot or period). This choice exercises the aws-sdk bug. This fix is to add a field to the method to store the name to use instead of '.' which at this point is hard coded to '<root>'. We also add a private function 'cleanKey()' which will test for the '.' name and replace it with the variable. Finally all calls to manipulate objects where the path is not obviously not '.' are processed through cleanKey(). An example where we don't process through clean key would be 'Key' => $path.'/', Use correct relationship operator Per feed back use === instead of == use '/' instead of '<root>'
-
Jan-Christoph Borchardt authored
specify CSS rule for warning & update fieldsets
-
Jenkins for ownCloud authored
-
- Jul 07, 2014
-
-
Morris Jobke authored
-
Vincent Petry authored
When changing the mountpoint of an external storage, ensure the old one ...
-
Vincent Petry authored
Refocus input field after user creation
-
Morris Jobke authored
Do not show recipient for link shares in file list
-
Morris Jobke authored
Add ocsids for shipped apps in core repo
-
Morris Jobke authored
Improved external share dialog
-
Morris Jobke authored
[issues/9490] \OC::$WEBROOT is invalid when called from cron.php
-
Morris Jobke authored
Fixed shared list sorting
-
Stephane V authored
-
Georg Ehrke authored
-
Vincent Petry authored
Use Array.sort instead of underscore's sortBy() as they don't use the same method/function signature.
-
Vincent Petry authored
In the "Shared with link" section, the share_with field can contain a value when a password was set. This fix prevents this value to be shown as it is not intended for the end user.
-
Vincent Petry authored
Changed title, label and buttons. Removed icon.
-
Vincent Petry authored
Default dialog button is now on the right, other one on the left.
-
Thomas Müller authored
MySQL: adding repair step to convert MyIsam tables to InnoDB
-
Robin Appelman authored
-
Joas Schilling authored
-
Joas Schilling authored
If not we are most likely in CLI mode. However to be able to still generate valid URLs, we need to use the overwrite webroot instead. Fix #9490
-
Joas Schilling authored
The intention of the original commit 12f7cb87 was to fix tests. But cron should always return a valid host not localhost.
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
fix loading spinner on ctrl click a app entry- fixes #9063
-
Morris Jobke authored
Log table design glitch in date field
-
Vincent Petry authored
better validation: cadd extra check if appinfo/info.xml exists
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Jul 06, 2014
-
-
Morris Jobke authored
improvements for uninstall button
-
Morris Jobke authored
This reverts commit f1b3e03f.
-
Frank Karlitschek authored
[encryption] always take unencrypted size
-
Stephane V authored
Added class="date" in the latest column of the log table to get everything on one line (in the ajax request).
-
Volkan Gezer authored
fix fieldset look, fix #8158
-