313 Commits

Author SHA1 Message Date
jgutierr25
df5b8b8895 test if auth cas activated and no parameters 2007-07-17 12:08:26 +00:00
jgutierr25
017f1a617d *** empty log message *** 2007-07-17 11:46:19 +00:00
mjollnir_
2520258128 Merged Donal's changes to MNET to allow moodle to also network with mahara.
changelog follows

    [MNET-manual] added version.php, install.xml and upgrade.php patches
    Route remote users back to their home server without going through jump.php and land.php
    Display app-specific strings in the user view
    Display the application icon in the Remote Host block
    Hide the 'logs' tab if the application under review is not Moodle
    Hide the 'logs' tab if the application under review is not Moodle
    Update user record to note that picture == 1 once a picture has been
    transferred.
    Change 2 to uri - is this fluid?
    Add application paramter to bootstrap function
    Find the application
    Workaround for PHP5.2.2 bug: http://bugs.php.net/bug.php?id=41293
    $HTTP_RAW_POST_DATA was not being populated
    Ensure we get an application for our Peer
    Update the URI to use for MNET
    The default 'wantsurl' should be empty
    Use the appropriate 'land' url for the remote application
    Add hidden form elements for 'application'
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
2007-07-14 03:00:12 +00:00
exe-cutor
73f1e3b28b Merged changes from stable 2007-07-11 08:30:01 +00:00
exe-cutor
f309632a05 Merged changes from stable version 2007-07-11 08:04:12 +00:00
jgutierr25
f535ea21fd *** empty log message *** 2007-07-09 08:49:47 +00:00
Martin Langhoff
a9b24e489b cvsimport fixups - new files 2007-07-07 14:30:55 +12:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
skodak
e5d31b2f1b MDL-10355 fixed typo 2007-07-05 20:39:41 +00:00
skodak
9347082d10 MDL-10309 Broken password expiration support for LDAP user types rfc2307 and rfc2307bis, patch by Iñaki Arenaza; merged from MOODLE_18_STABLE 2007-07-01 15:42:36 +00:00
jgutierr25
74c9f514ab pb case sensitive when get ldap attribute 2007-06-28 09:35:32 +00:00
skodak
4225d4ba3a MDL-10068 "Lost Password" button does not work for ldap auth 2007-06-10 19:26:12 +00:00
skodak
7a4025d0b6 MDL-10061 LDAP user creation broken for Novell eDirectory since 1.8; patch by Iñaki Arenaza 2007-06-09 15:33:22 +00:00
jgutierr25
209596cb6a automatic authentication when direct access from another CAS application and multiauth 2007-06-05 08:35:57 +00:00
skodak
bffe39c6d5 MDL-4687 Password expiration support for AD (with patch) - patch by Iñaki Arenaza, thanks! 2007-05-30 08:54:52 +00:00
skodak
66fc70dd2e MDL-9954 LDAP auth settings form problem with 'Member Attribute' and 'Member Attribute uses dn'; patch by Iñaki Arenaza - thanks! 2007-05-30 08:49:19 +00:00
skodak
81fb221d31 MDL-9626 Enable user signup with Active Directory (via LDAP); patch by Iñaki Arenaza - thanks! 2007-05-30 08:47:00 +00:00
skodak
4db13f9465 MDL-9880 Remove user_activate() method from public API because it was used only from user_confirm() in LDAP, other plugins use only user_confirm()
MDL-9575 fix email signup in ldap auth mod
2007-05-21 20:33:42 +00:00
skodak
2cef74f91f MDL-9861 Password expiration value is calculated wrong when ldap_expirationtime2unix() returns 0 - patch by Iñaki Arenaza; merged from MOODLE_18_STABLE 2007-05-21 20:08:45 +00:00
jgutierr25
c8afa50ba5 *** empty log message *** 2007-05-21 07:11:12 +00:00
moodler
d0e84e1be0 Added Iñaki's patch from MDL-7233 for 1.9 - thanks! 2007-05-21 05:23:00 +00:00
exe-cutor
1531d1efef Merging fixes from 1.8 stable 2007-05-15 08:49:54 +00:00
skodak
e52f2d582e MDL-9642 auth/CAS: Dependence on external PEAR DB; merged from MOODLE_18_STABLE 2007-05-10 12:30:14 +00:00
poltawski
e9e928b68d MDL-9742 Converting tabs to spaces 2007-05-09 00:50:29 +00:00
poltawski
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
jgutierr25
0c121d998a patch for bug when you connect from authentication block on main page 2007-05-04 08:06:40 +00:00
donal72
1bc6c1ed37 MDL-9288 - use addslashes to avoid injection attacks on data imported vi mnet 2007-04-29 14:09:27 +00:00
skodak
ab6ff8a4b5 MDL-9491 fixed problem with broken change/reset password in db auth when using internal passwords 2007-04-22 21:40:28 +00:00
stronk7
d972bfd01a Add one missing return causing db(internal) pass change not to work.
Partially, MDL-9491

