Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -4/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -3/+1 |
| | |||||
* | Combine OCS API getUser method code into provisioning_api app | Roeland Jago Douma | 2015-10-13 | 1 | -46/+0 |
| | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API. | ||||
* | Move core capabilities to new class | Roeland Jago Douma | 2015-08-10 | 1 | -8/+1 |
| | |||||
* | Added Capabilities Manager | Roeland Jago Douma | 2015-08-10 | 1 | -2/+6 |
| | | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance | ||||
* | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -1/+1 |
| | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -21/+22 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+22 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -22/+22 |
| | |||||
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -1/+1 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Removed two unused functions | Lukas Reschke | 2014-04-04 | 1 | -27/+0 |
| | | | These two functions were actually not usable and only a todo since ages. I think it's better to remove it than having dead and unmaintained code. | ||||
* | Return 101 if user doesnt exist | tomneedham | 2014-02-18 | 1 | -2/+6 |
| | |||||
* | Add displayname for admins | tomneedham | 2014-02-18 | 1 | -2/+10 |
| | |||||
* | New OCS route: | Thomas Müller | 2013-10-21 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | /ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs> | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+108 |
Conflicts: lib/private/vcategories.php |