Robin Appelman
4131b205d4
fix some more phpdoc
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Thomas Müller
e5cb638c09
Respect coding style
13 years ago
Brice Maron
33165e3915
Do not close php tag on config file
13 years ago
Brice Maron
72fe463f7f
Correct OC_Config writer. Use var_export (has support for array,...)
13 years ago
Thomas Mueller
521294d0bf
fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987
13 years ago
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.
14 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.
...
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
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.
...
patch by Debayan Banerjee
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
...
It's possible to use `OC_USER` as normal but the real stuff
is done by the `OC_USER::$_backend` class, setted using
`OC_USER::setBackend()` (this is done in inc/lib_user.php)
15 years ago
Aldo "xoen" Giambelluca
9fe46ef093
OC_USER now is an abstract class (OC_USER_ABSTRACT)
...
At start the choosen user manager is created
(e.g. OC_USER_DATABASE, OC_USER_LDAP)
and put into the global variable `$userManager`.
This is the variable to use instead of `OC_USER` class.
TODO: A better name than $userManager?
15 years ago
Aldo "xoen" Giambelluca
47674cb473
Improved OC_CONFIG::saveConfiguration()
...
* Support numeric types too
* $WEBROOT variable was not necessary
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
...
This actually write all the key/value into the config.php.
The code in `writeAdminLisener()` is cleaner.
This is in prevision of new configuration options (e.g. plugin related)
15 years ago
Aldo "xoen" Giambelluca
a532719c21
Using camelCase for function names in 'inc/lib_config.php'
...
PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.
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