Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | translation update | Martin Růžička | 2023-12-08 | |
| | ||||
* | translation update | Zhenzhe Huang | 2023-12-06 | |
| | ||||
* | translation update | Hoàng Vịnh | 2023-12-05 | |
| | ||||
* | Merge pull request #4113 from dokuwiki/jsonrpc-conformity | Andreas Gohr | 2023-11-29 | |
|\ | | | | | JSONRPC Standards | |||
| * | implement support for JSON-RPC 1.0, 1.1 and 2.0 | Andreas Gohr | 2023-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 fixes | splitbrain | 2023-11-28 | |
|/ | ||||
* | Merge pull request #3961 from dokuwiki/jsonrpc | Andreas Gohr | 2023-11-28 | |
|\ | | | | | Add JSON based alternative to XMLRPC | |||
| * | Add JSON based alternative to XMLRPC | Andreas Gohr | 2023-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 update | Andreas Gohr | 2023-11-22 | |
| | | ||||
* | | translation update | 林晓东 | 2023-11-17 | |
| | | ||||
* | | translation update | Fekete Ádám Zsolt | 2023-11-14 | |
| | | ||||
* | | 🤖 Rector and PHPCS fixes | splitbrain | 2023-11-13 | |
| | | ||||
* | | avoid another warning in authad | Andreas Gohr | 2023-11-08 | |
| | | ||||
* | | translation update | pau | 2023-11-03 | |
| | | ||||
* | | Merge branch 'master' into lang_update_726_1698406849 | Gerrit Uitslag | 2023-10-27 | |
|\ \ | ||||
| * | | translation update | talal | 2023-10-27 | |
| | | | ||||
* | | | translation update | talal | 2023-10-27 | |
|/ / | ||||
* | | don't break config manager if plugin renderer fails to load #4084 | Andreas Gohr | 2023-10-12 | |
| | | ||||
* | | translation update | Marek Adamski | 2023-10-07 | |
| | | ||||
* | | translation update | Werewolf | 2023-10-04 | |
| | | ||||
* | | translation update | Michał | 2023-10-03 | |
| | | ||||
* | | Fix tiny typo: missing capital | prx | 2023-09-19 | |
| | | ||||
* | | Merge pull request #4062 from fiwswe/implement_4060_2 | Gerrit Uitslag | 2023-09-18 | |
|\ \ | | | | | | | Use str_starts_with/str_ends_with | |||
| * | | Use str_starts_with/str_ends_with | fiwswe | 2023-09-15 | |
| | | | ||||
* | | | translation update | Jérémy Just | 2023-09-17 | |
|/ / | ||||
* | | translation update | Schplurtz le Déboulonné | 2023-09-12 | |
| | | ||||
* | | dokuwiki template: fix alignment issue in user tools | Andreas Gohr | 2023-09-07 | |
| | | ||||
* | | Merge pull request #4045 from dokuwiki/autofix | Andreas Gohr | 2023-09-02 | |
|\ \ | | | | | | | Use Rector to autofix code smell | |||
| * | | adjusted docblocks for renamed class aliases | Andreas Gohr | 2023-09-02 | |
| | | | ||||
| * | | use $auth instanceof AuthPlugin instead of not null check | Gerrit Uitslag | 2023-09-01 | |
| | | | ||||
| * | | code style: multi statements | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | code style: line breaks | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | code style: static visibility | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | code style: operator spacing | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | code style: indent fixes | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | Rector to rename print to echo calls | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | code style: ptln removed, useradmin cleanup | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | coding style: control flow line breaks | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | coding style: control flow whitespaces | Andreas Gohr | 2023-08-31 | |
| | | | ||||
| * | | update some plugin classes in phpdocs, reformatting | Gerrit Uitslag | 2023-08-31 | |
| | | | ||||
| * | | reformatting at top level | Gerrit Uitslag | 2023-08-31 | |
| | | | ||||
| * | | reformat /lib/exe/ folder | Gerrit Uitslag | 2023-08-31 | |
| | | | ||||
| * | | reformat lib/exe/mediamanager.php | Gerrit Uitslag | 2023-08-31 | |
| | | | ||||
| * | | recover comments in list | Gerrit Uitslag | 2023-08-31 | |
| | | | ||||
| * | | manual code style fix | Andreas Gohr | 2023-08-30 | |
| | | | ||||
| * | | coding style: function call spacing | Andreas Gohr | 2023-08-30 | |
| | | | ||||
| * | | codestyle adjustments: EOF new lines | Andreas Gohr | 2023-08-30 | |
| | | | ||||
| * | | codestyle adjustments: function declaration braces/spaces | Andreas Gohr | 2023-08-30 | |
| | | | ||||
| * | | codestyle adjustments: class declaration braces | Andreas Gohr | 2023-08-30 | |
| | | | ||||
| * | | codestyle adjustments: function argument spacing | Andreas Gohr | 2023-08-30 | |
| | | |