summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-21Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999229 13f79535-47bb-0310-9956-ffa450edef68
2010-09-21Change content of sample catalogs to show different results when the app is ↵jsdelfino2-6/+6
wired to one or another. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999180 13f79535-47bb-0310-9956-ffa450edef68
2010-09-21Remove 'javaClass' JSON property as it's not needed anymore.jsdelfino2-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999176 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Minor change, renamed getcatalog to items.jsdelfino11-14/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999159 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino21-202/+1018
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998571 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Fixing compilation issues in 64Bit environmentlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998301 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997187 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15Upgrade build scripts to on Ubuntu 10.04.jsdelfino10-34/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997186 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Add support nickname property to WSGI / GAE integration code.jsdelfino1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993642 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Add some error checking to the OAuth support.jsdelfino1-7/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993641 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Minor tweaks to make the OAuth support work with Github.jsdelfino2-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993192 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Enable OAuth and OpenID to be used together in the same app. Add a few ↵jsdelfino9-75/+495
OpenID providers to test login page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993178 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Exclude build output from version control.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993177 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ↵jsdelfino43-77/+1160
OpenID support and changes to enable it to co-exist with OAuth. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992963 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ↵jsdelfino4-3/+5
directive to follow HTTPD naming convention. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992962 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Configure mod-auth-openid to use memcached instead of sqlite. Remove ↵jsdelfino14-6/+65
dependencies on sqlite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992219 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29Make sure components execute in the correct contribution directory and fix ↵jsdelfino7-26/+72
support for Python relative module imports. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990483 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Support local in-process function proxies between components contributed by ↵jsdelfino3-30/+31
a virtual host and the main host. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988384 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ↵jsdelfino10-40/+186
using local function proxies instead of HTTP proxies for local wires. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987845 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22Refactor store-cluster sample components to allow vhosts to share common ↵jsdelfino12-103/+137
cache and database components. Minor fixes to config scripts and wiring code to get that combination working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987844 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster ↵jsdelfino28-119/+455
sample configuration. Also some logging improvements and aggregation of the sample logs using scribe. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987012 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19Exclude test program build output from version control.jsdelfino2-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987011 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino17-0/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985800 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ↵jsdelfino44-174/+912
in store-cluster sample. Add a front cache component which can be used to wire a cache component and a database component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985799 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS ↵jsdelfino56-403/+1377
and add HTTPS config to store-cluster sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985561 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and ↵jsdelfino23-77/+609
OpenID to coexist. Add OpenID support to sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981352 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Change sample to use a pool of three memcached servers. Add a property to ↵jsdelfino21-49/+112
the memcached component to list multiple memcached servers. Replace spaces by tabs in memcached keys as spaces are not allowed in keys. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980010 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using ↵jsdelfino62-111/+1735
mod_proxy_balancer to distribute requests across three servers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980009 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24Change OpenID conf to protect the entire tree under a host, and work with ↵jsdelfino8-53/+122
OpenID step2 discovery. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@978945 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21Add a test of the password protected python store sample.jsdelfino3-14/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966096 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Add more JSON and ATOMPub test cases.jsdelfino24-39/+168
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965342 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17Support the host property and a /logout URL on WSGI servers.jsdelfino8-10/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965145 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12Enable HTTPD mod_status in SSL-enabled configuration.jsdelfino1-0/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963319 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino2-11/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963318 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08More changes to get both single and mass dynamic virtual hosting working ↵jsdelfino32-243/+457
with HTTP and HTTPS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961589 13f79535-47bb-0310-9956-ffa450edef68
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be ↵jsdelfino23-123/+1249
deployed, resolved, wired and invoked within a virtual host. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960847 13f79535-47bb-0310-9956-ffa450edef68
2010-07-06Minor cleanup of config scripts and samples.jsdelfino37-1351/+1135
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960846 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04HTTPD configuration changes to properly work behind a proxy or in a cluster.jsdelfino5-7/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960383 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04Minor fixes to the Ubuntu build scripts.jsdelfino7-10/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960382 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04Add utility script to map port 80 to httpd's port.jsdelfino2-0/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960381 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01Support user and email properties in WSGI integration.jsdelfino8-24/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959523 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01Refactor OpenID test pages and add test methods returning the user info.jsdelfino11-92/+187
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959522 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01Minimal support for implementation.widget, using simplified (and generic) ↵jsdelfino59-4801/+810
JSONRPC and ATOMPub Javascript proxies. Minor changes to the server runtime to serve reference requests from widgets. Adjust and simplified samples using the widget support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959521 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Add a sign out page and links to more OpenID providers.jsdelfino5-11/+75
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958437 13f79535-47bb-0310-9956-ffa450edef68
2010-06-27Update build instructions and scripts to include the OpenID support.jsdelfino3-14/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958391 13f79535-47bb-0310-9956-ffa450edef68
2010-06-27Add support for user and email component properties, and minimal support for ↵jsdelfino13-6/+352
sign in using OpenID. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958305 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Minor build script fixes.jsdelfino2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958158 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Fix test composite name.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956806 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Fix default libs variable name in configure script.jsdelfino1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956805 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Add a utility script to SSH to an EC2 instance.jsdelfino1-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956804 13f79535-47bb-0310-9956-ffa450edef68