Erik Kalkoken
4c0683c484
Add blacklist for groups and ignore blacklisted roles in Discord service
2021-11-28 14:48:49 +00:00
Erik Kalkoken
982cac8c43
Add option to notify approvers about new group requests
2021-11-20 01:32:20 +00:00
Peter Pfeufer
803b659fce
[FIX] Pending Count for superuser for groups without group lead assigned
2021-10-20 05:00:09 +00:00
Peter Pfeufer
a6b340c179
update code to reflect the new minimum python version 3.7
...
- update string format method
- remove redundant default arguments from function calls
- remove unused imports
- remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331 )
2021-10-18 11:59:05 +02:00
Joel Falknau
392a0c4dcb
Merge remote-tracking branch 'upstream/master' into v2.9.x
2021-08-20 14:41:38 +10:00
colcrunch
122e389c38
Add signals back.
2021-07-13 11:33:51 -04:00
colcrunch
0f0f9b6062
Fix group creation ignoring AuthGroup settings. ( Fixes #1161 )
2021-07-13 08:09:40 -04:00
Peter Pfeufer
e6a4cea4de
editorconfig applied
2021-05-17 11:42:28 +02:00
Peter Pfeufer
9952685805
textfield should not be Null=True
2020-11-16 18:04:57 +01:00
Peter Pfeufer
2f59c8df22
And of course I missed something ...
2020-10-26 01:10:41 +01:00
Peter Pfeufer
6cd0a42791
reverted code formatting for Aaron :-)
2020-10-26 01:06:58 +01:00
Peter Pfeufer
603bd9c37c
make description a real description
...
textfield instead of charfield. a bit more user friendly in the backend
2020-10-25 12:40:10 +01:00
AaronKable
e26d3767e0
update models as NullBooleanField is deprecated.
2020-09-18 22:16:24 +08:00
Erik Kalkoken
228af38a4a
Add menu item badge feature and update group icons
2020-09-11 11:33:14 +00:00
Col Crunch
d110d9c74e
Merge branch 'fix_groupmanagement_requestlog_date'
...
Closes !1157
2020-02-04 23:15:30 -05:00
Aaron Kable
ed816d9aea
Add option to add groups as group leaders
2020-02-05 03:22:57 +00:00
ErikKalkoken
2b45610080
Fix date field in groupmanagement / RequestLog
2020-01-30 14:16:55 +01:00
colcrunch
f72f539516
Add datetime to auditlog entries.
...
Also, change ordering, add pagination, and stripe the table for increased readability.
Action column now also reads "Removed" when a user is removed from a group. Note that this does not change anything on the back-end, so if you use this data for anything else, be aware that while the template is explicit, the data isn't as explicit.
2019-03-12 09:53:43 +00:00
colcrunch
9dd8357f67
Restrict groups by state.
2018-10-09 02:06:44 +00:00
colcrunch
bf1fe99d98
Add Audit Log to Group Management
2018-06-04 01:45:44 -04:00
Adarnof
f3c0d05c39
Embed authgroup into group admin.
...
Mirror authgroup admin permissions from group model.
Delete authgroup permissions.
2018-02-23 18:21:58 -05:00
Adarnof
1653a57e7b
Do not set request main character
...
Thanks @GhostMB
2017-12-21 19:28:39 -05:00
Basraah
11fca74fec
Add required on_delete parameters for Dj2.0 compatibility
2017-09-28 12:32:33 +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