aboutsummaryrefslogtreecommitdiffstats
path: root/lib/user/database.php
Commit message (Expand)AuthorAgeFilesLines
* add debug outputJörn Friedrich Dreyer2013-05-221-1/+1
* typo fix in a comment.joel hansson2013-05-011-1/+1
* Use the MDB2 function to get the count resultBart Visscher2013-04-061-1/+1
* Use count SQL to check for user existanceBart Visscher2013-04-051-2/+2
* Whitespace fixesBart Visscher2013-02-221-6/+6
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+4
* introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller2013-02-111-37/+45
* add missing bracketsBjörn Schießle2013-01-311-2/+3
* search for display name and uid (with no display name) since it is possible t...Björn Schießle2013-01-311-5/+15
* search display name instead of uid; fix key/value order for array accessBjörn Schießle2013-01-281-1/+1
* implement DisplayNamesInGroup for database back-endBjörn Schießle2013-01-281-4/+6
* implement display names for the database back-endBjörn Schießle2013-01-281-0/+34
* update the display name for the database back-endBjörn Schießle2013-01-281-0/+18
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle: many fixesFelix Moeller2012-11-021-3/+3
* check for database error in userExistsJörn Friedrich Dreyer2012-10-301-1/+4
* Treat getUsers() as case insensitive, helpful for showing proper results in t...Michael Gapczynski2012-09-121-1/+1
* adding space between) and {Thomas Mueller2012-09-071-15/+15
* Whitespace fixes in libBart Visscher2012-08-291-3/+3
* Check usernames in the database as case insensitive, they are still stored ca...Michael Gapczynski2012-08-281-2/+2
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-261-1/+1
* implement getHome in OC_UserGeorg Ehrke2012-08-261-0/+13
* remove superflous LIMITjfd2012-08-251-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-18/+15
|\
| * Make getting all users and groups the defaultMichael Gapczynski2012-08-111-2/+6
| * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-7/+6
| * remove unused variablesRobin Appelman2012-07-201-5/+3
| * Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
| * generate a random salt during installation and store it in the config.php. us...Frank Karlitschek2012-06-081-3/+3
| * update copyrightFrank Karlitschek2012-05-261-1/+1
* | escape all identifiers with backticksjfd2012-07-311-5/+5
* | Don't use substr to get first char of stringBart Visscher2012-06-191-1/+1
* | backport the password salting fix.Frank Karlitschek2012-06-081-3/+3
|/
* update documentation of oc_user::checkpasswordRobin Appelman2012-05-171-1/+2
* fix bug where users could use wildcards in username to loginDaniel2012-04-151-2/+2
* prevent users with the same name but different casing from being createdRobin Appelman2012-04-141-1/+1
* improved password hashing based one phpassRobin Appelman2012-02-261-7/+42
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-171-2/+2
* fix issue with login being case insensitveRobin Appelman2011-08-251-4/+4
* Renaming classes :-)Jakob Sack2011-07-291-2/+2
* Use autoloadJakob Sack2011-07-271-0/+145