moodle/auth
Eloy Lafuente (stronk7) 478f423e2d MDL-76055 auth_mnet: Fix update_enrolments request
Basically this fixes MDL-70833 that was reproduced while
testing the update_enrolments requests. Summary:

- Fixes a typo in table name preventing it to be updated ever.
- Fix outer join that was missing records.
- Stop playing and mixing ids (local and remote).
- Better control which enrolments have to be kept (previously
  they were being deleted immediately after creating them).
- Improve the coding style of inserts.
- Modernise the deletions to use sql helper and to work with 0..n ids.
2022-11-02 15:56:38 +01:00
..
cas MDL-74697 libraries: Update all third-party libraries with more metadata 2022-07-22 07:28:47 +02:00
classes MDL-72928 core: Remove Remember username 2022-02-11 12:01:26 +08:00
db Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle 2022-07-13 11:39:08 +08:00
email Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle 2022-07-13 11:39:08 +08:00
ldap MDL-60666 auth_ldap: One transaction per user 2022-08-10 13:49:20 +10:00
lti MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
manual MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
mnet MDL-76055 auth_mnet: Fix update_enrolments request 2022-11-02 15:56:38 +01:00
nologin MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
none MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
oauth2 MDL-73122 Auth: Add test settings for Oauth2 2022-10-03 09:00:44 -04:00
shibboleth Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle 2022-07-13 11:39:08 +08:00
tests MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
webservice MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
yui/passwordunmask MDL-42208 fix JS get_string usage and remove unnecessary params from auth password unmask init 2013-10-23 07:32:24 +02:00
index.html
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
upgrade.txt MDL-65809 upgrade: remove upgrade_fix_config_auth_plugin_names 2019-12-20 12:20:43 +01:00