Commit Graph

12 Commits (42ed3c6b7ecbbd3f60a100d0f065003b5cd83ff9)

Author SHA1 Message Date
Frank Karlitschek c2a5b49834 better error reporting during installation 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago
Jakob Sack 2ff8d7a8bc One class per file! 14 years ago
Robin Appelman 00858efbe2 store numbers as strings to prevent errors with numeric passwords 14 years ago
Robin Appelman 1e0fe05bef fix error with empty config file 14 years ago
Jakob Sack d70dfbdebb Renamed a few columns in order t ohave both sqlite and mysql up and running 14 years ago
Jakob Sack 8465f76e7e Use OC_CONFIG where possible 14 years ago
Jakob Sack 177fd27382 Make OC_CONFIG working again 14 years ago
Jakob Sack f66d3ab208 Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES 14 years ago
Jakob Sack a3070405d9 OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring 14 years ago
Jakob Sack 59847bb901 OC_CONFIG prepared for refactoring 14 years ago
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