Commit Graph

7 Commits

Author SHA1 Message Date
Ilya Tregubov 9159adb6d9 Merge branch 'MDL-79139-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-08-28 15:40:22 +08:00
Paul Holden db711b545a MDL-79139 check: clarify default user role action text. 2023-08-23 13:28:53 +01:00
Alex Yeung 5069c84fee MDL-78811 check: fix duplicate column contextid warning 2023-07-24 22:52:37 +01:00
Alex Yeung b4deb483ce MDL-67852 tool_dataprivacy: Fix security checks 2023-07-09 14:51:32 +01:00
Marina Glancy 8fc1486d36 MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01: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