Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Move OAuth classes into lib/oauth | Tom Needham | 2012-08-03 | 3 | -3/+39 | |
| | * | | | | | | | | OAuth server implementation using oauth library | Michael Gapczynski | 2012-08-02 | 2 | -102/+45 | |
| | * | | | | | | | | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 2 | -8/+15 | |
| | * | | | | | | | | Move loading of routes to OC::getRouter function | Bart Visscher | 2012-08-02 | 2 | -1/+7 | |
| | * | | | | | | | | Quick fix for xml encoding arrays | Bart Visscher | 2012-08-02 | 1 | -0/+3 | |
| | * | | | | | | | | Change access to router object to getter function | Bart Visscher | 2012-08-02 | 2 | -7/+13 | |
| | * | | | | | | | | API: Complete respond function | Bart Visscher | 2012-08-01 | 1 | -3/+22 | |
| | * | | | | | | | | Logout the user at the end of a call to be stateless | Tom Needham | 2012-08-01 | 1 | -0/+2 | |
| | * | | | | | | | | API: add OC_API::checkLoggedIn() | Tom Needham | 2012-08-01 | 1 | -0/+11 | |
| | * | | | | | | | | Remove unnecessary include | Tom Needham | 2012-08-01 | 1 | -1/+0 | |
| | * | | | | | | | | Fix 3rdparty paths, initialise OAuth in correct order | Tom Needham | 2012-08-01 | 1 | -4/+6 | |
| | * | | | | | | | | Fix /privatedata/getattribute route | Bart Visscher | 2012-07-31 | 1 | -4/+6 | |
| | * | | | | | | | | API: set request method for registered urls | Bart Visscher | 2012-07-31 | 1 | -0/+1 | |
| | * | | | | | | | | Routing: Method needs to be uppercase | Bart Visscher | 2012-07-31 | 2 | -6/+6 | |
| | * | | | | | | | | Fixup OCS modules | Bart Visscher | 2012-07-31 | 5 | -46/+39 | |
| | * | | | | | | | | Fix require 3rdpartypath | Bart Visscher | 2012-07-31 | 1 | -2/+2 | |
| | * | | | | | | | | Require a username for OC_OAuth::registerConsumer() | Tom Needham | 2012-07-31 | 1 | -2/+1 | |
| | * | | | | | | | | Actually login the user when using OAuth | Tom Needham | 2012-07-31 | 1 | -0/+7 | |
| | * | | | | | | | | Basic OAuth class based on oauth-php. WIP | Tom Needham | 2012-07-31 | 1 | -0/+128 | |
| | * | | | | | | | | Handle function not needed in lib/ocs.php | Tom Needham | 2012-07-31 | 1 | -181/+0 | |
| | * | | | | | | | | Fix error with namespacing | Tom Needham | 2012-07-31 | 1 | -1/+1 | |
| | * | | | | | | | | Make method static | Tom Needham | 2012-07-31 | 1 | -1/+1 | |
| | * | | | | | | | | Fix OC_OCS_Privatedata::privateDataGet | Bart Visscher | 2012-07-30 | 1 | -2/+5 | |
| | * | | | | | | | | Make calling ocs/v1.php/config work | Bart Visscher | 2012-07-30 | 3 | -6/+31 | |
| | * | | | | | | | | Fix OC_API::register | Bart Visscher | 2012-07-30 | 1 | -1/+3 | |
| | * | | | | | | | | Create OC_Router in OC::init | Bart Visscher | 2012-07-30 | 1 | -0/+6 | |
| | * | | | | | | | | Move loading of routes to OC_Router | Bart Visscher | 2012-07-30 | 2 | -19/+15 | |
| | * | | | | | | | | Merge the responses recursively | Tom Needham | 2012-07-30 | 1 | -4/+2 | |
| | * | | | | | | | | Add public class for registering api calls | Tom Needham | 2012-07-30 | 1 | -0/+41 | |
| | * | | | | | | | | Improve merging of api responses | Tom Needham | 2012-07-30 | 1 | -12/+35 | |
| | * | | | | | | | | Clean code slightly | Tom Needham | 2012-07-30 | 1 | -9/+16 | |
| | * | | | | | | | | Record the app that is registering a call to use later with OAuth | Tom Needham | 2012-07-30 | 1 | -4/+5 | |
| | * | | | | | | | | Add the format parameter inside OC_API | Tom Needham | 2012-07-30 | 1 | -1/+1 | |
| | * | | | | | | | | Move OCS methods to lib/ocs/.php | Tom Needham | 2012-07-30 | 6 | -1/+184 | |
| | * | | | | | | | | Add core routes and include them in OC_API::call() | Tom Needham | 2012-07-30 | 1 | -3/+5 | |
| | * | | | | | | | | Add method to check if an app is shipped or not | Tom Needham | 2012-07-29 | 1 | -0/+14 | |
| | * | | | | | | | | Load routes before calling actions | Tom Needham | 2012-07-28 | 1 | -0/+9 | |
| | * | | | | | | | | Fix odd indentation issue | Tom Needham | 2012-07-28 | 1 | -89/+89 | |
| | * | | | | | | | | Basic structure and functionality of api class | Tom Needham | 2012-07-28 | 1 | -0/+91 | |
* | | | | | | | | | | Tweak failure message and throw exceptions from updateDbFromStructure() | Michael Gapczynski | 2013-01-05 | 2 | -5/+7 | |
* | | | | | | | | | | Modify and include additional update messages from updating apps | Michael Gapczynski | 2013-01-05 | 1 | -1/+4 | |
* | | | | | | | | | | Only show the version updating to instead of worrying about converting intern... | Michael Gapczynski | 2013-01-04 | 1 | -2/+1 | |
* | | | | | | | | | | Add back check if installed around background jobs | Michael Gapczynski | 2013-01-04 | 1 | -2/+4 | |
* | | | | | | | | | | Use hooks to send updates from apps | Michael Gapczynski | 2013-01-04 | 1 | -0/+1 | |
* | | | | | | | | | | Basic update progress of database update only | Michael Gapczynski | 2013-01-03 | 1 | -37/+12 | |
* | | | | | | | | | | Rearrange code to prepare for updater feedback | Michael Gapczynski | 2013-01-03 | 1 | -37/+63 | |
|/ / / / / / / / / | ||||||
* | | | | | | | / | Check if oc_token cookie exists before trying to use it | Michael Gapczynski | 2013-01-02 | 1 | -1/+3 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | fixing indent | Thomas Mueller | 2013-01-03 | 1 | -94/+94 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-03 | 1 | -0/+18 | |
* | | | | | | | | Merge pull request #975 from irgsmirx/patch-1 | Thomas Müller | 2013-01-02 | 1 | -8/+21 | |
|\ \ \ \ \ \ \ \ |