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
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
2012-04-14test cases for user backendsRobin Appelman
2012-02-26improved password hashing based one phpassRobin Appelman
2011-09-17dont use numRows when it's not needed since it can be expensiveRobin Appelman
2011-08-25fix issue with login being case insensitveRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack
2011-07-27Use autoloadJakob Sack