summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-17prepare release of 0.5.0v0.5.0Christian Weiske
2015-03-17use ILIKE for case insensitive searchesChristian Weiske
see https://github.com/owncloud/core/pull/10958
2015-03-17do not force wrap; we break links with thatChristian Weiske
2015-03-17Fix title escaping in html and rST modeChristian Weiske
2015-03-17reStructuredText outputChristian Weiske
2015-03-17standlone HTML outputChristian Weiske
2015-03-17Send 404 if a note cannot be foundChristian Weiske
2015-03-17show error message when oauth extension is missingChristian Weiske
2015-01-16fix download linkChristian Weiske
2015-01-07installation instructionsChristian Weiske
2014-11-04sync setup howto for tomboy and tomdroidChristian Weiske
2014-10-30link homepageChristian Weiske
2014-10-29update changelog; prepare 0.4.0v0.4.0Christian Weiske
2014-10-28use greyscale tomboy iconChristian Weiske
2014-10-28color modified date as files app does itChristian Weiske
2014-10-28Add hrefs to API responsesChristian Weiske
2014-10-28show last note modification dateChristian Weiske
2014-10-28highlight untagged category when necessaryChristian Weiske
2014-10-28catch rendering exceptionsChristian Weiske
2014-10-27Download note as XML and JSONChristian Weiske
2014-10-27highlight selected tagChristian Weiske
2014-10-27talk about searchingChristian Weiske
2014-10-27new search query parser; support for NOTChristian Weiske
2014-10-24support query splitting and quoting and search content and tagsChristian Weiske
2014-10-24Implement note searchChristian Weiske
2014-10-24make linking of notes with <speci"a'l> chars workChristian Weiske
2014-10-23note previewChristian Weiske
2014-10-14note about work in progressv0.3.0Christian Weiske
2014-10-14update changelog and readme; prepare 0.3.0Christian Weiske
2014-10-14Add database management pageChristian Weiske
2014-10-14Add computer name input field on oauth authorization pageChristian Weiske
2014-10-14Use SQL transactions during syncChristian Weiske
2014-10-14Link pages from statsChristian Weiske
2014-10-13Token deletion with simple undoChristian Weiske
Following the lines of - http://alistapart.com/article/neveruseawarning - https://github.com/owncloud/core/issues/9268 - https://github.com/owncloud/contacts/issues/107 I've added simple undo functionality to the "delete token" action. The user has 5 seconds to click on the "restore" button to undo the token deletion.
2014-10-08Fix bug #10: OAuth does not work on ovh.com serverChristian Weiske
This ovh.com server always has $_SERVER['HTTP_AUTHORIZATION'] set. By default it has an empty string as value, and this breaks the PHP OAuth extension - see https://bugs.php.net/bug.php?id=68168 We work around that by forcing the signature method in this special case, so that no exception is thrown. Thanks to Julien Daviaud for giving me access to his server for debugging.
2014-10-07Tell what the token management page doesChristian Weiske
2014-10-07add known working versionsChristian Weiske
2014-10-07Add 0.2.1 info to ChangeLogChristian Weiske
2014-10-07Tomboy on windows syncs fine with grauphel.Christian Weiske
Thanks to Chris Miera for reporting this.
2014-10-07Deleting tokens works (without confirmation)Christian Weiske
2014-10-07Another fix for bug #10Christian Weiske
2014-10-06Try to fix issue #10; work around bug https://bugs.php.net/bug.php?id=68168Christian Weiske
2014-10-06prevent warning when user is not logged inChristian Weiske
2014-10-02add DELETE /token/$username/$tokenKey APIChristian Weiske
2014-10-02Fix bug #8: Titled blank notes cause SQL errorChristian Weiske
2014-09-30store client name and last use time for tokens. show them in token managementChristian Weiske
2014-09-30fix owncloud.log noticesChristian Weiske
2014-09-30style the token list a bitChristian Weiske
2014-09-29Show client name in oauth authorization (works for tomdroid only)Christian Weiske
2014-09-27use .tar.bz2 instead of .zip for releasesv0.2.0Christian Weiske