Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+24 |
| | |||||
* | Properly handle available databases at runtime and respect setup checks in ↵ | Thomas Müller | 2015-03-11 | 1 | -112/+9 |
| | | | | command line as well | ||||
* | Convert 'abcpassword' to 'abcpass' during setup | Robin McCorkell | 2015-03-07 | 1 | -0/+8 |
| | | | | | This allows autoconfig files to use 'dbpassword' instead of 'dbpass', which is more consistent with config.php | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #14245 from cmeh/master | Lukas Reschke | 2015-02-25 | 1 | -3/+3 |
|\ | | | | | Message clean-up | ||||
| * | Cleaning-up messages | cmeh | 2015-02-18 | 1 | -3/+3 |
| | | | | | | | | | | | | **Changes:** * In line 103, the middle "c" of "owncloud" is capitalised to "ownCloud". * A space is inserted between value and unit in lines 177 and 187 ("4 GB" instead of "4GB"). | ||||
* | | Fix namespace of OC_Setup -> \OC\Setup | Thomas Müller | 2015-02-23 | 1 | -3/+3 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+24 |
| | | |||||
* | | Remove Null Byte Check | Lukas Reschke | 2015-02-17 | 1 | -5/+0 |
|/ | | | | This is not relevant anymore since we require PHP 5.4 | ||||
* | 32-bit typo fix | Volkan Gezer | 2015-01-11 | 1 | -3/+3 |
| | |||||
* | Check if open_basedir is set | Lukas Reschke | 2014-12-11 | 1 | -6/+46 |
| | | | | | | The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016 | ||||
* | autoconfig.php only to be deleted on successful installation | Thomas Müller | 2014-11-25 | 1 | -7/+14 |
| | |||||
* | Use proper array key | Lukas Reschke | 2014-11-08 | 1 | -1/+1 |
| | | | | Fixes https://github.com/owncloud/core/issues/12047 | ||||
* | bower strengthify | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
| | |||||
* | code cleanup during review :+1: | Thomas Müller | 2014-10-27 | 1 | -8/+8 |
| | |||||
* | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 1 | -27/+22 |
| | | | | | | This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases". | ||||
* | Try to create datadirectory to test whether the .htaccess works | Lukas Reschke | 2014-09-26 | 1 | -1/+6 |
| | | | | Fixes https://github.com/owncloud/core/pull/11299#issuecomment-56968588 and also https://github.com/owncloud/core/issues/10628 together with https://github.com/owncloud/core/pull/11299#issuecomment-56968588 when backported. | ||||
* | Merge pull request #10934 from owncloud/datadir-write-setup | Vincent Petry | 2014-09-25 | 1 | -10/+12 |
|\ | | | | | Don't complain about non-writable datadirs before we're installed | ||||
| * | Don't test for htaccess if we cant write into the datadir anyway | Robin Appelman | 2014-09-18 | 1 | -10/+12 |
| | | |||||
* | | remove post setup check | Thomas Müller | 2014-09-22 | 1 | -6/+3 |
|/ | |||||
* | Merge branch 'master' into securityutils | Lukas Reschke | 2014-08-31 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | | |||||
* | | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -1/+0 |
|/ | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this | ||||
* | set localhost as default database host for installation | Robin Appelman | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7720 from ideaship/autoconfig_fix | Vincent Petry | 2014-03-28 | 1 | -2/+4 |
|\ | | | | | fix autoconfig | ||||
| * | fix autoconfig | ideaship | 2014-03-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In array_merge, $post overrides $opts (concerns data directory). Always merge $post before calling display(). Default value for dbtype which may still be undefined in display(). Fixes several problems related to autoconfig: - installation.php only showed $AUTOCONFIG data if it was called after install() had come back with errors - if autoconfig.php was set, installation.php showed an editable field with the wrong data in it; then, regardless of any changes, the value from autoconfig.php was used - installation.php used undefined indeces (dbtype, dbIsSet, directoryIsSet) | ||||
* | | Added warning for Mac OS on setup page | Vincent Petry | 2014-03-20 | 1 | -0/+21 |
|/ | |||||
* | Change MySQL to MySQL/MariaDB in the frontend | Joas Schilling | 2014-02-07 | 1 | -1/+1 |
| | | | | Fix issue #6269 | ||||
* | fixing autoconfig handling | Thomas Müller | 2014-02-05 | 1 | -4/+5 |
| | |||||
* | DRY for database type radiolist | Bart Visscher | 2014-01-31 | 1 | -0/+17 |
| | |||||
* | Do setup default value handling in the controller not the template | Bart Visscher | 2014-01-31 | 1 | -1/+11 |
| | |||||
* | Merge branch 'master' into setup | Bart Visscher | 2014-01-31 | 1 | -2/+17 |
| | | | | | Conflicts: core/setup.php | ||||
* | fix undefined $htaccessWorking | Morris Jobke | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | Copyright and small fix | Bart Visscher | 2013-10-02 | 1 | -1/+7 |
| | |||||
* | fixing typo on $htaccessWorking - testing own code before pushing is appreciated | Thomas Müller | 2013-09-24 | 1 | -1/+2 |
| | |||||
* | Check for failure in creating htaccessWorking testfile | Bart Visscher | 2013-09-10 | 1 | -2/+12 |
| | |||||
* | Move core setup code to controller class | Bart Visscher | 2013-09-10 | 1 | -0/+79 |