summaryrefslogtreecommitdiffstats
path: root/inc/lib_user.php
Commit message (Expand)AuthorAgeFilesLines
* initial version for user managment tab in the settings pageRobin Appelman2010-09-201-1/+11
* add functions to get a list of all users or groupsRobin Appelman2010-09-151-0/+15
* fix problem when creating users with a non-empty userid cacheRobin Appelman2010-08-121-3/+3
* provide a function to load the data from a plugin.xml fileRobin Appelman2010-08-051-2/+0
* use new plugin system for loading pluginsRobin Appelman2010-07-281-2/+0
* Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-281-261/+155
|\
| * Moved LDAP authentication into a pluginAldo "xoen" Giambelluca2010-07-231-6/+5
| * Cleaned up and added some documentationAldo "xoen" Giambelluca2010-07-221-44/+69
| * Created class `OC_USER_BACKEND` for general user managmentAldo "xoen" Giambelluca2010-07-211-60/+122
| * OC_USER now is an abstract class (OC_USER_ABSTRACT)Aldo "xoen" Giambelluca2010-07-191-82/+16
| * Reverted to self::$classType syntax and fixed the use of self in non-objectAldo "xoen" Giambelluca2010-07-191-38/+38
| * Minor style changesAldo "xoen" Giambelluca2010-07-151-30/+30
| * Minor style changesAldo "xoen" Giambelluca2010-07-151-99/+104
| * Abstract lib_userfabian2010-07-151-177/+46
* | fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-161-0/+0
|/
* Using camelCase for function names in 'inc/lib_user.php'Aldo "xoen" Giambelluca2010-07-101-13/+13
* Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-061-1/+9
|\
| * Fix page not refreshing after loginRobin Appelman2010-07-061-1/+9
* | Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-051-11/+28
|\ \
| * | Avoid creation of variables just to put the table names with prefixAldo "xoen" Giambelluca2010-07-041-22/+11
| * | Using table prefix preference in 'inc/lib_user.php'Aldo "xoen" Giambelluca2010-07-031-11/+44
| |/
* | Fix some database problems, do not use the cache when creating usersRobin Appelman2010-07-051-8/+8
* | Cache user and group id's to save some queriesRobin Appelman2010-06-221-0/+19
* | Initial PostgreSQL supportRobin Appelman2010-06-201-6/+5
|/
* fix changing password when using sqliteRobin Appelman2010-06-111-1/+1
* use MDB2's escape instead of mysql_escapeRobin2010-05-221-10/+10
* more checks on server enviroment and some bugfixes in admin and firstrun dialogRobin2010-05-091-0/+6
* port OC_DB to MDB2Robin2010-05-041-11/+11
* mergeRobin2010-04-281-0/+0
* remove dependency on set_include_path because not all hosts support itRobin2010-04-241-4/+14
* change the config system to support multi userRobin2010-04-231-0/+67
* admins can now create new usersRobin2010-04-221-2/+5
* (very) early multiuser supportRobin2010-04-221-0/+197