aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAge
* fall back to empty (root) dir for base dir detectionemptydirdefaultAndreas Gohr2024-01-17
* Merge pull request #4150 from e-dschungel/e-dschungel-patch-php-urlAndreas Gohr2024-01-13
|\
| * adjust php.net URLe-dschungel2024-01-13
|/
* Merge pull request #4134 from dokuwiki/betterapiAndreas Gohr2024-01-12
|\
| * LegacyAPI: fix return types on missing pagesAndreas Gohr2024-01-11
| * fix error handling in XMLRPCAndreas Gohr2024-01-11
| * API: fix media handling in legacy APIAndreas Gohr2024-01-10
| * API: add backward compatibility to API Version 11Andreas Gohr2024-01-09
| * API: code style fixesAndreas Gohr2024-01-07
| * compatibility fix in ClassResolverAndreas Gohr2024-01-07
| * wild stab at fixing a failing testAndreas Gohr2024-01-07
| * API added simple JSONRPC testsAndreas Gohr2024-01-07
| * fix XMLRPC server testsAndreas Gohr2024-01-07
| * Fix Api TestsAndreas Gohr2024-01-07
| * fix ApiCoreAclCheckTestAndreas Gohr2024-01-07
| * API: move user related tests to usermanager pluginAndreas Gohr2024-01-07
| * API: ApiCore tests fixed and extendedAndreas Gohr2024-01-07
| * Another argument parsing fix for ApiCallAndreas Gohr2024-01-07
| * Clean up APICall testsAndreas Gohr2024-01-07
| * API: fix named parameter handling in APICallAndreas Gohr2024-01-07
| * OpenAPI docs: fix error code deduplicationAndreas Gohr2024-01-07
| * API: make responses sortableAndreas Gohr2024-01-07
| * API: fix listPagesAndreas Gohr2024-01-07
| * API: getPageHistory is nicer than getPageVersionsAndreas Gohr2024-01-07
| * API: checkPage needs to consider revisionAndreas Gohr2024-01-07
| * API: always pass revision as integerAndreas Gohr2024-01-07
| * API fix depth handling in listPagesAndreas Gohr2024-01-07
| * API: initialize responses explicitlyAndreas Gohr2024-01-07
| * API: remove file and date transformationsAndreas Gohr2024-01-07
| * API: clean up error codesAndreas Gohr2024-01-07
| * API: Do not assume the start page for empty pageIDsAndreas Gohr2024-01-07
| * ensure api explorer stays englishAndreas Gohr2024-01-07
| * moved OpenAPI generator to correct namespaceAndreas Gohr2024-01-07
| * API: move create/delete user calls to usermanagerAndreas Gohr2024-01-07
| * OpenAPI Gen: fix requirement handlingAndreas Gohr2024-01-07
| * Reworked API definitionAndreas Gohr2024-01-07
| * OpenAPI Gen: handle Object to Schema transformation correctlyAndreas Gohr2024-01-07
| * OpenApi Gen: add toString method for easier testingAndreas Gohr2024-01-07
| * OpenAPI Generator. Better DocBlock parsing [WIP]Andreas Gohr2024-01-07
| * improved API docsAndreas Gohr2024-01-07
| * OpenAPI Gen: @link tag, examples for known paramsAndreas Gohr2024-01-07
| * add title to api explorerAndreas Gohr2024-01-07
| * fix ApiCall testAndreas Gohr2024-01-07
| * rename $id to be more clearAndreas Gohr2024-01-07
| * OpenAPI Explorer basically worksAndreas Gohr2024-01-07
| * improve the doc blocks in ApiCoreAndreas Gohr2024-01-07
| * fix type parsing for more complex typesAndreas Gohr2024-01-07
| * Do not directly use native function in APIAndreas Gohr2024-01-07
| * fix ApiCall test on PHP7.4Andreas Gohr2024-01-07
| * final set of API tests refactoredAndreas Gohr2024-01-07