Revisions for imp/pgp.php

Location: [ Horde ] / imp / pgp.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
2.79.6.17 FRAMEWORK_3 (+14 -7 lines) 07/17/2008 06:49 PM Jan Schneider jan

MFH: 2.121

2.79.6.16 FRAMEWORK_3 (+24 -24 lines) 07/17/2008 06:49 PM Jan Schneider jan

MFH: 2.120

2.121 (+14 -7 lines) 07/17/2008 06:46 PM Jan Schneider jan

Don't allow adding private keys as public keys.
Bug: 7080

2.120 (+24 -24 lines) 07/17/2008 06:42 PM Jan Schneider jan

Re-order to easier follow the logic.

2.79.6.15 FRAMEWORK_3 (+2 -3 lines) 04/11/2008 04:50 PM Chuck Hagenbuch chuck

MFH 2.119

Tags: IMP_4_2, IMP_4_2_RC4

2.119 (+2 -3 lines) 04/11/2008 04:49 PM Chuck Hagenbuch chuck

don't re-define IMP_BASE when this is included from prefs.php

2.79.6.14 FRAMEWORK_3 (+6 -3 lines) 04/08/2008 12:48 AM Michael M Slusarz slusarz

MFH: Start updating app pref handlers to correctly work with DIMP.

2.118 (+6 -3 lines) 04/08/2008 12:38 AM Michael M Slusarz slusarz

Start updating app pref handlers to correctly work with DIMP.

2.79.6.13 FRAMEWORK_3 (+2 -1 lines) 02/21/2008 01:59 AM Michael M Slusarz slusarz

Bug: 6280
MFH: Fixes re: popup JS code

Tags: IMP_4_2_RC3

2.117 (+2 -1 lines) 02/20/2008 11:34 PM Michael M Slusarz slusarz

Make sure prototypejs is loaded when we call popup code.

2.79.6.12 FRAMEWORK_3 (+5 -5 lines) 01/25/2008 11:56 PM Chuck Hagenbuch chuck

MFH:
1.1083    +2 -0      imp/docs/CHANGES
2.34      +6 -6      imp/filterprefs.php
2.116     +5 -5      imp/pgp.php
2.84      +3 -3      imp/smime.php

2.116 (+5 -5 lines) 01/25/2008 11:55 PM Chuck Hagenbuch chuck

[cjh] Make sure that custom checkbox preferences are stored as 0 or 1 instead
of 'on' or ''.

2.79.6.11 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:31 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_2_RC2

2.115 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

