Commit Graph

27 Commits

Author SHA1 Message Date
Ralf Becker
232252475f patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
80dd3d1fe2 New header.inc.php template
- I dont force the update (updating version in phpgwapi/setup/setup.inc.php),
  as the old one still works through diverse defaults and I want to wait
  for the rewrite of a db-based session handler and making mcrpyt
  available for sessions again (currently not used)
- required includes for xmlrpc and soap are moved to the callbacks of
  this services, as they are NOT required by the rest of eGroupware
2008-08-21 06:21:32 +00:00
Ralf Becker
f7887c6dc3 always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00
Miles Lott
d42945030f Add getallheaders() function if not natively available 2005-09-19 03:37:07 +00:00
Ralf Becker
e72ec322e1 added configuration switch for xmlrpc and soap services (default off) 2005-09-10 10:39:36 +00:00
Miles Lott
a1e8f71b22 Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
Carsten Wolff
64120e723c another shot at datetime.iso8601:
- accept both simple and extended format from input

- output simple format, if the client sends a HTTP-header "isoDate: simple".
  This should maybe extended by another possibility, where the information
  is stored in the session on login. Then there is a good way for all
  clients, regardless of the use of any combination of Auth-headers,
  login/cookies and webservers.
2005-06-30 19:01:19 +00:00
viniciuscb
e66d26d0c1 XMLRPC: included support for on-browser xmlrpc authentication
About Screen: support for image and url in description
2005-06-18 20:29:17 +00:00
Ralf Becker
c863808815 added use of cookie or url to pass session id 2004-03-13 17:54:26 +00:00
Ralf Becker
6c39bdb067 make the name of the Authorization header and the Basic in it case-insensitive 2004-03-12 17:58:55 +00:00
Miles Lott
f66894895a ereg_replaced 2004-01-01 15:38:15 +00:00
Miles Lott
651a91706b Remove check for xmlrpc extension, since we so far implement this in php 2003-10-21 00:52:59 +00:00
Miles Lott
58070d6c2e Update banner 2003-10-21 00:06:44 +00:00
Miles Lott
e30974493b Restored old, working xmlrpc.php which uses the api classes; Moved more recent version to .old for now 2003-10-21 00:04:56 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
Miles Lott
44fd07fde4 update banner 2002-04-15 12:39:24 +00:00
Miles Lott
100779ec63 Disable interop functions by default (again) 2002-01-04 00:58:57 +00:00
Miles Lott
fbce45e2f2 paranoia - disable Template class explicitly 2001-12-11 02:01:37 +00:00
Miles Lott
d471ba248e Disable interop by default - again 2001-12-06 15:59:59 +00:00
Miles Lott
c67fd7c7ee Fix for passing phpgw_info in the querystring 2001-12-05 16:19:12 +00:00
Miles Lott
878aae8025 Don't check headers, simply verify user first, server second. 2001-08-27 09:40:16 +00:00
Miles Lott
51fd39fac2 Fix auth check on xmlrpc.php, modify sessions verify/destroy to optionally
accept sessionid/kp3
2001-08-23 02:54:25 +00:00
Miles Lott
884232c7d0 Trying a new way of handling login and subsequent verification 2001-08-19 23:55:58 +00:00
Miles Lott
a08ce25d51 Move interop tests to xmlrpc.interop.php, fix interserv.php for xmlrpc again 2001-08-19 01:17:35 +00:00
Miles Lott
19007a79d5 Add Id tag 2001-08-14 00:52:43 +00:00
Miles Lott
0a103c4893 Adjust to use constants and GLOBALS 2001-08-09 04:47:42 +00:00
Miles Lott
5efdffad7b Update header to include xml/soap functions... this needs to be ironed out 2001-08-07 23:04:49 +00:00