ErikKalkoken
73f262ce4b
Add missing translations
2020-03-24 20:21:35 +01:00
ErikKalkoken
f63434adc3
Fix broken link and remove outdated migrations for services name formatter
2020-03-21 14:41:45 +01:00
Col Crunch
76ebd21163
Add function to services.hooks
to provide a concise way for creating loggers for extensions/plugins. Revise basic documentation to use this function.
2020-03-13 15:21:15 -04:00
ErikKalkoken
54a71630f1
Fix translation string bugs
2020-02-29 15:55:42 +01:00
ErikKalkoken
b9da6911e6
Fix Mumble search issue
2020-02-20 20:07:48 +01:00
Ariel Rin
c437b00727
Merge branch 'feature_admin_update' into 'master'
...
Improve admin site lists for users, groups and service users
See merge request allianceauth/allianceauth!1164
2020-02-18 08:34:19 +00:00
Ariel Rin
c3521b0d87
Merge branch 'issue_1162' into 'master'
...
Make AA work on mobiles
Closes #1215 and #1162
See merge request allianceauth/allianceauth!1167
2020-02-18 03:35:44 +00:00
Ariel Rin
30bb6cdfab
Deprecate Market and Seat service
2020-02-17 00:04:30 +10:00
ErikKalkoken
1182b51e4b
Fix services
2020-02-15 20:10:38 +01:00
ErikKalkoken
a48c67de5c
Restructure Discord tests into folder and add admin testst
2020-02-13 23:20:22 +01:00
ErikKalkoken
47babf2ed7
Refactor common functions for creating admin user list, peformance tweaks
2020-02-08 00:51:13 +01:00
ErikKalkoken
c1388bf23f
Adopt all services user and auth user lists to new format
2020-02-07 23:01:13 +01:00
ErikKalkoken
3f4dfe9b0b
Move common service user list features into central admin class
2020-02-07 20:37:06 +01:00
ErikKalkoken
9d0a65a516
Add tooltips to users, add CSS
2020-02-07 14:38:36 +01:00
ErikKalkoken
ab061ba7a6
Further improvements to admin site
2020-02-07 14:38:36 +01:00
ErikKalkoken
2d24d064d5
Improve admin site
2020-02-07 14:38:36 +01:00
ErikKalkoken
458685026b
Add fields to discord and ts3 admin
2020-02-07 14:38:36 +01:00
Ariel Rin
4b27dd40b9
Support and Test against Python3.8
2020-02-07 04:49:17 +00:00
Erik Kalkoken
0bfec36983
Fix issue #1172 : Replace deprecated eve image URLs in apps and services
2020-01-16 03:51:16 +00:00
ErikKalkoken
1887bdb90a
add fix and unittest for issue #1165
2019-09-08 23:09:20 +02:00
Basraah
dec793bfac
Merge branch 'dependencies' into 'master'
...
Depencies fix
Closes #1150
See merge request allianceauth/allianceauth!1127
2019-03-12 20:50:00 +10:00
Basraah
e9ed917888
Merge branch 'fix_discourse_usernames' into 'master'
...
Send usernames as string instead of array
Closes #1149
See merge request allianceauth/allianceauth!1123
2019-03-12 10:00:52 +00:00
Stephen Shirley
1b192a184f
Send usernames as string instead of array
...
Fixes https://gitlab.com/allianceauth/allianceauth/issues/1149
2019-02-09 11:10:34 +01:00
Erno Kuvaja
0edf896b4c
Precent encode mumble username for connect link
...
This change wraps mumble username on connect link forming with
urllib.parse.quote() to ensure that the username does not contain
unsafe reserved characters and gets passed properly to mumble.
Fixes Issue: #1146
2019-01-21 14:12:50 +00:00
Basraah
49ede92e06
Skip Teamspeak server admin groups and template groups
...
See merge request allianceauth/allianceauth!1093
2018-08-05 01:34:34 +00:00
Loïc LEUILLIOT
14065b3ca9
Fix discourse group sync
2018-08-04 00:06:30 +00:00
Jamie McMillan
a0bab07e2f
Fix indentation
2018-06-26 10:25:29 +01:00
randomic
149bbd92ca
Skip server admin groups and template groups
2018-06-26 00:03:02 +01:00
Stephen Shirley
490ce286ff
Add missing <tr> tags for discourse service template
2018-05-26 13:21:39 -04:00
Adarnof
6677e63e08
Correct resetting of permission key.
...
Thanks @Alf-Life
2018-05-11 10:55:56 -04:00
colcrunch
5006246cf1
Build TS perm key using State Information ( #1044 )
...
Build permkey with state group id
Pass user object to add_user instead of just username
Fixes #1043
2018-05-09 20:39:14 -04:00
Adarnof
86f57ccd56
Allow reversing service migrations.
...
This is probably the wrong way as we should really take care of removing the permission we added, but I don't see a reason anyone would need to migrate back that far as auth wouldn't work anymore without XML api (and even so newer installs don't have the settings referenced so permissions are not automagically added by the migration). So noop is bad but acceptable to me.
Thanks @mmolitor87
2018-05-08 10:06:58 -04:00
randomic
b4d33e5dfc
Fix retry logic being suppressed by try block ( #1035 )
2018-04-24 11:53:13 -04:00
Adarnof
e47c04a0b0
Deactivate services when user loses main character.
...
This will prevent issues with service username formatting when access permissions are granted to the guest state. While users without mains cannot activate a service they could still retain an active account and it's possible to schedule a nickname update task which would subsequently error out.
Also it seems like a security issue if someone has a service account but their EVE character isn't known. cc8a7a18d23e9beb6e0a498a314e4c3bcae3f700 prevented accessing the services page without a main, now this ensures users don't have an account to manage.
2018-04-20 13:28:41 -04:00
Adarnof
08f89d2844
Stop using task_self in bound tasks.
2018-04-17 16:21:43 -04:00
Adarnof
f3f156bf57
Use Django's cache framework for task keys.
...
Remove depreciated only_one decorator.
Prevent including task_self repr in key name.
Because some tasks are nested in a class, they use a task_self argument instead of the normal self which the celery_once package doesn't recognize to strip out.
2018-04-17 16:21:54 -04:00
Adarnof
73e6f576f4
Use celery_once to prevent repeat task queueing.
...
Prevent group updates from being queued multiple times per user.
Default graceful to prevent raising exceptions.
2018-04-17 16:21:43 -04:00
Adarnof
20236cab8a
Use alliance ticker stored in character table.
2018-04-17 16:18:16 -04:00
Adarnof
df3acccc50
Correct matching start of URL patterns.
...
Thanks @Peggle2k
2018-04-14 14:12:39 -04:00
Adarnof
933c12b48d
Increase telnet timeout
...
Should help tolerate slower responses from remote servers.
Closes #751
Thanks @namenmalkav
2018-04-09 22:14:21 -04:00
Adarnof
8a73890646
Ensure ticker is fetched if alliance_or_corp used.
...
Closes #1011
2018-04-09 21:53:41 -04:00
randomic
4eb6b73903
Nameformat configs which default to corp where alliance is None ( #1003 )
...
Add nameconfig format for alliance_or_corp_ticker
Add nameconfig format for alliance_or_corp_name
Update docs for new nameformats
Correct missing dict key if no alliance.
2018-04-03 19:25:47 -04:00
Adarnof
8266661855
Sanitize username on Discord user join.
...
Thanks @iakopo
2018-04-02 20:38:12 -04:00
Adarnof
bdb3ab366f
Group list API endpoint has moved.
...
Allow infinite group cache age.
Thanks @TargetZ3R0
2018-03-22 17:59:24 -04:00
Adarnof
ad79b4f77c
Correct logging string formatting.
2018-03-20 15:51:37 -04:00
Adarnof
21e896642a
Stop using the patch method for setting roles.
...
Switch to dedicated add/remove endpoints.
Allow setting max cache age to None for infinite.
Apparently patch has issues.
Thanks @TargetZ3R0 and Discord devs <3
2018-03-19 18:08:24 -04:00
Adarnof
2fa1d9998d
Handle custom table prefixes on service databases.
...
Closes #987
Thanks @Ric878
2018-02-28 10:56:30 -05:00
Adarnof
cc8a7a18d2
Hook URLs require logged in user with a main character.
...
Should prevent anything else like #983
Heavily inspired by https://gist.github.com/garrypolley/3762045#gistcomment-2089316
2018-02-26 22:50:58 -05:00
Adarnof
54f91a5bfb
Simplify admin inline titles.
...
More descriptive name format config admin list.
2018-02-23 20:25:59 -05:00
Adarnof
814b2da0ca
Redirect all signals from admin proxy models.
2018-02-23 14:44:12 -05:00