server/lib/private
Lukas Reschke 233c49f4b9 Make supported DBs configurable within config.php
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".
2014-10-27 21:39:34 +01:00
..
appframework Use function outside of loop 2014-10-24 12:27:53 +02:00
archive
backgroundjob
cache
connector/sabre Use the cached fileinfo to get creatable permissions 2014-10-13 13:09:05 +02:00
contacts
db Use function outside of loop 2014-10-24 12:27:53 +02:00
diagnostics Allow adding events that hapend before the event logger was loaded 2014-10-20 13:38:38 +02:00
fileproxy
files throw exception in writeBack, the returned boolean is checked nowhere 2014-10-20 11:29:05 +02:00
group make performance less bad. Still far from good, but at least it works 2014-10-17 20:16:04 +02:00
hooks
l10n
legacy remove legacy class OC_Updater 2014-10-20 14:44:42 +02:00
log Do not show exception to the end-user 2014-09-17 13:17:52 +02:00
memcache
migration
ocs Fix unexisting class and PHPDoc 2014-09-15 17:08:56 +02:00
preview Merge pull request #11390 from Nemesiz/master 2014-10-06 14:25:27 +02:00
repair
route Log some additional events 2014-10-20 13:38:38 +02:00
search
security Remove unused and overflowing function 2014-09-18 10:21:28 +02:00
session
setup simplify mysql user creation flow 2014-09-16 11:53:54 +02:00
share Remove unreachable statement 2014-10-23 23:03:14 +02:00
tagging PHPDoc fixes as suggested by @MorrisJobke. 2014-10-14 00:06:33 +02:00
template adding cssmin and jssmin(minify) 2014-10-17 12:22:26 +02:00
user strip whitespace from the beginning and end of the display name to avoid empty display names 2014-10-15 14:54:35 +02:00
vobject
activitymanager.php Make files non executable 2014-10-24 11:14:51 +02:00
allconfig.php Expose getAppKeys trough \OCP\IConfig 2014-10-08 14:22:17 +02:00
api.php
app.php Log some basic events 2014-10-20 13:38:38 +02:00
appconfig.php
apphelper.php
archive.php
arrayparser.php Use function outside of loop 2014-10-24 12:27:53 +02:00
avatar.php
avatarmanager.php
backgroundjob.php
cache.php
config.php Add flock to config 2014-09-30 15:53:27 +02:00
contactsmanager.php
davclient.php
db.php Bit more cleanup 2014-10-22 12:29:53 +02:00
defaults.php Merge pull request #10667 from pmjdebruijn/itunes-appid 2014-09-03 16:26:20 +02:00
eventsource.php Explicitly cast id and validate type 2014-09-04 13:26:47 +02:00
filechunking.php
fileproxy.php
files.php Make 404 page easier to understand 2014-09-17 22:57:32 +02:00
forbiddenexception.php
geo.php
group.php
helper.php Load avatar in header via PHP 2014-10-23 23:17:18 +02:00
hintexception.php Do not show exception to the end-user 2014-09-17 13:17:52 +02:00
hook.php
httphelper.php Do only follow HTTP and HTTPS redirects 2014-09-22 20:02:32 +02:00
image.php Preserve transparency when loading from a file 2014-09-10 23:49:21 +02:00
installer.php introduce new app page layout 2014-10-15 15:21:40 +02:00
json.php
l10n.php implement localizations based on punic 2014-10-20 15:04:42 +02:00
largefilehelper.php Merge pull request #11565 from owncloud/fix-behaviourOnOSX 2014-10-15 21:12:50 +02:00
log.php
mail.php
migrate.php
mimetypes.list.php New generic class for Imagemagick conversions 2014-10-04 17:50:12 +02:00
naturalsort.php Fix PHPDoc 2014-09-30 13:34:50 +02:00
navigationmanager.php
needsupdateexception.php
notsquareexception.php
ocs.php Remove invalid PHPDoc 2014-09-30 13:46:43 +02:00
ocsclient.php Use function outside of loop 2014-10-24 12:27:53 +02:00
preferences.php Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 2014-10-22 12:26:43 +02:00
preview.php Make files non executable 2014-10-24 11:14:51 +02:00
previewmanager.php Make files non executable 2014-10-24 11:14:51 +02:00
repair.php adding cssmin and jssmin(minify) 2014-10-17 12:22:26 +02:00
repairexception.php
repairstep.php
request.php Make files non executable 2014-10-24 11:14:51 +02:00
response.php
search.php
server.php Move creating the database connection to the server container 2014-10-22 12:29:53 +02:00
serviceunavailableexception.php
setup.php Make supported DBs configurable within config.php 2014-10-27 21:39:34 +01:00
subadmin.php
tagmanager.php Add option to include tags for shared items. 2014-10-14 00:06:07 +02:00
tags.php PHPDoc fixes as suggested by @MorrisJobke. 2014-10-14 00:06:33 +02:00
template.php adding cssmin and jssmin(minify) 2014-10-17 12:22:26 +02:00
templatelayout.php Load avatar in header via PHP 2014-10-23 23:17:18 +02:00
updater.php Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 2014-10-22 12:26:43 +02:00
urlgenerator.php Set overwritemailurl* configs on setup 2014-10-14 05:07:09 +02:00
user.php better variable name 2014-10-22 13:36:57 +02:00
util.php Make supported DBs configurable within config.php 2014-10-27 21:39:34 +01:00
vobject.php Use function outside of loop 2014-10-24 12:27:53 +02:00