Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove for now. main repository is at projects.kde.org/owncloud | Frank Karlitschek | 2011-08-13 | 1 | -241/+0 |
| | |||||
* | Fixed typo (Lisener → Listener) | Elias Probst | 2011-01-01 | 1 | -4/+4 |
| | |||||
* | initial version for user managment tab in the settings page | Robin Appelman | 2010-09-20 | 1 | -1/+11 |
| | |||||
* | add functions to get a list of all users or groups | Robin Appelman | 2010-09-15 | 1 | -0/+15 |
| | |||||
* | fix problem when creating users with a non-empty userid cache | Robin Appelman | 2010-08-12 | 1 | -3/+3 |
| | |||||
* | provide a function to load the data from a plugin.xml file | Robin Appelman | 2010-08-05 | 1 | -2/+0 |
| | |||||
* | use new plugin system for loading plugins | Robin Appelman | 2010-07-28 | 1 | -2/+0 |
| | |||||
* | Merge commit 'refs/merge-requests/31' of ↵ | Robin Appelman | 2010-07-28 | 1 | -261/+155 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge | ||||
| * | Moved LDAP authentication into a plugin | Aldo "xoen" Giambelluca | 2010-07-23 | 1 | -6/+5 |
| | | | | | | | | | | Used the current plugin system to define `USER_OC_LDAP` class that can be used as backend for OC_USER | ||||
| * | Cleaned up and added some documentation | Aldo "xoen" Giambelluca | 2010-07-22 | 1 | -44/+69 |
| | | |||||
| * | Created class `OC_USER_BACKEND` for general user managment | Aldo "xoen" Giambelluca | 2010-07-21 | 1 | -60/+122 |
| | | | | | | | | | | | | 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) | ||||
| * | OC_USER now is an abstract class (OC_USER_ABSTRACT) | Aldo "xoen" Giambelluca | 2010-07-19 | 1 | -82/+16 |
| | | | | | | | | | | | | | | | | | | | | 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? | ||||
| * | Reverted to self::$classType syntax and fixed the use of self in non-object | Aldo "xoen" Giambelluca | 2010-07-19 | 1 | -38/+38 |
| | | |||||
| * | Minor style changes | Aldo "xoen" Giambelluca | 2010-07-15 | 1 | -30/+30 |
| | | | | | | | | | | * camelCase * spaces here and there | ||||
| * | Minor style changes | Aldo "xoen" Giambelluca | 2010-07-15 | 1 | -99/+104 |
| | | | | | | | | | | | | * Using camelCase for `$classType` property * Using `self` keyword instead of class name * Added spaces here and there | ||||
| * | Abstract lib_user | fabian | 2010-07-15 | 1 | -177/+46 |
| | | |||||
* | | fix permissions, start to implement private data api | Martin T. H. Sandsmark | 2010-07-16 | 1 | -0/+0 |
|/ | |||||
* | Using camelCase for function names in 'inc/lib_user.php' | Aldo "xoen" Giambelluca | 2010-07-10 | 1 | -13/+13 |
| | | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code. | ||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Robin Appelman | 2010-07-06 | 1 | -1/+9 |
|\ | | | | | | | | | Conflicts: inc/lib_log.php | ||||
| * | Fix page not refreshing after login | Robin Appelman | 2010-07-06 | 1 | -1/+9 |
| | | |||||
* | | Merge commit 'refs/merge-requests/27' of ↵ | Robin Appelman | 2010-07-05 | 1 | -11/+28 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge Conflicts: inc/HTTP/WebDAV/Server/Filesystem.php inc/lib_config.php inc/lib_log.php inc/lib_user.php inc/templates/adminform.php | ||||
| * | | Avoid creation of variables just to put the table names with prefix | Aldo "xoen" Giambelluca | 2010-07-04 | 1 | -22/+11 |
| | | | |||||
| * | | Using table prefix preference in 'inc/lib_user.php' | Aldo "xoen" Giambelluca | 2010-07-03 | 1 | -11/+44 |
| |/ | |||||
* | | Fix some database problems, do not use the cache when creating users | Robin Appelman | 2010-07-05 | 1 | -8/+8 |
| | | |||||
* | | Cache user and group id's to save some queries | Robin Appelman | 2010-06-22 | 1 | -0/+19 |
| | | |||||
* | | Initial PostgreSQL support | Robin Appelman | 2010-06-20 | 1 | -6/+5 |
|/ | |||||
* | fix changing password when using sqlite | Robin Appelman | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | use MDB2's escape instead of mysql_escape | Robin | 2010-05-22 | 1 | -10/+10 |
| | |||||
* | more checks on server enviroment and some bugfixes in admin and firstrun dialog | Robin | 2010-05-09 | 1 | -0/+6 |
| | |||||
* | port OC_DB to MDB2 | Robin | 2010-05-04 | 1 | -11/+11 |
| | |||||
* | merge | Robin | 2010-04-28 | 1 | -0/+0 |
| | |||||
* | remove dependency on set_include_path because not all hosts support it | Robin | 2010-04-24 | 1 | -4/+14 |
| | |||||
* | change the config system to support multi user | Robin | 2010-04-23 | 1 | -0/+67 |
| | |||||
* | admins can now create new users | Robin | 2010-04-22 | 1 | -2/+5 |
| | |||||
* | (very) early multiuser support | Robin | 2010-04-22 | 1 | -0/+197 |