Example #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'
Example #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...
Example #3
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.name = 'discord'
     self.service_ctrl_template = 'registered/discord_service_ctrl.html'
Example #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'
Example #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'
Example #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'
Example #7
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'mumble'
     self.urlpatterns = urlpatterns
     self.service_url = settings.MUMBLE_URL
Example #8
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.service_url = 'http://exampleservice.example.com'
Example #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'
Example #10
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'ipboard'
     self.service_url = settings.IPBOARD_ENDPOINT
     self.urlpatterns = urlpatterns
Example #11
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.urlpatterns = urlpatterns
     self.service_url = 'http://exampleservice.example.com'
Example #12
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'smf'
     self.urlpatterns = urlpatterns
     self.service_url = settings.SMF_URL
Example #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'
Example #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'
Example #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'
Example #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'
Example #17
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'xenforo'
     self.urlpatterns = urlpatterns
     self.access_perm = 'xenforo.access_xenforo'
Example #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'
Example #19
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'xenforo'
     self.urlpatterns = urlpatterns
     self.access_perm = 'xenforo.access_xenforo'
Example #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'
Example #21
0
 def __init__(self):
     ServicesHook.__init__(self)
     self.name = 'teamspeak3'
     self.urlpatterns = urlpatterns
     self.service_ctrl_template = 'registered/teamspeak3_service_ctrl.html'
Example #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'
Example #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'
Example #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'
Example #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'