Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync parameters in setup.php with the ones in the actual .htaccess | Daniel Molkentin | 2013-04-24 | 1 | -0/+4 |
| | |||||
* | Improve error message if user creation fails during setup | Robin Appelman | 2013-04-22 | 1 | -1/+2 |
| | |||||
* | Handle empty datafolder better. | kondou | 2013-04-13 | 1 | -1/+1 |
| | | | | | | If datafolder is erased, the default value will be shown as a placeholder. If installation is submitted without a datafolder the default value will be used. | ||||
* | Use random bytes instead of time | Lukas Reschke | 2013-04-04 | 1 | -3/+3 |
| | | | Thanks for the heads-up @VicDeo :-) | ||||
* | Use a more random source... | Lukas Reschke | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | using rtrim | Thomas Mueller | 2013-03-19 | 1 | -4/+1 |
| | |||||
* | fixes #2081 | Thomas Mueller | 2013-03-12 | 1 | -0/+7 |
| | |||||
* | [core] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1961 from owncloud/trans_fix | Bart Visscher | 2013-02-27 | 1 | -1/+1 |
|\ | | | | | fixed bug that would cause a failure because of undefined variable inst... | ||||
| * | fixed bug that would cause a failure because of undefined variable instead ↵ | Bernhard Posselt | 2013-02-27 | 1 | -1/+1 |
| | | | | | | | | of %s in a translation string | ||||
* | | Fix using wrong quotes for breaking long lines | Bart Visscher | 2013-02-26 | 1 | -4/+4 |
|/ | | | | Fixes #1925 | ||||
* | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-22 | 1 | -2/+1 |
|\ | | | | | | | | | Conflicts: core/templates/installation.php | ||||
| * | Join split translated strings | Bart Visscher | 2013-02-21 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-14 | 1 | -6/+13 |
|\| | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php | ||||
| * | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -7/+14 |
| | | |||||
* | | fixing sql server syntax for database creation | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
| | | |||||
* | | write any database messages / non critical errors to the log - don't pollute ↵ | Thomas Mueller | 2013-02-12 | 1 | -32/+33 |
| | | | | | | | | the browser | ||||
* | | fixing indent | Thomas Mueller | 2013-02-12 | 1 | -35/+35 |
| | | |||||
* | | fixing undefined variables | Thomas Mueller | 2013-02-12 | 1 | -5/+7 |
| | | |||||
* | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-12 | 1 | -51/+91 |
|\| | |||||
| * | fixing indent | Thomas Mueller | 2013-02-11 | 1 | -3/+3 |
| | | |||||
| * | fixed argument for translation | Bernhard Posselt | 2013-02-11 | 1 | -4/+4 |
| | | |||||
| * | added l10n for db error messages | Bernhard Posselt | 2013-02-09 | 1 | -52/+72 |
| | | |||||
| * | Execute the post setup check after finishing the setup | Bart Visscher | 2013-02-06 | 1 | -0/+20 |
| | | |||||
* | | Bugfixes and cleanup MS SQL Server installation | Administrator | 2013-02-10 | 1 | -67/+124 |
| | | |||||
* | | Added MS SQL Server support | Tobias Ramforth | 2013-02-08 | 1 | -4/+144 |
|/ | |||||
* | Merge pull request #1113 from owncloud/fix-issue-1085 | Michael Gapczynski | 2013-01-22 | 1 | -1/+3 |
|\ | | | | | Fix rendering of database connection error page | ||||
| * | Move template parameters around so database error page is properly rendered | Michael Gapczynski | 2013-01-07 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #1148 from seancomeau/topic/setup | Frank Karlitschek | 2013-01-16 | 1 | -5/+35 |
|\ \ | | | | | | | Fix issue #108 | ||||
| * | | Rename TestException to DatabaseSetupException | Sean Comeau | 2013-01-14 | 1 | -5/+5 |
| | | | |||||
| * | | Use a custom exception instead of adding a delimiter to the error message | Sean Comeau | 2013-01-14 | 1 | -8/+31 |
| | | | |||||
| * | | Throw an exception when creating a MySQL user fails and display exception ↵ | Sean Comeau | 2013-01-10 | 1 | -3/+10 |
| |/ | | | | | | | error text to user | ||||
* / | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
|/ | |||||
* | Revoke DB rights on install only if the db is newly created | Brice Maron | 2012-12-03 | 1 | -2/+4 |
| | |||||
* | Merge pull request #157 from owncloud/setup | Bart Visscher | 2012-11-12 | 1 | -40/+4 |
|\ | | | | | Make lib/setup.php usable outside of install setup | ||||
| * | DRY for creating htaccess to protect data-directory | Bart Visscher | 2012-10-30 | 1 | -0/+4 |
| | | |||||
| * | Separate control code from class definition | Bart Visscher | 2012-10-30 | 1 | -40/+0 |
| | | |||||
* | | Fix WebDAV (and Android Client) not being able to authorize on Debian ↵ | Stefan Seidel | 2012-11-09 | 1 | -1/+9 |
| | | | | | | | | Squeeze + mod_fcgid installs. | ||||
* | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -4/+4 |
|/ | |||||
* | Fix MySQL install, bug fix for issue 132 | Michael Gapczynski | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | add svg mimetype to default htaccess | Robin Appelman | 2012-10-28 | 1 | -0/+4 |
| | |||||
* | deny the usage of dots in database name | Georg Ehrke | 2012-10-28 | 1 | -0/+3 |
| | |||||
* | Split database setup code to functions | Bart Visscher | 2012-10-26 | 1 | -223/+238 |
| | |||||
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
| | |||||
* | Don't add the enhanced auth time to the configuration | Lukas Reschke | 2012-10-16 | 1 | -4/+1 |
| | |||||
* | Make enhanced auth time configurable | Lukas Reschke | 2012-10-16 | 1 | -0/+3 |
| | |||||
* | "deny from all" instead directory | Lukas Reschke | 2012-10-15 | 1 | -3/+1 |
| | |||||
* | Show a warning in the installer if .htaccess is not working | Lukas Reschke | 2012-10-15 | 1 | -0/+7 |
| |