- Oct 21, 2016
-
-
Thomas Müller authored
-
Vincent Petry authored
add upgrade command before repair, handle NeedsUpgradeExcaption better
-
- Oct 20, 2016
-
-
Vincent Petry authored
Homogenize personal page errors
-
Jörn Friedrich Dreyer authored
-
David Toledo authored
Fixes https://github.com/owncloud/core/issues/26428
-
Vincent Petry authored
Move /cloud/user and /cloud/capabilities over to AppFramework
-
Vincent Petry authored
Ensure $commands being an array
-
- Oct 19, 2016
-
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
Vincent Petry authored
[master] Fix initMountPoints to set usersSetup earlier
-
Vincent Petry authored
Use correct name for background jobs
-
Vincent Petry authored
Update file.php post hook calls
-
Vincent Petry authored
This is needed because in some cases like LDAP, the user manager itself might trigger avatar updates which would internally also call initMountPoints with the same user. This could cause the same user to be setup twice, and in some sharing situations could cause recursive deduplication of shares by adding "(2)" every time.
-
Vincent Petry authored
Add using casing check/fix for initMountPoints
-
Sergio Bertolín authored
-
Thomas Müller authored
-
Vincent Petry authored
This is to make sure we don't get into user id casing issues.
-
Jörn Friedrich Dreyer authored
* introduce callForSeenUsers and countSeenUsers * add tests * oracle should support not null on clob * since 9.2.0
-
- Oct 18, 2016
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
Fix post_unshareFromSelf hook parameter format
-
Vincent Petry authored
-
Vincent Petry authored
Sanitize length headers when validating quota
-
Vincent Petry authored
feature endorse password for share links
-
Thomas Müller authored
-
Timo Benk authored
-
Vincent Petry authored
Remove checks whether OC is running on Windows pt. 2
-
- Oct 17, 2016
-
-
Timo Benk authored
-
Vincent Petry authored
Hide "Add group" for subadmins
-
Timo Benk authored
-
Vincent Petry authored
When unsharing from self in a group share situation, the share items passed to the post_unshareFromSelf hook were using the wrong format in which the attribute names (ex: "share_type") have non camel-case format. This fix makes sure that in group sharing case we use the correct format. It looks like the code was already producing it but in array_merge it was not using it and adding the unprocessed one.
-
Timo Benk authored
-
- Oct 16, 2016
-
-
Jenkins for ownCloud authored
-
Semih Serhat Karakaya authored
Logicaly, postHooks should emit after touch. For chunking file it is already emitting after touch.
-
- Oct 15, 2016
-
-
Vincent Petry authored
-
RealRancor authored
-
- Oct 14, 2016
-
-
Vincent Petry authored
-
Vincent Petry authored
console.log now returns 1 instead of 0 on all errors
-
Sergio Bertolín authored
Added functions to check etag of elements
-
Sergio Bertolin authored
-
Timo Benk authored
works like "enforce password protection", but let the user optionally remove the password protection after the password is set.
-