summaryrefslogtreecommitdiffstats
path: root/core/templates/installation.php
Commit message (Expand)AuthorAgeFilesLines
* Move install scripts to bundleJulius Härtl2020-03-111-1/+1
* Prevent self-xss via invalid mysql user name on install screenJoas Schilling2020-03-061-3/+3
* Add new recommended 18 appsChristoph Wurst2020-01-241-1/+1
* Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt2020-01-141-0/+1
* Issue 15965 - Show password checkbox doesn't provide label or accessible nameBrent Nesbit2019-12-101-1/+1
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-0/+9
* Fix showpassword loadsRoeland Jago Douma2019-03-181-1/+0
* Merge pull request #14643 from nextcloud/setup-page-db-selectRoeland Jago Douma2019-03-151-1/+1
|\
| * remove dangling spaceRobin Appelman2019-03-121-1/+1
* | Fix language of SQLite warning, follow-up to #14682Jan-Christoph Borchardt2019-03-151-4/+3
* | Using SQLite should sound more scary 😈Marius Blüm2019-03-141-3/+4
|/
* Make Storage&database open on enterJulius Härtl2019-02-221-1/+1
* Fix tabbability of 'Storage & database' in install, open on enter stilll missingJan-Christoph Borchardt2019-02-221-1/+1
* Keyboard focus and mouse hover feedback for 'Show password' toggleJan-Christoph Borchardt2019-02-221-2/+2
* Fix caret icon on installation pageJulius Härtl2018-07-301-1/+1
* Fix more templatesRoeland Jago Douma2018-02-211-1/+1
* 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
* Rename database password toggleMorris Jobke2017-02-071-3/+3
* Fix #24219: Added hint for specifying a port. (#26860)Sourav Badami2016-12-221-0/+3
* show installation spinner correctly, fix #2129Jan-Christoph Borchardt2016-11-221-2/+2
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-1/+0
|\
| * fix setup page strengthifyMorris Jobke2016-06-151-1/+0
* | remove svg classesHendrik Leppelsack2016-07-011-3/+3
|/
* Consistently use rel=noreferrerLukas Reschke2016-03-201-3/+3
* remove unneeded icons from input fields to not distract from submit button, f...Jan-Christoph Borchardt2015-10-301-2/+0
* use SVG for toggle image instead of PNG, fix installation and personal settin...Jan-Christoph Borchardt2015-09-031-2/+2
* Remove remainings of mssqlThomas Müller2015-07-291-2/+1
* Add hint about additional PHP database modulesMorris Jobke2015-05-181-1/+6
* 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 & sho...Volker E2015-03-171-14/+14
* Merge pull request #12213 from sebomoto/add-loadfeedbackJan-Christoph Borchardt2015-02-181-0/+2
|\
| * changed image to classed div for spinner animationSebastian Bolt2015-02-041-0/+2
* | Remove Null Byte CheckLukas Reschke2015-02-171-7/+0
* | Update installation.phpcmeh2015-02-061-1/+1
* | Don't highly discourageThomas Müller2015-02-051-1/+1
* | enhance sqlite warning on admin page as well as during setup - fixes #13906Thomas Müller2015-02-041-1/+6
* | load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-0/+6
|/
* Hide SQLite information on setup when autoconfig is usedVincent Petry2014-10-201-0/+2
* Add some security utilitiesLukas Reschke2014-08-271-7/+0
* infield label removal: fix installation screenJan-Christoph Borchardt2014-06-031-14/+21
* add info about sqlite on setup apgeMorris Jobke2014-06-021-2/+4
* fix: use print_escaped for radio button "checked"ideaship2014-03-061-1/+1
* Merge pull request #7554 from owncloud/issue/7304Morris Jobke2014-03-051-2/+4
|\
| * Fix position of eye icon on database password fieldJoas Schilling2014-03-051-2/+4
* | Installation: relabel 'Advanced' to more descriptive 'Storage & database'Jan-Christoph Borchardt2014-02-271-1/+1
|/
* do not autocapitalize fields on mobile, fix user name input. Also disable aut...Jan-Christoph Borchardt2014-02-181-9/+17
* Use === instead of ==, add missing whitespace and CSS classMorris Jobke2014-02-011-2/+2
* DRY for database type radiolistBart Visscher2014-01-311-54/+8