aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2018-10-07Lists can be sorted by title and date nowChristian Weiske
Resolves: https://github.com/cweiske/grauphel/issues/59
2018-10-07Display tab-based line indentation in HTMLChristian Weiske
Resolves: https://github.com/cweiske/grauphel/issues/60
2018-10-07Get rid of deprecated API usage:Christian Weiske
- \OC_User - \OCP\User - \OCP\Util::formatDate Resolves: https://github.com/cweiske/grauphel/issues/69
2018-10-07Register Javascript files via APIChristian Weiske
2018-10-07Register CSS files via APIChristian Weiske
2018-10-07Fix display of navigation sidebar.Christian Weiske
There may not be any element between navigation and content. Resolves: https://github.com/cweiske/grauphel/issues/67
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
2016-07-07XSL file to convert HTML to tomboy markupChristian Weiske
2015-07-15make search work in ownCloud 8.1Christian Weiske
2015-03-17reStructuredText outputChristian Weiske
2015-03-17standlone HTML outputChristian Weiske
2015-03-17show error message when oauth extension is missingChristian Weiske
2014-10-28color modified date as files app does itChristian Weiske
2014-10-28show last note modification dateChristian Weiske
2014-10-27Download note as XML and JSONChristian Weiske
2014-10-27highlight selected tagChristian 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-14Add database management pageChristian Weiske
2014-10-14Add computer name input field on oauth authorization pageChristian 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-07Tell what the token management page doesChristian 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-09-30store client name and last use time for tokens. show them in token managementChristian 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-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-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-21use standard owncloud app layoutChristian Weiske
2014-08-21CS: tab2spacesChristian Weiske
2014-08-21index page showing server settingChristian Weiske
2014-08-18oauth dance worksChristian Weiske
2014-08-14wipChristian Weiske