Andrew Nicols
fb39111722
Merge branch 'MDL-71806-improve-check-ux' of https://github.com/brendanheywood/moodle
2021-06-10 11:57:45 +08:00
Brendan Heywood
fbb36f8977
MDL-67822 report_performance: Add DB schema check
2021-06-02 18:45:12 +10:00
Brendan Heywood
7d96f74f6f
MDL-71806 report_security: Improve public paths check
2021-06-01 18:24:53 +10:00
sam marshall
5e72715e4f
MDL-71099 Lib: Move new user_fields class from core to core_user
...
This class would belong more appropriately within the 'user' API
(core_user) instead of within the 'core' API, since it is
directly related to user data.
Since the class has only just been added to Moodle, now is a good
time to move it.
2021-03-25 13:47:23 +00:00
sam marshall
558cc1b85e
MDL-45242 Lib: Replace calls to deprecated functions
...
In all cases changes have been kept to a minimum while not making
the code completely horrible. For example, there are many instances
where it would probably be better to rewrite a query entirely, but
I have not done that (in order to reduce the risk of changes).
2021-03-10 10:57:10 +00:00
Brendan Heywood
a6e9ac9af7
MDL-69333 report_security: Add checks for many public & private urls
2021-01-20 11:19:14 +11:00
Brendan Heywood
79dbcce8b1
MDL-68185 report_performance: Refactored into Check API
2020-04-08 14:35:33 +10:00
Brendan Heywood
e8e2bd28ec
MDL-47271 check: Refactor check table into a renderable
2020-04-08 14:35:33 +10:00
Brendan Heywood
20167daf89
MDL-47271 report_status: Added System status report
2020-04-08 14:35:31 +10:00
Brendan Heywood
26bb3c24d2
MDL-67818 check: Improved Check API to reduce boilerplate
2020-04-06 22:08:15 +10:00
Brendan Heywood
00c2153be1
MDL-67818 check: Added Check API and refactored security checks
...
AMOS BEGIN
MOV [check_noauth_details,report_security],[check_noauth_details,auth_none]
MOV [check_noauth_error,report_security],[check_noauth_error,auth_none]
MOV [check_noauth_name,report_security],[check_noauth_name,auth_none]
MOV [check_noauth_ok,report_security],[check_noauth_ok,auth_none]
AMOS END
2020-04-06 12:28:37 +10:00