Commit Graph

112 Commits (57fbfaf86a8a9c47ffe7daaef2b889a6bdd3907c)

Author SHA1 Message Date
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Thomas Mueller c544a631d5 fixing indent 12 years ago
Bernhard Posselt 36df2fbdfe fixed argument for translation 12 years ago
Bernhard Posselt b2261c31eb added l10n for db error messages 12 years ago
Bart Visscher 3582f7bd09 Execute the post setup check after finishing the setup 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Sean Comeau 0132a0b2cf Rename TestException to DatabaseSetupException 12 years ago
Sean Comeau 42cd99626e Use a custom exception instead of adding a delimiter to the error message 12 years ago
Sean Comeau ba9c967435 Throw an exception when creating a MySQL user fails and display exception error text to user 12 years ago
Michael Gapczynski d39655e126 Move template parameters around so database error page is properly rendered 12 years ago
Brice Maron 4327ed8382 Revoke DB rights on install only if the db is newly created 13 years ago
Stefan Seidel 8f669880bc Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_fcgid installs. 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Bart Visscher 6d09752940 DRY for creating htaccess to protect data-directory 13 years ago
Bart Visscher 246d7ea2ea Separate control code from class definition 13 years ago
Michael Gapczynski 5aec26a37c Fix MySQL install, bug fix for issue 132 13 years ago
Robin Appelman 6bc156ba69 add svg mimetype to default htaccess 13 years ago
Georg Ehrke d7a6b09406 deny the usage of dots in database name 13 years ago
Bart Visscher fe75793815 Split database setup code to functions 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Lukas Reschke c85c35dfae Don't add the enhanced auth time to the configuration 13 years ago
Lukas Reschke 6f2e8788ca Make enhanced auth time configurable 13 years ago
Lukas Reschke c9ac1364d1 "deny from all" instead directory 13 years ago
Lukas Reschke 3eb43c1fbe Show a warning in the installer if .htaccess is not working 13 years ago
Lukas Reschke 2c427f050e Show a warning in the installer if no secure RNG is available 13 years ago
Lukas Reschke ef57e9294b Fallback for systems without openssl 13 years ago
Lukas Reschke 992c2c9d4b mt_rand() is not secure from a cryptographic point of view, let's use openssl_random_pseudo_bytes() here 13 years ago
Jörn Friedrich Dreyer b6a106a920 allow using only dbname for oracle 13 years ago
Jörn Friedrich Dreyer db7a18455f use tabs for indentation 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher db18218a1b Space before tab fixes 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Jörn Friedrich Dreyer c7be0db853 use dbname for non privileged user 13 years ago
Jörn Friedrich Dreyer 795e78809f add oracle to install & setup 13 years ago
Robin Appelman 48306a3c4f fix unused variables 13 years ago
Thomas Mueller 967c6d7d3c allow command line based installation/setup 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Brice Maron 8a1c279183 Escape pg connection string on setup 13 years ago
Brice Maron b2cbf1199d Pg setup enhancement 13 years ago
Michael Gapczynski 45e964c7aa Return login errors for PostgreSQL setup 13 years ago
Michael Gapczynski 81953e7bb5 Return login errors for PostgreSQL setup 13 years ago
Brice Maron 2706988225 Set table prefix if not set in postgresql install 13 years ago
Frank Karlitschek a7a861b2c6 backport the password salting fix. 13 years ago
Frank Karlitschek 6119f05ac0 generate a random salt during installation and store it in the config.php. use it to salt the password hashing. 13 years ago
Frank Karlitschek aa9824d35b fix proper error reporting 13 years ago
Frank Karlitschek dcb06393a8 fix propper error reporting 13 years ago
Brice Maron 2f8412defc Set table prefix if not set in postgresql install 13 years ago