Commit Graph

18 Commits (c009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc)

Author SHA1 Message Date
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Bart Visscher bd7227bb93 Spelling fix hint text 13 years ago
Tom Needham dd7a411f9a Disable save button while saving. Streamlined code. 13 years ago
Frank Karlitschek 7df9d934ca second half of the updating stuff 14 years ago
Frank Karlitschek 3acea2f574 change the error hint from suggesting to change the owner of a directory to changing the permissions. changing the owner of a director is not possible via ftp. 14 years ago
Thomas Schmidt 182333a781 use central method for checking webserver user 14 years ago
Bart Visscher 82c7598861 Remove global vars and use the OC static version. 14 years ago
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