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