Merged from MOODLE_18_STABLE
2007-04-22 14:19:43 +00:00
nicolasconnault
77a297d274 Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
nicolasconnault
933e257ab2 MDL-9322 Fixed non-compliant xhtml code for mnet pages, logs and enrol pages 2007-04-13 07:03:04 +00:00
skodak
23a947985b MDL-9297 - fixed broken mnet logout caused by my auth refactoring; merged from MOODLE_18_STABLE 2007-04-11 14:01:59 +00:00
skodak
5671e77f13 MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout ; merged from MOODLE_18_STABLE 2007-04-11 13:01:14 +00:00
skodak
d525ca256a MDL-9287 missing resultset check in mnet config_form(); merged from MOODLE_18_STABLE 2007-04-11 08:51:01 +00:00
skodak
c9feab8e6c MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout ; merged from MOODLE_18_STABLE 2007-04-11 08:46:23 +00:00
donal72
f71a7f8f37 MNET: Uninitialised variable $timenow. Should be time()? 2007-04-10 22:23:37 +00:00
stronk7
a7e323672d Fixing authdb->close() in some places. Credir goes to Seiti. MDL-9212
Merged from MOODLE_18_STABLE
2007-04-05 22:22:28 +00:00
exe-cutor
a155f3784d Merged username login form bug fix from stable 2007-04-02 14:13:59 +00:00
skodak
344514fca5 MDL-3339 support md5 and sha1 in ldap when adding or changing passwords; merged from MOODLE_18_STABLE 2007-03-29 19:50:53 +00:00
skodak
cd874e2133 MDL-8590 fixed ldap creators, added new option to specify dn in member attribute; merged from MOODLE_18_STABLE 2007-03-29 15:53:09 +00:00
skodak
a8d58c58e7 MDL-9099 LDAP auth does not allow dn in idnumber field (or other user attributes); patch by Jeff Graham; merged from MOODLE_18_STABLE 2007-03-29 08:42:07 +00:00
moodler
1a1d8ec690 Merged rename of README -> README.txt from stable 2007-03-29 02:55:23 +00:00
skodak
f5fd4347dd MDL-8973 auth hooks final cleanup; merged from MOODLE_18_STABLE 2007-03-28 08:28:02 +00:00
skodak
109e958167 MDL-8973 improved auth plugin docs; merged from MOODLE_18_STABLE 2007-03-23 11:28:23 +00:00
skodak
6bc1e5d577 (MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs 2007-03-22 12:27:52 +00:00
skodak
376b3141e5 MDL-8968 no auth plugin broken; merged from MOODLE_18_STABLE 2007-03-20 07:55:54 +00:00
stronk7
e8858fb1cb XHTML compliance...
Merged from MOODLE_18_STABLE
2007-03-19 16:39:00 +00:00
exe-cutor
3ea28768af Merging authentication changes back to head 2007-03-09 13:20:55 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
skodak
dd0feda5c2 MDL-8669 broken auth signup code 2007-02-27 10:22:33 +00:00