Revisions for imp/scripts/custom_login.php

Location: [ Horde ] / imp / scripts / custom_login.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.11 (+2 -2 lines) 08/05/2008 03:22 PM Michael M Slusarz slusarz

If we are using IMP as the auth handler, no need to have duplicate, identical
'imp_key' and 'auth_key' cookies.  Saves ~40B on each request which may not
seem like much but every little bit helps.

1.6.10.4 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 09:00 AM Jan Schneider jan

Merge from HEAD.

Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1, IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3, IMP_4_2_RC2

1.6.10.3 FRAMEWORK_3 (+7 -7 lines) 08/20/2006 02:11 AM Michael M Slusarz slusarz

MFH 1.10

Tags: IMP_4_1_6, IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1

1.10 (+7 -7 lines) 08/20/2006 02:09 AM Michael M Slusarz slusarz

Add some values that were missing and remove some values that can not be
set via POST information.

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1, IMP_4_2_ALPHA

1.6.10.2 FRAMEWORK_3 (+1 -5 lines) 10/18/2005 08:14 AM Jan Schneider jan

Merged from HEAD

Tags: IMP_4_1_3, IMP_4_1_2, IMP_4_1_1, IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2, IMP_4_1_RC1

1.9 (+1 -5 lines) 08/12/2005 12:16 AM Michael M Slusarz slusarz

Bug:
Submitted by:
Merge after:
Removed 'folders', 'namespace, and 'hierarchies' parameters.
Additionally, use correct delimiter depending on the current namespace (since
each namespace can have a different delimiter).

PLEASE NOTE: THIS COMMIT CHANGES A *LOT* OF CODE - code that has been in
IMP for years and has been tweaked until it works on 99.9% of the systems.  The
new code, when fully debugged, is much better in that it conforms to RFC 2342
and removes the confusing 'namespace', 'hierarchies', and 'folders' parameters.
However, especially with systems that use a non-blank personal namespace, this
code is woefully untested at this point.  If you value having a system that
may be able to work the next few days, DO NOT UPDATE FROM CVS.

This commit does not address issues with IMAP_Tree and namespaces either.  I
want to stabilize this code first before I tackle that issue.  There are
serious BC issues to be resolved with fixing/upgrading that code...

Finally, this change will most likely render all mailbox preferences/identity prefs that are currently storing a mailbox value invalid.  This is because the
old way we stored these values (without the namespace information tacked onto
the front) is no longer valid in IMP since there is no more concept of a
"default" namespace.  I will probably have to work on an upgrade script that
will automatically preface all mailbox values in prefs with either a user
specified string or with the value of the default namespace.

Please track bugs at http://bugs.horde.org/ticket/?id=2422

Tags: BEFORE_MERGE_3_1

1.6.10.1 FRAMEWORK_3 (+5 -2 lines) 01/11/2005 11:26 AM Jan Schneider jan

MFH 1.7, 1.8

Tags: IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1, IMP_4_0_3, IMP_4_0_3_RC1, IMP_4_0_2, IMP_4_0_2_RC1

1.8 (+3 -2 lines) 01/11/2005 11:20 AM Jan Schneider jan

Default to redirect to the frameset after logging in, but leave the old
redirection as an example commented out.

1.7 (+3 -1 lines) 01/11/2005 11:17 AM Jan Schneider jan

It's a good idea to not require authentication on the login screen.

1.6 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

Tags: FRAMEWORK_3, IMP_4_0_1, IMP_4_0, IMP_4_0_RC3, IMP_4_0_RC2, IMP_4_0_RC1, IMP_4_0_BETA

1.1.2.4 RELENG_3 (+10 -10 lines) 01/19/2003 01:01 AM Eric Rostetter ericr

* Fix short tags

Tags: IMP_3_2_8, IMP_3_2_7, IMP_3_2_7_RC1, IMP_3_2_6, IMP_3_2_5, IMP_3_2_4, IMP_3_2_3, IMP_3_2_3_RC1, IMP_3_2_2_RC1, IMP_3_2_2, IMP_3_2_1, IMP_3_2, IMP_3_2_RC3, IMP_3_2_RC2, IMP_3_2_RC1

1.5 (+10 -10 lines) 07/16/2002 12:23 PM Marcus I. Ryan marcus

Remove more short tags

Tags: IMP_4_0_ALPHA

1.1.2.3 RELENG_3 (+1 -0 lines) 04/23/2002 12:49 AM Chuck Hagenbuch chuck

wow, i'm slow tonight.

Tags: IMP_3_1, IMP_3_1_RC3

1.1.2.2 RELENG_3 (+22 -5 lines) 04/23/2002 12:48 AM Chuck Hagenbuch chuck

MFH 1.4: more verbose custom login script from Jan Kuipers

1.4 (+1 -0 lines) 04/23/2002 12:48 AM Chuck Hagenbuch chuck

$Horde$

1.3 (+22 -5 lines) 04/23/2002 12:48 AM Chuck Hagenbuch chuck

more verbose custom login script from Jan Kuipers

1.2 (+24 -0 lines) 12/22/2001 09:04 PM Chuck Hagenbuch chuck

Move this in HEAD, too.

1.1 12/16/2001 07:42 PM rich

file custom_login.php was initially added on branch RELENG_3.

Tags: RELENG_3

1.1.2.1 RELENG_3 (+24 -0 lines) 12/16/2001 07:42 PM rich

Formerly docs/custom_login.php.

Tags: IMP_3_1_RC2, IMP_3_1_RC1, IMP_3_0, IMP_3_0_RC4