aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-27use .tar.bz2 instead of .zip for releasesv0.2.0Christian Weiske
2014-09-27update changelogChristian Weiske
2014-09-27fix zip file nameChristian Weiske
2014-09-27Tell about homepageChristian Weiske
2014-09-27phing build file to create releasesChristian Weiske
2014-09-27Add token management page (only shows tokens for now)Christian Weiske
2014-09-27Link info and stats page in settings section, update info pageChristian Weiske
2014-09-26Send HTTP 401 on invalid tokenChristian Weiske
2014-09-26Fix bug #3: Inserting notes on PostgreSQLChristian Weiske
2014-09-26Add changelog, update readmeChristian Weiske
2014-09-26Fix length of date fields in database.Christian Weiske
The last digit of the time zone was missing because the database date fields were only 32 instead of 33 characters. Tomdroid sync failed because of this. Tomdroid sync works now!
2014-09-26Fix oauth problem with tomdroid.Christian Weiske
Tomdroid[0] uses signpost[1] as oauth library. This lib detected our server as OAuth 1.0 and not 1.0a because callback_confirmed was "TRUE" instead of "true". OAuth 1.0 does not have the verifier parameter, so it was ignored and not sent to our server. The OAuth RFC 5849 specifies in section 2.1: oauth_callback_confirmed MUST be present and set to "true". TRUE is not true, so we failed to implement the spec correctly. [0] https://launchpad.net/tomdroid [1] https://github.com/mttkay/signpost
2014-08-23allow listing all and untagged notesv0.1.0Christian Weiske
2014-08-23fix two bugs: syncdata generation and tag linkingChristian Weiske
2014-08-22show tags and note titles in the notebookChristian Weiske
2014-08-22link api from web interface, make single note fetching work, redo note ↵Christian Weiske
storage username
2014-08-22show some statistics on the index pageChristian Weiske
2014-08-22add sidebarChristian Weiske
2014-08-22readmeChristian Weiske
2014-08-21use standard owncloud app layoutChristian Weiske
2014-08-21make sync work with conboyChristian Weiske
2014-08-21fix link output for tomdroidChristian Weiske
2014-08-21fix docblocksChristian Weiske
2014-08-21check if oauth extension is installedChristian Weiske
2014-08-21Support oauth on apache+fastcgiChristian Weiske
2014-08-21fix re-sync with tomboyChristian Weiske
2014-08-21use factory method for oauthproviderChristian Weiske
2014-08-21CS: tab2spacesChristian Weiske
2014-08-21tomdroid fixChristian Weiske
2014-08-21index page showing server settingChristian Weiske
2014-08-20sync with tomboy worksChristian Weiske
2014-08-20sync could work if php would not crashChristian Weiske
2014-08-18oauth dance worksChristian Weiske
2014-08-14wipChristian Weiske