aboutsummaryrefslogtreecommitdiff
path: root/templates/tokens.php
AgeCommit message (Collapse)Author
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
2015-07-15make search work in ownCloud 8.1Christian 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-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-27Add token management page (only shows tokens for now)Christian Weiske