diff options
| -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 ================= |
