Commit Graph

22 Commits (12f4494de02457d51004ca6a82c1b2160189819f)

Author SHA1 Message Date
Robin Appelman 955bda1842 New user management classes 13 years ago
Bart Visscher bb75dfc021 Whitespace fixes 13 years ago
Thomas Mueller 297c50db18 changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME 13 years ago
Thomas Mueller 5731a1b01c introduce new virtual method hasUserListings() to determine if a user backend can list it's users. 13 years ago
Björn Schießle ebc3d1b2d7 remove dubug value 13 years ago
Björn Schießle e0f2ed2757 interface and API to change display names 13 years ago
Björn Schießle 996b5cf368 change order, key -> uid and value -> display name, this way it is also possible to have non-unique display names 13 years ago
Björn Schießle 4271430e60 get all display names from users in a given group 13 years ago
Björn Schießle 9bb8e05839 get all display names 13 years ago
Björn Schießle d16574f070 new branch which introduces display names 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Jörn Friedrich Dreyer 2c1f732880 use null instead of -1 on all getUser() 14 years ago
Georg Ehrke 5a4854079f implement getHome in OC_User 14 years ago
Michael Gapczynski 874f31b8d7 Make getting all users and groups the default 14 years ago
Michael Gapczynski 8d1eb674ec Add search, limit, and offset parameters to getUsers() and getGroups() 14 years ago
Michael Gapczynski 2f1a990cad Add search, limit, and offset parameters to getUsers() and getGroups() 14 years ago
Arthur Schiwon fdcbc23ed6 define an interface for the User Backend 14 years ago
Sam Tuke 4b4d13165a Minor change to comment 14 years ago
Frank Karlitschek a945fa10a6 update copyright 14 years ago
Bart Visscher ac2e0cd6e4 Implement default functions in OC_User backend 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 15 years ago
Jakob Sack f5c0dbd947 Use autoload 15 years ago
Dominik Schmidt 96657f8b62 Detect backend features dynamically instead of trial-and-error usage 15 years ago
Robin Appelman ee0f1490e1 Multiply changes to user system 15 years ago
Jakob Sack b37fb9142f Added tons of Hooks to OC_USER and OC_GROUP 15 years ago
Jakob Sack 1fe5f5a2df Better documentation for OC_USER 15 years ago
Jakob Sack c4287162c4 Some work on the fancy user management 15 years ago
Robin Appelman 7b00f99a57 static functions shouldn't be abstract 15 years ago
Jakob Sack 149793f2e7 First version of the new user management 15 years ago
Jakob Sack 132695ceb1 Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry. 15 years ago
Jonathan Riddell 1fd39a52fa Fix permissions on files 15 years ago
Jonathan Riddell d294c2f6bd Fix licencing, make headers refer to intended AGPL, include copy of AGPL 15 years ago
Elias Probst ba246b450f Fixed typo (Lisener → Listener) 15 years ago
Robin Appelman 91acafe698 initial version for user managment tab in the settings page 16 years ago
Robin Appelman a1fbbd09ee add functions to get a list of all users or groups 16 years ago
Aldo "xoen" Giambelluca ccd362108e Cleaned up and added some documentation 16 years ago
Aldo "xoen" Giambelluca 68775a282d Created class `OC_USER_BACKEND` for general user managment 16 years ago
Aldo "xoen" Giambelluca 9fe46ef093 OC_USER now is an abstract class (OC_USER_ABSTRACT) 16 years ago
Aldo "xoen" Giambelluca 9c124a8dbf Reverted to self::$classType syntax and fixed the use of self in non-object 16 years ago
Martin T. H. Sandsmark 64d4d57615 fix permissions, start to implement private data api 16 years ago
Aldo "xoen" Giambelluca 42d603c5b3 Minor style changes 16 years ago
Aldo "xoen" Giambelluca 7b84bf5f0e Minor style changes 16 years ago
fabian 9ff483759f Abstract lib_user 16 years ago
Aldo "xoen" Giambelluca 0939d5c393 Using camelCase for function names in 'inc/lib_user.php' 16 years ago
Robin Appelman 11d515ef4e Fix page not refreshing after login 16 years ago
Robin Appelman d96793f14f Fix some database problems, do not use the cache when creating users 16 years ago
Aldo "xoen" Giambelluca 76672fe037 Avoid creation of variables just to put the table names with prefix 16 years ago
Aldo "xoen" Giambelluca 54c1264e24 Using table prefix preference in 'inc/lib_user.php' 16 years ago
Robin Appelman e4a83b68e9 Cache user and group id's to save some queries 16 years ago