| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 7 | -8/+9 |
* | 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 |
* | Add a new core capability which tells the clients which url to use | Thomas Müller | 2015-11-03 | 1 | -1/+2 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 2 | -4/+2 |
* | Merge pull request #18184 from owncloud/ocs-merge-headers | Thomas Müller | 2015-10-21 | 1 | -1/+3 |
|\ |
|
| * | fix PHPDoc | Thomas Müller | 2015-09-21 | 1 | -0/+1 |
| * | Merge headers of ocs results | Thomas Müller | 2015-09-21 | 1 | -1/+2 |
* | | Combine OCS API getUser method code into provisioning_api app | Roeland Jago Douma | 2015-10-13 | 1 | -46/+0 |
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -0/+2 |
|/ |
|
* | Cleanup OCS code | Lukas Reschke | 2015-08-14 | 1 | -1/+1 |
* | With V2 we should ensure that the status codes are kept in sync | Thomas Müller | 2015-08-13 | 1 | -1/+1 |
* | Move core capabilities to new class | Roeland Jago Douma | 2015-08-10 | 2 | -8/+57 |
* | Added Capabilities Manager | Roeland Jago Douma | 2015-08-10 | 1 | -2/+6 |
* | Adding header support to class OC_OCS_Result | Thomas Müller | 2015-08-07 | 1 | -1/+44 |
* | Fix authors | Thomas Müller | 2015-08-03 | 1 | -7/+1 |
* | Reduce duplicate code | Thomas Müller | 2015-08-03 | 1 | -0/+40 |
* | Remove unused variables | Morris Jobke | 2015-04-18 | 3 | -3/+3 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -93/+109 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -105/+99 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -99/+105 |
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -1/+1 |
* | Fix unexisting class and PHPDoc | Lukas Reschke | 2014-09-15 | 1 | -16/+8 |
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 2 | -5/+5 |
* | Merge pull request #8018 from owncloud/ocs_result_success_is_100 | Vincent Petry | 2014-04-10 | 1 | -1/+1 |
|\ |
|
| * | Only accept success as 100 like the OCS spec does | tomneedham | 2014-04-02 | 1 | -1/+1 |
* | | Removed two unused functions | Lukas Reschke | 2014-04-04 | 1 | -27/+0 |
|/ |
|
* | Return 101 if user doesnt exist | tomneedham | 2014-02-18 | 1 | -2/+6 |
* | Add displayname for admins | tomneedham | 2014-02-18 | 1 | -2/+10 |
* | getData() always needs to return an array | Bjoern Schiessle | 2014-02-07 | 1 | -6/+12 |
* | Get rid of the SELECT query. Try UPDATE, on failure INSERT. | Andreas Fischer | 2013-10-31 | 1 | -8/+4 |
* | fixing undefined index in delete() | Thomas Müller | 2013-10-31 | 1 | -5/+7 |
* | PHPDoc comment updated - checkLoggedIn() removed | Thomas Müller | 2013-10-31 | 1 | -9/+10 |
* | no need to check if the user is logged in | Thomas Müller | 2013-10-31 | 1 | -1/+0 |
* | fixing php notice: Undefined index key | Thomas Müller | 2013-10-31 | 1 | -1/+1 |
* | no need to check if the user is logged in - this is already done in the ocs d... | Thomas Müller | 2013-10-31 | 1 | -6/+6 |
* | fix the privatedata key value store | Frank Karlitschek | 2013-10-30 | 1 | -11/+55 |
* | New OCS route: | Thomas Müller | 2013-10-21 | 1 | -2/+11 |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 5 | -0/+349 |