Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo (Lisener → Listener) | Elias Probst | 2011-01-01 | 2 | -4/+4 |
| | |||||
* | fix login issue after logging out | Robin Appelman | 2010-11-04 | 1 | -0/+3 |
| | |||||
* | initial version for user managment tab in the settings page | Robin Appelman | 2010-09-20 | 2 | -15/+51 |
| | |||||
* | add functions to get a list of all users or groups | Robin Appelman | 2010-09-15 | 1 | -0/+12 |
| | |||||
* | use caching for user-group relations | Robin Appelman | 2010-09-12 | 1 | -24/+57 |
| | |||||
* | Moved LDAP authentication into a plugin | Aldo "xoen" Giambelluca | 2010-07-23 | 2 | -231/+0 |
| | | | | | 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 | 3 | -259/+338 |
| | |||||
* | Created class `OC_USER_BACKEND` for general user managment | Aldo "xoen" Giambelluca | 2010-07-21 | 4 | -286/+385 |
| | | | | | | 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 | 3 | -14/+19 |
| | | | | | | | | | | 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 | 3 | -21/+19 |
| | |||||
* | Minor style changes | Aldo "xoen" Giambelluca | 2010-07-15 | 2 | -65/+67 |
| | | | | | * camelCase * spaces here and there | ||||
* | Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style ↵ | Aldo "xoen" Giambelluca | 2010-07-15 | 1 | -164/+179 |
| | | | | | | | changes * Added spaces here and there * Using camelCase for same variable | ||||
* | Minor style changes | Aldo "xoen" Giambelluca | 2010-07-15 | 1 | -73/+75 |
| | | | | | | * Using camelCase for `$classType` property * Using `self` keyword instead of class name * Added spaces here and there | ||||
* | Support for mod_auth added | fabian | 2010-07-15 | 3 | -0/+525 |