aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-htm...Joas Schilling2018-02-262-12/+18
|\
| * Fix existing usagesJoas Schilling2018-02-151-1/+1
| * Allow custom HTML in HTML EmailsJoas Schilling2018-02-151-11/+17
* | Merge pull request #8491 from nextcloud/strict_requestJoas Schilling2018-02-262-56/+70
|\ \
| * | Fix commentsRoeland Jago Douma2018-02-221-2/+2
| * | Fix proper typesRoeland Jago Douma2018-02-222-3/+11
| * | Make Request strictRoeland Jago Douma2018-02-221-53/+59
* | | Relax what t accepts so we don't break it allRoeland Jago Douma2018-02-221-2/+6
|/ /
* | Merge pull request #8476 from nextcloud/strict_l10nRoeland Jago Douma2018-02-222-25/+26
|\ \
| * | Fix other testsRoeland Jago Douma2018-02-212-5/+6
| * | Proper closure for functionRoeland Jago Douma2018-02-211-2/+2
| * | Make OCP\IL10N strictRoeland Jago Douma2018-02-211-19/+19
* | | Merge pull request #8472 from nextcloud/strict_integritycheckRoeland Jago Douma2018-02-226-34/+44
|\ \ \
| * | | Handle strict typing in Checker and fix testsRoeland Jago Douma2018-02-211-1/+6
| * | | Make OC\IntegrityCheck strictRoeland Jago Douma2018-02-216-33/+38
* | | | Merge pull request #8490 from nextcloud/strict_systemtagsRoeland Jago Douma2018-02-224-57/+53
|\ \ \ \
| * | | | Make SystemTag strictRoeland Jago Douma2018-02-214-57/+53
* | | | | Merge pull request #8473 from nextcloud/strict_cmrRoeland Jago Douma2018-02-211-26/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't try to match on falseRoeland Jago Douma2018-02-211-17/+19
| * | | | Strict OCP\AppFramework\Utility\IControllerMethodReflectorRoeland Jago Douma2018-02-211-10/+10
| |/ / /
* | / / Log exceptions that happen when writing the app store reply to storageJoas Schilling2018-02-211-0/+1
| |/ / |/| |
* | | Merge pull request #8466 from nextcloud/strict_middlewaredipatcherRoeland Jago Douma2018-02-212-13/+11
|\ \ \
| * | | Fix testsRoeland Jago Douma2018-02-212-4/+1
| * | | Make the middlewareDispatcher strictRoeland Jago Douma2018-02-211-9/+10
* | | | 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
|\ \ \ \ \