Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-20initial version for user managment tab in the settings pageRobin Appelman
2010-09-15add functions to get a list of all users or groupsRobin Appelman
2010-08-12fix problem when creating users with a non-empty userid cacheRobin Appelman
2010-08-05provide a function to load the data from a plugin.xml fileRobin Appelman
2010-07-28use new plugin system for loading pluginsRobin Appelman
2010-07-28Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/ownclou...Robin Appelman
2010-07-23Moved LDAP authentication into a pluginAldo "xoen" Giambelluca
2010-07-23Cleaned up and added some documentationAldo "xoen" Giambelluca
2010-07-21Created class `OC_USER_BACKEND` for general user managmentAldo "xoen" Giambelluca
2010-07-19OC_USER now is an abstract class (OC_USER_ABSTRACT)Aldo "xoen" Giambelluca
2010-07-19Reverted to self::$classType syntax and fixed the use of self in non-objectAldo "xoen" Giambelluca
2010-07-16fix permissions, start to implement private data apiMartin T. H. Sandsmark
2010-07-15Minor style changesAldo "xoen" Giambelluca
2010-07-15Minor style changesAldo "xoen" Giambelluca
2010-07-15Abstract lib_userfabian
2010-07-10Using camelCase for function names in 'inc/lib_user.php'Aldo "xoen" Giambelluca
2010-07-06Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman
2010-07-06Fix page not refreshing after loginRobin Appelman
2010-07-05Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/ownclou...Robin Appelman
2010-07-05Fix some database problems, do not use the cache when creating usersRobin Appelman
2010-07-04Avoid creation of variables just to put the table names with prefixAldo "xoen" Giambelluca
2010-07-03Using table prefix preference in 'inc/lib_user.php'Aldo "xoen" Giambelluca
2010-06-22Cache user and group id's to save some queriesRobin Appelman
2010-06-20Initial PostgreSQL supportRobin Appelman
2010-06-11fix changing password when using sqliteRobin Appelman
2010-05-23use MDB2's escape instead of mysql_escapeRobin
2010-05-09more checks on server enviroment and some bugfixes in admin and firstrun dialogRobin
2010-05-04port OC_DB to MDB2Robin
2010-04-28mergeRobin
2010-04-24remove dependency on set_include_path because not all hosts support itRobin
2010-04-23change the config system to support multi userRobin
2010-04-22admins can now create new usersRobin
2010-04-22(very) early multiuser supportRobin