aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14433 from owncloud/fix-public-phpThomas Müller2015-02-231-3/+4
|\
| * Use `getParam` instead of `server`Lukas Reschke2015-02-231-3/+4
* | Merge pull request #14416 from owncloud/setup-commandThomas Müller2015-02-2311-76/+223
|\ \
| * | properly initialize OC::$WEBROOT and host nameThomas Müller2015-02-232-12/+17
| * | Fix error handlingThomas Müller2015-02-231-1/+6
| * | implement command maintenance:installThomas Müller2015-02-234-34/+162
| * | Fix namespace of OC_Setup -> \OC\SetupThomas Müller2015-02-236-30/+39
* | | Merge pull request #13439 from owncloud/app-filterThomas Müller2015-02-234-49/+194
|\ \ \
| * | | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | 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_externalRobin McCorkell2015-02-231-1/+1
* | | | | Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-2311-173/+264
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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 PHPDocsLukas Reschke2015-02-231-3/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-23802-7443/+15510
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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 booleansLukas Reschke2015-02-233-3/+6
* | | | | | Merge pull request #14275 from chris-se/masterLukas Reschke2015-02-231-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DAV authentication: also use Owncloud's internal user for short-circuitChristian Seiler2015-02-161-1/+1
| * | | | | DAV authentication: use Owncloud's internal user instead of HTTP-supplied oneChristian Seiler2015-02-161-2/+5
* | | | | | [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 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
* | | | | | 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 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
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \ \