Exemplo n.º 1
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'mumble'
     self.urlpatterns = urlpatterns
     self.service_url = settings.MUMBLE_URL
     self.access_perm = 'mumble.access_mumble'
     self.service_ctrl_template = 'registered/mumble_service_ctrl.html'
Exemplo n.º 2
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'phpbb3'
     self.urlpatterns = urlpatterns
     self.service_url = settings.FORUM_URL  # TODO: This needs to be renamed at some point...
Exemplo n.º 3
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.name = 'discord'
     self.service_ctrl_template = 'registered/discord_service_ctrl.html'
Exemplo n.º 4
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'openfire'
     self.urlpatterns = urlpatterns
     self.service_url = settings.JABBER_URL
     self.access_perm = 'openfire.access_openfire'
Exemplo n.º 5
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'openfire'
     self.urlpatterns = urlpatterns
     self.service_url = settings.JABBER_URL
     self.access_perm = 'openfire.access_openfire'
Exemplo n.º 6
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.name = 'slack'
     self.service_url = settings.SLACK_URL
     self.access_perm = 'slack.access_slack'
Exemplo n.º 7
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'mumble'
     self.urlpatterns = urlpatterns
     self.service_url = settings.MUMBLE_URL
Exemplo n.º 8
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.service_url = 'http://exampleservice.example.com'
Exemplo n.º 9
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'ips4'
     self.urlpatterns = urlpatterns
     self.service_url = settings.IPS4_URL
     self.access_perm = 'ips4.access_ips4'
Exemplo n.º 10
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'ipboard'
     self.service_url = settings.IPBOARD_ENDPOINT
     self.urlpatterns = urlpatterns
Exemplo n.º 11
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.service_url = 'http://exampleservice.example.com'
Exemplo n.º 12
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'smf'
     self.urlpatterns = urlpatterns
     self.service_url = settings.SMF_URL
Exemplo n.º 13
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'phpbb3'
     self.urlpatterns = urlpatterns
     self.service_url = settings.FORUM_URL  # TODO: This needs to be renamed at some point...
     self.access_perm = 'phpbb3.access_phpbb3'
Exemplo n.º 14
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'smf'
     self.urlpatterns = urlpatterns
     self.service_url = settings.SMF_URL
     self.access_perm = 'smf.access_smf'
Exemplo n.º 15
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'mumble'
     self.urlpatterns = urlpatterns
     self.service_url = settings.MUMBLE_URL
     self.access_perm = 'mumble.access_mumble'
Exemplo n.º 16
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.name = 'seat'
     self.service_url = settings.SEAT_URL
     self.access_perm = 'seat.access_seat'
Exemplo n.º 17
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'xenforo'
     self.urlpatterns = urlpatterns
     self.access_perm = 'xenforo.access_xenforo'
Exemplo n.º 18
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'ipboard'
     self.service_url = settings.IPBOARD_ENDPOINT
     self.urlpatterns = urlpatterns
     self.access_perm = 'ipboard.access_ipboard'
Exemplo n.º 19
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'xenforo'
     self.urlpatterns = urlpatterns
     self.access_perm = 'xenforo.access_xenforo'
Exemplo n.º 20
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'market'
     self.urlpatterns = urlpatterns
     self.service_url = settings.MARKET_URL
     self.access_perm = 'market.access_market'
Exemplo n.º 21
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'teamspeak3'
     self.urlpatterns = urlpatterns
     self.service_ctrl_template = 'registered/teamspeak3_service_ctrl.html'
Exemplo n.º 22
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'ips4'
     self.urlpatterns = urlpatterns
     self.service_url = settings.IPS4_URL
     self.access_perm = 'ips4.access_ips4'
Exemplo n.º 23
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'market'
     self.urlpatterns = urlpatterns
     self.service_url = settings.MARKET_URL
     self.access_perm = 'market.access_market'
Exemplo n.º 24
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.name = 'discord'
     self.service_ctrl_template = 'registered/discord_service_ctrl.html'
     self.access_perm = 'discord.access_discord'
Exemplo n.º 25
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.name = 'discourse'
     self.service_ctrl_template = 'registered/discourse_service_ctrl.html'
     self.access_perm = 'discourse.access_discourse'