Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |