summaryrefslogtreecommitdiffstats
path: root/settings/js/templates.js
Commit message (Collapse)AuthorAgeFilesLines
* Move personal auth token settings to VueChristoph Wurst2019-02-281-61/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Always crate OC.Settings, even if not used Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve usabilityDaniel Kesselberg2019-02-021-1/+1
| | | | | | | | - Trigger rename by doubleclick on token name - Use action rename to open and close - Line height stays the same Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Make app password description editableDaniel Kesselberg2019-02-011-9/+24
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Sessions: Make delete and filesystem access options tabbableJan-Christoph Borchardt2018-11-011-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add device settings tooltip for accessibilityJan-Christoph Borchardt2018-11-011-11/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Compile federationscope menu handlebars templateRoeland Jago Douma2018-10-151-0/+33
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Extract translated strings of compiled handlebarsRoeland Jago Douma2018-10-051-2/+10
| | | | | | Follow up to #11615 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump templates to handlebars 4.0.12Roeland Jago Douma2018-09-281-14/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Compile handlebars template for AuthTokenViewRoeland Jago Douma2018-09-271-0/+41
Fixes #11032 For https://github.com/orgs/nextcloud/projects/18 Compile the default authtoken handlebars view. This avoids runtime compilations (speed) and avoids unsafe eval calls thus allowing a stricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>