summaryrefslogtreecommitdiffstats
path: root/core/templates/installation.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do setup default value handling in the controller not the templateBart Visscher2014-01-311-8/+8
* Indicate password strength using strengthifyMorris Jobke2014-01-151-0/+1
* Made password field required on client sideVladimir Sapronov2013-12-221-1/+1
* fix appearance of error message - .errors is outdatedMorris Jobke2013-12-051-5/+6
* introduce link_to_docs() and migrate linksThomas Müller2013-10-211-1/+1
* Show advanced section on error. Fixes #5191Victor Dubiniuk2013-10-111-3/+3
* Merge pull request #4982 from syncloud/masterOwen Winkler2013-10-051-1/+10
|\
| * Moving Advanced button out of datadirField fieldsetvsapronov2013-10-041-1/+6
| * Fixed review issuesvsapronov2013-09-291-4/+4
| * autoconfig.php could have only some of parameters; installation.php generates...vsapronov2013-09-251-0/+4
* | Allow "Finishing..." button on setup page to be translated.ringmaster2013-10-041-1/+1
|/
* change font on login/install page from black to whiteMorris Jobke2013-08-171-1/+1
* show tablespace only for oracle, hide dbhost for sqlite, remove unnecessary j...Jörn Friedrich Dreyer2013-07-241-15/+15
* use OC_Defaults directly from the templateBjörn Schießle2013-07-241-2/+2
* use themable strings for installationJan-Christoph Borchardt2013-07-111-2/+5
* Merge pull request #2914 from Kondou-ger/label_overlapping_valueBart Visscher2013-06-291-1/+1
|\