summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Don't load handlebars in templateLukas Reschke2017-04-131-1/+0
| | | | | | It's already loaded in core.json Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-111-1/+1
|\ | | | | Move OC_Defaults to OCP\Defaults
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4250 from nextcloud/disable-lookupserver-uploadBjörn Schießle2017-04-101-1/+8
|\ \ | |/ |/| allow admin to disable lookupserver upload
| * allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-1/+8
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | New layout for welcome emailMorris Jobke2017-04-072-45/+0
|/ | | | | | | * thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* correct sorting of user management settings, wordingJan-Christoph Borchardt2017-04-041-13/+13
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* feature endorse password for share linksBjoern Schiessle2017-04-031-1/+3
| | | | | | | | works like "enforce password protection", but let the user optionally remove the password protection after the password is set. by Timo Benk Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* add Settings label to users settings for consistencyJan-Christoph Borchardt2017-03-281-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #3915 from michaelletzgus/html5-fix_autocapitalizeRoeland Jago Douma2017-03-202-11/+11
|\ | | | | Fix value of attribute "autocapitalize"
| * Fix value of attribute "autocapitalize"Michael Letzgus2017-03-182-11/+11
| | | | | | | | | | | | | | | | Change <input> attribute "autocapitalize" from value "off" to "none" regarding to apples dev guide: https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | Add percentage to user's quota infoDavid Toledo2017-03-191-2/+7
|/ | | | | | | | | | | | | | * Add percentage to user's quota info Fixes https://github.com/owncloud/core/issues/24011 * Do not show percentage if the quota is Unlimited * translate quota * correct condition and remove print_unescaped Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use cleaner social media URLsLukas Reschke2017-03-161-2/+2
| | | | | | We now have nice cleaner URLs since a longer time, let's use them. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Harden t() with DOMPurifyLukas Reschke2017-03-161-1/+0
| | | | | | This mitigates issues where developers pass untrusted user-input through t() which may lead to XSS issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add security scan to tips & tricks sectionMarius Blüm2017-03-071-0/+1
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* clean search when new user is addedgiorgia2017-03-031-1/+1
| | | | Signed-off-by: giorgia <g.sambrotta@gmail.com>
* add emptycontent div, show/hide emptycontent div, fix #1070giorgia2017-03-031-0/+5
| | | | Signed-off-by: giorgia <g.sambrotta@gmail.com>
* detail wording: password reset instead of recoveryJan-Christoph Borchardt2017-02-221-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add l10nRoeland Jago Douma2017-02-151-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix setup issue and refine error messagesMorris Jobke2017-02-151-6/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add setting for "send password link"tobiasKaminsky2017-02-151-0/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always enable avatarsMorris Jobke2017-02-132-6/+0
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix personal page password form layoutJan-Christoph Borchardt2017-01-251-6/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #3151 from nextcloud/navigation-iconsMorris Jobke2017-01-242-5/+21
|\ | | | | add icons to navigation of personal & admin settings
| * Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-191-6/+17
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * add icons to admin settings navigationJan-Christoph Borchardt2017-01-191-2/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * add icons to personal settings navigationJan-Christoph Borchardt2017-01-191-2/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Add classJohn Molakvoæ (skjnldsv)2017-01-231-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix gap by filter svg and empty search message overflowFelix A. Epp2017-01-221-1/+1
|/ | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* fix list style of app descriptionMorris Jobke2017-01-161-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Apply DOMPurify over HTMLLukas Reschke2017-01-131-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Render markdownJoas Schilling2017-01-131-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix dev manual linkChristoph Wurst2017-01-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix wording for apps mgmt buttonsJan-Christoph Borchardt2016-12-131-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix dev manual link for NC11Christoph Wurst2016-12-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #2468 from nextcloud/fix-personal-settings-readonlyMorris Jobke2016-12-051-42/+16
|\ | | | | personal settings: handle read-only parameters correctly
| * hide password recovery note if email address can't be setBjoern Schiessle2016-12-051-2/+4
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * handle read-only parameters correctlyBjoern Schiessle2016-12-021-40/+12
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Change groups enable to block elementJohn Molakvoæ (skjnldsv)2016-12-051-3/+2
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: Felix A. Epp <work@felixepp.de>
* Show app store rating only for 5+ votesMorris Jobke2016-11-301-1/+1
| | | | | | | * shows the rating of an app only if a given amount of ratings are given * fixes #2001 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix minor mail issuesRoeland Jago Douma2016-11-302-2/+2
| | | | | | | * a nextcloud * Strong username & url Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix mail header logo [fixes #1326]Felix Epp2016-11-301-3/+2
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Loading icon fix #2198John Molakvoæ (skjnldsv)2016-11-241-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #2224 from nextcloud/fix-visibility-switcherLukas Reschke2016-11-241-0/+1
|\ | | | | Fix visibility switcher for avatar
| * Fix visibility switcher for avatarLukas Reschke2016-11-211-0/+1
| | | | | | | | | | | | Fixes #2223 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Remove superfluous email input fieldLukas Reschke2016-11-221-28/+0
|/ | | | | | | | That field is already there and looking at the code this seems to have been missed on a rebase. Fixes https://github.com/nextcloud/server/issues/2222 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2214 from nextcloud/remove-loggingRobin Appelman2016-11-211-88/+0
|\ | | | | remove old logging section
| * remove old logging sectionRobin Appelman2016-11-211-88/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix mail scopeLukas Reschke2016-11-211-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>