- 19 Jan, 2017 7 commits
-
-
Vincent Petry authored
Skip FailedStorage in background scan
-
Vincent Petry authored
* Skip null groups in group manager (#26871) * Skip null groups in group manager * Also skip null groups in group manager's search function * Add more group null checks in sharing code * Add unit tests for null group safety in group manager * Add unit tests for sharing code null group checks * Added tests for null groups handling in sharing code * Ignore moveShare optional repair in mount provider In some cases, data is inconsistent in the oc_share table due to legacy data. The mount provider might attempt to make it consistent but if the target group does not exist any more it cannot work. In such case we simply ignore the exception as it is not critical. Keeping the exception would break user accounts as they would be unable to use their filesystem. * Adjust null group handing + tests * Fix new group manager tests
-
Vincent Petry authored
On the login screen a warning will pop up if an unsupported/outdated browser is used
-
Thomas Müller authored
-
Vincent Petry authored
Integration test encryption homedir
-
Vincent Petry authored
Ignore exception when deleting keys of deleted user
-
Jenkins for ownCloud authored
-
- 18 Jan, 2017 11 commits
-
-
Thomas Müller authored
-
Vincent Petry authored
Whenever a user was deleted for encryption where the keys are stored in the home, we can ignore user existence exceptions because it means the keys are already gone.
-
Vincent Petry authored
This reverts commit 4559dad3e421f330eb8cbc718aa19e573a5ae2f7.
-
Thomas Müller authored
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Vincent Petry authored
-
Vincent Petry authored
Added filter to disable some tests when encryption is enabled.
-
Vincent Petry authored
-
VicDeo authored
* Handle reading non-existing characters for any depth * Refactor imagecreatefrombmp * Fix undefined variable. Use class constant * Increase coverage
-
- 17 Jan, 2017 1 commit
-
-
Jenkins for ownCloud authored
-
- 16 Jan, 2017 9 commits
-
-
Vincent Petry authored
Update version in master to 10.0.0.X #26866
-
Vincent Petry authored
Don't mount user home with alternate keys root
-
Vincent Petry authored
Backbone Webdav adapter MKCOL support
-
Vincent Petry authored
Usually Backbone collections cannot be created and just simply exists. But in the Webdav world they need to be creatable. This enhancement makes it possible to use a Backbone Model to represent such collections and when creating it, it will use MKCOL instead of PUT.
-
Vincent Petry authored
Update doctrine/dbal to 2.5.7
-
Ilja Neumann authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- 13 Jan, 2017 4 commits
-
-
Vincent Petry authored
Because we sometimes need to mount the user's home before deleting encryption keys, this must happen in a preDelete hook because the postDelete is too late. In postDelete the user's home already doesn't exist any more and cannot be mounted.
-
Vincent Petry authored
* Prevent PHP request to get killed when using fclose callback * Add ignore_user_abort everywhere where the time limit is set to 0
-
Vincent Petry authored
When encryption keys are stored outside the user's homes, there is no need to mount said homes.
-
Vincent Petry authored
* The file system of a user has to be properly setup before accessing the keys * Fix unit test execution * Init mount points for user in more places in Keys\Storage * Fix encryption key storage tests to properly create required users * Added test that check if user home is mounted after resolving key
-
- 12 Jan, 2017 2 commits
-
-
Jörn Friedrich Dreyer authored
* remove obsolete hack > // file_get_contents() has a memory leak: https://bugs.php.net/bug.php?id=61961 was closed 4 years ago. we could also use the Common implementation * jeeez
-
Jenkins for ownCloud authored
-
- 11 Jan, 2017 6 commits
-
-
Vincent Petry authored
Integration tests fixing alt home
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Vincent Petry authored
Merge pull request #26915 from owncloud/integration-tests-adding-provisioningapi-v2-support-to-sharees Added tests for sharees using v2.php
-
Sergio Bertolin authored
-
Jenkins for ownCloud authored
-