Lukas Reschke
|
8f09d5b67c
|
Update license headers
|
2015-10-26 14:04:01 +01:00 |
Morris Jobke
|
5944b33d56
|
[OCI setup] remove static logger/config calls
* logger/config object are already injected - this only uses it
|
2015-10-20 08:53:57 +02:00 |
Morris Jobke
|
b945d71384
|
update licence headers via script
|
2015-10-05 21:15:52 +02:00 |
Thomas Müller
|
c3cac887f5
|
- more injection
- less static calls
- use params on sql queries
- handle sql exception on database and user creation gracefully
|
2015-07-30 00:04:30 +02:00 |
Thomas Müller
|
114f128fc3
|
Moving mysql setup code over to Doctrine
|
2015-07-29 23:12:59 +02:00 |
Thomas Müller
|
5ed38a75d6
|
Remove remainings of mssql
|
2015-07-29 18:19:31 +02:00 |
Thomas Müller
|
d3ac73c0c9
|
Remove OC_Log
|
2015-07-03 18:00:16 +02:00 |
Morris Jobke
|
f63915d0c8
|
update license headers and authors
|
2015-06-25 14:13:49 +02:00 |
Morris Jobke
|
ccf47f40aa
|
Remove unused variables
* should make scrutinizer a lot more happy
* reduces maybe memory footprint
|
2015-04-18 16:35:19 +02:00 |
Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
Morris Jobke
|
06aef4e8b1
|
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
|
2015-02-26 11:37:37 +01:00 |
Jenkins for ownCloud
|
6a1a4880f0
|
Updating license headers
|
2015-02-23 12:13:59 +01:00 |
Thomas Müller
|
9ad9d7bfbb
|
naming fixes while reviewing
|
2015-01-26 12:59:25 +01:00 |
Joas Schilling
|
039397bd31
|
Use setConfigs() instead of calling setConfig() multiple times
|
2015-01-23 14:52:21 +01:00 |
Joas Schilling
|
3338eede3c
|
Correctly namespace DatabaseSetupException
|
2014-11-26 12:30:07 +01:00 |
Michael Göhler
|
e6609d0970
|
simplify mysql user creation flow
if dbuser exists try a different one, owncloud/core#108
changed outdated comment
corrected length calculation
changed indentation for else clauses
|
2014-09-16 11:53:54 +02:00 |
Jörn Friedrich Dreyer
|
10382ef2f0
|
allow empty hostname and dots in service name for oracle autosetup
|
2014-08-29 17:09:17 +02:00 |
Robin Appelman
|
76c709d7de
|
Add repair step to set MySQL collation to utf8_bin
Set default collation of mysql connection to utf8_bin
Set utf_bin as default collation for new tables
|
2014-07-08 15:12:07 +02:00 |
Vincent Petry
|
b2ac8755ce
|
Merge pull request #6632 from eduardosan/master
Fix PostgreSQL port configuration on install
|
2014-03-12 18:52:47 +01:00 |
Joas Schilling
|
dbec143f09
|
Change MySQL to MySQL/MariaDB in the frontend
Fix issue #6269
|
2014-02-07 17:03:43 +01:00 |
eduardo
|
428d2b6e0f
|
Remove unused spaces
|
2014-01-08 00:16:37 -02:00 |
eduardo
|
938ece1a3f
|
Remove name from code
|
2014-01-08 00:15:08 -02:00 |
eduardo
|
569851fa0e
|
Add tabs to conformance with owncloud code standards
|
2014-01-05 12:38:54 -02:00 |
eduardo
|
d258ade35e
|
Fix PostgreSQL port configuration on install
|
2014-01-04 19:23:25 -02:00 |
Thomas Mueller
|
87e795a693
|
fixing PHPDoc and spelling
|
2013-12-02 08:42:28 +01:00 |
Andreas Fischer
|
93b0bd0a9e
|
Use getLastError() everywhere.
|
2013-11-28 12:05:46 +01:00 |
Andreas Fischer
|
904573d0d0
|
Add getLastError()
|
2013-11-28 12:04:28 +01:00 |
Andreas Fischer
|
955127231a
|
No function as oci_last_error. It's oci_error.
|
2013-11-28 11:37:29 +01:00 |
Andreas Fischer
|
fcf332abbf
|
There is no property such as dbusername. It's 'dbuser'.
|
2013-11-28 11:33:49 +01:00 |
Andreas Fischer
|
b90f88f939
|
Correct property name. It's 'dbpassword', with the 'db' prefix.
|
2013-11-28 11:33:43 +01:00 |
Andreas Fischer
|
005c98e46c
|
Correct property name. It's just 'tableprefix', without the 'db' prefix.
|
2013-11-28 11:23:45 +01:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |