ErikKalkoken
8290081365
Fix missing import bug in UserAdmin, StateAdmin, add tests for those cases
2020-02-20 15:29:54 +01:00
ErikKalkoken
cfa2cf58f3
Fix issue #1219
2020-02-18 20:35:34 +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
ErikKalkoken
f2ba741499
Add sorting to user for group, state for character, corporation, alliance and group for group user leaders, group group leaders
2020-02-18 01:35:17 +01:00
ErikKalkoken
0f9927686b
Add new standard table style, improve UI for group management
2020-02-17 23:45:00 +01:00
ErikKalkoken
fffb21bb4f
Fix spr, permissions_tool, improve group_management
2020-02-17 00:59:47 +01:00
ErikKalkoken
55a5070691
Fix group management, improve dashboard
2020-02-15 22:49:48 +01:00
ErikKalkoken
3bd8107fcf
Move groupmgmt test to subfolder, add admin tests
2020-02-14 01:03:07 +01:00
ErikKalkoken
47babf2ed7
Refactor common functions for creating admin user list, peformance tweaks
2020-02-08 00:51:13 +01:00
ErikKalkoken
0caac20d77
Adding settings for users lists, showing all auto groups in groups
2020-02-07 17:21:33 +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
ErikKalkoken
f902f59b31
Improve user and group admin lists
2020-02-07 14:38:36 +01:00
ErikKalkoken
2b8bfbe544
Improve user and group admin
2020-02-07 14:38:36 +01:00
colcrunch
fd92352302
Merge branch 'feature_grouprequest_infos' into 'master'
...
Add evelinks package and improve group management UI
See merge request allianceauth/allianceauth!1156
2020-02-05 04:31:13 +00:00
Erik Kalkoken
fcb66a11a3
Improve image tags to also work with eveonline objects, use new tags in group managenet, optimer, timerboard
2020-02-05 04:31:13 +00:00
Col Crunch
63d2021a73
Fix migration conflicts.
2020-02-04 23:23:04 -05:00
Col Crunch
d110d9c74e
Merge branch 'fix_groupmanagement_requestlog_date'
...
Closes !1157
2020-02-04 23:15:30 -05:00
Col Crunch
157bf81dcb
Change file name to keep it sequential, and add a descriptive title.
2020-02-04 23:14:32 -05:00
Col Crunch
1beb1b1b4f
Merge branch 'group-purge' into 'master'
...
Closes !1147
2020-02-04 23:02:08 -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
AaronKable
5b4dd6731c
tests for the test god
2020-01-28 16:22:43 +08:00
Aaron Kable
8c33349dcb
Purge groups not available to member on state change
2020-01-07 02:41:18 +00:00
Basraah
fcb7f2905a
Merge branch 'url_group' into 'master'
...
urlize group descriptions to hyperlink if required
See merge request allianceauth/allianceauth!1132
2019-08-24 22:48:57 +00:00
Aaron Kable
514db4f9a2
Make group joins a bit clearer
2019-08-23 03:54:24 -04:00
Aaron Kable
f8e6662bc8
urlize group descriptions to hyperlink if required
2019-07-26 00:35:59 -04: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
Basraah
8c65fda33b
Fix incorrect hasattr
2018-10-09 23:58:35 +00:00
Basraah
14f2751bbb
Fix typo
2018-10-09 19:44:11 +10:00
Basraah
4947e0c483
Merge branch 'group_application_fix' into 'master'
...
Group Application Tweaks
See merge request allianceauth/allianceauth!1096
2018-10-09 05:15:30 +00:00
Basraah
73789ea734
Prevent multiple migration leaf nodes
2018-10-09 02:15:01 +00:00
colcrunch
9dd8357f67
Restrict groups by state.
2018-10-09 02:06:44 +00:00
colcrunch
0af188c6ab
Disallow applying to groups the user is already a member of
2018-08-29 21:28:14 -04:00
colcrunch
12e6cc63e8
Refine auto_leave check.
2018-08-05 03:34:16 -04:00
colcrunch
5b8983deac
Rename Auditable group.
...
Its better to be explicit.
2018-07-22 20:08:16 -04:00
colcrunch
1730bc3b98
Add check for auditable groups.
...
To ensure functionality with other possible changes to group management.
2018-07-22 19:38:56 -04:00
Col Crunch
4374064d98
Case matters
2018-07-11 00:48:51 -04:00
Col Crunch
c1d7994045
Add setting to allow for unrestricted leaving of all groups.
2018-07-11 00:47:04 -04:00
Col Crunch
7bda367cc8
No need to allow more than one request.
2018-07-11 00:11:36 -04:00
colcrunch
ab98d72022
Fix migration dependencies.
2018-06-06 07:03:57 +00:00
colcrunch
35cb56d6e9
Update 0009_requestlog.py
2018-06-06 06:41:56 +00:00
colcrunch
bf1fe99d98
Add Audit Log to Group Management
2018-06-04 01:45:44 -04:00
Adarnof
f0894f3415
Update group management docs showing merged admin pages.
...
Give groupmanagement app a more friendly display name.
2018-02-23 21:01:34 -05:00
Adarnof
54f91a5bfb
Simplify admin inline titles.
...
More descriptive name format config admin list.
2018-02-23 20:25:59 -05: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
814b2da0ca
Redirect all signals from admin proxy models.
2018-02-23 14:44:12 -05:00
Adarnof
3ed0f873f3
Capture signals sent by admin proxy models.
...
This will prevent those weird missing UserProfile and AuthGroup errors.
Add logging to authentication signals.
Correct reverse migration authservicesinfo creation.
Rename proxy models so they look better on the admin site.
2018-02-22 14:25:43 -05:00
Adarnof
1653a57e7b
Do not set request main character
...
Thanks @GhostMB
2017-12-21 19:28:39 -05:00
Basraah
47b5b286d8
Uniform page titles
2017-10-12 10:20:40 +10:00