Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude custom data directory from integrity checker | Lukas Reschke | 2016-03-01 | 1 | -2/+8 |
| | | | | | | | | | | | | We should not scan any custom data directory in the integrity checker as well. Otherwise this would lead to a massive increased update time that may likely exceed the timeout. To test this: 1. Install ownCloud 8.2.2, set as data dir another folder than `data` such as `data-asdf`. Make sure that folder lives in the web root as well. 2. Update that instance to 9.0.0 beta2 => Errors are shown in the code integrity check 3. Apply this patch and trigger the rescan in the admin settings => No errors are shown anymore (can also do a new update with that patch applied) Fixes https://github.com/owncloud/core/issues/22698 | ||||
* | Merge pull request #22681 from owncloud/add-autodiscovery-for-ocs | Thomas Müller | 2016-03-01 | 3 | -12/+23 |
|\ | | | | | Add autodiscovery support to server-to-server sharing implementation | ||||
| * | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 3 | -12/+23 |
| | | | | | | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support. | ||||
* | | Merge pull request #17451 from owncloud/apps-disablebrokenappafterenable | Thomas Müller | 2016-03-01 | 1 | -2/+18 |
|\ \ | | | | | | | Disable app that bricks the server after enabling | ||||
| * | | Disable app that bricks the server after enabling | Vincent Petry | 2016-02-29 | 1 | -2/+18 |
| | | | | | | | | | | | | | | | | | | If an app is getting enabled in the web UI, an ajax call is now made to make sure the server still works. If it doesn't, it sends an emergency app disabling call to disable the breaking app. | ||||
* | | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotaset | Thomas Müller | 2016-03-01 | 1 | -4/+7 |
|\ \ \ | | | | | | | | | Don't return quota when none set | ||||
| * | | | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* | | | | Merge pull request #22677 from ↵ | Thomas Müller | 2016-03-01 | 1 | -2/+19 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/allow-to-overwrite-single-l10n-string-via-theme Allow to overwrite a single language string via the theme folder | ||||
| * | | | | Allow to overwrite a single language string via the theme folder | Joas Schilling | 2016-02-26 | 1 | -2/+19 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #22733 from owncloud/size-propagation-new-file | Thomas Müller | 2016-03-01 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | fix size propagation for new files | ||||
| * | | | | fix size propagation for new files | Robin Appelman | 2016-02-29 | 1 | -1/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #22736 from owncloud/propagation-ignore-encryption | Thomas Müller | 2016-03-01 | 2 | -0/+68 |
|\ \ \ \ | | | | | | | | | | | ignore encryption keys for propagation | ||||
| * | | | | ignore encryption keys for propagation | Robin Appelman | 2016-02-29 | 2 | -0/+68 |
| |/ / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-01 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #22707 from owncloud/use-our-public-api | Thomas Müller | 2016-03-01 | 7 | -28/+32 |
|\ \ \ \ | |/ / / |/| | | | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | ||||
| * | | | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 7 | -28/+32 |
| | | | | |||||
* | | | | Fix since version | Joas Schilling | 2016-02-29 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #22683 from owncloud/fix_22682 | Thomas Müller | 2016-02-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Relax rootfolder check | ||||
| * | | | Relax rootfolder check | Roeland Jago Douma | 2016-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * Updated unit tests * Added intergration test | ||||
* | | | | Merge pull request #22673 from owncloud/fix_enforced_expire_date_setting | Thomas Müller | 2016-02-29 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Expiration date can only be enforced if default is enabled | ||||
| * | | | | Expiration date can only be enforced if default is enabled | Roeland Jago Douma | 2016-02-26 | 1 | -1/+2 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | If the default expiration date is not enebaled it can not be enforced. * Added unit tests | ||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 6 | -2/+10 |
|/ / / | |||||
* | | | Merge pull request #22660 from owncloud/fix_22656 | Thomas Müller | 2016-02-26 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Do not allow sharing of the users root folder | ||||
| * | | | Do not allow sharing of the root folder | Roeland Jago Douma | 2016-02-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sharing of the users root folder should not be allowed as it is very weird UX. Also many of our clients have no proper way of displaying this. Added unit test Also added intergration tests to make sure we won't allow it in the future. | ||||
* | | | | Merge pull request #22646 from owncloud/fix_22642 | Thomas Müller | 2016-02-26 | 1 | -16/+16 |
|\ \ \ \ | | | | | | | | | | | Set default expiration date if none given on share creation | ||||
| * | | | | Set default expiration date if none given on share creation | Roeland Jago Douma | 2016-02-25 | 1 | -16/+16 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | When we create a share for the first time we should set the default expiration date. If none is given. Fixes #22642 | ||||
* | | | | Merge pull request #22650 from owncloud/fix_hook | Thomas Müller | 2016-02-26 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Fix verifyExpirationDate passwordSet argument | ||||
| * | | | Fix verifyExpirationDate passwordSet argument | Roeland Jago Douma | 2016-02-25 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | Password set should be false if the password is null. Also updated the unit tests to tests this now. | ||||
* | | | Merge pull request #22584 from owncloud/fix-app-load-order-fixes-22508 | Thomas Müller | 2016-02-25 | 2 | -4/+4 |
|\ \ \ | |_|/ |/| | | Before installing new shipped apps we need to load authentication apps | ||||
| * | | Fix PHPDoc of OC_App::loadApps() | Thomas Müller | 2016-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Install new shipped apps after upgrading all existing apps | Thomas Müller | 2016-02-23 | 1 | -4/+4 |
| | | | |||||
| * | | Before installing new shipped apps we need to load authentication apps - ↵ | Thomas Müller | 2016-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | fixes #22508 | ||||
* | | | Merge pull request #21854 from owncloud/fix-share-hook-group-add | Thomas Müller | 2016-02-25 | 1 | -0/+17 |
|\ \ \ | | | | | | | | | Fix addUserToGroup hook of the share code | ||||
| * | | | Fix addUserToGroup hook of the share code | Morris Jobke | 2016-01-22 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | * sets up the filesystem of the user that is added to a group to properly accept shares * fixes #18499 | ||||
* | | | | Merge pull request #22636 from owncloud/fix-ssl-on-external-storages | Thomas Müller | 2016-02-25 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | Fix HTTPS support on external storages | ||||
| * | | | | Add proxy support to external storage | Lukas Reschke | 2016-02-24 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | Otherwise debugging issues is a PITA | ||||
* | | | | | Merge pull request #22579 from owncloud/fix_broken_unencrypted_size | Thomas Müller | 2016-02-25 | 1 | -3/+129 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Heal unencrypted file sizes at download time (second approach) | ||||
| * | | | | recalculate unencrypted size if we assume that the size stored in the db is ↵ | Bjoern Schiessle | 2016-02-23 | 1 | -3/+129 |
| | | | | | | | | | | | | | | | | | | | | not correct | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 24 | -6/+194 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #22573 from owncloud/issue-22568-allow-string-object-ids | Thomas Müller | 2016-02-24 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Make sure we can store strings as per the interface | ||||
| * | | | | Make sure we can store strings as per the interface | Joas Schilling | 2016-02-22 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #22565 from owncloud/avoid-scanning-root-storage | Thomas Müller | 2016-02-24 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Avoids scanning the root storage | ||||
| * | | | | | Avoids scanning the root storage | Morris Jobke | 2016-02-22 | 1 | -0/+4 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This check will skip the background scan for the root storage because there is nothing in the root storage that isn't already in another (mostly user-) storage. Fixes #22501 | ||||
* | | | | | Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entries | Thomas Müller | 2016-02-23 | 2 | -6/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow defining a limit and offset for getObjectIdsForTags | ||||
| * | | | | | Allow defining a limit and offset for getObjectIdsForTags | Joas Schilling | 2016-02-23 | 2 | -6/+21 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #22582 from owncloud/case-insensitive-contact-search | Thomas Müller | 2016-02-23 | 6 | -0/+92 |
|\ \ \ \ \ | |/ / / / |/| | | | | Case insensitive contact search | ||||
| * | | | | Make sure we don't quote column names twice | Joas Schilling | 2016-02-23 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | Add ILIKE support to querybuilder | Thomas Müller | 2016-02-22 | 6 | -0/+92 |
| |/ / / | |||||
* | | | | 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 |
| |/ / |