2012-05-23 Henry Story just updated shiro to latest default branch shiro
2012-05-23 Henry Story minor README fixes
2012-05-23 Henry Story minor change
2012-05-23 Henry Story README markdown improvements
2012-05-23 Henry Story added hyperlinks to README
2012-05-23 Henry Story added TODO to README
2012-05-23 Henry Story merge webid-java6 to default.
2012-05-23 Henry Story minor doc fix webid-java6
2012-05-23 Henry Story explanation for why idp does not work on Jetty webid-java6
2012-05-23 Henry Story updating the README so that it explains how access controlled resources work. webid-java6
2012-05-23 Henry Story create a useable test certificate for an end user. webid-java6
2012-05-23 Henry Story server cert now has CN=localhost, so that it works for local demos webid-java6
2012-05-23 Henry Story curl only sends for certificate if requested in NEED mode webid-java6
2012-05-23 Henry Story remove early scratch file webid-java6
2012-05-22 Henry Story better doc, cmd line info, & netty does http, ... (clean up) webid-java6
2012-05-11 Henry Story moved back to java6. webid-java6
2012-04-17 Henry Story fix error to make tests pass webid
2012-04-17 Henry Story fix Content-Location issue (partly) following http://lists.w3.org/Archives/Public/public-webid/2012Apr/0006.html webid
2012-04-15 Henry Story Untested support for proxies webid
2012-04-13 Henry Story POST image to container webid
2012-04-13 Henry Story allow PUT and GET of images webid
2012-04-11 Henry Story allow connection to TLS servers that don't get their own domain name right webid
2012-04-11 Henry Story fix dir listing content-neg + tests webid
2012-04-11 Henry Story Distinguish between :Items & :Collections in dir listings webid
2012-04-10 Henry Story Get directory listings with SIOC ontology webid
2012-04-10 Henry Story POSTing a doc with relative URLs binds them to created doc webid
2012-04-10 Henry Story add DELETE tests webid
2012-04-10 Henry Story POST of rdf to directory creates resource + returns 201 webid
2012-04-09 Henry Story fix bug in client SSL connection configuration webid
2012-04-09 Henry Story enable insecure client TLS connections for testing webid
2012-04-05 Henry Story update tests for DELETE added previously webid
2012-04-04 Henry Story add deletion with HTTP DELETE webid
2012-04-04 Henry Story create directories if they don't exist webid
2012-04-04 Henry Story adapted EchoServer for netty. Upgraded to unflitered 0.6.1 webid
2012-04-03 Henry Story adding anti-xml back for test suite webid
2012-04-03 Henry Story improve documentation webid
2012-03-11 Henry Story upgrade to latest sbt & update dependencies webid
2012-02-01 Henry Story somehow this did not get into previous commit. webid
2012-02-01 Henry Story code to async_http_client to fetch remote rdf asynchronously, and aalto_xml to parse rdf_xml asynchronously. (still missing other formats) webid
2012-01-24 Henry Story minor comment fixes webid
2012-01-24 Henry Story missing character in comment webid
2012-01-24 Henry Story don't cache DNS names for so long, in order to deal with DNS changes. webid
2012-01-24 Henry Story Be lenient with non standard hexBinary that might contain white space webid
2012-01-24 Henry Story No Good N3 parser yet, so moving it's priority way down (really just in case people mislable turtle to n3) webid
2012-01-13 Henry Story somehow Intellij replaced the original copyright statements with mine. probably when moving directory webid
2012-01-13 Henry Story Adding current version of rdflib. There does not seem to be a mavne equivalent for javascript. webid
2012-01-11 Henry Story merged changes into main webid branch. (getting used to hg) webid
2012-01-11 Henry Story moved to people directory webid
2012-01-07 Henry Story adding a bit of logging to see where connections are being made to. Introduced scalaish library for logging. webid
2012-01-07 Henry Story added log4j properties back for console debugging webid
2012-01-06 Henry Story Fix mime type for xhtml, upgraded to latest incubator of jena and added timeout for connection when fetching files. webid
2012-01-05 Henry Story The server did not cope well with initial failure followed by subsequent success. This is an initial fix for that. The procedure is for the verification to first check data in cached graphs and if that fails to check from fresh web information. Renamed WebCache to GraphCache. WebCache would be another service that would know how to cache representations. Updated to latest version of guava, the google collections library. webid
2012-01-04 Henry Story XClaim does not work the way I hoped. see: http://stackoverflow.com/questions/8731157/netty-https-tls-session-duration-why-is-renegotiation-needed . Also added Clearing of cashes on authentication code, just to make sure that browser caches don't get in the way. webid
2012-01-03 Denis Duvauchelle WebId - Social web browser webid
2011-12-24 Henry Story Trying to get proguard to work with Java7. It compiles and produces jar, but has removed too many files. webid
2011-12-23 Henry Story setting ids consistenlty for the form since the javascript depends on it. webid
2011-12-23 Henry Story fixes UI problem with Safari and Opera (on OSX at least) due to those servint certificates only in requested with NEED. This leads to very ugly UI experience, which can only be fixed using ajax. webid
2011-12-22 Henry Story start of fix for setting an alias for keys in keychain. webid
2011-12-22 Henry Story fix assembly config so that it the sbt "assembly" task works and produces a runnable jar which can be started with "java -Dnetty.ssl.keyStoreType=JKS -Dnetty.ssl.keyStore=`pwd`/src/test/resources/KEYSTORE.jks -Dnetty.ssl.keyStorePassword=secret -jar target/read-write-web.jar --https 8443 test_www /2011/09" webid
2011-12-21 Henry Story mime types followed by charset types would break the mime type recognition and select rdfxml webid
2011-12-21 Henry Story will re-introduce this later perhaps. webid
2011-12-21 Henry Story improved output of test suite for increased readability. Also moved the URL to the one that foafssl.org has been using for some time so that links don't break to that service. webid
2011-12-20 Henry Story Reduced number of signatures to one instead of possible 3 per session. webid
2011-12-20 Henry Story Reduce signatures down to the minimum, only when needed. webid
2011-12-19 Henry Story Jena does not support D-entailment on xsd:hexBinary so because of the danger of there possibly being a white space in front or at the end of the number we cannot limit ourselves to the ASK query. https://issues.apache.org/jira/browse/JENA-170 webid
2011-12-19 Henry Story Made the idp entry page look good by using unfiltered styles. webid
2011-12-19 Henry Story minor simplification of code. btw. all this works best with netty. webid
2011-12-18 Henry Story added templates of html that should have been pushed in previous commit webid
2011-12-18 Henry Story Creating a much more user friendly IDP. Required a few things: that we be able to get a certificate without forcing a fetch of it - on entry to the site for example. webid
2011-12-11 Henry Story This is really a test commit for discussion on the scala-user mailing list. Added nmae to the resource trait, so that one can get the URI of a resource. webid
2011-12-05 Henry Story WebIDP starting to function. Turned WebCache to object, as tracking it's around was too complicated. Added simple primitive caching to WebCache. X509Cache can now use google caching mechanism too because it no longer needs to be bothered with trying to use WebCache. Added singing code for stings needed by IDP. webid
2011-12-03 Henry Story updated to latest unfiltered. added dispatch.nio library back as it will be interesting to use. webid
2011-12-03 Henry Story added thread safety to Http fetches. Tried nio, but is more work... webid
2011-12-03 Henry Story updated to unfiltered 0.5.2 webid
2011-12-03 Henry Story Cleaning up test code and tying it to the testing "intent". The WebIDClaim is now very much a claim. the verify method returns the WebID if there are no errros (SAN not parsed, document not found, etc...) webid
2011-11-29 Henry Story made the code use more of ScalaZ. Should be more functional. Is this better? webid
2011-11-27 Henry Story Added simple support for RDFa - required by latest http://webid.info/spec . Also update KEYSTORE for a long life, and define BASE path in shell in an absolute way. webid
2011-11-24 Henry Story added logout javascript, and finished test output - though not aesthetically. webid
2011-11-24 Henry Story updated to latest spec ( http://webid.info/spec ) which simplifies dramatically the code - it is not accidental. Also upgraded to spec2 which seems to work. webid
2011-11-23 Henry Story improvements from the list suggested by Domel and Mo McRoberts <mo.mcroberts@bbc.co.uk> webid
2011-11-21 Alexandre Bertails - turtle.scala.egp webacl
2011-11-21 Alexandre Bertails ~ a bug in Eclipse made me miss a file webacl
2011-11-21 Alexandre Bertails ~ refactoring webacl
2011-11-21 Alexandre Bertails turtle serializer for jena model webacl
2011-11-21 Alexandre Bertails ~ merge webacl
2011-11-21 Alexandre Bertails ~ merge webacl
2011-11-21 Alexandre Bertails ~ webacl
2011-11-21 Alexandre Bertails ~ sbt downloads itself the nightly build of the scala compiler webacl
2011-11-21 Alexandre Bertails !!! this compiles only with the latest Scala compiler (nightly build) webacl
2011-11-20 Henry Story 20% of the way to getting the WebID test resource operational. Aiming to do better than: https://foafssl.org/test/WebId webid
2011-11-20 Henry Story 3 fixes: trySome return None if value is null, X509Cert contradiction is removed (noticed on WebIDXG mailing list), certificates don't pass if they are not valid webid
2011-11-18 bertails + WebACL definition based on imported WebACLs and local Authorizations webacl
2011-11-18 Alexandre Bertails + proposed abstraction for WebACLs in webacls.scala webacl
2011-11-18 Alexandre Bertails Starting 'webacl' branch webacl
2011-11-17 Henry Story merged in Alexandre's improvements back into WebId branch webid
2011-11-17 Henry Story start working with Scalate and especially the very minimalistic scuery http://scalate.fusesource.org/documentation/scuery.html webid
2011-11-17 Henry Story Shell script now uses sbt shipeed in repository webid
2011-11-17 Henry Story Added a first intent to see if Scalate works. I am especially interested in the very light Scuery http://scalate.fusesource.org/documentation/scuery.html . This works with Netty and Jetty. bblfish
2011-11-17 Henry Story tie the script in bin to the sbt that comes by default with the project. Should the sbt in the project be placed in bin/ ? bblfish
2011-11-03 Henry Story Fix sbt miminmum memory usage. webid
2011-11-14 Alexandre Bertails ~ merge
2011-11-14 Alexandre Bertails ~ experimenting test
2011-11-14 Alexandre Bertails + HttpMethod.scala (fix)
2011-11-14 Alexandre Bertails + HttpMethod.scala
2011-11-13 Alexandre Bertails ~ pause in the middle of code review + refactoring
2011-11-12 Alexandre Bertails ~ merge with webid branch, starting code-review
2011-11-12 Alexandre Bertails ~ ignore .cache and .settings
2011-11-12 Alexandre Bertails ~ fix Scala warning webid
2011-10-23 Alexandre Bertails ~ fix some import issues, not caught by sbt (but idea did)
2011-10-23 Alexandre Bertails ~ newer version of scalaz
2011-10-23 Alexandre Bertails + intellij idea support via plugin
2011-10-30 Henry Story Test suite now works with WebID auth. Creates Profile, adds authorization, and only user can write to file to add a friend for example. webid
2011-10-28 Tim Berners-Lee had to merge but removed all my changes
2011-10-28 Tim Berners-Lee Add debug output
2011-10-11 Tim Berners-Lee Includes kludge to fix returned URIs as relative
2011-10-27 Henry Story 1. As POSTing ACLs to the filesystem gives them full URLs, it has become important to query the .meta.n3 using full URLs for the resources. This requires the AuthZ class to have access to the Manifest, in order to decide which way to find the full urls for a resource webid
2011-10-26 Henry Story We can now create a WebId, and limit access control to a file. webid
2011-10-26 Henry Story create a self signed cert and add public key to foaf. including tests. webid
2011-10-25 Henry Story added some initial specs to test access control. Can connect and put content on the resources. webid
2011-10-23 Henry Story All old tests now run with netty server. (but jetty is disabled - need to make it selectable) webid
2011-10-23 Henry Story Don't initiate session reconnection if the certificate is already webid
2011-10-23 Henry Story ReadWriteWeb now also runs on netty. Old tests work. webid
2011-10-22 Henry Story getting both netty and jetty to work together with same Cycle.Intent webid
2011-10-22 Henry Story little cleanup webid
2011-10-22 Henry Story compiles now. webid
2011-10-22 Henry Story nearly complete but broken code for moving partly to netty webid
2011-10-21 Henry Story refactored code into different files: code related to Https setup in server.scala and code related to the initial test server in another. webid
2011-10-21 Henry Story A simle shell script so that one can start sbt in debug mode, with the correct parameters for the keys, and with easy to set ssl options webid
2011-10-21 Henry Story added a netty based lightweight server that can do TLS renegotatiation. webid
2011-10-20 Henry Story testing out the PUT/POST parts of the main plan. Added an echo service, because I was having trouble understanding what was going on. Fixed a few import problems, that made intellij underline things webid
2011-10-18 Henry Story added some documentation on how to get going. webid
2011-10-18 Henry Story minor changes webid
2011-10-18 Henry Story fixing 2 licence errors: One license that was not updated correctly to MIT, one file that did not belong to me to license. webid
2011-10-17 Henry Story updated to new cert:ontology which now allows relation from person to key, making it easier to write in foaf files. webid
2011-10-17 Henry Story refactored plan.scala and its ReadWriteWeb class in order to seperate more cleanly the different parts of the plan. This makes it easier to wrap the right part of the plan with an access control wrapper. It also makes it a little bit easier to understand. Pursuing this line of thinking could also allow more flexibility later. Also fixed a nullpointer exception, which should go in a different patch, but I am not good enough at mercurial. webid
2011-10-16 Henry Story catching up fully with Alex Bertails changes. Added also a bit of mime type guessing in the FileSystem class' get method webid
2011-10-16 Henry Story applied Alexandre Bertails' "~ refactoring + abstraction for asked resources, based on URI extension and Accept headers". The nice thing is that now the n3 example are returned for those who are authenticated and authorizaed as n3. It used to be returned as rdf/xml webid
2011-10-16 Henry Story Merging Alexandre Bertails move from Strings to URLs. There are some classes missing here, but the next change is quite big, so I'd rather move in steps. webid
2011-10-16 Henry Story merging in Alex Bertails "~ enforce Content-Type for POST" -- seems to have no impact on my changes. webid
2011-10-16 Henry Story mergine A. Bertail's " enforce the use of Scala types in the API for better dialog with Jena" which extends a patch to modelFromInputStream I had added to do this. My patch is therefore no longer needed. webid
2011-10-16 Henry Story merging Alex. Bertail's "~ work around the content-types for GET and PUT" webid
2011-10-16 Henry Story have been trying to remove this file for a while I believe. webid
2011-10-16 Henry Story merging with Alex Bertails changeset "vocabulary change: use Lang and Content-Type more consistently" and adapted some of my code too webid
2011-10-16 Henry Story this works now. Trickery with null pointer exceptions from Java most likely webid
2011-10-16 Henry Story access control should now work on the file foaf.n3 in test_www using the foaf.n3.protect.n3 file. It does not because Jena just does not want to return the right results for the SPARQL query. Publishing it in case someone can help find what the issue is. webid
2011-10-16 Alexandre Bertails + first version of directory creation
2011-10-16 Alexandre Bertails + log4j.properties
2011-10-15 Alexandre Bertails ~ the Representation trait gets its own file
2011-10-15 Alexandre Bertails ~ refactoring + abstraction for asked resources, based on URI extension and Accept headers
2011-10-15 Alexandre Bertails ~ some refactoring
2011-10-15 Henry Story Authorization working: It currently only allows me, but that's an important starting point. webid
2011-10-15 Alexandre Bertails ~ enforce Content-Type for POST
2011-10-15 Alexandre Bertails ~ enforce the use of Scala types in the API for better dialog with Jena
2011-10-15 Alexandre Bertails ~ work around the content-types for GET and PUT
2011-10-14 Henry Story forgot to update the tests after verification. And also the X509view did not show the URI correctly. webid
2011-10-14 Henry Story adapted code to unfiltered way. Now WebID checks are only done when needed. No need for JAAS anymore either. webid
2011-10-14 Henry Story added MIT licence to code - and new X509Cert class. webid
2011-10-13 Alexandre Bertails ~ vocabulary change: use Lang and Content-Type more consistently
2011-10-13 Henry Story added /test/authinfo resource, that displays very simply the authentication information. It is now easy to just add an Authz filter to enable or disable access to resourcs. webid
2011-10-13 Henry Story Reached a stable state & stumbled on a unfiltered issue where I need to point to this code on the mailing list. webid
2011-10-13 Henry Story work done for shiro branch. But I am not convinced shiro is well structured. So I want to try somehting simpler first shiro
2011-10-12 Henry Story merged with Alexandre Bertails branch. Apart from adding initial WebID code, a few small changes such as a method for translating mime type objects into their Jena equivalent. webid
2011-10-12 Henry Story merged changes with yesterday's commit by Alexandre. Should be easier then to merge the most recent commits. webid
2011-10-12 Henry Story narrowing down the differences, before a merge webid
2011-10-12 Henry Story replaced Lookup service registry with apparently more Scalish default variables after a discussion with Alexandre Bertails. Not completely convinced - not unconvinced either: now the WebCache object has to be passed along through three objects when it is only the last one that requires it. We don't pass along caching objects like that when we do URLConnections for example in Java. Perhaps it is the mistake of the web cache. Perhaps it should just be statically be set, since there should really only be one per system? webid
2011-10-12 Henry Story moved the https server to its own file webid
2011-10-12 Henry Story using the argot parser, to start syncing with the main branch. webid
2011-10-12 Alexandre Bertails ~ fixed comment (just remembered that Validation is *not* actually a monad)
2011-10-12 Alexandre Bertails ~ refactoring
2011-10-11 Henry Story Added initial WebID code. WebIDs are verified, but verification is not cashed so it is slow. Authentification is not used yet either. webid
2011-10-10 Alexandre Bertails ~ huge refactoring on Specs: much easier to understand and to add new specs
2011-10-08 Alexandre Bertails + Argot library for parsing
2011-10-07 Alexandre Bertails ~ fix for sbt dependency (kudos Marc Harrah)
2011-10-04 Tim Berners-Lee Fixed error in hg cone comnand missing hg in path
2011-10-03 Alexandre Bertails ~ fix README.markdown
2011-10-03 Alexandre Bertails ~ README.markdown
2011-10-03 Alexandre Bertails ~ merge
2011-10-03 Alexandre Bertails + README.markdown
2011-10-02 Alexandre Bertails ~ update to sbt 0.11 and scala 2.9.1. weird error when dispatch only in test scope
2011-10-02 Alexandre Bertails ~ better ./sbt script (works with curl and wget)
2011-09-28 Tim Berners-Lee merge
2011-09-02 Tim Berners-Lee New mashlib.js -- see mashlib.js Makefile
2011-09-01 Tim Berners-Lee New mashlib.js -- see mashlib.js Makefile
2011-09-04 Alexandre Bertails ~ defines implicit to handle Validation[ResponseFunction, ResponseFuntion]
2011-09-04 Alexandre Bertails + test for HTTP 400 for PUT with non-valid RDF
2011-09-04 Alexandre Bertails ~ relies on the Validation monad from ScalaZ
2011-08-31 Tim Berners-Lee Add some URIs and options
2011-08-30 Alexandre Bertails ~ add some log infos on POSTs
2011-08-30 Alexandre Bertails + html web interface
2011-08-29 Alexandre Bertails ~ fix a bug in conneg (was reacting on content-type instead of Accept)
2011-08-29 Alexandre Bertails ~ really filters on the basePath
2011-08-29 Alexandre Bertails ~ implemented the switch mode, not yet mapped in the binary
2011-08-29 Alexandre Bertails ~ prepare test for 404
2011-08-29 Alexandre Bertails ~ fix: POSTing an RDF document to a resource that does not exist should succeed and create the graph
2011-08-29 Alexandre Bertails ~ better packaging + instructions to build the jar
2011-08-29 Alexandre Bertails ~ fixed directory creation bug
2011-08-29 Alexandre Bertails + test for DELETE (specification unknown)
2011-08-29 Alexandre Bertails + HEAD (not tested)
2011-08-29 Alexandre Bertails ~ handleBad Request on POST
2011-08-29 Alexandre Bertails + abstraction to deal with graph documents
2011-08-29 Alexandre Bertails ~ use temp dir for tests
2011-08-28 Alexandre Bertails + content negociation
2011-08-28 Alexandre Bertails + proguard plugin, configuration not worky yet
2011-08-28 Alexandre Bertails + SPARQL CONSTRUCT support
2011-08-28 Alexandre Bertails + ASK support
2011-08-28 Alexandre Bertails + support for SPARQL SELECT on POST
2011-08-28 Alexandre Bertails ~ fix the relative URI issue (by using explicit RDFWriter)
2011-08-28 Alexandre Bertails ~ simple refactoring
2011-08-28 Alexandre Bertails + POST RDF chunk
2011-08-27 Alexandre Bertails ~ tests are better organized
2011-08-27 Alexandre Bertails + test for PUT + beIsomorphicWith Matcher
2011-08-27 Alexandre Bertails ~ refactoring
2011-08-26 Alexandre Bertails + test for MS-Author-Via header
2011-08-26 Alexandre Bertails ~ GET and POST works as expected
2011-08-26 Alexandre Bertails - dummy dependencies
2011-08-26 Alexandre Bertails + README.txt
2011-08-26 Alexandre Bertails ~ performs sparql update on POST
2011-08-26 Alexandre Bertails ~ do something, not want I want
2011-08-26 Alexandre Bertails init