summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino16-0/+21
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino3-14/+4
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino25-248/+1033
2010-08-02Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino15-77/+211
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino23-78/+466
2010-07-24Change OpenID conf to protect the entire tree under a host, and work with Ope...jsdelfino8-53/+122
2010-07-21Add a test of the password protected python store sample.jsdelfino1-11/+23
2010-07-19Add more JSON and ATOMPub test cases.jsdelfino14-36/+36
2010-07-17Support the host property and a /logout URL on WSGI servers.jsdelfino3-4/+31
2010-07-12Enable HTTPD mod_status in SSL-enabled configuration.jsdelfino1-0/+15
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino2-11/+22
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino9-76/+164
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino6-121/+329