comparison src/browser/sat_browser/json.py @ 605:917e271975d9 frontends_multi_profiles

server + browser side: implementation of new getEntitiesData bridge method + added a security check: only a white list of entities can be gotten
author Goffi <goffi@goffi.org>
date Mon, 09 Feb 2015 21:46:15 +0100
parents a5019e62c3e9
children 5af02673d047
comparison
equal deleted inserted replaced
600:32dbbc941123 605:917e271975d9
183 "getRoomsSubjects", "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", 183 "getRoomsSubjects", "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
184 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments", 184 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments",
185 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 185 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
186 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 186 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
187 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", 187 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer",
188 "syntaxConvert", "getAccountDialogUI", "getLastResource", "getWaitingConf", 188 "syntaxConvert", "getAccountDialogUI", "getLastResource", "getWaitingConf", "getEntitiesData",
189 ]) 189 ])
190 def __call__(self, *args, **kwargs): 190 def __call__(self, *args, **kwargs):
191 return LiberviaJsonProxy.__call__(self, *args, **kwargs) 191 return LiberviaJsonProxy.__call__(self, *args, **kwargs)
192 192
193 def getConfig(self, dummy1, dummy2): # FIXME 193 def getConfig(self, dummy1, dummy2): # FIXME