| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2915 from Kondou-ger/handle_empty_datafolder_better | Bart Visscher | 2013-04-17 | 1 | -0/+1 |
|\ |
|
| * | Hint to default data directory | kondou | 2013-04-16 | 1 | -1/+1 |
| * | Handle empty datafolder better. | kondou | 2013-04-13 | 1 | -0/+1 |
* | | Implements Toggle for Database Password. | raghunayyar | 2013-04-13 | 1 | -2/+4 |
|/ |
|
* | Show a warning in the installer if the used PHP version is vulnerable to the ... | Lukas Reschke | 2013-03-20 | 1 | -0/+7 |
* | explicitly add empty placeholder to inputs which use infield labels, fix #2049 | Jan-Christoph Borchardt | 2013-03-04 | 1 | -7/+7 |
* | Add a missing ) | Lukas Reschke | 2013-02-27 | 1 | -1/+1 |
* | [core] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -41/+41 |
* | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-22 | 1 | -15/+29 |
|\ |
|
| * | Merge pull request #1711 from owncloud/style-cleanup | Jörn Friedrich Dreyer | 2013-02-22 | 1 | -14/+28 |
| |\ |
|
| | * | Join split translated strings | Bart Visscher | 2013-02-21 | 1 | -9/+4 |
| | * | Style cleanup core dir | Bart Visscher | 2013-02-21 | 1 | -17/+36 |
| * | | fix giant advanced caret in installation | Jan-Christoph Borchardt | 2013-02-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-18 | 1 | -1/+1 |
|\| |
|
| * | exchange bright caret with dark triangle | Jan-Christoph Borchardt | 2013-02-14 | 1 | -1/+1 |
| * | fix caret on installation page for IE | Jan-Christoph Borchardt | 2013-02-14 | 1 | -1/+1 |
* | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-12 | 1 | -6/+8 |
|\| |
|
| * | Merge pull request #1538 from raghunayyar/admin-password-toggle | Jan-Christoph Borchardt | 2013-02-10 | 1 | -1/+1 |
| |\ |
|
| | * | Removed whitespace from installation.php | raghunayyar | 2013-02-08 | 1 | -3/+3 |
| | * | Password Toggle Works on Installation as well. | raghunayyar | 2013-02-08 | 1 | -4/+4 |
| * | | use proper HTML for other security warning too | Jan-Christoph Borchardt | 2013-02-08 | 1 | -3/+2 |
| * | | improve and shorten security warning, add link to docs, fix #1342 | Jan-Christoph Borchardt | 2013-02-08 | 1 | -1/+2 |
| |/ |
|
| * | make show password toggle work for installation (once #1525 is fixed) | Jan-Christoph Borchardt | 2013-02-07 | 1 | -2/+4 |
* | | Bugfixes and cleanup MS SQL Server installation | Administrator | 2013-02-10 | 1 | -1/+1 |
* | | Added MS SQL Server support | Tobias Ramforth | 2013-02-08 | 1 | -4/+16 |
|/ |
|
* | fixing <input> tag | Thomas Mueller | 2013-01-07 | 1 | -4/+4 |
* | Merge pull request #632 from owncloud/fix_629 | Thomas Müller | 2013-01-06 | 1 | -1/+1 |
|\ |
|
| * | use regex which was suggested by dragotin | Georg Ehrke | 2012-12-17 | 1 | -1/+1 |
| * | fix pattern for database names | Georg Ehrke | 2012-11-29 | 1 | -1/+1 |
* | | tweak icons for username and password fields, now it’s good | Jan-Christoph Borchardt | 2012-12-12 | 1 | -0/+2 |
* | | icons for username and password field, not sure if it’s good | Jan-Christoph Borchardt | 2012-12-11 | 1 | -2/+2 |
* | | fix dbhostlabel not disappearing, remove obsolete CSS | Jan-Christoph Borchardt | 2012-12-06 | 1 | -1/+1 |
* | | add primary action button in fitting subtle dark blue | Jan-Christoph Borchardt | 2012-12-05 | 1 | -1/+1 |
* | | move inline warning styles into CSS, clean up and fix #270 | Jan-Christoph Borchardt | 2012-12-05 | 1 | -3/+3 |
* | | better layout for installation page elements, centered and subdued legend text | Jan-Christoph Borchardt | 2012-12-04 | 1 | -1/+1 |
* | | small fixes: toggle color adjustment, remove colon, prevent label wrapping | Jan-Christoph Borchardt | 2012-12-04 | 1 | -1/+1 |
* | | group related input fields visually | Jan-Christoph Borchardt | 2012-12-04 | 1 | -7/+7 |
|/ |
|
* | even error messages have the right to look a bit pretty | Frank Karlitschek | 2012-11-23 | 1 | -2/+2 |
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -3/+3 |
* | deny the usage of dots in database name | Georg Ehrke | 2012-10-28 | 1 | -1/+1 |
* | Show a warning in the installer if .htaccess is not working | Lukas Reschke | 2012-10-15 | 1 | -0/+6 |
* | Show a warning in the installer if no secure RNG is available | Lukas Reschke | 2012-10-14 | 1 | -2/+8 |
* | add oracle to install & setup | Jörn Friedrich Dreyer | 2012-07-31 | 1 | -3/+22 |
* | automatically show advanced options when no sqlite is availablev3.0 | Robin Appelman | 2012-01-29 | 1 | -0/+3 |
* | Initialise hasOtherDB var when not true in installation | Brice Maron | 2011-10-14 | 1 | -1/+1 |
* | added infield labels. readded fade in of login button. updated label on insta... | Marvin Thomas Rabe | 2011-10-03 | 1 | -8/+26 |
* | Show database only in advanced | Marvin Thomas Rabe | 2011-10-03 | 1 | -9/+9 |
* | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 1 | -10/+11 |
* | hid localhost field for SQLite | Jan-Christoph Borchardt | 2011-09-04 | 1 | -2/+0 |
* | removed database table prefix choice, use oc_ | Jan-Christoph Borchardt | 2011-09-04 | 1 | -2/+0 |