diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-14 23:27:36 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-14 23:27:36 +0200 |
| commit | 1ba3513a32c4ea51e4e3f2ea56e3639aa76f3bb2 (patch) | |
| tree | 908a7c84018de7791d0ad4c90425530bc0cb72f1 | |
| parent | 6c8ad60e9888fa5625dad2460ca073f93ac1ae0d (diff) | |
| download | grauphel-1ba3513a32c4ea51e4e3f2ea56e3639aa76f3bb2.tar.gz grauphel-1ba3513a32c4ea51e4e3f2ea56e3639aa76f3bb2.zip | |
update changelog and readme; prepare 0.3.0
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | README.rst | 18 |
2 files changed, 21 insertions, 5 deletions
@@ -1,3 +1,11 @@ +2014-10-14 Christian Weiske <cweiske@cweiske.de> + + * Implement token management + * Implement database management (reset) + * Add computer name input field on authorization page + * Use transactions during sync + * Version 0.3.0 + 2014-10-03 Christian Weiske <cweiske@cweiske.de> * Fix bug #8: Titled blank notes cause SQL error @@ -5,17 +5,25 @@ ownCloud__ application implementing the `Tomboy`__ `REST API`__ for syncing note Work in progress. +__ http://owncloud.org/ +__ https://wiki.gnome.org/Apps/Tomboy +__ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0 + + ====== Status ====== + +What works +========== - Authentication works - Note synchronization works -- Web interface to view notes is missing -- OAuth token interface is missing +- OAuth token management interface works +- Database management interface (reset) works -__ http://owncloud.org/ -__ https://wiki.gnome.org/Apps/Tomboy -__ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0 +What is missing +=============== +- Web interface to view notes is missing ================= |
