summaryrefslogtreecommitdiffstats
path: root/lib/public/user.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-155/+0
|
* Move logout to controllerLukas Reschke2016-04-181-1/+1
| | | | Testable code. Yay.
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Merge pull request #15734 from owncloud/add-deprecate-tagsThomas Müller2015-04-211-0/+5
|\ | | | | Add @deprecated to all methods with a proper method in \OCP
| * Add @deprecated to all methods with a proper method in \OCPMorris Jobke2015-04-201-0/+5
| |
* | Add version to @deprecated tagsMorris Jobke2015-04-191-3/+3
|/
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-5/+16
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-12/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-19/+21
|
* Deprecate older API wrappers and callsLukas Reschke2014-11-121-0/+3
| | | | Those old classes have now non-static pendants and can be deprecated IMHO.
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-7/+7
|
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
|
* 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