summaryrefslogtreecommitdiffstats
path: root/lib/user
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixesBart Visscher2013-02-222-8/+8
* changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAMEThomas Mueller2013-02-151-1/+1
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+4
* introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller2013-02-114-46/+74
* 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
* remove dubug valueBjörn Schießle2013-01-291-1/+1
* Adjust user interface to additions around displayName HandlingArthur Schiwon2013-01-291-0/+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
* interface and API to change display namesBjörn Schießle2013-01-281-0/+2
* change order, key -> uid and value -> display name, this way it is also possi...Björn Schießle2013-01-281-2/+2
* get all display names from users in a given groupBjörn Schießle2013-01-251-2/+2
* get all display namesBjörn Schießle2013-01-251-0/+15
* new branch which introduces display namesBjörn Schießle2013-01-241-0/+11
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-042-2/+2
* Checkstyle: many fixesFelix Moeller2012-11-022-5/+5
* 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-074-39/+39
* use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-013-3/+3
* Whitespace fixes in libBart Visscher2012-08-292-8/+8
* Check usernames in the database as case insensitive, they are still stored ca...Michael Gapczynski2012-08-281-2/+2
* OC_User: getHome is an optional method, taking it out of the InterfaceArthur Schiwon2012-08-271-7/+0
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-262-2/+2
* implement getHome in OC_UserGeorg Ehrke2012-08-265-0/+54
* remove superflous LIMITjfd2012-08-251-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-256-72/+212
|\
| * Make getting all users and groups the defaultMichael Gapczynski2012-08-114-5/+9
| * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-113-9/+8
| * remove only internally used function from interfaceArthur Schiwon2012-07-251-9/+0
| * define an interface for the User BackendArthur Schiwon2012-07-252-1/+70
| * remove unused variablesRobin Appelman2012-07-202-14/+6
| * 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
| * Merge branch 'unstable'Bart Visscher2012-06-042-38/+32
| |\
| | * Implement default functions in OC_User backendBart Visscher2012-05-102-38/+32
| * | http user backendRobin Appelman2012-06-031-0/+93
| * | Minor change to commentSam Tuke2012-06-011-2/+4
| * | update copyrightFrank Karlitschek2012-05-264-4/+4
* | | 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-173-3/+6
|/
* 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
* test cases for user backendsRobin Appelman2012-04-141-0/+114
* improved password hashing based one phpassRobin Appelman2012-02-261-7/+42