2.79.6.10 FRAMEWORK_3 (+166 -45 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

2.114 (+3 -1 lines) 11/14/2007 05:28 AM Michael M Slusarz slusarz

Do a smarter job of loading some libraries - we pretty much will always need
IMAP.php, while Template/Help is only needed when viewing via imp (they
are not needed when using dimp/mimp).

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1

2.113 (+2 -2 lines) 10/19/2007 07:16 PM Matt Selsky selsky

Typo in error message.

2.112 (+6 -3 lines) 10/19/2007 01:33 PM Jan Schneider jan

Don't search key servers when adding public pgp keys to the address book.
Search key severs as the final resort only, i.e. after checking the user's
identity.

2.111 (+1 -2 lines) 06/20/2007 03:33 PM Michael M Slusarz slusarz

Bug: 5307
Inline PHP-generated javascript to avoid cross-domain leaking.

Tags: IMP_4_2_ALPHA

2.110 (+2 -2 lines) 02/17/2007 01:34 PM Matt Selsky selsky

Find imp.js.php in the correct place.

2.79.6.9 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_1_6, IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1

2.109 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

2.108 (+5 -3 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

2.107 (+3 -2 lines) 12/27/2006 02:50 AM Michael M Slusarz slusarz

Remove PHP code from popup.js.

2.106 (+4 -5 lines) 12/18/2006 03:26 PM Chuck Hagenbuch chuck

- Load template engine in base.php since it's used pretty much everywhere.
- Use IMP_Template everywhere, not Horde_Template
- No reason to use Template/Template.php, just use lib/Template.php.

2.105 (+22 -23 lines) 12/15/2006 02:16 AM Michael M Slusarz slusarz

No need for if flag in templates anymore

2.104 (+2 -2 lines) 11/08/2006 02:28 AM Michael M Slusarz slusarz

Bug: 4253
More encoding improvements for popup_imp().

2.103 (+3 -3 lines) 11/03/2006 03:07 AM Michael M Slusarz slusarz

Bug: 4253
encode parameters properly

2.102 (+7 -1 lines) 09/03/2006 01:37 AM Michael M Slusarz slusarz

Bug: 4022
Add preference to only verify PGP & S/MIME signed data upon user request.

2.101 (+9 -2 lines) 09/01/2006 10:19 AM Jan Schneider jan

Vhost'ed preference files.

2.100 (+25 -8 lines) 08/17/2006 12:20 PM Jan Schneider jan

Add support for symmetric PGP encryption.

2.99 (+2 -2 lines) 06/03/2006 01:11 PM Michael M Slusarz slusarz

No more global $imp variable.  Just use $_SESSION['imp'].

2.98 (+1 -2 lines) 05/31/2006 05:29 PM Michael M Slusarz slusarz

Refactor code so Auth_imp:: only deals with authenticating to the IMAP server.
Auth_imp no longer automatically opens a connection to the current mailbox. We
must now manually call IMP_IMAP::changeMbox() anytime we are working with the
IMAP stream and require a connection to a mailbox.  Much cleaner, and should
eliminate any issues with clearing the 'recent' flag incorrectly.

2.97 (+2 -2 lines) 04/26/2006 12:36 AM Michael M Slusarz slusarz

Remove deprecated assign by reference for new object instantiations.

2.79.6.8 FRAMEWORK_3 (+2 -1 lines) 04/10/2006 01:03 AM Michael M Slusarz slusarz

MFH: Never open connection to specific mailbox unless we need it.

Tags: IMP_4_1_3, IMP_4_1_2, IMP_4_1_1

2.96 (+2 -1 lines) 04/07/2006 04:47 PM Michael M Slusarz slusarz

Unless we explicitly set the OP_HALFOPEN flag, imap will default to INBOX.
Automatically convert a blank mailbox to OP_HALFOPEN in IMP_IMAP so we can
more accurately track the current stream state.
Don't open a mailbox if the page has explicitly said we do not need a
connection to a mailbox (e.g. OP_HALFOPEN).
Add some more pages to the list of pages that don't need an active mailbox.

2.95 (+2 -2 lines) 03/12/2006 03:14 AM Michael M Slusarz slusarz

standardize my e-mail address

2.94 (+1 -4 lines) 02/28/2006 12:44 AM Michael M Slusarz slusarz

Don't need these calls anymore as this was fixed in the correct place.

2.93 (+4 -1 lines) 02/25/2006 08:11 PM Michael M Slusarz slusarz

We need to immediately save these prefs values because we may access some
code (i.e. registry call) that will overwrite the prefs for the remainder of
the page load with the old values.

2.92 (+1 -5 lines) 02/25/2006 07:35 PM Michael M Slusarz slusarz

action not needed anymore

2.91 (+92 -19 lines) 02/24/2006 12:43 AM Michael M Slusarz slusarz

Finish converting PGP scripts to Horde_Template::

2.79.6.7 FRAMEWORK_3 (+2 -3 lines) 02/10/2006 11:50 AM Michael M Slusarz slusarz

MFH: We should only need one javascript file to open these popups.

Tags: IMP_4_1, IMP_4_1_RC3

2.90 (+2 -3 lines) 02/10/2006 11:30 AM Michael M Slusarz slusarz

We should only need one javascript file to open these popups.

2.89 (+19 -11 lines) 01/24/2006 06:29 PM Michael M Slusarz slusarz

Convert passphrase input to Horde_Template::.

2.88 (+1 -3 lines) 01/23/2006 12:03 PM Michael M Slusarz slusarz

Apparently you can use gettext tags inside an HTML tag.  I don't know why I
thought otherwise.

2.87 (+16 -4 lines) 01/23/2006 03:30 AM Michael M Slusarz slusarz

convert to Horde_Template::

2.86 (+3 -3 lines) 01/04/2006 02:56 AM Michael M Slusarz slusarz

Move these script files to javascript/ so we can call Horde::addScriptFile()
to include them.

2.79.6.6 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: IMP_4_1_RC2, IMP_4_1_RC1

2.85 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

2.79.6.5 FRAMEWORK_3 (+2 -5 lines) 11/11/2005 01:58 AM Michael M Slusarz slusarz

MFH: fread() -> file_get_contents()

2.84 (+2 -5 lines) 11/11/2005 01:34 AM Michael M Slusarz slusarz

More fread() -> file_get_contents().

2.79.6.4 FRAMEWORK_3 (+3 -3 lines) 11/02/2005 12:06 PM Matt Selsky selsky

MFH: cannot

2.83 (+3 -3 lines) 11/02/2005 11:43 AM Matt Selsky selsky

cannot

2.79.6.3 FRAMEWORK_3 (+1 -2 lines) 10/19/2005 07:46 PM Michael M Slusarz slusarz

Bug: 2797
MFH: pgp.php - 2.82; smime.php - 2.51

2.82 (+1 -2 lines) 10/19/2005 07:44 PM Michael M Slusarz slusarz

Bug: 2797
This JS is not necessary since we already focus elsewhere, and it is not
triggered/displayed until the compose window is loaded anyway.

2.79.6.2 FRAMEWORK_3 (+4 -6 lines) 10/18/2005 08:13 AM Jan Schneider jan

Merged from HEAD

2.81 (+4 -6 lines) 04/15/2005 06:52 AM Jan Schneider jan

Cleanup PGP preferences, get rid of tables, use Prefs_UI elements.

Tags: BEFORE_MERGE_3_1

2.80 (+2 -2 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

2.79.6.1 FRAMEWORK_3 (+2 -2 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

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, IMP_4_0_1

2.79 (+4 -12 lines) 11/21/2004 03:33 PM Michael M Slusarz slusarz

$GLOBALS cleanups.

Tags: FRAMEWORK_3, IMP_4_0, IMP_4_0_RC3, IMP_4_0_RC2

2.78 (+2 -2 lines) 11/05/2004 10:38 AM Chuck Hagenbuch chuck

New menu.

Tags: IMP_4_0_RC1

2.77 (+1 -3 lines) 10/21/2004 11:38 AM Jan Schneider jan

Remove debug code.

Tags: IMP_4_0_BETA

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

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

2.75 (+7 -3 lines) 10/13/2004 03:09 AM Michael M Slusarz slusarz

Try to do better checking to make sure imported personal public and private
keys are correct.
Try to make the text a bit clearer on the import page.
Some formatting tweaks on the import page.

2.74 (+21 -13 lines) 08/30/2004 12:47 AM Michael M Slusarz slusarz

Clean up some of the code dealing with importing personal keys and add some
comments.

2.73 (+6 -6 lines) 08/26/2004 05:18 PM Chuck Hagenbuch chuck

Use fopen/fread instead of file().

2.72 (+2 -2 lines) 05/25/2004 11:52 AM Jan Schneider jan

Move allowFileUploads() and wasFileUploaded() from Horde:: to Browser::

2.71 (+5 -5 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

2.70 (+2 -3 lines) 02/13/2004 04:14 PM Chuck Hagenbuch chuck

Remove Server.php; all functionality has migrated elsewhere. It may not all be in its final home, but we'll see.

Tags: IMP_4_0_ALPHA

2.69 (+2 -2 lines) 01/18/2004 12:48 PM Jan Schneider jan

Use javascript notification instead of $js_onLoad.

2.68 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

2.67 (+2 -2 lines) 01/15/2004 08:03 PM Jan Schneider jan

Prefs moved to framework

2.66 (+2 -2 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

2.65 (+1 -2 lines) 12/24/2003 04:31 PM Michael M Slusarz slusarz

We shouldn't need these anymore now that js_onLoad is obtained through
Util::nonInputVar().

2.64 (+2 -2 lines) 12/17/2003 01:38 PM Michael M Slusarz slusarz

Move classes that extend Horde libraries to subdirectories.

2.63 (+2 -2 lines) 12/16/2003 02:33 AM Michael M Slusarz slusarz

Move Horde_MIME to framework.  If I somehow managed to convert all includes to
the new path, I owe myself a beer.

2.62 (+3 -3 lines) 12/12/2003 05:40 PM Michael M Slusarz slusarz

Move Horde_SessionObjects to framework.

2.61 (+2 -2 lines) 11/26/2003 02:28 PM Chuck Hagenbuch chuck

PrefsUI.php is now Prefs/UI.php for better packaging/etc. More work on this
may follow later. Now it's pie-baking time.

2.60 (+29 -29 lines) 09/16/2003 07:05 PM Jan Schneider jan

Use the new Util:: class.

2.59 (+39 -41 lines) 06/17/2003 03:53 AM Michael M Slusarz slusarz

Convert from numeric -> string Action IDs.
If this works out, we can do this with the other Horde apps as well.

2.58 (+4 -4 lines) 06/12/2003 02:10 AM Michael M Slusarz slusarz

Nuke status.php - 1 less pageload - and move to IMP::status().
This can be done for all other Horde applications also (e.g. like what
Chuck did for menu.php).  I'll slowly try to do this, but any help would
be cool also :)

2.57 (+9 -9 lines) 06/06/2003 11:15 AM Jan Schneider jan

Push the whole PEAR_Error on the notification stack.

2.56 (+2 -2 lines) 05/22/2003 03:15 PM Chuck Hagenbuch chuck

Nuke menu.php - one less file included on every page load.

2.55 (+4 -18 lines) 02/26/2003 05:51 PM Jan Schneider jan

Use pgpPrettyKey() when viewing a key and in the mime viewer. This is much
more informative than showing the PGP data block.

2.54 (+3 -1 lines) 02/24/2003 12:09 PM Chuck Hagenbuch chuck

[cjh] Add navigation for previous/next preferences block in PrefsUI
(Mathieu CLABAUT <mathieu.clabaut@free.fr>).

Submitted by: Mathieu CLABAUT <mathieu.clabaut@free.fr>

2.53 (+11 -9 lines) 02/11/2003 03:58 PM Chuck Hagenbuch chuck

- Move Cache_session to Horde_SessionObjects - the semantics just
aren't the same as the rest of the Cache drivers.

- Rename Cache:: to Horde_Cache:: for consistency/packaging.

- The Horde_Cache:: API is completely revamped to be more
flexible/easy to use.

- Add Horde_Cache_zps::, which lets you use the Zend Performance Suite
output cache as your caching backend.

2.52 (+2 -2 lines) 01/16/2003 03:50 AM Jan Schneider jan

Set charset in _textWindowOutput()

2.51 (+4 -4 lines) 01/13/2003 04:09 AM Michael M Slusarz slusarz

Submitted by: Chris Hastie <lists@oak-wood.co.uk>
Improved handling of PGP packet information.
PEAR::isError -> is_a().
No need to number any of the file pointer variables.

2.50 (+3 -3 lines) 01/03/2003 01:04 PM Jan Schneider jan

Fix warnings.

2.49 (+3 -3 lines) 01/03/2003 12:43 PM Jan Schneider jan

Separate the two import steps a bit clearer.

2.48 (+2 -2 lines) 01/02/2003 09:15 PM Jan Schneider jan

Bump year.

2.47 (+12 -12 lines) 01/02/2003 07:01 PM Michael M Slusarz slusarz

Add blurb on requirement of popup windows.
is_a(), addParameter() updates.

2.46 (+8 -6 lines) 12/27/2002 03:38 AM Michael M Slusarz slusarz

Fix and cleanup saving of PGP public keys.

2.45 (+3 -3 lines) 12/20/2002 01:00 PM Chuck Hagenbuch chuck

The getCode() here doesn't return a valid notification status, so
users were getting a blank passphrase window with no apparent
errors. Now they actually get to see what's wrong.

2.44 (+2 -3 lines) 12/18/2002 05:54 PM Chuck Hagenbuch chuck

Fairly huge commit, due to the amount of code I could rip out with
this change (yay, fewer lines, same functionality):

[cjh] The mail/compose method is now a full call, not a link. This means,
      aside from a bit less code duplication, that we now honor the
      compose_popup preference in $registry calls.
[cjh] Deprecated Registry::includeFiles() and Registry::shutdown().

2.43 (+3 -3 lines) 12/17/2002 03:49 PM Michael M Slusarz slusarz

Only need to output javascript code once.

2.42 (+6 -6 lines) 11/21/2002 04:19 PM Michael M Slusarz slusarz

IMP_PGP:: now extends Horde_Crypt_pgp::.
Move all MIME_Part PGP generation to Horde_Crypt_pgp:: so that it can be
used by all Horde applications.

2.41 (+8 -7 lines) 11/14/2002 03:58 AM Michael M Slusarz slusarz

Improved file upload checking (uses Server::wasFileUploaded() now).
$imp['file_uploads'] now contains the maximum upload size in bytes.
Cleanups in folders.php.

2.40 (+6 -6 lines) 11/07/2002 10:43 PM Michael M Slusarz slusarz

Use Horde::closeWindowJS().

2.39 (+2 -2 lines) 10/07/2002 11:56 AM Jan Schneider jan

Match module name with registry entry.

2.38 (+1 -4 lines) 09/23/2002 12:57 PM Chuck Hagenbuch chuck

cleanup; fix enabling of S/MIME, don't show S/MIME prefs if openssl
isn't available (saves the user from an ugly fatal error screen).

2.37 (+1 -4 lines) 07/24/2002 06:49 PM Jan Schneider jan

Call IMP::checkAuthentication once in lib/base.php instead of in each page.

Only showing the 100 latest revisions. Show all revisions? (may take a while).