aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-2815-1379/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Split personal security settings in codeRoeland Jago Douma2019-09-102-1/+31
| | | | | | | | Instead of one big monolitic sections this is the first step in breaking down the settings. This should make is easiet to see what does what. As well as nicely splitting up the sections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16980 from nextcloud/bugfix/16878/change_button_labelRoeland Jago Douma2019-09-041-1/+1
|\ | | | | Change the save credentials button label
| * Change the save credentials button label and the mail_settings input classGreta Doci2019-09-031-1/+1
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | Fix JS error on personal security pageRoeland Jago Douma2019-09-011-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Cron should run every 5 minsJoas Schilling2019-08-261-3/+3
|/ | | | | | So also 10 mins is now an error, so admins check their set up crons Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add icons to the left sidebar on help.phpGreta Doci2019-07-041-5/+5
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Fix 2fa icons in dark theme, fix #13643Greta Doci2019-05-281-2/+16
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Make regions translatableMorris Jobke2019-03-261-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix tabindex and meno open/close via keyboard on fed scope menuChristoph Wurst2019-03-221-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert "Where is your data?"Roeland Jago Douma2019-03-203-195/+5
|
* Merge pull request #14736 from nextcloud/fix/do_not_load_showpasswordMorris Jobke2019-03-181-1/+0
|\ | | | | Fix showpassword loads
| * Fix showpassword loadsRoeland Jago Douma2019-03-181-1/+0
| | | | | | | | | | | | | | This is bundled by default. So trying to load it throws a warning in the logs. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Don't show 'Personal' header in settings when Admin section is not thereJan-Christoph Borchardt2019-03-171-1/+3
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Remove leftover input that causes undefined index errorsChristoph Wurst2019-03-051-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move personal auth token settings to VueChristoph Wurst2019-02-281-40/+2
| | | | | | | | 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>
* Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-281-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Keyboard focus and mouse hover feedback for 'Show password' toggleJan-Christoph Borchardt2019-02-221-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Update development.notice.phpBrooke2019-02-131-9/+2
| | | Remove Google+ link
* Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-113-5/+195
|\ | | | | Where is your data?
| * Make the where is your data section optionalMichael Weimann2019-01-291-1/+5
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Update provider iconMichael Weimann2019-01-201-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Move server info to theming sectionMichael Weimann2019-01-141-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Update wordingMichael Weimann2019-01-141-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Implement storing and loading the server infoMichael Weimann2019-01-141-23/+47
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Add the "server info" settingsMichael Weimann2019-01-141-0/+90
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Add the "where is your data?" frontendMichael Weimann2019-01-142-5/+77
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #13818 from nextcloud/design/backgroundjobs-accessibilityMorris Jobke2019-01-281-37/+42
|\ \ | | | | | | Contain background jobs options in fieldset to improve accessibility
| * | Contain background jobs options in fieldset to improve accessibility, fix #13795Jan-Christoph Borchardt2019-01-251-37/+42
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)2019-01-252-2/+2
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add documentation link and settings-hint to 2FA settingsJan-Christoph Borchardt2019-01-211-0/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Move 2FA section above devices & sessions sectionJan-Christoph Borchardt2019-01-211-26/+26
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Npmize (vendor) scriptsChristoph Wurst2019-01-092-5/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use strengthify.min on personal settings pageRoeland Jago Douma2018-12-101-1/+1
| | | | | | Else the CSP fails to load properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add sendmailmode to guiDaniel Kesselberg2018-11-291-0/+14
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove conflicting multiselectJohn Molakvoæ (skjnldsv)2018-11-151-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove unreliable 2FA state message on personal 2FA settings pageChristoph Wurst2018-10-181-9/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Compile federationscope menu handlebars templateRoeland Jago Douma2018-10-151-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add admin interface to enforce 2FAChristoph Wurst2018-10-101-0/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-092-2/+2
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename admin security settings templateChristoph Wurst2018-10-081-0/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11538 from nextcloud/heading-boldMarin Treselj2018-10-031-19/+19
|\ | | | | Set headings to Semibold for better information architecture
| * Change h2 to h3 on personal settings pageJan-Christoph Borchardt2018-10-021-19/+19
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Consolidate personal two-factor provider settingsChristoph Wurst2018-10-021-0/+35
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebarsChristoph Wurst2018-09-281-0/+1
|\ | | | | Compile handlebars template for AuthTokenView
| * Compile handlebars template for AuthTokenViewRoeland Jago Douma2018-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Show auth type "None" in email settingsMorris Jobke2018-09-271-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* change "(remote-)follow" to "follow"Jonas Sulzer2018-09-141-1/+1
| | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* add mastodon icon to settings/userJonas Sulzer2018-09-131-0/+7
| | | | | | fixes #6714 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* Fix the link and anchor for the update notificationsJoas Schilling2018-09-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>