aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
Commit message (Collapse)AuthorAge
...
* translation updateMartin Růžička2023-12-08
|
* translation updateZhenzhe Huang2023-12-06
|
* translation updateHoàng Vịnh2023-12-05
|
* Merge pull request #4113 from dokuwiki/jsonrpc-conformityAndreas Gohr2023-11-29
|\ | | | | JSONRPC Standards
| * implement support for JSON-RPC 1.0, 1.1 and 2.0Andreas Gohr2023-11-28
| | | | | | | | | | | | This implements the slightly more standardized JSON-RPC standard as an alternative to my home-grown version. The same server handled all formats including my own simpler variant.
* | 🤖 Rector and PHPCS fixessplitbrain2023-11-28
|/
* Merge pull request #3961 from dokuwiki/jsonrpcAndreas Gohr2023-11-28
|\ | | | | Add JSON based alternative to XMLRPC
| * Add JSON based alternative to XMLRPCAndreas Gohr2023-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XMLRPC is a rather outdated and old-fashioned protocol not much in use anymore. Developers prefer simpler, JSON based APIs. This adds a new "JSONRPC" API. Basically it exposes exactly the same method calls as the XMLRPC API but using JSON instead of XML. It's not a classical REST API, but should be just as easy to use for developers. Here is an example call using CURL: curl http://localhost/dokuwiki/lib/exe/jsonrpc.phs \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $token" \ -d '["wiki"]' Please note that the above uses the token auth implemented in #2432. Authentication via basic auth or cookies would work as well.
* | translation updateAndreas Gohr2023-11-22
| |
* | translation update林晓东2023-11-17
| |
* | translation updateFekete Ádám Zsolt2023-11-14
| |
* | 🤖 Rector and PHPCS fixessplitbrain2023-11-13
| |
* | avoid another warning in authadAndreas Gohr2023-11-08
| |
* | translation updatepau2023-11-03
| |
* | Merge branch 'master' into lang_update_726_1698406849Gerrit Uitslag2023-10-27
|\ \
| * | translation updatetalal2023-10-27
| | |
* | | translation updatetalal2023-10-27
|/ /
* | don't break config manager if plugin renderer fails to load #4084Andreas Gohr2023-10-12
| |
* | translation updateMarek Adamski2023-10-07
| |
* | translation updateWerewolf2023-10-04
| |
* | translation updateMichał2023-10-03
| |
* | Fix tiny typo: missing capitalprx2023-09-19
| |
* | Merge pull request #4062 from fiwswe/implement_4060_2Gerrit Uitslag2023-09-18
|\ \ | | | | | | Use str_starts_with/str_ends_with
| * | Use str_starts_with/str_ends_withfiwswe2023-09-15
| | |
* | | translation updateJérémy Just2023-09-17
|/ /
* | translation updateSchplurtz le Déboulonné2023-09-12
| |
* | dokuwiki template: fix alignment issue in user toolsAndreas Gohr2023-09-07
| |
* | Merge pull request #4045 from dokuwiki/autofixAndreas Gohr2023-09-02
|\ \ | | | | | | Use Rector to autofix code smell
| * | adjusted docblocks for renamed class aliasesAndreas Gohr2023-09-02
| | |
| * | use $auth instanceof AuthPlugin instead of not null checkGerrit Uitslag2023-09-01
| | |
| * | code style: multi statementsAndreas Gohr2023-08-31
| | |
| * | code style: line breaksAndreas Gohr2023-08-31
| | |
| * | code style: static visibilityAndreas Gohr2023-08-31
| | |
| * | code style: operator spacingAndreas Gohr2023-08-31
| | |
| * | code style: indent fixesAndreas Gohr2023-08-31
| | |
| * | Rector to rename print to echo callsAndreas Gohr2023-08-31
| | |
| * | code style: ptln removed, useradmin cleanupAndreas Gohr2023-08-31
| | |
| * | coding style: control flow line breaksAndreas Gohr2023-08-31
| | |
| * | coding style: control flow whitespacesAndreas Gohr2023-08-31
| | |
| * | update some plugin classes in phpdocs, reformattingGerrit Uitslag2023-08-31
| | |
| * | reformatting at top levelGerrit Uitslag2023-08-31
| | |
| * | reformat /lib/exe/ folderGerrit Uitslag2023-08-31
| | |
| * | reformat lib/exe/mediamanager.phpGerrit Uitslag2023-08-31
| | |
| * | recover comments in listGerrit Uitslag2023-08-31
| | |
| * | manual code style fixAndreas Gohr2023-08-30
| | |
| * | coding style: function call spacingAndreas Gohr2023-08-30
| | |
| * | codestyle adjustments: EOF new linesAndreas Gohr2023-08-30
| | |
| * | codestyle adjustments: function declaration braces/spacesAndreas Gohr2023-08-30
| | |
| * | codestyle adjustments: class declaration bracesAndreas Gohr2023-08-30
| | |
| * | codestyle adjustments: function argument spacingAndreas Gohr2023-08-30
| | |