aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/user.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix more documentation failesJoas Schilling2014-02-081-4/+2
| | | | Issue #7111
* remove duplicate param lines for OCP\User::getUsers()Jörn Friedrich Dreyer2014-02-071-2/+0
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+5
|
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
|
* fix "No page-level DocBlock"Morris Jobke2013-11-031-1/+1
|
* Public API documentation fixesMorris Jobke2013-10-171-25/+26
| | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php
* User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-1/+1
|
* Correct casing of OC_User and pass through the params to getUsersBart Visscher2013-07-191-8/+8
|
* Whitespace fixesBart Visscher2013-02-221-17/+17
|
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
|
* prepare user table to show and edit display namesBjörn Schießle2013-01-281-1/+1
|
* allow to get the display name from an abitrary userBjörn Schießle2013-01-251-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/+10
|
* new branch which introduces display namesBjörn Schießle2013-01-241-1/+9
| | | | first commit with some infrastructure code
* Whitespace cleanupBart Visscher2013-01-161-1/+1
|
* Remove uneeded returnsLukas Reschke2013-01-141-3/+1
|
* Add an $excludingBackend optional parameterLorenzo M. Catucci2012-12-071-3/+3
| | | | to the userExists method both in OCP\User and in OC_User.
* style fixes for public user apiGeorg Ehrke2012-09-081-25/+13
|
* adding space between) and {Thomas Mueller2012-09-071-7/+7
|
* use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-011-1/+1
|
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
|
* Make getting all users and groups the defaultMichael Gapczynski2012-08-111-1/+1
|
* Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-3/+0
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* document the public classes a bit moreFrank Karlitschek2012-05-191-0/+3
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-061-3/+9
| | | | And greeting from the Atlanta airport. ;-)
* implement missing getusers callFrank Karlitschek2012-05-041-0/+10
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-0/+15
|
* some more portingFrank Karlitschek2012-05-011-1/+30
|
* some more work on the public APIFrank Karlitschek2012-05-011-0/+62