Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -3/+2 |
| | |||||
* | [setup] Disable buttons only in the case they are present | Morris Jobke | 2015-06-01 | 1 | -1/+4 |
| | | | | * fixes #16648 | ||||
* | Add hint about additional PHP database modules | Morris Jobke | 2015-05-18 | 1 | -0/+2 |
| | | | | * fixes #16391 | ||||
* | Merge pull request #12213 from sebomoto/add-loadfeedback | Jan-Christoph Borchardt | 2015-02-18 | 1 | -0/+4 |
|\ | | | | | Add loadfeedback | ||||
| * | changed image to classed div for spinner animation | Sebastian Bolt | 2015-02-04 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #11929 from owncloud/fix-db-center | Jan-Christoph Borchardt | 2014-11-11 | 1 | -0/+14 |
|\ \ | |/ |/| | fixes not centered database chooser on setup page | ||||
| * | fixes not centered database chooser on setup page | Morris Jobke | 2014-11-03 | 1 | -0/+14 |
| | | | | | | | | * fixes #11927 | ||||
* | | bower zxcvbn | Morris Jobke | 2014-11-06 | 1 | -1/+1 |
|/ | |||||
* | allow . in dbname on web install | Jörn Friedrich Dreyer | 2014-09-08 | 1 | -0/+3 |
| | |||||
* | also make strengthify transparent on setup submit - fixes #9436 | Morris Jobke | 2014-07-04 | 1 | -0/+4 |
| | |||||
* | Merge pull request #8827 from owncloud/add-sqlite-info | Thomas Müller | 2014-06-03 | 1 | -0/+5 |
|\ | | | | | add info about sqlite on setup page | ||||
| * | add info about sqlite on setup apge | Morris Jobke | 2014-06-02 | 1 | -0/+5 |
| | | |||||
* | | Scrutinizer cleanup | kondou | 2014-06-02 | 1 | -1/+4 |
|/ | |||||
* | Fix position of eye icon on database password field | Joas Schilling | 2014-03-05 | 1 | -0/+2 |
| | | | | Fix #7304 | ||||
* | Indicate password strength using strengthify | Morris Jobke | 2014-01-15 | 1 | -6/+16 |
| | | | | | | | | | | | * uses zxcvbn * outsourced to separate jquery plugin * async loading * hide strength meter if input is empty * feedback if user enters weakest password * fade in and out * show tipsy with strength * Opera 12, IE8-10, FF 23, Chromium 29 | ||||
* | Improve expand/collapse logic | Victor Dubiniuk | 2013-10-11 | 1 | -16/+13 |
| | |||||
* | Allow "Finishing..." button on setup page to be translated. | ringmaster | 2013-10-04 | 1 | -1/+1 |
| | | | | Fixes #5130. | ||||
* | show tablespace only for oracle, hide dbhost for sqlite, remove unnecessary ↵ | Jörn Friedrich Dreyer | 2013-07-24 | 1 | -16/+10 |
| | | | | js & html ids | ||||
* | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-12 | 1 | -5/+3 |
|\ | |||||
| * | Fix disabling setup form on submit | Bart Visscher | 2013-02-07 | 1 | -5/+3 |
| | | |||||
* | | Bugfixes and cleanup MS SQL Server installation | Administrator | 2013-02-10 | 1 | -2/+2 |
| | | |||||
* | | Added MS SQL Server support | Tobias Ramforth | 2013-02-08 | 1 | -0/+7 |
|/ | |||||
* | This breaks the installation | Lukas Reschke | 2013-01-25 | 1 | -4/+5 |
| | | | | | | | | | @bartv2 This JS part is breaking the installation (POST parameters are not transferred), could you please take a look? THX. JS console says: uncaught exception: cannot call methods on button prior to initialization; attempted to call method 'disable' | ||||
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -2/+2 |
| | |||||
* | add oracle to install & setup | Jörn Friedrich Dreyer | 2012-07-31 | 1 | -0/+7 |
| | |||||
* | automatically show advanced options when no sqlite is availablev3.0 | Robin Appelman | 2012-01-29 | 1 | -0/+12 |
| | |||||
* | Fix whitespace username in the installation form | Georg Ehrke | 2012-01-02 | 1 | -1/+3 |
| | |||||
* | Show database only in advanced | Marvin Thomas Rabe | 2011-10-03 | 1 | -0/+2 |
| | |||||
* | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 1 | -6/+4 |
| | | | | | | | | | | | Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors. | ||||
* | relabeled Finish setup button with 'Finishing ...' | Jan-Christoph Borchardt | 2011-09-24 | 1 | -1/+1 |
| | |||||
* | dont submit the setup form to a new tab | Robin Appelman | 2011-09-24 | 1 | -1/+0 |
| | |||||
* | After clicking Finish button: | Bart Visscher | 2011-09-23 | 1 | -0/+27 |
| | | | | | | - change value to "Please wait...." - disable all the inputs & buttons - submit new form, because disabled inputs are not submitted to the server | ||||
* | Fix initial visibility of database settings in setup | Bart Visscher | 2011-09-14 | 1 | -3/+3 |
| | |||||
* | hid localhost field for SQLite | Jan-Christoph Borchardt | 2011-09-04 | 1 | -2/+10 |
| | |||||
* | changed radiobuttons to jQuery UI buttons (restyled) on installation page | Dawid Opis | 2011-08-11 | 1 | -0/+1 |
| | |||||
* | Merge MySQL and PostgreSQL input fields | Serge Martin | 2011-08-09 | 1 | -16/+4 |
| | |||||
* | fix mysql config not showing for installation | Robin Appelman | 2011-08-08 | 1 | -5/+5 |
| | |||||
* | Add postgresql support | Serge Martin | 2011-08-07 | 1 | -1/+13 |
| | | | | REVIEW: 102101 | ||||
* | moved core stuff to /core | Jakob Sack | 2011-06-20 | 1 | -0/+26 |