Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 39 | -1355/+1534 |
| | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity | ||||
* | Merge pull request #13439 from owncloud/app-filter | Thomas Müller | 2015-02-23 | 4 | -49/+194 |
|\ | | | | | Make the search box filter apps | ||||
| * | Added unit test for app filter | Vincent Petry | 2015-02-23 | 4 | -57/+175 |
| | | |||||
| * | Make the search box filter apps | Robin Appelman | 2015-02-19 | 1 | -0/+27 |
| | | |||||
* | | Merge pull request #14119 from owncloud/dbal251 | Thomas Müller | 2015-02-23 | 2 | -0/+3 |
|\ \ | | | | | | | Update doctrine/dbal to 2.5.1 #13537 | ||||
| * | | Skip primary index if the table has one | Victor Dubiniuk | 2015-02-16 | 1 | -0/+3 |
| | | | |||||
| * | | Submodule update | Victor Dubiniuk | 2015-02-16 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #14439 from owncloud/fix-ajax-files-external | Lukas Reschke | 2015-02-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix Ajax type casting for files_external | ||||
| * | | | Fix Ajax type casting for files_external | Robin McCorkell | 2015-02-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 11 | -173/+264 |
|\ \ \ \ | |/ / / |/| | | | Better caching for enabled apps | ||||
| * | | | allow overwriting the appmanager in oc_util by subclassing | Robin Appelman | 2015-02-18 | 2 | -27/+32 |
| | | | | |||||
| * | | | Use appmanager in OC_App::enable/disable | Robin Appelman | 2015-02-17 | 1 | -3/+5 |
| | | | | |||||
| * | | | Dont fatal error test when encryption is enabled | Robin Appelman | 2015-02-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | better name for getAppsEnabledForUser | Robin Appelman | 2015-02-17 | 4 | -4/+4 |
| | | | | |||||
| * | | | also set user in UserSession when doing OC_User::setUserId | Robin Appelman | 2015-02-17 | 1 | -5/+36 |
| | | | | |||||
| * | | | Test improvements | Robin Appelman | 2015-02-17 | 2 | -37/+16 |
| | | | | |||||
| * | | | better user group caching | Robin Appelman | 2015-02-17 | 1 | -10/+1 |
| | | | | |||||
| * | | | Update cache when enabling/disabling apps | Robin Appelman | 2015-02-17 | 1 | -1/+4 |
| | | | | |||||
| * | | | Use the app manager from oc_app | Robin Appelman | 2015-02-16 | 2 | -78/+77 |
| | | | | |||||
| * | | | Add getInstalledApps and getAppsForUser to the app manager | Robin Appelman | 2015-02-16 | 3 | -17/+98 |
| | | | | |||||
* | | | | Merge pull request #14427 from owncloud/fix-some-php-docs | Bernhard Posselt | 2015-02-23 | 1 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | Fix some PHPDocs | ||||
| * | | | | Fix some PHPDocs | Lukas Reschke | 2015-02-23 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Merge pull request #14403 from owncloud/update-license-headers | Thomas Müller | 2015-02-23 | 802 | -7443/+15510 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update license headers | ||||
| * | | | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 800 | -7443/+14939 |
| | | | | | |||||
| * | | | | Adding .mailmap - helps to add unified authors to the license header | Thomas Müller | 2015-02-22 | 1 | -0/+405 |
| | | | | | |||||
| * | | | | php script which updates the license header in all php file in the repo | Thomas Müller | 2015-02-22 | 1 | -0/+166 |
| | | | | | |||||
* | | | | | Merge pull request #14422 from owncloud/use-off-and-off | Thomas Müller | 2015-02-23 | 3 | -3/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Use "off" and "off" instead of true booleans | ||||
| * | | | | | Use "off" and "off" instead of true booleans | Lukas Reschke | 2015-02-23 | 3 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently a boolean in php.ini is according to the documentation "on" or "off"… Fixes itself. | ||||
* | | | | | | Merge pull request #14275 from chris-se/master | Lukas Reschke | 2015-02-23 | 1 | -3/+6 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | DAV authentication: use Owncloud's internal user instead of HTTP auth one | ||||
| * | | | | | DAV authentication: also use Owncloud's internal user for short-circuit | Christian Seiler | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It still works otherwise, but without this, the performance optimization of #13416 is defeated in these situations. | ||||
| * | | | | | DAV authentication: use Owncloud's internal user instead of HTTP-supplied one | Christian Seiler | 2015-02-16 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #14048, #14104, calendar#712 | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-23 | 10 | -18/+202 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #14414 from owncloud/add-ini-helper | Thomas Müller | 2015-02-22 | 3 | -1/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | Add helper to check for `ini` values in `OC_Util::checkServer` | ||||
| * | | | | | Add expected values to default config as well | Lukas Reschke | 2015-02-21 | 2 | -0/+2 |
| | | | | | | |||||
| * | | | | | Add helper to check for `ini` values in `OC_Util::checkServer` | Lukas Reschke | 2015-02-21 | 1 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to check for specific values in the PHP.ini that ownCloud requires for full compatibility. `mbstring.func_overload`: https://github.com/owncloud/core/issues/14372 `output_buffering`: http://doc.owncloud.org/server/8.0/admin_manual/configuration/big_file_upload_configuration.html#configuring-php Fixes https://github.com/owncloud/core/issues/14372 and https://github.com/owncloud/core/issues/14412 | ||||
* | | | | | | Merge pull request #14413 from owncloud/verify-php-before-running-tests-2 | Thomas Müller | 2015-02-22 | 1 | -2/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Check for PHP configuration before executing unit tests | ||||
| * | | | | | | Check for PHP configuration before executing unit tests | Thomas Müller | 2015-02-21 | 1 | -2/+5 |
| |/ / / / / | |||||
* / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-22 | 28 | -80/+232 |
|/ / / / / | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-21 | 20 | -4/+44 |
| | | | | | |||||
* | | | | | Merge pull request #13777 from owncloud/close-cursor | Lukas Reschke | 2015-02-20 | 4 | -37/+51 |
|\ \ \ \ \ | | | | | | | | | | | | | Close cursor for appframework and manipulation queries if applicable | ||||
| * | | | | | fix indention | Bernhard Posselt | 2015-01-29 | 1 | -7/+6 |
| | | | | | | |||||
| * | | | | | add tests for closing the cursor | Bernhard Posselt | 2015-01-29 | 2 | -10/+16 |
| | | | | | | |||||
| * | | | | | ignore cursorclosing | Bernhard Posselt | 2015-01-29 | 3 | -29/+38 |
| | | | | | | |||||
* | | | | | | Merge pull request #13767 from owncloud/issue/13764-mimetype-racecondition | Thomas Müller | 2015-02-20 | 1 | -3/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use insertIfNotExists() and reload mimetypes after inserting one | ||||
| * | | | | | | Use insertIfNotExists() and reload mimetypes after inserting one | Joas Schilling | 2015-02-02 | 1 | -3/+7 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #14325 from owncloud/fix-plurals-with-quotes | Lukas Reschke | 2015-02-20 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Correctly create the expected key for plurals with quotes | ||||
| * | | | | | | | Correctly create the expected key for plurals with quotes | Joas Schilling | 2015-02-18 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported from the administration repo: https://github.com/owncloud/administration/commit/c67eaa11c04d0989ee9331c97788a0225a82e7f5 and https://github.com/owncloud/administration/commit/41b0f9fa3a9c6183972f971eea3875b98e22217a | ||||
* | | | | | | | | Merge pull request #14278 from owncloud/fix-index | Lukas Reschke | 2015-02-20 | 2 | -16/+277 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Check if the offset exists before accessing | ||||
| * | | | | | | | | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 2 | -16/+277 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277 | ||||
* | | | | | | | | | Merge pull request #14359 from owncloud/add-satisfy-all | Lukas Reschke | 2015-02-20 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add `Satisfy All` |