Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 5da62ab

Browse files
committed
Remove unimplemented actions (list_all_repositories => use list_all_repositories_json, list_all_users => use /ls/data/users)
1 parent a959aed commit 5da62ab

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

core/src/plugins/access.ajxp_conf/ajxp_confActions.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,11 @@
5959
<serverCallback methodName="listAllActions" restParams="/" developerComment="Takes in input a list of plugin parameters and builds the corresponding XML to create a standard form."/>
6060
</processing>
6161
</action>
62-
<action name="list_all_repositories">
63-
<processing>
64-
<serverCallback methodName="listAllActions" restParams="/" developerComment="Returns all repository (output format is XML)"/>
65-
</processing>
66-
</action>
6762
<action name="list_all_repositories_json">
6863
<processing>
6964
<serverCallback methodName="listAllActions" restParams="/" developerComment="Returns all repository (output format is JSON)"/>
7065
</processing>
7166
</action>
72-
<action name="list_all_users">
73-
<processing>
74-
<serverCallback methodName="listAllActions" restParams="/" developerComment="Returns all users"/>
75-
</processing>
76-
</action>
7767
<action name="generate_api_docs">
7868
<processing>
7969
<serverCallback methodName="switchAction" restParams="/version" developerComment="Generate API docs">

0 commit comments

Comments
 (0)