Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11fixing indentThomas Mueller
2013-02-11fixed argument for translationBernhard Posselt
2013-02-09added l10n for db error messagesBernhard Posselt
2013-02-06Execute the post setup check after finishing the setupBart Visscher
2013-01-23Merge pull request #1113 from owncloud/fix-issue-1085Michael Gapczynski
2013-01-17Merge pull request #1148 from seancomeau/topic/setupFrank Karlitschek
2013-01-16Whitespace cleanupBart Visscher
2013-01-15Rename TestException to DatabaseSetupExceptionSean Comeau
2013-01-14Use a custom exception instead of adding a delimiter to the error messageSean Comeau
2013-01-11Throw an exception when creating a MySQL user fails and display exception err...Sean Comeau
2013-01-07Move template parameters around so database error page is properly renderedMichael Gapczynski
2012-12-04Revoke DB rights on install only if the db is newly createdBrice Maron
2012-11-13Merge pull request #157 from owncloud/setupBart Visscher
2012-11-09Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze...Stefan Seidel
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-04Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-30DRY for creating htaccess to protect data-directoryBart Visscher
2012-10-30Separate control code from class definitionBart Visscher
2012-10-29Fix MySQL install, bug fix for issue 132Michael Gapczynski
2012-10-28add svg mimetype to default htaccessRobin Appelman
2012-10-28deny the usage of dots in database nameGeorg Ehrke
2012-10-27Split database setup code to functionsBart Visscher
2012-10-24Checkstyle: NoSpaceAfterCommaFelix Moeller
2012-10-16Don't add the enhanced auth time to the configurationLukas Reschke
2012-10-16Make enhanced auth time configurableLukas Reschke
2012-10-16"deny from all" instead directoryLukas Reschke
2012-10-16Show a warning in the installer if .htaccess is not workingLukas Reschke
2012-10-14Show a warning in the installer if no secure RNG is availableLukas Reschke
2012-09-29Fallback for systems without opensslLukas Reschke
2012-09-29mt_rand() is not secure from a cryptographic point of view, let's use openssl...Lukas Reschke
2012-09-11allow using only dbname for oracleJörn Friedrich Dreyer
2012-09-10use tabs for indentationJörn Friedrich Dreyer
2012-09-07adding space between) and {Thomas Mueller
2012-08-29Space before tab fixesBart Visscher
2012-08-29Whitespace fixes in libBart Visscher
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-01use dbname for non privileged user Jörn Friedrich Dreyer
2012-07-31add oracle to install & setupJörn Friedrich Dreyer
2012-07-20fix unused variablesRobin Appelman
2012-07-13allow command line based installation/setupThomas Mueller
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-07-03Escape pg connection string on setupBrice Maron
2012-06-28Pg setup enhancementBrice Maron
2012-06-28Return login errors for PostgreSQL setupMichael Gapczynski
2012-06-28Return login errors for PostgreSQL setupMichael Gapczynski
2012-06-28Set table prefix if not set in postgresql installBrice Maron
2012-06-08backport the password salting fix.Frank Karlitschek
2012-06-08generate a random salt during installation and store it in the config.php. us...Frank Karlitschek
2012-06-01fix proper error reportingFrank Karlitschek