- Jan 26, 2015
-
-
Björn Schießle authored
use uid provided by setupfs hook to mount server2server shares, otherwise mount will fail for public link shares
-
Thomas Müller authored
Remove duplicated definition of APIController
-
Thomas Müller authored
Add a method to set/unset multiple config values with one write
-
Thomas Müller authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
Frank Karlitschek authored
-
- Jan 25, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 24, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 23, 2015
-
-
Björn Schießle authored
by default send mail for new server-to-server share
-
Björn Schießle authored
-
Clark Tomlinson authored
Don't check for `always_populate_raw_post_data` on HHVM
-
Lukas Reschke authored
Do not retrieve shares through group if user has no group
-
Vincent Petry authored
-
Joas Schilling authored
-
Lukas Reschke authored
HHVM seems to have problems with this at the moment (even setting those values in the php.ini of HHVM doesn't have helped much) and thus the unit test execution failed. So it's better if we disable this check for now for HHVM.
-
Lukas Reschke authored
Ignore favorites that are not available when creating the favorites list
-
Morris Jobke authored
Update SabreDAV to 1.8.12
-
Thomas Müller authored
-
Joas Schilling authored
This reduces the number of file writes we do for config.php and therefor hopefully helps lowering the chances for empty config.php files
-
Joas Schilling authored
Also correctly return the exception for all cases when adding/removing favos
-
Jenkins for ownCloud authored
-
- Jan 22, 2015
-
-
Morris Jobke authored
Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6
-
Morris Jobke authored
Return false if the login is canceled in a hook
-
Morris Jobke authored
-
Thomas Müller authored
add config-option for an image's maximum filesize when generating previews
-
Thomas Müller authored
remove insane debug-log from OC_Image
-
Georg Ehrke authored
-
Georg Ehrke authored
-
Thomas Müller authored
Fix undefined offset 1 for wrong user mail address
-
Morris Jobke authored
* fixes Undefined offset: 1 at lib/private/mail.php#143
-
Thomas Müller authored
Get rid of log warning when using servercontainer
-
Bernhard Posselt authored
-
Morris Jobke authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
PHP 5.6 otherwise throws notices for perfectly valid code which results in broken endpoints. Fixes https://github.com/owncloud/core/issues/13592
-
Morris Jobke authored
Fix reshare permission change to not impair other deletion code
-
Vincent Petry authored
A recent change that prevents reshare permission changes to delete group share children had the side-effect of also preventing group share children deletion when it needed to be done. This fix adds an extra flag to isolate the "reshare permission change" deletion case and keep the other ones as they were before, not only to fix the regression but also fix other potential regressions in code that uses this method. Also updated the comment because now Helper::delete() is no longer limited to reshares but also applies to group share children.
-
Jenkins for ownCloud authored
-