summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sabre Update to 2.1Vincent Petry2015-02-2339-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-filterThomas Müller2015-02-234-49/+194
|\ | | | | Make the search box filter apps
| * Added unit test for app filterVincent Petry2015-02-234-57/+175
| |
| * Make the search box filter appsRobin Appelman2015-02-191-0/+27
| |
* | Merge pull request #14119 from owncloud/dbal251Thomas Müller2015-02-232-0/+3
|\ \ | | | | | | Update doctrine/dbal to 2.5.1 #13537
| * | Skip primary index if the table has oneVictor Dubiniuk2015-02-161-0/+3
| | |
| * | Submodule updateVictor Dubiniuk2015-02-161-0/+0
| | |
* | | Merge pull request #14439 from owncloud/fix-ajax-files-externalLukas Reschke2015-02-231-1/+1
|\ \ \ | | | | | | | | Fix Ajax type casting for files_external
| * | | Fix Ajax type casting for files_externalRobin McCorkell2015-02-231-1/+1
| | | |
* | | | Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-2311-173/+264
|\ \ \ \ | |/ / / |/| | | Better caching for enabled apps
| * | | allow overwriting the appmanager in oc_util by subclassingRobin Appelman2015-02-182-27/+32
| | | |
| * | | Use appmanager in OC_App::enable/disableRobin Appelman2015-02-171-3/+5
| | | |
| * | | Dont fatal error test when encryption is enabledRobin Appelman2015-02-171-2/+2
| | | |
| * | | better name for getAppsEnabledForUserRobin Appelman2015-02-174-4/+4
| | | |
| * | | also set user in UserSession when doing OC_User::setUserIdRobin Appelman2015-02-171-5/+36
| | | |
| * | | Test improvementsRobin Appelman2015-02-172-37/+16
| | | |
| * | | better user group cachingRobin Appelman2015-02-171-10/+1
| | | |
| * | | Update cache when enabling/disabling appsRobin Appelman2015-02-171-1/+4
| | | |
| * | | Use the app manager from oc_appRobin Appelman2015-02-162-78/+77
| | | |
| * | | Add getInstalledApps and getAppsForUser to the app managerRobin Appelman2015-02-163-17/+98
| | | |
* | | | Merge pull request #14427 from owncloud/fix-some-php-docsBernhard Posselt2015-02-231-3/+4
|\ \ \ \ | | | | | | | | | | Fix some PHPDocs
| * | | | Fix some PHPDocsLukas Reschke2015-02-231-3/+4
| | | | |
* | | | | Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-23802-7443/+15510
|\ \ \ \ \ | |/ / / / |/| | | | Update license headers
| * | | | Updating license headersJenkins for ownCloud2015-02-23800-7443/+14939
| | | | |
| * | | | Adding .mailmap - helps to add unified authors to the license headerThomas Müller2015-02-221-0/+405
| | | | |
| * | | | php script which updates the license header in all php file in the repoThomas Müller2015-02-221-0/+166
| | | | |
* | | | | Merge pull request #14422 from owncloud/use-off-and-offThomas Müller2015-02-233-3/+6
|\ \ \ \ \ | | | | | | | | | | | | Use "off" and "off" instead of true booleans
| * | | | | Use "off" and "off" instead of true booleansLukas Reschke2015-02-233-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/masterLukas Reschke2015-02-231-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | DAV authentication: use Owncloud's internal user instead of HTTP auth one
| * | | | | DAV authentication: also use Owncloud's internal user for short-circuitChristian Seiler2015-02-161-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 oneChristian Seiler2015-02-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #14048, #14104, calendar#712
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2310-18/+202
| |/ / / / |/| | | |
* | | | | Merge pull request #14414 from owncloud/add-ini-helperThomas Müller2015-02-223-1/+29
|\ \ \ \ \ | | | | | | | | | | | | Add helper to check for `ini` values in `OC_Util::checkServer`
| * | | | | Add expected values to default config as wellLukas Reschke2015-02-212-0/+2
| | | | | |
| * | | | | Add helper to check for `ini` values in `OC_Util::checkServer`Lukas Reschke2015-02-211-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-2Thomas Müller2015-02-221-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check for PHP configuration before executing unit tests
| * | | | | | Check for PHP configuration before executing unit testsThomas Müller2015-02-211-2/+5
| |/ / / / /
* / / / / / [tx-robot] updated from transifexJenkins for ownCloud2015-02-2228-80/+232
|/ / / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2120-4/+44
| | | | |
* | | | | Merge pull request #13777 from owncloud/close-cursorLukas Reschke2015-02-204-37/+51
|\ \ \ \ \ | | | | | | | | | | | | Close cursor for appframework and manipulation queries if applicable
| * | | | | fix indentionBernhard Posselt2015-01-291-7/+6
| | | | | |
| * | | | | add tests for closing the cursorBernhard Posselt2015-01-292-10/+16
| | | | | |
| * | | | | ignore cursorclosingBernhard Posselt2015-01-293-29/+38
| | | | | |
* | | | | | Merge pull request #13767 from owncloud/issue/13764-mimetype-raceconditionThomas Müller2015-02-201-3/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use insertIfNotExists() and reload mimetypes after inserting one
| * | | | | | Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-021-3/+7
| | | | | | |
* | | | | | | Merge pull request #14325 from owncloud/fix-plurals-with-quotesLukas Reschke2015-02-201-2/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Correctly create the expected key for plurals with quotes
| * | | | | | | Correctly create the expected key for plurals with quotesJoas Schilling2015-02-181-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-indexLukas Reschke2015-02-202-16/+277
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Check if the offset exists before accessing
| * | | | | | | | Check if the offset exists before accessingLukas Reschke2015-02-172-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-allLukas Reschke2015-02-201-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add `Satisfy All`