Граф коммитов

433 Коммитов

Автор SHA1 Сообщение Дата
Lai Wei d6ce4c379e fix precheck errors in auth_oidc 2021-10-22 22:12:48 +01:00
Lai Wei d56eca2805 Update plugin versions for 3.11.1 release 2021-10-22 15:45:40 +01:00
Lai Wei 8570b5876a Merge branch 'wip-79007-m311' into MOODLE_311_STABLE
# Conflicts:
#	local/o365/classes/feature/usersync/main.php
2021-10-21 11:13:47 +01:00
Lai Wei 99385ba7a2 Merge branch 'wip-78996-m311' into MOODLE_311_STABLE 2021-10-21 10:50:13 +01:00
Lai Wei 146330b534 Merge branch 'wip-77115-m311' into MOODLE_311_STABLE 2021-10-21 10:49:06 +01:00
Lai Wei 21cd15d71e Merge branch 'wip-77541-m311' into MOODLE_311_STABLE
# Conflicts:
#	repository/office365/lang/en/repository_office365.php
2021-10-21 10:48:50 +01:00
Lai Wei b3f8ce4c4c Merge branch 'wip-77490-m311' into MOODLE_311_STABLE 2021-10-21 10:48:10 +01:00
Lai Wei 3efed81792 Merge branch 'wip-73317-m311' into MOODLE_311_STABLE 2021-10-20 15:31:02 +01:00
Lai Wei 3e3511b6ee Improve handling of upn/object ID out of sync case, and resolve conflicts in user sync settings 2021-10-20 12:05:30 +01:00
Lai Wei 38c07e0950 Fix error in clean up OIDC token URL. 2021-10-11 09:41:00 +01:00
Lai Wei 89f13e6e8e Rename Office 365 to Microsoft 365 2021-09-02 11:21:11 +01:00
Lai Wei fb86f2e159 Improve error message display to end user 2021-09-02 11:14:40 +01:00
Lai Wei 8e1e26ab7b Prevent auth_oidc login when using the auth code flow if the plugin is disabled 2021-09-02 11:09:48 +01:00
Lai Wei 612c48010f Move field mapping feature from local_o365 to auth_oidc 2021-09-02 10:49:45 +01:00
Lai Wei eb37d755f6 improve error handling in function to handle login 2021-09-02 10:38:48 +01:00
Lai Wei 270bd4166f Update plugin versions for 3.11.0 release for Moodle 3.11 2021-08-31 17:17:32 +01:00
Lai Wei 2b784570a4 update version files for 3.10.2 release 2021-06-30 15:58:14 +01:00
Lai Wei 45d98974a7 bug fix in existing configuration check in upgrade script 2021-06-30 15:31:17 +01:00
Lai Wei 44386f4292 update version files for 3.10.2 release 2021-06-29 09:38:37 +01:00
Lai Wei 28e6f66843 Merge branch 'wip-75521-m310' into MOODLE_310_STABLE
* wip-75521-m310:
  support guest users in user sync

# Conflicts:
#	auth/oidc/classes/loginflow/authcode.php
#	auth/oidc/classes/loginflow/base.php
#	auth/oidc/db/upgrade.php
#	auth/oidc/lib.php
#	local/o365/classes/feature/usersync/main.php
2021-06-10 15:18:32 +01:00
Lai Wei 362084d573 Merge branch 'wip-75551-m310' into MOODLE_310_STABLE
* wip-75551-m310:
  Add additional index to auth_oidc_token table for performance improvement
2021-06-10 15:14:47 +01:00
Lai Wei bbc7f57bc9 support guest users in user sync 2021-06-10 15:07:31 +01:00
Lai Wei 711cdd73ce Merge branch 'wip-73319-m310' into MOODLE_310_STABLE
* wip-73319-m310:
  Move clean up oidc tokens feature from local_o365 to auth_oidc
2021-06-09 10:46:44 +01:00
Lai Wei 32f29c86e7 Merge branch 'wip-75494-m310' into MOODLE_310_STABLE
* wip-75494-m310:
  change upgrade.php to avoid upgrade script run multiple times
2021-06-09 10:45:55 +01:00
Lai Wei b8aa61c8a0 Move clean up oidc tokens feature from local_o365 to auth_oidc 2021-06-09 10:31:04 +01:00
Lai Wei 54efdfc87d Add additional index to auth_oidc_token table for performance improvement 2021-06-02 14:37:26 +01:00
Lai Wei c22cc9d8b7 change upgrade.php to avoid upgrade script run multiple times 2021-05-25 16:13:47 +01:00
Arnaud Trouvé f0afca2bf2 Fix #1638 : change delete_records_select third param to array 2021-03-30 09:39:52 +01:00
Lai Wei 8ee6daa4b7 update plugin versions for 3.10.1 release 2021-03-26 10:20:35 +00:00
Lai Wei 8cdbe9473f Merge branch 'wip-72895-m310' into MOODLE_310_STABLE
* wip-72895-m310:
  Improve handling of auth_oidc token with unmatched users
