aboutsummaryrefslogtreecommitdiff
path: root/appinfo
AgeCommit message (Collapse)Author
2021-01-22Release 0.7.6v0.7.6Christian Weiske
2021-01-18Fix notice when accessing HTML or XML version of a note.Michael Werle
2021-01-17Release 0.7.5v0.7.5Christian Weiske
2021-01-17Mark grauphel as compatible with Nextcloud 20Christian Weiske
Search does not work with NC20 anymore Resolves: https://github.com/cweiske/grauphel/issues/83
2021-01-17Mark grauphel as compatible with Nextcloud 19Christian Weiske
2020-04-02Release 0.7.4v0.7.4Christian Weiske
2020-04-02Mark grauphel as compatible with Nextcloud 18Joan Moreau
2019-12-19Release 0.7.3v0.7.3Christian Weiske
2019-12-19Mark grauphel as compatible with Nextcloud 17Joan Moreau
Resolves: https://github.com/cweiske/grauphel/issues/73
2019-08-07Release 0.7.2v0.7.2Christian Weiske
2019-08-07Mark grauphel as compatible with Nextcloud 16Christian Weiske
2019-01-03Release 0.7.1v0.7.1Christian Weiske
2019-01-03Mark grauphel as compatible with Nextcloud 15Christian Weiske
2018-10-07Release 0.7.0v0.7.0Christian Weiske
2018-10-07Increase minimum version to NextCloud 13Christian Weiske
.. because I have no idea at which point which APIs were introduced.
2018-10-05Declare compatibility with nextcloud 14Christian Weiske
2018-10-05Do not use OCP\Util anymore - API not avaiable in Nextcloud 14.Josh Panter
Resolves: https://github.com/cweiske/grauphel/pull/66 Resolves: https://github.com/cweiske/grauphel/issues/57
2018-01-29Release 0.6.7v0.6.7Christian Weiske
2018-01-29grauphel works on Nextcloud 13.Christian Weiske
Resolves: https://github.com/cweiske/grauphel/issues/54
2018-01-17Release 0.6.6v0.6.6Christian Weiske
2018-01-17Release 0.6.5v0.6.5Christian Weiske
2018-01-17Make database.xml validChristian Weiske
2018-01-17Make info.xml validChristian Weiske
2016-05-10prepare release 0.6.4v0.6.4Christian Weiske
2016-04-27prepare release 0.6.3v0.6.3Christian Weiske
2016-03-18prepare release 0.6.2v0.6.2Christian Weiske
2015-09-21prepare release 0.6.1v0.6.1Christian Weiske
2015-09-18prepare release 0.6.0v0.6.0Christian Weiske
2015-09-18fix git linkChristian Weiske
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-03-17prepare release of 0.5.0v0.5.0Christian Weiske
2015-03-17reStructuredText outputChristian Weiske
2015-03-17standlone HTML outputChristian Weiske
2014-10-29update changelog; prepare 0.4.0v0.4.0Christian Weiske
2014-10-28use greyscale tomboy iconChristian Weiske
2014-10-27Download note as XML and JSONChristian Weiske
2014-10-24Implement note searchChristian Weiske
2014-10-23note previewChristian Weiske
2014-10-14Add database management pageChristian Weiske
2014-10-07Deleting tokens works (without confirmation)Christian Weiske
2014-10-02add DELETE /token/$username/$tokenKey APIChristian Weiske
2014-09-30store client name and last use time for tokens. show them in token managementChristian Weiske
2014-09-27Add token management page (only shows tokens for now)Christian 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-08-22show tags and note titles in the notebookChristian Weiske
2014-08-21index page showing server settingChristian Weiske
2014-08-20sync could work if php would not crashChristian Weiske
2014-08-18oauth dance worksChristian Weiske