Jan Eberhardt
fcf8a305ea
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:26 +00:00
Gilles-Philippe Leblanc
13f6652060
MDL-48873 auth_cas: Wrong redirection with bad multiauth login
2015-01-16 12:00:01 -05:00
Eloy Lafuente (stronk7)
b5e6324f77
Merge branch 'MDL-48748-27-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_27_STABLE
2015-01-07 17:24:29 +01:00
Helen Foster
bdc83459f7
MDL-48748 lang: Merge English strings from the en_fix language pack
2015-01-06 22:01:57 +01:00
Simey Lameze
b82b4c562b
MDL-47964 auth_shibboleth: Fix DOS on the shibboleth logout
2015-01-06 11:05:30 +00:00
Sam Hemelryk
745992c3ee
Merge branch 'MDL-34437-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE
2014-12-09 15:58:51 +13:00
Simey Lameze
d9f52e704d
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:39:11 +08:00
Didier Raboud
0cf19119b5
MDL-34437 shibboleth: Correct the shibboleth wiki links.
2014-12-01 14:57:51 +05:30
Helen Foster
13523e51e4
MDL-48035 Merge English strings from the en_fix language pack
2014-11-04 22:05:07 +01:00
Damyon Wiese
86594f9a95
Merge branch 'wip-MDL-36987-m27' of git://github.com/marinaglancy/moodle into MOODLE_27_STABLE
2014-10-29 10:38:56 +08:00
Tim Hunt
9812ea0a62
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:05:34 +01:00
Marina Glancy
c6458c381a
MDL-36987 auth_manual: fix config for field locking
...
Thanks to Sergey for the patch
2014-10-16 18:17:25 +08:00
zbdd
5d39d47ab6
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:29:28 +13:00
Helen Foster
28c9a1993d
MDL-47031 Merge English strings from the en_fix language pack
2014-09-03 10:59:31 +02:00
Eloy Lafuente (stronk7)
2e97e57edb
Merge branch 'MDL-46753-27' of git://github.com/lameze/moodle into MOODLE_27_STABLE
2014-08-26 02:08:17 +02:00
Eric Merrill
9ec65dc485
MDL-46766 auth_cas: Upgrading to phpCAS 1.3.3
2014-08-18 16:38:55 +08:00
Simey Lameze
068ef548de
MDL-46753 auth_cas: Replace hardcoded logout_return_url to user defined URL.
...
Credit goes to Mitsuru Udagawa, thanks!
2014-08-18 12:57:34 +08:00
Gilles-Philippe Leblanc
b3656b26be
MDL-22469 auth_cas: CAS module : parameter authCAS=NOCAS not properly handled
2014-07-14 10:21:48 +12:00
Sam Hemelryk
4eacb77012
Merge branch 'MDL-46016_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-07-08 14:28:02 +12:00
Mark Nelson
a93f8344ae
MDL-41389 auth_db: added unit tests for events
2014-07-03 20:16:56 -07:00
Mark Nelson
38d8b7b703
MDL-46016 auth_shibboleth: updated misleading comment
...
Also generated a random string for the password field in case it is ever used.
2014-07-03 16:15:57 -07:00
Mark Nelson
69ddeb42e2
MDL-41389 auth_db: added user_updated/created event triggers
2014-07-03 14:28:44 -07:00
Sam Hemelryk
b23bc0a148
Merge branch 'MDL-40805-27' of git://github.com/lameze/moodle into MOODLE_27_STABLE
2014-07-01 09:06:20 +12:00
Rajesh Taneja
93a593daab
MDL-45641 event: Ldap user_signup unit test added
2014-06-27 15:43:49 +08:00
Rajesh Taneja
c8c1a2cb10
MDL-45641 event: Manually trigger event where needed.
...
Some places, user_created_user and user_updated_user
events should be triggred after profile data is saved.
2014-06-27 15:43:49 +08:00
Simey Lameze
8e74bfa8e8
MDL-40805 auth_cas : Trigger user_loggedout event before CAS logout.
2014-06-23 15:19:07 +08:00
Eloy Lafuente (stronk7)
7e78f9c4a5
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:16:36 +02:00
Tim Hunt
63e5416f5b
MDL-45618 Fix @since PHPdoc tags.
2014-05-20 15:03:34 +08:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Dan Poltawski
ba60c47265
Merge branch 'MDL-42956-master' of git://github.com/lameze/moodle
2014-05-06 10:18:44 +08:00
Simey Lameze
5ad9dd5ff2
MDL-42956 auth: Fix hard-coded LIMIT clause on keepalive_client method.
2014-04-28 16:08:49 +08:00
David Monllao
0a0af55021
MDL-45288 behat: Restricting click to .logininfo
2014-04-28 10:20:34 +07:00
Matt Petro
5f1b2e8821
MDL-45118 shibboleth: set context on index page
2014-04-15 23:11:32 -04:00
Eloy Lafuente (stronk7)
57c92af7ad
Merge branch 'MDL-42816-master' of https://github.com/StudiUM/moodle
2014-04-02 01:52:41 +02:00
Eloy Lafuente (stronk7)
6576413e48
MDL-44862 postgres: tests to support socket & port
...
Both the database auth and enrol plugins use ADOdb
to perform connections. Socket and port are allowed
there if passed as "socket:port", so, when both are
configured in CFG, we pass them that way. Else
ADOdb defaults to standard port (5432).
2014-03-31 09:28:57 +08:00
Gilles-Philippe Leblanc
2d35b7d3d8
MDL-42816 auth_manual: Add password expiry for manual auth method
2014-03-27 10:45:01 -04:00
Dan Poltawski
7f42ee92eb
Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle
2014-03-10 13:45:26 +08:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
David Monllao
370e88d4fe
MDL-44440 behat: Other fixes to make clean work properly
...
- Update the step to follow links inside a treeview
to work also when JS is disabled.
- Make regions accept header and footer.
- Change some locators refering to non-clean compatible
regions.
- Restricting click to the table row in forum tracking
because seems to conflict with the navigation bar when
using narrow window sizes.
2014-03-07 14:27:52 +08:00
David Monllao
a1e81b8d3d
MDL-44440 behat: Log out compatible with clean
...
.navbar needs to be clicked before following
log in or log out links.
2014-03-07 11:55:31 +08:00
David Monllao
f083d6145e
MDL-43738 behat: Updating features files
...
The following used steps were replaced by the ones
added in this issue:
- I fill the moodle form with
- I fill in with
- I select from
- I select radio button
- I check
- I uncheck
- the field should match
Also removing test for deprecated steps:
- the ASD checkbox should be checked
- the ASD checkbox should not be checked
2014-02-27 18:22:05 +08:00
Dan Poltawski
e78e671f29
Merge branch 'MDL-43405_master' of https://github.com/markn86/moodle
2014-02-25 10:30:35 +08:00
Damyon Wiese
0721fb9113
Merge branch 'MDL-34319_master' of https://github.com/markn86/moodle
2014-02-24 11:08:03 +08:00
fabmen
fcf2176098
MDL-43405 auth_ldap: Fixed issue with undefined variable: ldap_cookie
2014-02-16 14:22:48 -08:00
fabmen
c28694dc38
MDL-34319 auth_cas: Fixed issue with undefined variable: ldapconnection
2014-02-16 14:19:33 -08:00
Sam Hemelryk
c9f5f0afd3
Merge branch 'wip_master_mdl-32724' of https://github.com/iarenaza/moodle
2014-02-10 15:26:05 +13:00
Sam Hemelryk
cda0ebf042
Merge branch 'MDL-43838_master' of git://github.com/dmonllao/moodle
2014-02-10 11:27:00 +13:00
Iñaki Arenaza
a8451603cf
MDL-32724: LDAP Auth function user_update() returns true even if update has failed
2014-02-04 19:28:59 +01:00
Sam Hemelryk
5eb041021e
Merge branch 'w04_MDL-43903_m27_mssqltests' of https://github.com/skodak/moodle
2014-02-04 10:22:42 +13:00
David Monllao
3688bd470b
MDL-43838 behat: Clean theme compatibility with small and medium screen sizes
2014-02-03 16:59:59 +08:00