Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.2
-
Fix Version/s: 3.4
-
Component/s: Administration
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_33_STABLE
-
Fixed Branches:MOODLE_34_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-60365-master -
Pull Master Diff URL:
Description
Currently when Mobile services are enabled a warning is displayed in Mobile settigns only if https is not enabled.
But there are several typical errors that may cause the app to doesn't work as expected, we should be displaying warnings for those as well.
- Invalid https certificate (self-signed, expired, invalid key-chain, weak signature algorithm)
- Adodb debug enabled (when using enrol or auth plugins for external database)
- SSO plugins enabled (and mobile app not configured to use SSO)
- Big integers in userquota, usermaxuploadfilesize (integers > PARAM_INT limit)
- Debugging and display errors enabled
- User or course "lang" field pointing to non-existent installed lang pack
- Course using a non-installed course-format
- Airnotifier not configured (warning)