aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-18prepare release 0.6.2v0.6.2Christian Weiske
2016-03-18#37: Use public database interface; fixes graupel on ownCloud 9Christian Weiske
2016-03-17update website from build scriptChristian Weiske
2016-03-17update installation notesChristian Weiske
2015-09-22Distribute .gz files instead of .bz2Christian Weiske
ownCloud 8.x does not support .bz2 archives, only .gz and .zip My fix for it https://github.com/owncloud/core/pull/19182 is currently in the ownCloud 9 milestone, which is expected for next february. This is too long.
2015-09-21prepare release 0.6.1v0.6.1Christian Weiske
2015-09-20Fix #20 and #25: Add authorization header workaround for fcgidChristian Weiske
Apparently the "Authorization" header are passed into PHP as HTTP_XAUTHORIZATION instead of HTTP_AUTHORIZATION.
2015-09-18mention 0.6.0 in changelogChristian Weiske
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