Mark Ward
7b9643b59c
MDL-49022 auth_ldap: trigger event when required.
...
When calling update_user_record() for auth_ldap the method
now has option to trigger event core\event\user_updated when
syncing with domain controller.
This means that the event will be triggered by sync_users()
but not by user_signup().
2015-06-23 17:00:34 +08:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Marina Glancy
4f8b6d5674
MDL-50099 auth: less verbose account confirmed message
2015-05-05 15:33:36 +01:00
Frederic Massart
b2687a055d
MDL-49179 weblib: Secure the direct usage of $_SERVER['HTTP_REFERER']
2015-05-05 18:31:13 +08:00
Helen Foster
0634dc3b76
MDL-50033 lang: Merge English strings from the en_fix language pack
2015-04-29 21:43:00 +02:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Matteo Scaramuccia
6514ced4f5
MDL-47004 LDAP: improved the default objectClass setting for AD.
2015-04-15 23:53:35 +02:00
Simey Lameze
f5da794c25
MDL-49412 core_auth: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Eloy Lafuente (stronk7)
31f5ee4a34
MDL-48887 auth: added new hook to upgrade notes.
2015-04-02 11:08:20 +02:00
Jan Eberhardt
5921f6974d
MDL-31578 auth_shibboleth: Custom fields added to shibboleth settings
...
Since LDAP is able to sync custom user profile fields, this feature was
requested for Shibboleth.
2015-02-19 13:56:10 +00:00
Zachary Durber
a6fe447a9a
MDL-43415 auth_db: support textarea and uppercase fields
2015-02-10 13:47:22 +08:00
Vadim Dvorovenko
4ad0d0f2f5
MDL-43415 auth_db: Adding custom profile fields to "Lock user fields"
...
Adding custom profile fields to "Lock user fields". It's needed to sync
custom user profile fields with external DB.
2015-02-10 10:37:12 +08:00
Gilles-Philippe Leblanc
699001c79b
MDL-48873 auth_cas: Wrong redirection with bad multiauth login
2015-01-16 11:54:09 -05:00
Eloy Lafuente (stronk7)
ae3663a082
Merge branch 'MDL-48748-master-enfix' of git://github.com/mudrd8mz/moodle
2015-01-07 17:15:52 +01:00
Helen Foster
b7853012b8
MDL-48748 lang: Merge English strings from the en_fix language pack
2015-01-06 21:53:17 +01:00
Simey Lameze
fb60e23a67
MDL-47964 auth_shibboleth: Fix DOS on the shibboleth logout
2015-01-06 10:59:30 +00:00
Sam Hemelryk
54907a6a9b
Merge branch 'MDL-34437-master' of git://github.com/ankitagarwal/moodle
2014-12-09 15:58:46 +13:00
Eloy Lafuente (stronk7)
6054036fbc
Merge branch 'MDL-48255-master' of git://github.com/lameze/moodle
2014-12-08 19:14:07 +01:00
Simey Lameze
ef9739f0eb
MDL-48255 auth_ldap: make ldap cookie check more robust
...
Thanks to Baptiste Desprez for spotting this and provide a solution.
2014-12-02 15:28:03 +08:00
Didier Raboud
9318de17ef
MDL-34437 shibboleth: Correct the shibboleth wiki links.
2014-12-01 14:56:29 +05:30
Petr Skoda
1d658535b6
MDL-47830 auth: Add pw rotation restrictions
2014-12-01 08:53:52 +13:00
Dan Poltawski
e7087cb4c6
MDL-20365 auth_db: upgrade.txt - make the hash comment clearer
2014-11-27 08:43:32 +00:00
Dan Poltawski
4832be5a40
MDL-20365 auth_db: refinement to the upgrade.txt
2014-11-27 08:26:43 +00:00
David Monllao
c00cbdc784
MDL-20365 auth_db: Warning users about case sensitive plain passwords
...
Also, changing returned passwords to lower case when
maching against an md5() string or a sha1() string.
2014-11-27 13:57:06 +08:00
Eloy Lafuente (stronk7)
e3d9fc3f5a
MDL-20365 auth_db: cross-db passfield case and saltedcrypt unit test
2014-11-26 12:11:46 +01:00
Sam Hemelryk
4cbf997db0
Merge branch 'MDL-48197-master' of git://github.com/andrewnicols/moodle
2014-11-25 11:02:19 +13:00
Sam Hemelryk
35ccccf368
Merge branch 'wip_MDL-48282_m29_firstaccess' of https://github.com/skodak/moodle
2014-11-25 09:39:33 +13:00
Sam Hemelryk
c7c397ca39
MDL-20365 auth_db: post integration tweaks
...
* Fixes SQL indentation.
* Amended the new auth_dbsaltedcrypt string.
2014-11-25 09:05:24 +13:00
Petr Skoda
f720c2c060
MDL-48282 Standardise update of user->firstaccess
2014-11-21 09:25:57 +13:00
Andrew Nicols
fc05c1b8e5
MDL-48197 testing: Normalise uses of noemailever and phpmailer sink
2014-11-19 09:09:50 +08:00
Ray Morris
f97b63bfd1
MDL-20365 auth_db: Add salted crypt() password hash option
2014-11-12 16:32:34 -06:00
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00
Dan Poltawski
5a6c9f1cfb
Merge branch 'MDL-48021' of git://github.com/stronk7/moodle
...
Conflicts:
admin/tool/monitor/version.php
mod/lesson/version.php
2014-11-05 12:11:16 +00:00
Helen Foster
ba033b861e
MDL-48035 Merge English strings from the en_fix language pack
2014-11-04 21:55:26 +01:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Damyon Wiese
4d0fe0ec94
Merge branch 'wip-MDL-36987-master' of git://github.com/marinaglancy/moodle
2014-10-29 10:20:47 +08:00
Jetha Chan
b865a3e2d1
MDL-47559 user_menu: customusermenu setting
2014-10-27 20:04:45 +08:00
Tim Hunt
a20d675250
MDL-47666 DB auth & enrol: unit tests fail with custom DB drivers
...
Changed to used $DB->get_db_family, rather than hard-coding the list of
class names.
2014-10-20 12:10:52 +01:00
Marina Glancy
c74ec3e619
MDL-36987 auth_manual: fix config for field locking
...
Thanks to Sergey for the patch
2014-10-16 18:16:50 +08:00
Damyon Wiese
0d474cb2b4
Merge branch 'MDL-28484-master' of https://github.com/lucisgit/moodle
2014-10-08 09:53:53 +08:00
Dan Poltawski
99675668b4
Merge branch 'MDL-45893-master-v3' of git://github.com/jethac/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-10-07 16:52:07 +01:00
Jetha Chan
854a647e62
MDL-45893 user_menu: responsive approach; fixed minor issues
2014-10-07 23:31:47 +08:00
Tony Butler
1e31f11852
MDL-28484 core_lib: Add function for https detection
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-10-03 13:02:29 +01:00
Jetha Chan
6da0e4cfff
MDL-45893 user_menu: based on action_menu, new responsive approach
2014-10-03 15:12:59 +08:00
Dan Poltawski
76e348d46d
Revert "MDL-45893 user_menu: revised based on action_menu"
...
Was not yet ready for the prime time.
This reverts commit dc4bff329dc2faf56445effebaa6790e0bc76713.
This reverts commit a535004e5c54689dc664d780b15900e1e6e19f83.
This reverts commit c8398fb95af3533a1945e0b4f45ac939f3044d8d.
This reverts commit d24b8e52d38526bf62612c3569db1d3174613c77.
Conflicts:
theme/bootstrapbase/less/moodle/modules.less
theme/bootstrapbase/style/moodle.css
2014-10-01 08:58:22 +01:00
zbdd
77218e4a52
MDL-42993 auth: spaces removed from usernames by default only
...
Functionality by default does not change with this patch.
However spaces are no longer stripped when cleaning usernames IF
$CFG->extendedusernamechars has been set.
Also included 2 trim statements where small issues were found with reading
external usernames in that were not filtered for trailing whitespaces.
2014-10-01 08:24:54 +13:00
Dan Poltawski
a535004e5c
MDL-45893 behat: quick fix for usermenu logout button
...
(This needs revisiting properly - I am not an xpath expert)
2014-09-30 13:54:07 +01:00
Helen Foster
9447cdc206
MDL-47031 Merge English strings from the en_fix language pack
2014-09-03 10:02:56 +02:00
Damyon Wiese
c2dbaaef64
Merge branch 'wip-MDL-39888-master-v2' of git://github.com/abgreeve/moodle
2014-08-27 09:53:35 +08:00