- 26 Jan, 2015 5 commits
-
-
Lukas Reschke authored
There might be the case that `fopen($file, 'r')` returns false and thus ownCloud might believe that the config file is empty and thus potentially leading to an overwrite of the config file. This changeset introduces `file_exists` again which was used in ownCloud 5 where no such problems where reported and should not be affected by such problems. Ref https://github.com/owncloud/core/issues/12785#issuecomment-71548720
-
Thomas Müller authored
Add a method to set/unset multiple config values with one write
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
Frank Karlitschek authored
-
- 25 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 23 Jan, 2015 13 commits
-
-
Björn Schießle authored
by default send mail for new server-to-server share
-
Bjoern Schiessle 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
-
- 22 Jan, 2015 18 commits
-
-
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
-
- 21 Jan, 2015 2 commits
-
-
Morris Jobke authored
Bypass the view when storing encryption keys
-
Morris Jobke authored
[ignore] delete all server-to-server shares if a user gets deleted
-