- 27 Jan, 2017 1 commit
-
-
Jenkins for ownCloud authored
-
- 26 Jan, 2017 1 commit
-
-
Jenkins for ownCloud authored
-
- 25 Jan, 2017 4 commits
-
-
Vincent Petry authored
added configreport to shipping.json
-
Peter Prochaska authored
-
Jenkins for ownCloud authored
-
Vincent Petry authored
fix user enumeration with logging
-
- 24 Jan, 2017 8 commits
-
-
Peter Prochaska authored
-
Peter Prochaska authored
-
Peter Prochaska authored
-
Vincent Petry authored
Disable encryption integration tests with external storage
-
Vincent Petry authored
Because encryption leaves stray keys that sabotage subsequent runs. Needs to be fixed separately.
-
Philipp Schaffrath authored
* added functionality to override config.php values with 'OC_' prefixed environment variables * use getenv to read environment variables since apache does not set $_ENV variables, fixed test
-
Peter Prochaska authored
-
Vincent Petry authored
Add CleanupRemoteStorages command
-
- 23 Jan, 2017 1 commit
-
-
Vincent Petry authored
Remove inaccurate removal message check which has a different order on Oracle. Added more checks to confirm that existing storages still exist.
-
- 21 Jan, 2017 1 commit
-
-
Jenkins for ownCloud authored
-
- 20 Jan, 2017 6 commits
-
-
Markus Goetz authored
Chunking NG: Assemble in natural sort order of files
-
Markus Goetz authored
For https://github.com/owncloud/client/pull/5476 Before this, the assembly could be bogusly in the order 0,1,10,11,2,3 etc. As per the spec "The name of every chunk should be its chunk number." https://github.com/cernbox/smashbox/blob/master/protocol/chunking.md
-
Christian Rost authored
* fixed #26887 * fix identation
-
Vincent Petry authored
Update icewind/streams to 0.5.3 in files_external
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- 19 Jan, 2017 13 commits
-
-
Vincent Petry authored
Allow revert quota to Unlimited.
-
Victor Dubiniuk authored
-
Vincent Petry authored
Fix test expectation. Added files count to check filecache deletion.
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
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
-
Vincent Petry authored
-
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 5 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
-