summaryrefslogtreecommitdiffstats
path: root/core/templates/installation.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix install pageVincent Petry2022-09-261-17/+10
| | | | | | | | | | | - Use normal labels instead of hiding them - Fix position of the eye button (this is still very hacky) - Define width on the box and not on the text fields This really needs to be ported to vue Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
| | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-8/+10
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve installation pagesChristopher Ng2022-01-141-11/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Prefer string $file over 1-element array in script()François Freitag2021-05-181-3/+1
| | | | | | | The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>
* Fix password visibility togglesRichard Steinmetz2020-10-101-3/+3
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Install page app namingRoeland Jago Douma2020-05-071-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-14/+17
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-091-27/+27
|\ | | | | Remove all extra whitespace PSR2 does not like
| * Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Remove trailing and in between spacesChristoph Wurst2020-04-091-26/+26
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use php keywords in lowercaseChristoph Wurst2020-04-091-4/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move install scripts to bundleJulius Härtl2020-03-111-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prevent self-xss via invalid mysql user name on install screenJoas Schilling2020-03-061-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add new recommended 18 appsChristoph Wurst2020-01-241-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt2020-01-141-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Issue 15965 - Show password checkbox doesn't provide label or accessible nameBrent Nesbit2019-12-101-1/+1
| | | | Signed-off-by: Brent Nesbit <github@nesbit.me>
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-0/+9
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* 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>
* Merge pull request #14643 from nextcloud/setup-page-db-selectRoeland Jago Douma2019-03-151-1/+1
|\ | | | | fix database select styling in setup page
| * remove dangling spaceRobin Appelman2019-03-121-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix language of SQLite warning, follow-up to #14682Jan-Christoph Borchardt2019-03-151-4/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Using SQLite should sound more scary 😈Marius Blüm2019-03-141-3/+4
|/ | | | | - According to our administrator manual we should mention limitation to minimal and development/testing instances Signed-off-by: Marius Blüm <marius@lineone.io>
* Make Storage&database open on enterJulius Härtl2019-02-221-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix tabbability of 'Storage & database' in install, open on enter stilll missingJan-Christoph Borchardt2019-02-221-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Keyboard focus and mouse hover feedback for 'Show password' toggleJan-Christoph Borchardt2019-02-221-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix caret icon on installation pageJulius Härtl2018-07-301-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix more templatesRoeland Jago Douma2018-02-211-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-3/+3
|
* Fix value of attribute "autocapitalize"Michael Letzgus2017-03-181-8/+8
| | | | | | | | 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>
* Rename database password toggleMorris Jobke2017-02-071-3/+3
| | | | | | | | | * otherwise submitting the form with the password show will be overwritten * see https://github.com/nextcloud/server/blob/2c9d7eeb763d2f907eea8234f6c60a829a5d39f7/core/Controller/SetupController.php#L59 * seems to be a legacy fallback * fixes #3381 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix #24219: Added hint for specifying a port. (#26860)Sourav Badami2016-12-221-0/+3
| | | | | | | | * Added hint for specifying a port. * Minor changes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* show installation spinner correctly, fix #2129Jan-Christoph Borchardt2016-11-221-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-1/+0
|\
| * fix setup page strengthifyMorris Jobke2016-06-151-1/+0
| | | | | | | | * fixes #105
* | remove svg classesHendrik Leppelsack2016-07-011-3/+3
|/
* Consistently use rel=noreferrerLukas Reschke2016-03-201-3/+3
| | | | When linking to external entities we should consistently use rel=noreferrer
* remove unneeded icons from input fields to not distract from submit button, ↵Jan-Christoph Borchardt2015-10-301-2/+0
| | | | fix #18940
* use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-031-2/+2
| | | | settings toggle
* Remove remainings of mssqlThomas Müller2015-07-291-2/+1
|
* Add hint about additional PHP database modulesMorris Jobke2015-05-181-1/+6
| | | | * fixes #16391
* add link to installation documentation to setup pageJan-Christoph Borchardt2015-04-091-2/+8
|
* fixing #15027, cleaning up obsolete IE5-7 workaround codeVolker E2015-03-191-1/+1
|
* addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-171-14/+14
| | | | should be removed
* Merge pull request #12213 from sebomoto/add-loadfeedbackJan-Christoph Borchardt2015-02-181-0/+2
|\ | | | | Add loadfeedback
| * changed image to classed div for spinner animationSebastian Bolt2015-02-041-0/+2
| |
* | Remove Null Byte CheckLukas Reschke2015-02-171-7/+0
| | | | | | | | This is not relevant anymore since we require PHP 5.4