Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-20initial version for user managment tab in the settings pageRobin Appelman
2010-09-20use mysql instead of mysqli when creating mysql user/databaseRobin Appelman
2010-09-05fix some errors when trying to save the settingsRobin Appelman
2010-08-12new settings page that allows plugins to integrate their own settings dialogs...Robin Appelman
2010-07-12Improved OC_CONFIG::saveConfiguration()Aldo "xoen" Giambelluca
2010-07-12Call `saveConfiguration()` using self and fixed a typoAldo "xoen" Giambelluca
2010-07-12added `writeConfiguration()` method to OC_CONFIGAldo "xoen" Giambelluca
2010-07-10Using camelCase for function names in 'inc/lib_config.php'Aldo "xoen" Giambelluca
2010-07-06fix table prefix not being set correctly to an empty string on first run when...Robin Appelman
2010-07-05Do not use table perfix for sqliteRobin Appelman
2010-07-05Fix some database errorsRobin Appelman
2010-07-05Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/ownclou...Robin Appelman
2010-07-05Fix some database problems, do not use the cache when creating usersRobin Appelman
2010-07-04Avoid creation of variables just to put the table names with prefixAldo "xoen" Giambelluca
2010-07-04Now DB tables are created with the right name (using the prefix)Aldo "xoen" Giambelluca
2010-07-04Write DB table prefix into the configuration fileAldo "xoen" Giambelluca
2010-07-03Using table prefix preference and some reformattingAldo "xoen" Giambelluca
2010-06-20Initial PostgreSQL supportRobin Appelman
2010-06-18use MDB2_Schema for the creation of the initial databaseRobin Appelman
2010-05-16fixes in log and ocsRobin
2010-05-09more checks on server enviroment and some bugfixes in admin and firstrun dialogRobin
2010-05-08provide option for automatic backupRobin
2010-05-04port OC_DB to MDB2Robin
2010-05-01webdav: fix icewind's new Filesystem.php versionThibaut GRIDEL
2010-04-25bugfix when filling the database in first run dialogRobin
2010-04-24remove dependency on set_include_path because not all hosts support itRobin
2010-04-23bug fix first run wizzard take 3Robin
2010-04-23bug fix first run wizzard take 2Robin
2010-04-23bug fix first run wizzardRobin
2010-04-23change the config system to support multi userRobin
2010-04-22admins can now create new usersRobin
2010-04-22(very) early multiuser supportRobin
2010-04-21create data directory if it doesn't existRobin
2010-04-19same fixes, this time hopefully without merge conflictRobin
2010-04-14add Open Collaboration API support. You can now connect your ownCloud with th...Frank Karlitschek
2010-04-08fixed automatic creation/filling of mysql databasesRobin
2010-03-31added MySQL support, user can now choose between MySQL and SQLiteRobin
2010-03-29move to sqlite mergedFrank Karlitschek
2010-03-24removed extra space. Thank you to for Cosmin for the patchFrank Karlitschek
2010-03-18ask for current password when editing the settingsRobin
2010-03-16moved the config functions to /inc/lib_config.phpRobin