Commit Graph

1 Commits (e5ea0a3daa307d6df6c864d13adcf733a286213e)

Author SHA1 Message Date
Jakob Sack 132695ceb1 Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry. 14 years ago
Robin Appelman 9cd4c99918 Add closing tag to config file. 14 years ago
Elias Probst 290b2d7355 Fix further typos in comments, too (lisen → listen). 14 years ago
Elias Probst ba246b450f Fixed typo (Lisener → Listener) 14 years ago
Robin Appelman 91acafe698 initial version for user managment tab in the settings page 15 years ago
Robin Appelman 369292d68f use mysql instead of mysqli when creating mysql user/database 15 years ago
Robin Appelman 1a236a8884 fix some errors when trying to save the settings 15 years ago
Robin Appelman 1e4432c5d5 new settings page that allows plugins to integrate their own settings dialogs more with the existing ones 15 years ago
Aldo "xoen" Giambelluca 68775a282d Created class `OC_USER_BACKEND` for general user managment 15 years ago
Aldo "xoen" Giambelluca 9fe46ef093 OC_USER now is an abstract class (OC_USER_ABSTRACT) 15 years ago
Aldo "xoen" Giambelluca 47674cb473 Improved OC_CONFIG::saveConfiguration() 15 years ago
Aldo "xoen" Giambelluca fa9deac833 Call `saveConfiguration()` using self and fixed a typo 15 years ago
Aldo "xoen" Giambelluca 97596be52e added `writeConfiguration()` method to OC_CONFIG 15 years ago
Aldo "xoen" Giambelluca a532719c21 Using camelCase for function names in 'inc/lib_config.php' 15 years ago
Robin Appelman 761b54fc17 fix table prefix not being set correctly to an empty string on first run when using sqlite 15 years ago
Robin Appelman c718716e57 Do not use table perfix for sqlite 15 years ago
Robin Appelman a26ef87840 Fix some database errors 15 years ago
Robin Appelman d96793f14f Fix some database problems, do not use the cache when creating users 15 years ago
Aldo "xoen" Giambelluca 76672fe037 Avoid creation of variables just to put the table names with prefix 15 years ago
Aldo "xoen" Giambelluca 2fe595d109 Now DB tables are created with the right name (using the prefix) 15 years ago
Aldo "xoen" Giambelluca e2c621e958 Write DB table prefix into the configuration file 15 years ago
Aldo "xoen" Giambelluca a87f4da3f3 Using table prefix preference and some reformatting 15 years ago
Robin Appelman a9fd0c67b4 Initial PostgreSQL support 15 years ago
Robin Appelman 7503ad139b use MDB2_Schema for the creation of the initial database 15 years ago
Robin 78e54e1909 fixes in log and ocs 15 years ago
Robin 898d2489bb more checks on server enviroment and some bugfixes in admin and firstrun dialog 15 years ago
Robin 51b253447d provide option for automatic backup 15 years ago
Robin ede1c64edd port OC_DB to MDB2 15 years ago
Thibaut GRIDEL 60d2f8de4e webdav: fix icewind's new Filesystem.php version 15 years ago
Robin eaf0024c0f bugfix when filling the database in first run dialog 15 years ago
Robin d9e0d5deca remove dependency on set_include_path because not all hosts support it 15 years ago
Robin 9be88c0080 bug fix first run wizzard take 3 15 years ago
Robin 4fcc717d53 bug fix first run wizzard take 2 15 years ago
Robin 112a4b7e73 bug fix first run wizzard 15 years ago
Robin b5dae01a8a change the config system to support multi user 15 years ago
Robin 07a8992a84 admins can now create new users 15 years ago
Robin 6b5bd81341 (very) early multiuser support 15 years ago
Robin 643e3726b4 create data directory if it doesn't exist 15 years ago
Robin 38bdf4083a same fixes, this time hopefully without merge conflict 15 years ago
Frank Karlitschek 7adbbfe05c add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5 15 years ago
Robin 8f92dc8e25 fixed automatic creation/filling of mysql databases 15 years ago
Robin 91d603a48c added MySQL support, user can now choose between MySQL and SQLite 15 years ago
Frank Karlitschek 78a1792c04 move to sqlite merged 15 years ago
Frank Karlitschek cc98dea4e4 removed extra space. Thank you to for Cosmin for the patch 15 years ago
Robin bcd2b6f5f1 ask for current password when editing the settings 15 years ago
Robin 97270d5c63 moved the config functions to /inc/lib_config.php 15 years ago