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
path: root/lib/user
AgeCommit message (Expand)Author
2013-10-23adding backticks to satisfy OracleThomas Müller
2013-06-14oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer
2013-02-22Whitespace fixesBart Visscher
2013-02-15changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAMEThomas Mueller
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-12introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller
2013-01-31add missing bracketsBjörn Schießle
2013-01-31search for display name and uid (with no display name) since it is possible t...Björn Schießle
2013-01-30remove dubug valueBjörn Schießle
2013-01-29Adjust user interface to additions around displayName HandlingArthur Schiwon
2013-01-28search display name instead of uid; fix key/value order for array accessBjörn Schießle
2013-01-28implement DisplayNamesInGroup for database back-endBjörn Schießle
2013-01-28implement display names for the database back-endBjörn Schießle
2013-01-28update the display name for the database back-endBjörn Schießle
2013-01-28interface and API to change display namesBjörn Schießle
2013-01-28change order, key -> uid and value -> display name, this way it is also possi...Björn Schießle
2013-01-25get all display names from users in a given groupBjörn Schießle
2013-01-25get all display namesBjörn Schießle
2013-01-24new branch which introduces display namesBjörn Schießle
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-30check for database error in userExistsJörn Friedrich Dreyer
2012-09-12Treat getUsers() as case insensitive, helpful for showing proper results in t...Michael Gapczynski
2012-09-07adding space between) and {Thomas Mueller
2012-09-01use null instead of -1 on all getUser()Jörn Friedrich Dreyer
2012-08-29Whitespace fixes in libBart Visscher
2012-08-28Check usernames in the database as case insensitive, they are still stored ca...Michael Gapczynski
2012-08-27OC_User: getHome is an optional method, taking it out of the InterfaceArthur Schiwon
2012-08-27fix c&p fail from earlier commit todayGeorg Ehrke
2012-08-26implement getHome in OC_UserGeorg Ehrke
2012-08-25remove superflous LIMITjfd
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-12Make getting all users and groups the defaultMichael Gapczynski
2012-08-12Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski
2012-07-31escape all identifiers with backticksjfd
2012-07-25remove only internally used function from interfaceArthur Schiwon
2012-07-25define an interface for the User BackendArthur Schiwon
2012-07-20remove unused variablesRobin Appelman
2012-06-20Don't use substr to get first char of stringBart Visscher
2012-06-08Don't use substr to get first char of stringBart Visscher
2012-06-08backport the password salting fix.Frank Karlitschek
2012-06-08generate a random salt during installation and store it in the config.php. us...Frank Karlitschek
2012-06-05Merge branch 'unstable'Bart Visscher
2012-06-03http user backendRobin Appelman
2012-06-01Minor change to commentSam Tuke
2012-05-26update copyrightFrank Karlitschek
2012-05-17update documentation of oc_user::checkpasswordRobin Appelman
2012-05-10Implement default functions in OC_User backendBart Visscher
2012-04-15fix bug where users could use wildcards in username to loginDaniel
2012-04-14prevent users with the same name but different casing from being createdRobin Appelman