ErikKalkoken
3f4dfe9b0b
Move common service user list features into central admin class
2020-02-07 20:37:06 +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
ErikKalkoken
1887bdb90a
add fix and unittest for issue #1165
2019-09-08 23:09:20 +02: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
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
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
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
67cd0cd55c
Reassess user groups on state change.
2018-02-23 01:50:03 -05:00
Adarnof
9e53d8b429
Correct migration dependency.
...
I have no idea what 0016 is, but I'm nuking my dev env to be safe.
2018-02-23 01:26:59 -05:00
Adarnof
f5abf82b95
Allow mapping of states to Teamspeak3 groups.
...
Addresses #950
Happy now, @colcrunch ?
2018-02-23 01:22:51 -05:00
Adarnof
397ca97f0f
Add missing context to teamspeak join template.
...
Closes #967
2018-02-13 18:07:34 -05:00
Basraah
be90fb96ea
Remove unnecessary param
2017-12-28 10:18:50 +10:00
Basraah
f037d7fea6
Change celery tasks to shared task decorator
2017-12-11 00:26:07 +10:00
Basraah
c82d9c7722
Fix migration issue
2017-12-04 13:21:29 +10:00
Basraah
47b5b286d8
Uniform page titles
2017-10-12 10:20:40 +10:00
Basraah
ef37cb3ea5
Name generator/formatter ( #897 )
...
* Squash services migrations
* Add name to example service to allow it to be used in tests
* Add name formatter to services
* Add documentation
2017-10-11 12:34:31 +10:00
Adarnof
cfad4fa8a6
Pycharm refactor failed me.
2017-10-10 10:41:25 -04:00
Basraah
8864afd784
Resolve Dj20 compatibility issues
...
Temporarily use latest snapshot for esi for dj20
Correct admin urls include
Manually correct old ts3 table migration
Remove obsolete services migrations
Remove bootstrap pagination package
Fix url namespacing
2017-09-28 14:47:06 +10:00
Basraah
11fca74fec
Add required on_delete parameters for Dj2.0 compatibility
2017-09-28 12:32:33 +10:00
Basraah
650408f61c
Unit test tweaks
2017-09-26 15:13:37 +10:00
Basraah
c59565c038
Removed unused context processor vars
2017-09-23 11:33:06 +10:00
Basraah
7beec38881
Move templates and fix namespacing
...
Move base template
Refactor services urls and templates
Refactor groupmanagement urls and templates
Refactor notifications urls and templates
2017-09-23 06:48:51 +10:00
Basraah
786859294d
Restructure Alliance Auth package ( #867 )
...
* Refactor allianceauth into its own package
* Add setup
* Add missing default_app_config declarations
* Fix timerboard namespacing
* Remove obsolete future imports
* Remove py2 mock support
* Remove six
* Add experimental 3.7 support and multiple Dj versions
* Remove python_2_unicode_compatible
* Add navhelper as local package
* Update requirements
2017-09-19 09:46:40 +10:00