summaryrefslogtreecommitdiff
path: root/inc/RemoteAPICore.php
Commit message (Expand)AuthorAge
* more phpdocs and minor checkGerrit Uitslag2014-10-01
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
* Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\
| * Increase also the API version.Claus-Justus Heine2013-11-24
| * Prepare an XMLRPC logoff method. Rationale: XMLRPC is thought forClaus-Justus Heine2013-11-24
* | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
* | update function calls to changelog functionsGerrit Uitslag2013-11-20
|/
* remove 'infos' misspellingElan Ruusamäe2013-11-13
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
* Fix CodeSniffer violationsMatt Perry2013-08-20
* fixed exception call FS#2772Andreas Gohr2013-05-05
* Merge pull request #157 from gturri/permsMichael Hamann2013-01-21
|\
| * Increment DOKU_API_VERSIONGuillaume Turri2013-01-21
| * wiki.getAttachments returns 'perms' according to documentationGuillaume Turri2013-01-19
* | Don't remove page version from result if uneededGuillaume Turri2013-01-10
|/
* Fixed declared returned typeGuillaume Turri2013-01-06
* Made xmlrpc putPage and appendPage consistent with documentationGuillaume Turri2013-01-06
* Resolve empty page ID to configured start pageTim Roes2012-04-19
* Remote search is aware of useheading optionTim Roes2012-04-12
* Added page title to search results in Remote APITim Roes2012-04-12
* Make getTitle method in remote interface publicTim Roes2012-04-05
* fix for putAttachmentAndreas Gohr2012-03-23
* removed require_once for autoloaded fulltext.phpDominik Eckelmann2012-03-22
* added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupportedDominik Eckelmann2012-03-21
* Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
* refactored RemoteAccessDenied to RemoteAccessDeniedExceptionDominik Eckelmann2012-01-08
* delegate file and date transformation to remote libraryDominik Eckelmann2012-01-08
* added missing getTimeDominik Eckelmann2012-01-08
* added missing getVersionDominik Eckelmann2012-01-08
* set login as public methodDominik Eckelmann2012-01-08
* added methods from xmlrpc.php to RemoteAPICoreDominik Eckelmann2011-12-22
* changed to new Remote Data objectsDominik Eckelmann2011-12-12
* RemoteAPI can now handle remote calls.Dominik Eckelmann2011-12-08
* collect remote functions in a classDominik Eckelmann2011-11-28