summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #8471 from nextcloud/fix_upgradeRoeland Jago Douma2018-02-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | getIncompatibleApps needs a string not an arrayRoeland Jago Douma2018-02-211-1/+1
| |/ / /
* | | | Merge pull request #8468 from nextcloud/fix-unicode-avatarsRoeland Jago Douma2018-02-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use mb_* string methods to extract first character for generated avatarsMorris Jobke2018-02-211-1/+1
* | | | Make AppFramework/Http/Dispatcher strictRoeland Jago Douma2018-02-211-8/+16
|/ / /
* | | Merge pull request #8206 from nextcloud/bugfix/noid/fix-collaboration-result-...blizzz2018-02-202-0/+4
|\ \ \
| * | | Better result handling of email searchJoas Schilling2018-02-202-0/+4
* | | | Merge pull request #8336 from nextcloud/cleanup-unused-parameterRoeland Jago Douma2018-02-201-4/+0
|\ \ \ \
| * | | | Remove fromMailAddress from MailSettingsControllerMorris Jobke2018-02-131-4/+0
* | | | | Merge pull request #8314 from nextcloud/openstackRoeland Jago Douma2018-02-192-214/+203
|\ \ \ \ \
| * | | | | adjust swift external storage to new openstack sdkRobin Appelman2018-02-192-34/+51
| * | | | | adjust swift object storage to new openstack sdkRobin Appelman2018-02-192-212/+184
* | | | | | Merge pull request #8428 from nextcloud/fix_8189Roeland Jago Douma2018-02-191-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Avatar generation use ttf (for ancient compatibility)Roeland Jago Douma2018-02-191-1/+1
* | | | | | Merge pull request #8424 from nextcloud/fix/update-appRoeland Jago Douma2018-02-192-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix updating an upChristoph Wurst2018-02-192-2/+2
* | | | | | Use normal header() calls instead of private method callsMorris Jobke2018-02-193-10/+6
|/ / / / /
* | | | | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_appMorris Jobke2018-02-174-81/+77
|\ \ \ \ \
| * | | | | Add remaining type hints, that were already okayMorris Jobke2018-02-171-33/+34
| * | | | | Always return a string in OC_App::getCurrentApp and no booleanMorris Jobke2018-02-171-2/+2
| * | | | | Use empty array as group list in OC_App::enableMorris Jobke2018-02-171-3/+3
| * | | | | Refactor dependencies in setAppTypesMorris Jobke2018-02-171-6/+8
| * | | | | Fix app version to be always string and neither array nor nullMorris Jobke2018-02-173-8/+4
| * | | | | OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-172-11/+8
| * | | | | Migrate to short array syntaxMorris Jobke2018-02-171-18/+18
* | | | | | Merge pull request #8232 from nextcloud/bugfix/8007/validate-appinfo-against-...Morris Jobke2018-02-162-91/+63
|\ \ \ \ \ \
| * | | | | | Validate the info.xml against the appstore schema fileJoas Schilling2018-02-162-91/+63
| |/ / / / /
* | | | | | Merge pull request #8391 from coder-hugo/feature/mysql_ansi_quotesMorris Jobke2018-02-161-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't use double quotes in MySQL queriesRobin Müller2018-02-161-2/+3
* | | | | | Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-153-39/+49
|\ \ \ \ \ \
| * | | | | | Update phpDoc comments and add more type hintingJulius Härtl2018-02-151-6/+7
| * | | | | | Deprecate static methods and use Navigation managerJulius Härtl2018-02-122-2/+4
| * | | | | | Add getAll to public INavigationManagerJulius Härtl2018-02-121-1/+1
| * | | | | | Move navigation processing to the NavigationManagerJulius Härtl2018-02-122-33/+40
| | |/ / / / | |/| | | |
* | | | | | Add throws annotationJulius Härtl2018-02-151-0/+1
* | | | | | Properly encapsulate require_once for app.phpJulius Härtl2018-02-151-11/+12
| |/ / / / |/| | | |
* | | | | Merge pull request #8259 from nextcloud/guzzle6Morris Jobke2018-02-144-27/+53
|\ \ \ \ \
| * | | | | adjust post body for new guzzleRobin Appelman2018-02-091-0/+4
| * | | | | Adjust dav client to new guzzleRobin Appelman2018-02-091-2/+2
| * | | | | adjust httpclient to guzzle6Robin Appelman2018-02-093-25/+47
* | | | | | Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1412-25/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove unused import statementsMorris Jobke2018-02-1412-25/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #8328 from nextcloud/bugfix/noid/filter-out-the-current-us...Joas Schilling2018-02-141-2/+9
|\ \ \ \ \
| * | | | | Filter out the current user when searching for emails tooJoas Schilling2018-02-131-2/+9
| |/ / / /
* | | | | Merge pull request #8337 from nextcloud/use-non-alias-methodJoas Schilling2018-02-144-6/+6
|\ \ \ \ \
| * | | | | Use non aliased method insteadMorris Jobke2018-02-134-6/+6
| |/ / / /
* / / / / Simplify return statementMorris Jobke2018-02-131-3/+1
|/ / / /
* | | | Try to silence phanRoeland Jago Douma2018-02-081-0/+3
* | | | don't swallow exception from touchRobin Appelman2018-02-082-2/+10
* | | | better error message on catalog errorRobin Appelman2018-02-082-1/+6
|/ / /