summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-18prepare release 0.6.0v0.6.0Christian Weiske
2015-09-18fix git linkChristian Weiske
2015-09-18Let the SQL server filter notesChristian Weiske
2015-09-18Fix #28: array_shift() E_NOTICE in owncloud.logChristian Weiske
2015-09-18Add travis-ci.org configurationChristian Weiske
2015-08-14Fix #22 and #24: Escape slashes in tags in URLsChristian Weiske
References: - https://github.com/cweiske/grauphel/issues/22 - https://github.com/cweiske/grauphel/issues/24
2015-07-15make search work in ownCloud 8.1Christian Weiske
2015-07-15- Expand app information section.Christian Weiske
- Register app menu item more efficiently[1] - Add SVG app icon to make it show up in the app management page [1] https://owncloud.org/blog/owncloud-8-1-brings-massively-improved-api-for-developers/
2015-06-04prepare release of 0.5.1v0.5.1Christian Weiske
2015-06-04release instructionsChristian Weiske
2015-06-04Fix bug #19: Tabs ignored in HTML exportChristian Weiske
2015-04-22debian oauth installationChristian Weiske
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