Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+0 |
| | |||||
* | allow command line based installation/setup | Thomas Mueller | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | Escape pg connection string on setup | Brice Maron | 2012-07-03 | 1 | -3/+13 |
| | |||||
* | Pg setup enhancement | Brice Maron | 2012-06-28 | 1 | -2/+32 |
| | | | | do not create a db if already existing .. and reset the user password instead of creating if the user already exists | ||||
* | Return login errors for PostgreSQL setup | Michael Gapczynski | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | Set table prefix if not set in postgresql install | Brice Maron | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | generate a random salt during installation and store it in the config.php. ↵ | Frank Karlitschek | 2012-06-08 | 1 | -0/+4 |
| | | | | use it to salt the password hashing. | ||||
* | fix propper error reporting | Frank Karlitschek | 2012-06-01 | 1 | -0/+1 |
| | |||||
* | the ',last' breaks all other rewrite rules and is also not there in the ↵ | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
| | | | | committed .htaccess, so removing it. anybody know why it was there? | ||||
* | match setup script to .htaccess from repo | Michiel de Jong | 2012-05-11 | 1 | -2/+0 |
| | |||||
* | oops, typo in lib/setup.php | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | add new htaccess things into setup script too | Michiel de Jong | 2012-05-11 | 1 | -2/+7 |
| | |||||
* | Add protection for non-authorized char in installation form | Brice Maron | 2012-05-07 | 1 | -2/+8 |
| | |||||
* | Escape strings for DB and User creation at setup. Fix oc-124 | Brice Maron | 2012-05-04 | 1 | -3/+7 |
| | |||||
* | Add well-known redirects to htaccess | Bart Visscher | 2012-04-15 | 1 | -1/+7 |
| | | | | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232 http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445 | ||||
* | Move storing "last updated at" time to the app config | Bart Visscher | 2012-02-17 | 1 | -2/+3 |
| | | | | | | This way the config.php file is not changed every time you go to the personal page. Step to make it possible to have a read-only config.php most of the time | ||||
* | Connect to the newly created database when checking if it needs to be filled. | Daniel Köb | 2012-01-13 | 1 | -9/+22 |
| | |||||
* | default table prefix to oc_ if not set | Tom Needham | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Missing line return | Tom Needham | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | improve pgsql database detection | Robin Appelman | 2012-01-08 | 1 | -2/+5 |
| | |||||
* | dont create a new user when it already exists | Robin Appelman | 2012-01-08 | 1 | -9/+16 |
| | |||||
* | improve detection for mysql databases | Robin Appelman | 2012-01-08 | 1 | -3/+6 |
| | |||||
* | minor changes to mysql setup | Robin Appelman | 2012-01-08 | 1 | -4/+4 |
| | |||||
* | don't try to use mod_rewrite when it isn't enabled | Robin Appelman | 2012-01-03 | 1 | -1/+1 |
| | | | | having a broken web/card/caldav is much better as having no ownCloud at all :) | ||||
* | second half of the updating stuff | Frank Karlitschek | 2011-11-19 | 1 | -0/+2 |
| | |||||
* | use database table prefix from installer, not the old configured value | Robin Appelman | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | Fix typo in getting var from config | Brice Maron | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | Fetch prefix from config at installation instead of a hardcoded value | Brice Maron | 2011-10-16 | 1 | -3/+3 |
| | |||||
* | Fix installer for postgresql : correct table detection query | Brice Maron | 2011-10-16 | 1 | -2/+2 |
| | |||||
* | webdav workaround for apache+php-cgi | Robin Appelman | 2011-10-13 | 1 | -0/+4 |
| | |||||
* | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 1 | -3/+0 |
| | | | | | | | | | | | Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors. | ||||
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | Cleanup lib/base.php | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -8/+6 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | removed database table prefix choice, use oc_ | Jan-Christoph Borchardt | 2011-09-04 | 1 | -5/+2 |
| | |||||
* | setup.php: Get 'datadirectory' from config file instead of 'datadir' | Aloisio Almeida Jr | 2011-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Aloisio Almeida Jr <aloisiojr@gmail.com> | ||||
* | do not user directories when navigating to /data. Needs more security. | Jan-Christoph Borchardt | 2011-08-31 | 1 | -0/+1 |
| | |||||
* | files not viewable from the outside by adresses anymore | Jan-Christoph Borchardt | 2011-08-31 | 1 | -1/+2 |
| | |||||
* | fixed installer failing due to htaccess. Thanks to Elias Probst | Jan-Christoph Borchardt | 2011-08-27 | 1 | -6/+6 |
| | |||||
* | fix .htaccess file crashing apache+php-cgi | Robin Appelman | 2011-08-22 | 1 | -5/+7 |
| | |||||
* | better error messages for installation, still need to be inline | Jan-Christoph Borchardt | 2011-08-13 | 1 | -12/+12 |
| | |||||
* | automaticaly login after setup | Robin Appelman | 2011-08-11 | 1 | -0/+1 |
| | |||||
* | Merge MySQL and PostgreSQL input fields | Serge Martin | 2011-08-09 | 1 | -29/+16 |
| | |||||
* | checking for apache server in setup | Bartek Przybylski | 2011-08-08 | 1 | -1/+3 |
| | |||||
* | Add postgresql support | Serge Martin | 2011-08-07 | 1 | -0/+100 |
| | | | | REVIEW: 102101 | ||||
* | limit the length of the mysql username during setup | Robin Appelman | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -22/+22 |
| | |||||
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -2/+0 |
| | |||||
* | set installed version in config file | Robin Appelman | 2011-07-28 | 1 | -0/+1 |
| |