- ~ experimenting test 2011-11-13, by Alexandre Bertails
- + HttpMethod.scala (fix) 2011-11-13, by Alexandre Bertails
- + HttpMethod.scala 2011-11-13, by Alexandre Bertails
- ~ pause in the middle of code review + refactoring 2011-11-13, by Alexandre Bertails
- ~ merge with webid branch, starting code-review 2011-11-12, by Alexandre Bertails
- ~ ignore .cache and .settings 2011-11-12, by Alexandre Bertails
- ~ fix Scala warning webid 2011-11-12, by Alexandre Bertails
- ~ fix some import issues, not caught by sbt (but idea did) 2011-10-23, by Alexandre Bertails
- ~ newer version of scalaz 2011-10-23, by Alexandre Bertails
- + intellij idea support via plugin 2011-10-23, by Alexandre Bertails
- 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-30, by Henry Story
- had to merge but removed all my changes 2011-10-27, by Tim Berners-Lee
- Add debug output 2011-10-27, by Tim Berners-Lee
- Includes kludge to fix returned URIs as relative 2011-10-11, by Tim Berners-Lee
- 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-28, by Henry Story
- We can now create a WebId, and limit access control to a file. webid 2011-10-27, by Henry Story
- create a self signed cert and add public key to foaf. including tests. webid 2011-10-26, by Henry Story
- added some initial specs to test access control. Can connect and put content on the resources. webid 2011-10-25, by Henry Story
- All old tests now run with netty server. (but jetty is disabled - need to make it selectable) webid 2011-10-23, by Henry Story
- Don't initiate session reconnection if the certificate is already webid 2011-10-23, by Henry Story
- ReadWriteWeb now also runs on netty. Old tests work. webid 2011-10-23, by Henry Story
- getting both netty and jetty to work together with same Cycle.Intent webid 2011-10-22, by Henry Story
- little cleanup webid 2011-10-22, by Henry Story
- compiles now. webid 2011-10-22, by Henry Story
- nearly complete but broken code for moving partly to netty webid 2011-10-22, by 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, by 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, by Henry Story
- added a netty based lightweight server that can do TLS renegotatiation. webid 2011-10-21, by 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-20, by Henry Story
- added some documentation on how to get going. webid 2011-10-18, by Henry Story
- minor changes webid 2011-10-18, by 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-18, by 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, by 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-17, by 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, by 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, by 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, by Henry Story
- merging in Alex Bertails "~ enforce Content-Type for POST" -- seems to have no impact on my changes. webid 2011-10-16, by 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, by Henry Story
- merging Alex. Bertail's "~ work around the content-types for GET and PUT" webid 2011-10-16, by Henry Story
- have been trying to remove this file for a while I believe. webid 2011-10-16, by 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, by Henry Story
- this works now. Trickery with null pointer exceptions from Java most likely webid 2011-10-16, by 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, by Henry Story
- + first version of directory creation 2011-10-15, by Alexandre Bertails
- + log4j.properties 2011-10-15, by Alexandre Bertails
- ~ the Representation trait gets its own file 2011-10-15, by Alexandre Bertails
- ~ refactoring + abstraction for asked resources, based on URI extension and Accept headers 2011-10-15, by Alexandre Bertails
- ~ some refactoring 2011-10-15, by Alexandre Bertails
- Authorization working: It currently only allows me, but that's an important starting point. webid 2011-10-15, by Henry Story
- ~ enforce Content-Type for POST 2011-10-15, by Alexandre Bertails
- ~ enforce the use of Scala types in the API for better dialog with Jena 2011-10-15, by Alexandre Bertails
- ~ work around the content-types for GET and PUT 2011-10-15, by Alexandre Bertails
- forgot to update the tests after verification. And also the X509view did not show the URI correctly. webid 2011-10-14, by 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, by Henry Story
- added MIT licence to code - and new X509Cert class. webid 2011-10-14, by Henry Story
- ~ vocabulary change: use Lang and Content-Type more consistently 2011-10-13, by Alexandre Bertails
- 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-14, by 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, by 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-13, by 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, by Henry Story
- merged changes with yesterday's commit by Alexandre. Should be easier then to merge the most recent commits. webid 2011-10-12, by Henry Story
- narrowing down the differences, before a merge webid 2011-10-12, by 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, by Henry Story
- moved the https server to its own file webid 2011-10-12, by Henry Story
- using the argot parser, to start syncing with the main branch. webid 2011-10-12, by Henry Story
- ~ fixed comment (just remembered that Validation is *not* actually a monad) 2011-10-11, by Alexandre Bertails
- ~ refactoring 2011-10-11, by Alexandre Bertails
- 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-12, by Henry Story
- ~ huge refactoring on Specs: much easier to understand and to add new specs 2011-10-10, by Alexandre Bertails
- + Argot library for parsing 2011-10-08, by Alexandre Bertails
- ~ fix for sbt dependency (kudos Marc Harrah) 2011-10-06, by Alexandre Bertails
- Fixed error in hg cone comnand missing hg in path 2011-10-04, by Tim Berners-Lee
- ~ fix README.markdown 2011-10-03, by Alexandre Bertails
- ~ README.markdown 2011-10-03, by Alexandre Bertails
- ~ merge 2011-10-03, by Alexandre Bertails
- + README.markdown 2011-10-03, by Alexandre Bertails
- ~ update to sbt 0.11 and scala 2.9.1. weird error when dispatch only in test scope 2011-10-02, by Alexandre Bertails
- ~ better ./sbt script (works with curl and wget) 2011-10-02, by Alexandre Bertails
- merge 2011-09-28, by Tim Berners-Lee
- New mashlib.js -- see mashlib.js Makefile 2011-09-01, by Tim Berners-Lee
- New mashlib.js -- see mashlib.js Makefile 2011-09-01, by Tim Berners-Lee
- ~ defines implicit to handle Validation[ResponseFunction, ResponseFuntion] 2011-09-04, by Alexandre Bertails
- + test for HTTP 400 for PUT with non-valid RDF 2011-09-04, by Alexandre Bertails
- ~ relies on the Validation monad from ScalaZ 2011-09-04, by Alexandre Bertails
- Add some URIs and options 2011-08-31, by Tim Berners-Lee
- ~ add some log infos on POSTs 2011-08-30, by Alexandre Bertails
- + html web interface 2011-08-30, by Alexandre Bertails
- ~ fix a bug in conneg (was reacting on content-type instead of Accept) 2011-08-29, by Alexandre Bertails
- ~ really filters on the basePath 2011-08-29, by Alexandre Bertails
- ~ implemented the switch mode, not yet mapped in the binary 2011-08-29, by Alexandre Bertails
- ~ prepare test for 404 2011-08-29, by Alexandre Bertails
- ~ fix: POSTing an RDF document to a resource that does not exist should succeed and create the graph 2011-08-29, by Alexandre Bertails
- ~ better packaging + instructions to build the jar 2011-08-29, by Alexandre Bertails
- ~ fixed directory creation bug 2011-08-29, by Alexandre Bertails
- + test for DELETE (specification unknown) 2011-08-29, by Alexandre Bertails
- + HEAD (not tested) 2011-08-29, by Alexandre Bertails
- ~ handleBad Request on POST 2011-08-28, by Alexandre Bertails
- + abstraction to deal with graph documents 2011-08-28, by Alexandre Bertails
- ~ use temp dir for tests 2011-08-28, by Alexandre Bertails
- + content negociation 2011-08-28, by Alexandre Bertails
- + proguard plugin, configuration not worky yet 2011-08-28, by Alexandre Bertails
- + SPARQL CONSTRUCT support 2011-08-28, by Alexandre Bertails
- + ASK support 2011-08-28, by Alexandre Bertails
- + support for SPARQL SELECT on POST 2011-08-28, by Alexandre Bertails
- ~ fix the relative URI issue (by using explicit RDFWriter) 2011-08-28, by Alexandre Bertails
- ~ simple refactoring 2011-08-27, by Alexandre Bertails
- + POST RDF chunk 2011-08-27, by Alexandre Bertails
- ~ tests are better organized 2011-08-27, by Alexandre Bertails
- + test for PUT + beIsomorphicWith Matcher 2011-08-27, by Alexandre Bertails
- ~ refactoring 2011-08-27, by Alexandre Bertails
- + test for MS-Author-Via header 2011-08-26, by Alexandre Bertails
- ~ GET and POST works as expected 2011-08-26, by Alexandre Bertails
- - dummy dependencies 2011-08-26, by Alexandre Bertails
- + README.txt 2011-08-25, by Alexandre Bertails
- ~ performs sparql update on POST 2011-08-25, by Alexandre Bertails
- ~ do something, not want I want 2011-08-25, by Alexandre Bertails
- init 2011-08-25, by Alexandre Bertails