Brice Maron
8a1c279183
Escape pg connection string on setup
14 years ago
Brice Maron
b2cbf1199d
Pg setup enhancement
do not create a db if already existing .. and reset the user password instead of creating if the user already exists
14 years ago
Michael Gapczynski
81953e7bb5
Return login errors for PostgreSQL setup
14 years ago
Brice Maron
2706988225
Set table prefix if not set in postgresql install
14 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.
14 years ago
Frank Karlitschek
dcb06393a8
fix propper error reporting
14 years ago
Michiel de Jong
c99d7dd94f
the ',last' breaks all other rewrite rules and is also not there in the committed .htaccess, so removing it. anybody know why it was there?
14 years ago
Michiel de Jong
347ce2aafa
match setup script to .htaccess from repo
14 years ago
Michiel de Jong
4462b26160
oops, typo in lib/setup.php
14 years ago
Michiel de Jong
2dff357a4e
add new htaccess things into setup script too
14 years ago
Brice Maron
9921ca11b5
Add protection for non-authorized char in installation form
14 years ago
Brice Maron
4a89eb77c1
Escape strings for DB and User creation at setup. Fix oc-124
14 years ago
Bart Visscher
ea99e1184d
Add well-known redirects to htaccess
Fixes:
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445
14 years ago
Bart Visscher
45cff7b737
Move storing "last updated at" time to the app config
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
14 years ago
Daniel Köb
37dbf48434
Connect to the newly created database when checking if it needs to be filled.
14 years ago
Tom Needham
fd4b63810d
default table prefix to oc_ if not set
14 years ago
Tom Needham
5e40653713
Missing line return
14 years ago
Robin Appelman
37f5a8cdb4
improve pgsql database detection
14 years ago
Robin Appelman
49337e0ad1
dont create a new user when it already exists
14 years ago
Robin Appelman
ae711168c3
improve detection for mysql databases
14 years ago
Robin Appelman
91a9688d07
minor changes to mysql setup
14 years ago
Robin Appelman
4c8f17ad47
don't try to use mod_rewrite when it isn't enabled
having a broken web/card/caldav is much better as having no ownCloud at all :)
14 years ago
Tom Needham
dd7a411f9a
Disable save button while saving. Streamlined code.
14 years ago
Frank Karlitschek
7df9d934ca
second half of the updating stuff
14 years ago
Robin Appelman
486a31bfa3
minor changes to mysql setup
14 years ago
Robin Appelman
7b3ae2edd4
use database table prefix from installer, not the old configured value
14 years ago
Brice Maron
90c54ade67
Fix typo in getting var from config
14 years ago
Brice Maron
c105268a1d
Fetch prefix from config at installation instead of a hardcoded value
14 years ago
Brice Maron
543537ef29
Fix installer for postgresql : correct table detection query
14 years ago
Robin Appelman
f1fd374a6f
webdav workaround for apache+php-cgi
14 years ago
Robin Appelman
ffb9a0475e
webdav workaround for apache+php-cgi
14 years ago
Marvin Thomas Rabe
ccfa2dd24c
Error when only oc_remember_login cookie set fixed.
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.
14 years ago
Bart Visscher
c6f78fbe43
Add flag in info.xml to control the apps that are installed by default
14 years ago
Bart Visscher
8966ed5a00
Cleanup lib/base.php
15 years ago
Bart Visscher
82c7598861
Remove global vars and use the OC static version.
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
15 years ago
Jan-Christoph Borchardt
252bca5057
removed database table prefix choice, use oc_
15 years ago
Aloisio Almeida Jr
ec87e2eac4
setup.php: Get 'datadirectory' from config file instead of 'datadir'
Signed-off-by: Aloisio Almeida Jr <aloisiojr@gmail.com>
15 years ago
Jan-Christoph Borchardt
7fa1f8161c
do not user directories when navigating to /data. Needs more security.
15 years ago
Jan-Christoph Borchardt
e4f70d5bbb
files not viewable from the outside by adresses anymore
15 years ago
Jan-Christoph Borchardt
11c2aff8c9
fixed installer failing due to htaccess. Thanks to Elias Probst
15 years ago
Robin Appelman
d851bdac90
fix .htaccess file crashing apache+php-cgi
15 years ago
Jan-Christoph Borchardt
9648be97fb
better error messages for installation, still need to be inline
15 years ago
Robin Appelman
50c1553c38
automaticaly login after setup
15 years ago
Serge Martin
97462b018d
Merge MySQL and PostgreSQL input fields
15 years ago
Bartek Przybylski
8bd82b96f3
checking for apache server in setup
15 years ago
Serge Martin
3e8ae8636c
Add postgresql support
REVIEW: 102101
15 years ago
Robin Appelman
e50abdd355
limit the length of the mysql username during setup
15 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
15 years ago
Jakob Sack
2ff8d7a8bc
One class per file!
15 years ago
Robin Appelman
f1c2b5b304
set installed version in config file
15 years ago