Version 0.3.6, Rev879, Fix sidebar error on description missing, New trayicon, New favicon, Disable some functions on MultiUser proxies, New homepage, Replace only the last ? in SQL queries, Alwaays grant ADMIN permission to homepage site, Announce before publish if no peers, configSet, serverShutdown, ADMIN WebsocketAPI command, Stop Tor client before updating, Ignore peer ip packing error, Ignore db files from git, Fix safari ajax error when UiPassword enabled
This commit is contained in:
parent
f7eaf7b222
commit
687a848292
15 changed files with 144 additions and 29 deletions
|
@ -169,3 +169,16 @@ class UiWebsocketPlugin(object):
|
|||
else:
|
||||
self.cmd("notification", ["error", "Error: Invalid master seed"])
|
||||
self.actionUserLoginForm(0)
|
||||
|
||||
# Disable not Multiuser safe functions
|
||||
def actionConfigSet(self, to, *args, **kwargs):
|
||||
self.cmd("notification", ["info", "This function is disabled on this proxy"])
|
||||
|
||||
def actionServerShutdown(self, to, *args, **kwargs):
|
||||
self.cmd("notification", ["info", "This function is disabled on this proxy"])
|
||||
|
||||
def actionServerUpdate(self, to, *args, **kwargs):
|
||||
self.cmd("notification", ["info", "This function is disabled on this proxy"])
|
||||
|
||||
def actionSiteClone(self, to, *args, **kwargs):
|
||||
self.cmd("notification", ["info", "This function is disabled on this proxy"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue