Revisions for framework/RPC/RPC.php

Location: [ Horde ] / framework / RPC / RPC.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.7.10.15 FRAMEWORK_3 (+2 -2 lines) 05/09/2008 04:49 AM Jan Schneider jan

MFH

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4

1.28 (+2 -2 lines) 04/06/2008 08:12 PM Jan Schneider jan

Remove weird global function, more cleanup.

1.7.10.14 FRAMEWORK_3 (+5 -1 lines) 02/08/2008 03:36 PM Chuck Hagenbuch chuck

MFH: PHP 5 SOAP backend and RPC examples.

Tags: HORDE_3_2_RC3

1.27 (+5 -1 lines) 02/08/2008 03:26 PM Chuck Hagenbuch chuck

[cjh] Add a PHP 5 SoapServer RPC backend. Automatically used instead
of PEAR SOAP if available, except for WSDL/DISCO requests.

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

Happy New Year

Tags: HORDE_3_2_RC2

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

Happy New Year

1.7.10.12 FRAMEWORK_3 (+35 -94 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

1.25 (+2 -2 lines) 11/29/2007 05:40 PM Michael Rubinsky mrubinsk

Add missing comma from the example method call.

Tags: BEFORE_MERGE_3_2

1.24 (+3 -3 lines) 11/28/2007 10:51 AM Michael Rubinsky mrubinsk

Add jsonrpc to the list of available types in the phpdoc.

1.7.10.11 FRAMEWORK_3 (+7 -1 lines) 03/09/2007 12:19 PM Jan Schneider jan

MFH: 1.23

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4

1.23 (+7 -1 lines) 03/09/2007 12:15 PM Jan Schneider jan

Make authentication work with CGI SAPIs too.

Tags: HORDE_3_2_RC1, HORDE_3_2_ALPHA

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

Happy New Year

Tags: HORDE_3_1_4_RC1

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

Happy New Year

1.21 (+2 -2 lines) 01/01/2007 07:40 PM Jan Schneider jan

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

1.20 (+9 -12 lines) 09/14/2006 05:02 PM Michael M Slusarz slusarz

Don't create class vars - just use a $params array.

1.19 (+3 -3 lines) 09/10/2006 08:55 PM Chuck Hagenbuch chuck

- one more clarity tweak - requestAuthorization to
requestMissingAuthorization

- remove BC code since Horde versions are not seperated from framework
versions at the moment

- remove $params from getResponse() and just set factory $params and
$input appropriately.

1.18 (+23 -66 lines) 09/10/2006 01:01 AM Chuck Hagenbuch chuck

- avoid negative parameters for clarity: rename "noauth" parameter,
which scared me ;), to requestAuthorization. Perfectly reasonable to
let the request choose between being flat-out denied or asked for
credentials, and this commit tries to clarify that that's what's
happening. To match, the _authorize parameter inside Horde_RPC is now
_requireAuthorization, giving us _requireAuthorization and
_requestAuthorization. I'm definitely open to other names, but this
seems clearest to me for now.

- get rid of unnecessary shutdown function and
Horde_RPC::singleton. Just use factory.

1.7.10.9 FRAMEWORK_3 (+23 -7 lines) 09/07/2006 10:14 PM Michael M Slusarz slusarz

MFH: rpc.php - 1.40; RPC.php - 1.16, 1.17; soap.php - 1.20

1.17 (+3 -3 lines) 09/07/2006 09:57 PM Michael M Slusarz slusarz

Still send header if not authing - just don't ask for WWW authentication.

1.16 (+25 -9 lines) 09/07/2006 09:47 PM Michael M Slusarz slusarz

Add 'noauth' parameter to rpc.php - allows us to skip authentication attempt
if initial authentication is unsuccessful.
$params should be an array, not a string.

1.15 (+19 -32 lines) 05/03/2006 12:26 AM Chuck Hagenbuch chuck

reorganize constructors to only include drivers when the driver isn't already
defined, and not to silence include calls.

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

Happy new year

Tags: HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

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

Happy new year\!

1.7.10.7 FRAMEWORK_3 (+6 -3 lines) 12/07/2005 03:31 PM Jan Schneider jan

MFH: 1.13

1.13 (+6 -3 lines) 12/07/2005 01:39 PM Jan Schneider jan

Fix example.

Bug: 3098
Submitted by: fse (at) camline (dot) com

1.7.10.6 FRAMEWORK_3 (+5 -3 lines) 12/01/2005 05:30 AM Matt Selsky selsky

MFH: References.

1.12 (+5 -3 lines) 12/01/2005 04:49 AM Matt Selsky selsky

References.

1.7.10.5 FRAMEWORK_3 (+1 -1 lines) 10/18/2005 07:01 AM Jan Schneider jan

Merged from HEAD.

1.7.10.4 FRAMEWORK_3 (+8 -12 lines) 05/22/2005 05:33 PM Matt Selsky selsky

MFH: Remove unneeded 'object' and 'access public' tags from phpdoc.

Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1

1.11 (+8 -12 lines) 05/22/2005 05:24 PM Matt Selsky selsky

Remove unneeded 'object' and 'access public' tags from phpdoc.

Tags: BEFORE_MERGE_3_1

1.7.10.3 FRAMEWORK_3 (+17 -26 lines) 05/10/2005 02:21 AM Matt Selsky selsky

MFH: Remove "optional" from phpdoc.

1.10 (+17 -26 lines) 05/10/2005 02:11 AM Matt Selsky selsky

Remove "optional" from phpdoc.

1.7.10.2 FRAMEWORK_3 (+1 -2 lines) 04/21/2005 07:26 AM Matt Selsky selsky

Remove @version.

1.9 (+1 -2 lines) 04/21/2005 01:56 AM Matt Selsky selsky

Remove @version.

1.8 (+1 -1 lines) 01/03/2005 08:09 AM Jan Schneider jan

Happy New Year

1.7.10.1 FRAMEWORK_3 (+3 -3 lines) 01/03/2005 07:19 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1

1.7 (+14 -2 lines) 09/08/2004 05:07 AM Jan Schneider jan

Allow SOAP responses without authentication.

Tags: FRAMEWORK_3, HORDE_3_0, HORDE_3_0_RC3

1.6 (+4 -35 lines) 02/09/2004 05:42 PM Jan Schneider jan

Remove unused method. Remove dependancy on registry.

Tags: HORDE_3_0_ALPHA

1.5 (+4 -2 lines) 01/24/2004 06:21 PM Chuck Hagenbuch chuck

Add the stub of a WebDAV server to the RPC package. Need a way to
autodetect it, though; I didn't get that far.

1.4 (+3 -3 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

1.3 (+20 -19 lines) 11/26/2003 07:27 PM Jan Schneider jan

Rename RPC to Horde_RPC.

1.2 (+7 -28 lines) 11/26/2003 06:53 PM Jan Schneider jan

Implement SOAP server.
Move dispatcher to the concrete RPC server driver.
Small fixes.

1.1 11/25/2003 10:24 PM Chuck Hagenbuch chuck

- Move the RPC package to the framework
- Eliminate the gettext dependancy in the RPC package