webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Quoridor.java
Fri, 15 Apr 2011 21:18:29 +0200 Using Grizzly
Tue, 14 Sep 2010 08:56:13 +0200 Changing headers to GPLv3
Sun, 25 Apr 2010 21:41:00 +0200 Password can be stored in user properties
Mon, 11 Jan 2010 10:16:57 +0100 Jiri Tulach requested support for JSONP. Changing all the @GET methods to also support application/x-javascript
Sat, 07 Nov 2009 23:26:03 +0100 Ability to get User by loginID and making sure tests pass in the same VM
Sat, 07 Nov 2009 15:23:14 +0100 Support for properties associated with every user
Sun, 18 Oct 2009 15:48:47 +0200 Removing /api prefix from the webidor server
Sun, 11 Oct 2009 19:32:48 +0200 Support for --kill mode in the webidor.jar
Sun, 11 Oct 2009 14:20:19 +0200 Getting ready for separate execution of API as well as UI
Mon, 14 Sep 2009 16:11:39 +0200 Surviving attemps to log in with invalid loginID
Sun, 13 Sep 2009 20:07:32 +0200 Necessary fixes to make the system work at least a bit
Sun, 13 Sep 2009 16:48:54 +0200 Providing REST like authentication
Sun, 30 Aug 2009 16:04:27 +0200 Verifying that empty games can be read
Sun, 30 Aug 2009 14:37:47 +0200 Spliting Game into GameId and Game with full info about the state of the game
Tue, 11 Aug 2009 14:26:49 +0200 Simple, freemarker based textual UI
Wed, 29 Jul 2009 17:24:20 +0200 It is possible to play the game from command line with curl
Wed, 29 Jul 2009 08:19:35 +0200 Games are being stored in a file on disk
Tue, 28 Jul 2009 14:35:04 +0200 Separating Games related operations to own class Games
Sun, 12 Jul 2009 13:59:07 +0200 Converting the webidor into Jersey based REST server