kondou
9c5416fe4a
Clean up \OC\Util
...
- Use camelCase
- Add some phpdoc
- Fix some indents
- Use some more spacing
2013-08-15 15:57:32 +02:00
Bart Visscher
8c5df31c49
DRY use OC_Template::printErrorPage
2013-07-21 22:30:32 +02:00
Thomas Müller
bb07dde988
Merge branch 'master' into convert-oc_config
2013-07-01 23:43:00 +02:00
Bart Visscher
60eb63e35a
Fix review items
2013-06-29 21:15:06 +02:00
Bart Visscher
6831b78597
Use db setup class for option validation
2013-06-29 21:15:05 +02:00
Bart Visscher
2faccaee0d
Change database creation to use array to select db setup class
2013-06-29 21:07:11 +02:00
Bart Visscher
e232907698
Convert database setup code to objects
2013-06-29 21:07:11 +02:00
Bart Visscher
a6d07cd512
Split database specific install/setup code to their own class
2013-06-29 21:07:11 +02:00
Bart Visscher
414b5f150e
Merge pull request #2914 from Kondou-ger/label_overlapping_value
...
Fix textfield label overlapping value.
2013-06-29 04:09:50 -07:00
Bart Visscher
c6bbccc776
Merge branch 'master' into convert-oc_config
...
Conflicts:
lib/config.php
lib/setup.php
2013-06-27 17:54:17 +02:00
Thomas Müller
0ac7c5712a
Merge pull request #3721 from owncloud/oracle_setup_fixes
...
Oracle setup fixes
2013-06-14 11:21:02 -07:00
Jörn Friedrich Dreyer
9498cf959f
remove default tablespace in parameter
2013-06-14 15:54:45 +02:00
Thomas Mueller
1ef66941a7
adding default to $hint within ctor of DatabaseSetupException
2013-06-14 15:38:09 +02:00
Jörn Friedrich Dreyer
e5d3cd59ac
use USERS tablespace whn none is given, only needed when we need to create a user, does not need to be stored in config
2013-06-14 12:09:49 +02:00
Morris Jobke
7093b0829f
improve comment
2013-06-14 11:28:33 +03:00
eMerzh
e33f68ecb6
Correct escaping
2013-06-12 14:36:28 +02:00
Brice Maron
edc255421c
Try connection with specified db when postgres does not work
...
Conflicts:
lib/setup.php
2013-06-12 14:36:07 +02:00
Jörn Friedrich Dreyer
8dc6bdd96b
clean up usage of DatabaseSetupException and catch Exceptions in entrypoints
2013-06-10 13:45:19 +02:00
Michael Gapczynski
1c61732193
Merge branch 'master' into convert-oc_config
2013-06-03 18:06:13 -04:00
kondou
1d799f22c1
Default to localhost, if nothing is entered.
2013-05-28 17:34:57 +02:00
Jörn Friedrich Dreyer
1f1abe595d
cleanup codestyle
2013-05-22 13:59:08 +02:00
Jörn Friedrich Dreyer
eceb3c8ed5
add debug output
2013-05-22 13:59:07 +02:00
Thomas Mueller
195f6143a3
Merge branch 'master' into convert-oc_config
2013-05-15 23:51:13 +02:00
Thomas Tanghus
baf058316c
disable mbstring.func_overload in setup
2013-05-12 10:56:32 +02:00
Bart Visscher
07df94def6
Convert OC_Config to object interface
2013-05-07 19:59:46 +02:00
Daniel Molkentin
6ac2fdf44b
sync parameters in setup.php with the ones in the actual .htaccess
2013-04-24 15:11:58 +02:00
Robin Appelman
5942d5aeac
Improve error message if user creation fails during setup
2013-04-22 20:32:40 +02:00
kondou
d759dca203
Handle empty datafolder better.
...
If datafolder is erased, the default value will be shown as a placeholder.
If installation is submitted without a datafolder the default value will be used.
2013-04-13 15:56:01 +02:00
Lukas Reschke
6645a54cac
Use random bytes instead of time
...
Thanks for the heads-up @VicDeo :-)
2013-04-04 01:05:44 +03:00
Lukas Reschke
ba7c0cf548
Use a more random source...
2013-04-04 00:56:34 +03:00
Thomas Mueller
7a2396208f
using rtrim
2013-03-19 13:37:48 +01:00
Thomas Mueller
2fe56b8969
fixes #2081
2013-03-12 09:14:05 +01:00
Lukas Reschke
229c907a57
[core] From echo to p
2013-02-27 22:55:39 +01:00
Bart Visscher
a708b63402
Merge pull request #1961 from owncloud/trans_fix
...
fixed bug that would cause a failure because of undefined variable inst...
2013-02-27 05:17:30 -08:00
Bernhard Posselt
49a0f42e3b
fixed bug that would cause a failure because of undefined variable instead of %s in a translation string
2013-02-27 14:13:07 +01:00
Bart Visscher
4a26d63867
Fix using wrong quotes for breaking long lines
...
Fixes #1925
2013-02-26 20:48:01 +01:00
Thomas Mueller
9898ba4daf
Merge branch 'master' into master-sqlserver
...
Conflicts:
core/templates/installation.php
2013-02-22 22:59:09 +01:00
Bart Visscher
19c5213b53
Join split translated strings
2013-02-21 23:47:56 +01:00
Thomas Mueller
4b80466880
Merge branch 'master' into master-sqlserver
...
Conflicts:
lib/db.php
lib/files/cache/cache.php
lib/files/cache/legacy.php
lib/setup.php
2013-02-14 22:54:48 +01:00
Bart Visscher
ffae6f4b84
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
Thomas Mueller
bcbf2e667b
fixing sql server syntax for database creation
2013-02-12 01:17:01 +01:00
Thomas Mueller
98d7e0f7cd
write any database messages / non critical errors to the log - don't pollute the browser
2013-02-12 01:14:53 +01:00
Thomas Mueller
8136851010
fixing indent
2013-02-12 01:05:47 +01:00
Thomas Mueller
b2dfdacaa1
fixing undefined variables
2013-02-12 01:04:35 +01:00
Thomas Mueller
76b31f870c
Merge branch 'master' into master-sqlserver
2013-02-12 00:32:38 +01:00
Thomas Mueller
c544a631d5
fixing indent
2013-02-11 14:14:37 +01:00
Bernhard Posselt
36df2fbdfe
fixed argument for translation
2013-02-11 13:11:43 +01:00
Administrator
41ec976fd7
Bugfixes and cleanup MS SQL Server installation
2013-02-10 13:07:59 +01:00
Bernhard Posselt
b2261c31eb
added l10n for db error messages
2013-02-09 19:23:36 +01:00
Tobias Ramforth
d577f790c8
Added MS SQL Server support
2013-02-08 00:00:51 +01:00