summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Move OAuth classes into lib/oauthTom Needham2012-08-033-3/+39
| | * | | | | | | | OAuth server implementation using oauth libraryMichael Gapczynski2012-08-022-102/+45
| | * | | | | | | | Routing: combine all routes into one setBart Visscher2012-08-022-8/+15
| | * | | | | | | | Move loading of routes to OC::getRouter functionBart Visscher2012-08-022-1/+7
| | * | | | | | | | Quick fix for xml encoding arraysBart Visscher2012-08-021-0/+3
| | * | | | | | | | Change access to router object to getter functionBart Visscher2012-08-022-7/+13
| | * | | | | | | | API: Complete respond functionBart Visscher2012-08-011-3/+22
| | * | | | | | | | Logout the user at the end of a call to be statelessTom Needham2012-08-011-0/+2
| | * | | | | | | | API: add OC_API::checkLoggedIn()Tom Needham2012-08-011-0/+11
| | * | | | | | | | Remove unnecessary includeTom Needham2012-08-011-1/+0
| | * | | | | | | | Fix 3rdparty paths, initialise OAuth in correct orderTom Needham2012-08-011-4/+6
| | * | | | | | | | Fix /privatedata/getattribute routeBart Visscher2012-07-311-4/+6
| | * | | | | | | | API: set request method for registered urlsBart Visscher2012-07-311-0/+1
| | * | | | | | | | Routing: Method needs to be uppercaseBart Visscher2012-07-312-6/+6
| | * | | | | | | | Fixup OCS modulesBart Visscher2012-07-315-46/+39
| | * | | | | | | | Fix require 3rdpartypathBart Visscher2012-07-311-2/+2
| | * | | | | | | | Require a username for OC_OAuth::registerConsumer()Tom Needham2012-07-311-2/+1
| | * | | | | | | | Actually login the user when using OAuthTom Needham2012-07-311-0/+7
| | * | | | | | | | Basic OAuth class based on oauth-php. WIPTom Needham2012-07-311-0/+128
| | * | | | | | | | Handle function not needed in lib/ocs.phpTom Needham2012-07-311-181/+0
| | * | | | | | | | Fix error with namespacingTom Needham2012-07-311-1/+1
| | * | | | | | | | Make method staticTom Needham2012-07-311-1/+1
| | * | | | | | | | Fix OC_OCS_Privatedata::privateDataGetBart Visscher2012-07-301-2/+5
| | * | | | | | | | Make calling ocs/v1.php/config workBart Visscher2012-07-303-6/+31
| | * | | | | | | | Fix OC_API::registerBart Visscher2012-07-301-1/+3
| | * | | | | | | | Create OC_Router in OC::initBart Visscher2012-07-301-0/+6
| | * | | | | | | | Move loading of routes to OC_RouterBart Visscher2012-07-302-19/+15
| | * | | | | | | | Merge the responses recursivelyTom Needham2012-07-301-4/+2
| | * | | | | | | | Add public class for registering api callsTom Needham2012-07-301-0/+41
| | * | | | | | | | Improve merging of api responsesTom Needham2012-07-301-12/+35
| | * | | | | | | | Clean code slightlyTom Needham2012-07-301-9/+16
| | * | | | | | | | Record the app that is registering a call to use later with OAuthTom Needham2012-07-301-4/+5
| | * | | | | | | | Add the format parameter inside OC_APITom Needham2012-07-301-1/+1
| | * | | | | | | | Move OCS methods to lib/ocs/.phpTom Needham2012-07-306-1/+184
| | * | | | | | | | Add core routes and include them in OC_API::call()Tom Needham2012-07-301-3/+5
| | * | | | | | | | Add method to check if an app is shipped or notTom Needham2012-07-291-0/+14
| | * | | | | | | | Load routes before calling actionsTom Needham2012-07-281-0/+9
| | * | | | | | | | Fix odd indentation issueTom Needham2012-07-281-89/+89
| | * | | | | | | | Basic structure and functionality of api classTom Needham2012-07-281-0/+91
* | | | | | | | | | Tweak failure message and throw exceptions from updateDbFromStructure()Michael Gapczynski2013-01-052-5/+7
* | | | | | | | | | Modify and include additional update messages from updating appsMichael Gapczynski2013-01-051-1/+4
* | | | | | | | | | Only show the version updating to instead of worrying about converting intern...Michael Gapczynski2013-01-041-2/+1
* | | | | | | | | | Add back check if installed around background jobsMichael Gapczynski2013-01-041-2/+4
* | | | | | | | | | Use hooks to send updates from appsMichael Gapczynski2013-01-041-0/+1
* | | | | | | | | | Basic update progress of database update onlyMichael Gapczynski2013-01-031-37/+12
* | | | | | | | | | Rearrange code to prepare for updater feedbackMichael Gapczynski2013-01-031-37/+63
|/ / / / / / / / /
* | | | | | | | / Check if oc_token cookie exists before trying to use itMichael Gapczynski2013-01-021-1/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | fixing indentThomas Mueller2013-01-031-94/+94
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-031-0/+18
* | | | | | | | Merge pull request #975 from irgsmirx/patch-1Thomas Müller2013-01-021-8/+21
|\ \ \ \ \ \ \ \