summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-30Support ATOM and RSS entries with no content or description.jsdelfino4-7/+45
2010-12-29Skeleton of a composite app editor module.jsdelfino22-42/+1046
2010-12-29Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino6-8/+23
2010-12-27Fix automated build and Ubuntu 10.10 install.jsdelfino1-0/+6
2010-12-27Port REST support improvements to AppEngine Python integration scripts and ad...jsdelfino6-27/+145
2010-12-27Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...jsdelfino5-12/+54
2010-12-24Improve component and reference rendering and layout. Recurse over wired refe...jsdelfino3-164/+364
2010-12-24Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino9-19/+44
2010-12-24Fix content types. Removed duplicate function.jsdelfino1-23/+7
2010-12-24Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino1-0/+1
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino12-28/+178
2010-12-24Preserve HTTP request path when routing a request through a component reference.jsdelfino1-3/+9
2010-12-12Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino8-283/+287
2010-12-11Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...jsdelfino7-28/+1316
2010-12-11Add XML and JSON to/from Scheme conversion test programs.jsdelfino5-1/+216
2010-12-08Move JavaScript eval functions to the js module.jsdelfino8-282/+386
2010-12-08Move HTTPD Require configuration for openid resources to the openid configura...jsdelfino3-16/+22
2010-12-08Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...jsdelfino3-2/+145
2010-12-06Create a js module for client side javascripts. Move client component script ...jsdelfino10-8/+951
2010-12-03Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino13-41/+105
2010-12-03Reset auth cookie before re-auth in login page.jsdelfino4-0/+8
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino18-197/+316
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino9-23/+23
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino30-231/+771
2010-11-03Add missing return statement in proxy function.jsdelfino1-1/+1
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino22-65/+130
2010-10-28Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ...jsdelfino2-7/+29
2010-10-28Fix path to JavaScript file.jsdelfino1-1/+1
2010-10-27Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino3-53/+74
2010-10-25Support python method invocation style on references, ref.func(...) in additi...jsdelfino6-17/+107
2010-10-25Improve format of HTTP and HTTPS logs.jsdelfino2-2/+13
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino2-4/+4
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino9-21/+21
2010-09-21Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino1-1/+3
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino17-189/+973
2010-09-17Fixing compilation issues in 64Bit environmentlresende2-2/+2
2010-09-15Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2-2/+2
2010-09-15Upgrade build scripts to on Ubuntu 10.04.jsdelfino2-2/+2
2010-09-08Add support nickname property to WSGI / GAE integration code.jsdelfino1-1/+7
2010-09-08Add some error checking to the OAuth support.jsdelfino1-7/+40
2010-09-07Minor tweaks to make the OAuth support work with Github.jsdelfino2-3/+10
2010-09-06Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...jsdelfino5-15/+262
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino26-61/+1082
2010-09-06Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...jsdelfino3-2/+4
2010-09-03Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino4-1/+42
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino5-26/+45
2010-08-24Support local in-process function proxies between components contributed by a...jsdelfino1-24/+29
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino8-38/+180
2010-08-22Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino4-22/+51
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino6-27/+50