summaryrefslogtreecommitdiff
path: root/inc/RemoteAPICore.php
Commit message (Collapse)AuthorAge
* more phpdocs and minor checkGerrit Uitslag2014-10-01
|
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | script, which typically should not store their authentication cookies on disk. However: 1st: DW cannot tell if an external script is in this respect well-behaved. 2nd: it does not hurt to provide means for a voluntary log-out. There are, BTW, two parts of authentication data: one is stored in the cookie-storage of the client, and the other part is stored in the session data of the DW instance on the server. This logoff call is responsible for invalidating the credentials stored on the server, regardless of any cookie data remaining (or being stolen) on the client side.
* | 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
| | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
* Fix CodeSniffer violationsMatt Perry2013-08-20
| | | | | Remove whitespace from end of lines to reduce the number of CodeSniffer violations.
* fixed exception call FS#2772Andreas Gohr2013-05-05
|
* Merge pull request #157 from gturri/permsMichael Hamann2013-01-21
|\ | | | | wiki.getAttachments returns 'perms' according to documentation
| * Increment DOKU_API_VERSIONGuillaume Turri2013-01-21
| | | | | | Because wiki.getAttachments now returns 'perms' instead of 'perm'
| * wiki.getAttachments returns 'perms' according to documentationGuillaume Turri2013-01-19
| |
* | Don't remove page version from result if uneededGuillaume Turri2013-01-10
|/ | | | It may happen when the page has few versions
* Fixed declared returned typeGuillaume Turri2013-01-06
|
* Made xmlrpc putPage and appendPage consistent with documentationGuillaume Turri2013-01-06
| | | | | According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not int.
* 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
| | | | | Conflicts: lib/exe/xmlrpc.php
* 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