2021-03-23 12:10:08 +00:00
Lai Wei 580a8a22ee Merge branch 'wip-70567-m310' into MOODLE_310_STABLE
* wip-70567-m310:
  rename "resource" DB field to "tokenresource"

# Conflicts:
#	local/o365/db/install.xml
#	local/o365/db/upgrade.php
2021-03-23 12:05:08 +00:00
Lai Wei 901a6a3a05 Merge branch 'wip-71522-m310' into MOODLE_310_STABLE
* wip-71522-m310:
  Move cronjob to schedule task
2021-03-16 15:09:13 +00:00
Lai Wei 4b273aa14f Merge branch 'wip-71978-m310' into MOODLE_310_STABLE
* wip-71978-m310:
  bug fix - field name for user first name mismatch in user ID token and field mapping settings
2021-03-16 15:08:44 +00:00
Lai Wei 6e8157e81c rename "resource" DB field to "tokenresource" 2021-03-12 10:34:29 +00:00
Lai Wei 27d5376fa4 Improve handling of auth_oidc token with unmatched users 2021-03-09 14:30:48 +00:00
Lai Wei 8419162ed3 Move cronjob to schedule task 2021-02-16 16:34:23 +00:00
Lai Wei 90d99b1448 bug fix - field name for user first name mismatch in user ID token and field mapping settings 2021-02-16 16:02:14 +00:00
Lai Wei 6cd42ddd76 bug fix - use unset variable $upn as email address when using auth_oidc without local_o365 2021-02-16 15:55:26 +00:00
Lai Wei ed3be9c235 update version files for 3.10.0 release 2021-01-28 09:55:40 +00:00
Lai Wei d39592e17b Revert "update version files for 3.10.0 release"
This reverts commit 85898eb26631f4947774163f14f25a599107cd8b.
2021-01-28 09:46:35 +00:00
Lai Wei ba32e2164d Merge branch 'wip-70006-m310' into MOODLE_310_STABLE
* wip-70006-m310:
  support field mapping on all fields on login.

# Conflicts:
#	local/o365/classes/feature/usersync/main.php
2021-01-20 23:15:50 +00:00
Lai Wei 82445f0817 support field mapping on all fields on login. 2021-01-20 23:13:36 +00:00
Lai Wei f611a5d942 Merge branch 'wip-70006-m310' into MOODLE_310_STABLE
* wip-70006-m310:
  support field mapping on all fields on login.
2021-01-20 17:00:25 +00:00
Lai Wei 725e841421 support field mapping on all fields on login. 2021-01-20 16:59:40 +00:00
Lai Wei 95f65c363d update version files for 3.10.0 release 2021-01-18 15:34:34 +00:00
Lai Wei aed2162c45 Merge branch 'wip-70740-m310' into MOODLE_310_STABLE
* wip-70740-m310:
  Rename Office 365 to Microsoft 365

# Conflicts:
#	local/o365/classes/feature/usergroups/coursegroups.php
#	local/o365/classes/observers.php
#	local/o365/classes/rest/notebook.php
#	local/o365/lang/en/local_o365.php
2021-01-18 15:22:17 +00:00
Lai Wei 4f48cfcfd7 Merge branch 'wip-70009-m310' into MOODLE_310_STABLE
* wip-70009-m310:
  Move single sign off feature from local_o365 to auth_oidc
2021-01-18 15:17:28 +00:00
Lai Wei 1fd599aaae Merge branch 'wip-70553-m310' into MOODLE_310_STABLE
* wip-70553-m310:
  bug fix in Chinese API endpoint detection in auth_oidc
2021-01-18 15:17:14 +00:00
Lai Wei 258393e914 Merge branch 'wip-67460-m310' into MOODLE_310_STABLE
* wip-67460-m310:
  Handle user token not containing valid user ID error
2021-01-18 15:14:30 +00:00
Lai Wei 83d5301fc0 Merge branch 'wip-70471-m310' into MOODLE_310_STABLE
* wip-70471-m310:
  bug fix in field mapping for sites using only auth_oidc and not local_o365
2021-01-18 15:10:59 +00:00