Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -155/+0 |
| | |||||
* | Move logout to controller | Lukas Reschke | 2016-04-18 | 1 | -1/+1 |
| | | | | Testable code. Yay. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Merge pull request #15734 from owncloud/add-deprecate-tags | Thomas Müller | 2015-04-21 | 1 | -0/+5 |
|\ | | | | | Add @deprecated to all methods with a proper method in \OCP | ||||
| * | Add @deprecated to all methods with a proper method in \OCP | Morris Jobke | 2015-04-20 | 1 | -0/+5 |
| | | |||||
* | | Add version to @deprecated tags | Morris Jobke | 2015-04-19 | 1 | -3/+3 |
|/ | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+21 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+21 |
| | |||||
* | Deprecate older API wrappers and calls | Lukas Reschke | 2014-11-12 | 1 | -0/+3 |
| | | | | Those old classes have now non-static pendants and can be deprecated IMHO. | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -7/+7 |
| | |||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -4/+2 |
| | | | | Issue #7111 | ||||
* | remove duplicate param lines for OCP\User::getUsers() | Jörn Friedrich Dreyer | 2014-02-07 | 1 | -2/+0 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+5 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -19/+19 |
| | |||||
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Public API documentation fixes | Morris Jobke | 2013-10-17 | 1 | -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 API | Arthur Schiwon | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Correct casing of OC_User and pass through the params to getUsers | Bart Visscher | 2013-07-19 | 1 | -8/+8 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -17/+17 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | prepare user table to show and edit display names | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | allow to get the display name from an abitrary user | Björn Schießle | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | get all display names | Björn Schießle | 2013-01-25 | 1 | -0/+10 |
| | |||||
* | new branch which introduces display names | Björn Schießle | 2013-01-24 | 1 | -1/+9 |
| | | | | first commit with some infrastructure code | ||||
* | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | Remove uneeded returns | Lukas Reschke | 2013-01-14 | 1 | -3/+1 |
| | |||||
* | Add an $excludingBackend optional parameter | Lorenzo M. Catucci | 2012-12-07 | 1 | -3/+3 |
| | | | | to the userExists method both in OCP\User and in OC_User. | ||||
* | style fixes for public user api | Georg Ehrke | 2012-09-08 | 1 | -25/+13 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -7/+7 |
| | |||||
* | use null instead of -1 on all getUser() | Jörn Friedrich Dreyer | 2012-09-01 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -3/+0 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 1 | -0/+3 |
| | |||||
* | some more documentation cleanups. much more is needed. | Frank Karlitschek | 2012-05-06 | 1 | -3/+9 |
| | | | | And greeting from the Atlanta airport. ;-) | ||||
* | implement missing getusers call | Frank Karlitschek | 2012-05-04 | 1 | -0/+10 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 1 | -0/+15 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -1/+30 |
| | |||||
* | some more work on the public API | Frank Karlitschek | 2012-05-01 | 1 | -0/+62 |