summaryrefslogtreecommitdiffstats
path: root/inc/lib_config.php
Commit message (Expand)AuthorAgeFilesLines
* initial version for user managment tab in the settings pageRobin Appelman2010-09-201-1/+1
* use mysql instead of mysqli when creating mysql user/databaseRobin Appelman2010-09-201-20/+35
* fix some errors when trying to save the settingsRobin Appelman2010-09-051-9/+10
* new settings page that allows plugins to integrate their own settings dialogs...Robin Appelman2010-08-121-10/+15
* Improved OC_CONFIG::saveConfiguration()Aldo "xoen" Giambelluca2010-07-121-5/+6
* Call `saveConfiguration()` using self and fixed a typoAldo "xoen" Giambelluca2010-07-121-2/+2
* added `writeConfiguration()` method to OC_CONFIGAldo "xoen" Giambelluca2010-07-111-28/+51
* Using camelCase for function names in 'inc/lib_config.php'Aldo "xoen" Giambelluca2010-07-101-8/+8
* fix table prefix not being set correctly to an empty string on first run when...Robin Appelman2010-07-061-0/+1
* Do not use table perfix for sqliteRobin Appelman2010-07-051-1/+3
* Fix some database errorsRobin Appelman2010-07-051-1/+0
* Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-051-0/+5
|\
| * Avoid creation of variables just to put the table names with prefixAldo "xoen" Giambelluca2010-07-041-18/+12
| * Now DB tables are created with the right name (using the prefix)Aldo "xoen" Giambelluca2010-07-041-0/+3
| * Write DB table prefix into the configuration fileAldo "xoen" Giambelluca2010-07-041-16/+17
| * Using table prefix preference and some reformattingAldo "xoen" Giambelluca2010-07-031-7/+15
* | Fix some database problems, do not use the cache when creating usersRobin Appelman2010-07-051-1/+0
* | Initial PostgreSQL supportRobin Appelman2010-06-201-29/+44
* | use MDB2_Schema for the creation of the initial databaseRobin Appelman2010-06-181-162/+51
|/
* fixes in log and ocsRobin2010-05-151-1/+3
* more checks on server enviroment and some bugfixes in admin and firstrun dialogRobin2010-05-091-43/+48
* provide option for automatic backupRobin2010-05-081-0/+7
* port OC_DB to MDB2Robin2010-05-041-16/+28
* webdav: fix icewind's new Filesystem.php versionThibaut GRIDEL2010-05-011-0/+4
* bugfix when filling the database in first run dialogRobin2010-04-251-3/+15
* remove dependency on set_include_path because not all hosts support itRobin2010-04-241-2/+2
* bug fix first run wizzard take 3Robin2010-04-231-9/+19
* bug fix first run wizzard take 2Robin2010-04-231-1/+9
* bug fix first run wizzardRobin2010-04-231-1/+1
* change the config system to support multi userRobin2010-04-231-128/+204
* admins can now create new usersRobin2010-04-221-0/+12
* (very) early multiuser supportRobin2010-04-221-3/+41
* create data directory if it doesn't existRobin2010-04-211-0/+7
* same fixes, this time hopefully without merge conflictRobin2010-04-191-63/+94
* add Open Collaboration API support. You can now connect your ownCloud with th...Frank Karlitschek2010-04-141-2/+0
* fixed automatic creation/filling of mysql databasesRobin2010-04-081-4/+89
* added MySQL support, user can now choose between MySQL and SQLiteRobin2010-03-301-4/+18
* move to sqlite mergedFrank Karlitschek2010-03-291-92/+31
* removed extra space. Thank you to for Cosmin for the patchFrank Karlitschek2010-03-241-2/+2
* ask for current password when editing the settingsRobin2010-03-181-5/+15
* moved the config functions to /inc/lib_config.phpRobin2010-03-161-0/+166