Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup OCS code | Lukas Reschke | 2015-08-14 | 1 | -1/+1 |
| | | | | This removes unused code from `OC_OCS` which nobody understood what it really was for anyways. | ||||
* | 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 |
| | | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance | ||||
* | 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 |
| | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -93/+109 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -105/+99 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | Fix unexisting class and PHPDoc | Lukas Reschke | 2014-09-15 | 1 | -16/+8 |
| | | | | You can't add int here as hint... | ||||
* | 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 |
|\ | | | | | OC_OCS_Result Class, Only accept 100 code as success | ||||
| * | 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 |
|/ | | | 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 |
| | |||||
* | 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 ↵ | Thomas Müller | 2013-10-31 | 1 | -6/+6 |
| | | | | | | dispatcher itself adding @return | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | /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 | 5 | -0/+349 |
Conflicts: lib/private/vcategories.php |