Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 7 | -9/+9 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Merge pull request #23773 from owncloud/share_move_delete_user_hook | Joas Schilling | 2016-04-07 | 2 | -0/+21 |
|\ | | | | | Migrate post_userDelete hook to share manager | ||||
| * | Migrate post_userDelete hook to share manager | Roeland Jago Douma | 2016-04-04 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider | ||||
* | | Prevent null to be passed into the closure of callForAllUsers | Thomas Müller | 2016-04-05 | 1 | -3/+3 |
|/ | |||||
* | Add better messages for sometimes obscure exceptions | Bernhard Posselt | 2016-04-04 | 1 | -2/+27 |
| | | | | | | * add better messages for sometimes obscure exceptions * fix formatting | ||||
* | Merge pull request #23676 from owncloud/handle-null-return-getAppInfo | Morris Jobke | 2016-03-31 | 1 | -1/+1 |
|\ | | | | | Properly handle return values of OC_App::getAppInfo() | ||||
| * | Properly handle return values of OC_App::getAppInfo() | Morris Jobke | 2016-03-30 | 1 | -1/+1 |
| | | | | | | | | * fixes #23668 | ||||
* | | Move OCP\Share over to PSR-4 | Roeland Jago Douma | 2016-03-30 | 7 | -0/+0 |
| | | | | | | | | Touching the code so moving it over to PSR-4 | ||||
* | | Add setId and setProviderID to the public interface | Roeland Jago Douma | 2016-03-30 | 2 | -0/+54 |
|/ | | | | | | Fixes #23337 We only allow the id to be set once! | ||||
* | Allow the activity app to set the current user when sending emails | Joas Schilling | 2016-03-24 | 1 | -0/+10 |
| | |||||
* | Merge pull request #23485 from owncloud/composer_allow_ocp | Thomas Müller | 2016-03-22 | 1 | -0/+0 |
|\ | | | | | Allow OCP classes to be PSR-4 as well | ||||
| * | Move IServerContainter to PSR-4 | Roeland Jago Douma | 2016-03-22 | 1 | -0/+0 |
| | | |||||
* | | Add config to sharemanager | Roeland Jago Douma | 2016-03-22 | 1 | -0/+7 |
|/ | |||||
* | Replace unneded OC::needUpgrade with OCP method | Morris Jobke | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Use more generic node instead of File/Folder | Roeland Jago Douma | 2016-03-11 | 2 | -8/+7 |
| | | | | | | | | | The phpdoc for the sharing functions was very restrictive. As a consequence passing node object (for example from the OCS Share API where we don't really care if it is a file or folder), would actually be invalid. With this loser restriction the interfaces become more generic. | ||||
* | Fix some scrutinizer warning in the sharing code | Roeland Jago Douma | 2016-03-10 | 1 | -2/+2 |
| | | | | | | * Better phpdoc * Promper use statements * Unused parameter | ||||
* | Add locking to the node api | Robin Appelman | 2016-03-03 | 1 | -0/+51 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 5 | -5/+0 |
| | |||||
* | Map Maci | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 38 | -31/+66 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #22707 from owncloud/use-our-public-api | Thomas Müller | 2016-03-01 | 3 | -8/+9 |
|\ | | | | | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | ||||
| * | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 3 | -8/+9 |
| | | |||||
* | | Fix since version | Joas Schilling | 2016-02-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entries | Thomas Müller | 2016-02-23 | 1 | -1/+5 |
|\ | | | | | Allow defining a limit and offset for getObjectIdsForTags | ||||
| * | Allow defining a limit and offset for getObjectIdsForTags | Joas Schilling | 2016-02-23 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #22582 from owncloud/case-insensitive-contact-search | Thomas Müller | 2016-02-23 | 1 | -0/+13 |
|\ \ | |/ |/| | Case insensitive contact search | ||||
| * | Add ILIKE support to querybuilder | Thomas Müller | 2016-02-22 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #22581 from owncloud/fix_interface | Thomas Müller | 2016-02-22 | 1 | -3/+15 |
|\ \ | |/ |/| | since 9.0 we have a additional parameter $position used for integrity… | ||||
| * | since 9.0 we have a additional parameter $position used for integrity checks | Bjoern Schiessle | 2016-02-22 | 1 | -3/+15 |
| | | |||||
* | | We should check for exceptions when trying to get the avatar | Roeland Jago Douma | 2016-02-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test | ||||
* | | Fix more things | Joas Schilling | 2016-02-19 | 2 | -3/+2 |
| | | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-19 | 2 | -0/+2 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | set correct http status code | v1r0x | 2016-02-18 | 1 | -1/+1 |
| | | | Was intended to respond with a 303 (See other) status code instead of 307 (Temporary Redirect). | ||||
* | More characters are allowed on POSIX systems | Roeland Jago Douma | 2016-02-12 | 1 | -2/+3 |
| | |||||
* | No longer evaluate appinfo/version | Thomas Müller | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 1 | -3/+4 |
| | |||||
* | Merge pull request #22192 from owncloud/fix_19685 | Thomas Müller | 2016-02-09 | 1 | -0/+1 |
|\ | | | | | Only set the default expiration date on share creation | ||||
| * | Throw exception | Roeland Jago Douma | 2016-02-09 | 1 | -1/+2 |
| | | |||||
| * | Only set the default expiration date on share creation | Roeland Jago Douma | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Fixes #19685 The default expiration date should only be set when we create a new share. So if a share is created and the expiration date is unset. And after that the password is updated the expiration date should remain unset. | ||||
* | | Merge pull request #22252 from owncloud/consolidate-user-set-quota | C. Montero Luque | 2016-02-09 | 1 | -0/+19 |
|\ \ | | | | | | | Consolidate getQuota and setQuota methods in User instance | ||||
| * | | Doc improvements | Arthur Schiwon | 2016-02-09 | 1 | -1/+3 |
| | | | |||||
| * | | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -0/+17 |
| | | | |||||
* | | | Merge pull request #22228 from owncloud/comments-limit-message | Thomas Müller | 2016-02-09 | 2 | -0/+32 |
|\ \ \ | |/ / |/| | | Limit comment message to 1k chars | ||||
| * | | on DAV throw Bad Request if provided message is too long | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
| | | | |||||
| * | | Limit comment message to 1k chars | Arthur Schiwon | 2016-02-09 | 2 | -0/+32 |
| |/ | |||||
* / | Send events when enabling and disabling of apps | Arthur Schiwon | 2016-02-09 | 1 | -0/+86 |
|/ | |||||
* | Merge pull request #22200 from owncloud/node-checksum-resolvefileinfo | Thomas Müller | 2016-02-08 | 1 | -0/+10 |
|\ | | | | | Make sure fileinfo exists when calling getCheckSum in node API | ||||
| * | Add proper throw tags to File | Roeland Jago Douma | 2016-02-08 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #22164 from owncloud/files_external-verify | Thomas Müller | 2016-02-08 | 1 | -0/+26 |
|\ \ | | | | | | | Add occ command to verify storage configurations | ||||
| * | | Add occ command to verify storage configurations | Robin Appelman | 2016-02-08 | 1 | -0/+26 |
| |/ |