David Monllao
c573ca1cfd
MDL-53401 auth_mnet: Note in upgrade.txt about the change
2016-03-30 09:21:11 +08:00
David Monllao
11e60abf75
Merge branch 'MDL-53401-master' of git://github.com/lameze/moodle
2016-03-30 09:12:25 +08:00
gabrielrosset
3ce68e4f8f
MDL-53401 auth_mnet: add user created event trigger on MNET
...
Moodle does not fire user_created event while creating user via MNET.
That makes impossible to hook on user creation when user land into a host via MNET for the 1st time.
2016-03-23 08:38:29 +08:00
David Monllao
f811003aae
Merge branch 'MDL-53519-master' of git://github.com/lameze/moodle
2016-03-22 06:51:57 +08:00
Simey Lameze
dfc7c0a9df
MDL-53519 auth_cas: update cas to version 1.3.4
2016-03-21 13:16:03 +08:00
Cameron Ball
052141abc7
MDL-52207 upgradelib: Replace uses of Zend_Server_Reflection
...
Now that Zend has been removed we can only use native PHP reflection
methods.
2016-03-21 11:03:24 +08:00
Andrew Nicols
c7f04791f3
MDL-52386 auth_ldap: Typo fix for suspended user
2016-03-16 08:03:05 +08:00
Andrew Nicols
baa536188b
Merge branch 'MDL-52386-master' of git://github.com/cameron1729/moodle
2016-03-16 07:50:10 +08:00
Cameron Ball
6141dcfe67
MDL-52386 auth_ldap: Add support for disabled accounts
2016-03-11 16:48:18 +08:00
Rajesh Taneja
86055d11f9
MDL-46891 behat: Optimised login step and context helper
2016-03-11 10:51:15 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Simey Lameze
ce59760476
MDL-50705 auth_db: apply standard cleaning to all fields
...
Also unit tests were added to cover the new clean_data() method.
2016-03-10 13:17:08 +01:00
Rajesh Taneja
b4a5d4fa17
MDL-52387 auth_ldap: Use proper dn to find password age
...
dn with fine grained password should be used
to get msds-maximumpasswordage attribute.
No checks should be used to see if the array
key is set as entry should always return them.
2016-02-18 11:38:03 +08:00
David Monllao
ce74ad69ae
Merge branch 'MDL-52387-master' of git://github.com/lameze/moodle
2016-02-16 11:25:22 +08:00
Simey Lameze
c1bc628e1d
MDL-52387 auth_ldap: add support for fine grained password
...
Contributed by Matthew Johnson.
2016-02-16 11:03:42 +08:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Eloy Lafuente (stronk7)
f5e0cb117a
Merge branch 'MDL-52975-master-mnet-context' of git://github.com/mudrd8mz/moodle
2016-02-08 22:57:45 +01:00
David Mudrák
1ef135e773
MDL-52975 mnet: Set system context on the MNet SSO landing page
...
Without the context being explicitly set, debugging warning can be
displayed in certain rare situations.
2016-02-04 17:14:30 +01:00
Andrew Nicols
abedeb8c70
MDL-51723 ldap: Normalise the user objectclass
2016-02-01 10:24:34 +08:00
Marina Glancy
cc3048eb41
MDL-52286 core: several fixes to ADOdb
2015-12-14 18:06:22 +08:00
Dan Poltawski
1bd60ff6a5
MDL-52285 auth: Add constructors for backwards compat
...
These are very unlikely to be used but just to be safe..
2015-12-10 10:34:29 +00:00
Marina Glancy
4a89e83b80
MDL-52285 auth: use __construct() for constructors
2015-12-10 13:40:42 +08:00
Tony Levi
79d4558a58
MDL-52283 core: password_hash() deprecation in PHP7
2015-11-27 09:12:20 +08:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Helen Foster
da6ecfd8c1
MDL-52018 lang: Merge English strings from the en_fix language pack
2015-11-02 22:12:06 +01:00
Simey Lameze
0bc41cfcec
MDL-51824 auth: include required CLI library
2015-10-26 15:52:11 +08:00
Simey Lameze
37e51a5daa
MDL-51824 core: initial deprecation of auth sync CLI scripts
...
This commit does the initial deprecation of the CLI scripts of CAS and LDAP authentication plugins.
2015-10-26 13:36:27 +08:00
Vadim Dvorovenko
e96ac9156d
MDL-46623 auth: Sheduled tasks for users sync
...
Sheduled tasks for syncing users with external sources for auth_ldap
and auth_cas. Using task is simplier than setting separate cron
job for running cli script. Task are disabled by default.
2015-10-22 12:45:57 +08:00
Andrew Nicols
dc2091c87f
Merge branch 'MDL-51162-master' of git://github.com/lameze/moodle
2015-10-20 10:48:14 +08:00
Simey Lameze
4d16a2749f
MDL-51162 core: replace all HTTP_RAW_POST_DATA usages
...
This patch replace all usages of HTTP_RAW_POST_DATA that was deprecated on PHP 5.6 by
file_get_contents('php://input'). Only the TinyMCE library has not been updated.
2015-10-20 10:27:26 +08:00
Andrew Nicols
dabb53c525
Merge branch 'MDL-45981-master' of git://github.com/lameze/moodle
2015-10-07 08:18:10 +08:00
Simey Lameze
ac9d9646d4
MDL-45981 auth_cas: add cURL SSL versions dropdown
2015-10-06 14:59:14 +08:00
Mark Nelson
e84b1eba3d
MDL-51656 auth_radius: fixed colon location
2015-10-02 16:34:14 -07:00
Simey Lameze
9b3ae641e4
MDL-45981 auth_cas: coding style fixing
2015-10-01 15:08:05 +08:00
John Gasper
6d4cae04b6
MDL-45981 auth_cas: add suport to SSL3 on CAS.
...
This patch gives the user the option of specifying which SSL version PHPCAS/cURL should use.
2015-10-01 14:49:13 +08:00
Marina Glancy
0f7f30021a
MDL-51217 auth: check if recaptcha enabled for current plugin
2015-09-16 15:30:04 +08:00
David Monllao
b3e8e09175
Merge branch 'MDL-50884-master' of git://github.com/lameze/moodle
2015-09-15 17:15:47 +08:00
David Monllao
7426ea3dac
Merge branch 'MDL-51217-master' of git://github.com/lucisgit/moodle
2015-09-14 10:04:08 +08:00
Simey Lameze
ef6998015f
MDL-50884 auth_shibboleth: fix logout handler url generation
...
This patch fixes the shibboleth redirect url generation, that can create invalid url
if the shibboleth logout_handler setting has a parameter generating two parameters
with (?) instead of (&).
Thanks to Matteo Boni for the proposed solution.
2015-09-14 09:48:55 +08:00
Ruslan Kabalin
7f2033eafe
MDL-51217 auth: Check if recaptcha enabled in the plugin used for signup.
2015-08-26 15:25:40 +01:00
Simey Lameze
e450eb32d9
MDL-40179 auth_cas: change is_proxybypass parameter to use server url
2015-08-19 10:43:03 +08:00
John Okely
78a713685d
MDL-50307 auth_db: Stop using AS to prevent error with some drivers
2015-08-11 12:11:43 +08:00
Charles Fulton
b6f28375b7
MDL-45113 auth: add is_configured method and convert auth_db to use it
2015-07-31 15:16:08 +00:00
Simey Lameze
06ae66043b
MDL-49360 core_lib: remove get_referer() call form auth ldap
2015-07-29 10:43:03 +08:00
Simey Lameze
25565918d9
MDL-49360 core_lib: fix typo on auth_ldap
2015-07-28 15:04:27 +08:00
Dan Poltawski
2ac792f579
Merge branch 'MDL-41598-master' of https://github.com/mackensen/moodle
2015-07-27 15:24:31 +01:00
Simey Lameze
dcee0b9447
MDL-49360 core_lib: add new method get_local_referer()
...
This commit also replace all usages of $_SERVER['HTTP_REFERER'] and get_referer().
2015-07-27 11:11:24 +08:00
Eloy Lafuente (stronk7)
870d1aae1e
MDL-49022 auth_ldap: keep method visibility unmodified.
2015-06-24 03:07:35 +02:00
Rajesh Taneja
5ee54f87a1
MDL-49022 auth_ldap: Updated unit test, checking sync_user events
2015-06-23 17:00:35 +08:00