MANIFEST.in
README.md
setup.py
allianceauth_securegroups.egg-info/PKG-INFO
allianceauth_securegroups.egg-info/SOURCES.txt
allianceauth_securegroups.egg-info/dependency_links.txt
allianceauth_securegroups.egg-info/requires.txt
allianceauth_securegroups.egg-info/top_level.txt
securegroups/__init__.py
securegroups/admin.py
securegroups/app_settings.py
securegroups/apps.py
securegroups/auth_hooks.py
securegroups/filter.py
securegroups/models.py
securegroups/signals.py
securegroups/tasks.py
securegroups/urls.py
securegroups/views.py
securegroups/cogs/__init__.py
securegroups/cogs/groupcheck.py
securegroups/management/commands/__init__.py
securegroups/management/commands/setup_securegroup_task.py
securegroups/migrations/0001_initial.py
securegroups/migrations/0002_auto_20210103_2237.py
securegroups/migrations/0003_smartfilter_grace_period.py
securegroups/migrations/0004_auto_20210104_0317.py
securegroups/migrations/0005_auto_20210104_1525.py
securegroups/migrations/0006_useringroupfilter.py
securegroups/migrations/0007_auto_20210105_0735.py
securegroups/migrations/0008_auto_20210117_0219.py
securegroups/migrations/0009_auto_20210218_0908.py
securegroups/migrations/0010_perms_update.py
securegroups/migrations/__init__.py
securegroups/templates/smartgroups/audit.html
securegroups/templates/smartgroups/audit_list.html
securegroups/templates/smartgroups/filter_list.html
securegroups/templates/smartgroups/groups.html
securegroups/templates/smartgroups/menu.html
securegroups/templates/smartgroups/user_check.html
securegroups/templatetags/__init__.py
securegroups/templatetags/sg_audit.py
securegroups/tests/__init__.py
securegroups/tests/test_transactions.py
securegroups/tests/test_user_filters.py
tests/__init__.py
tests/celery.py
tests/test_settings.py
tests/urls.py
tests/views.py