Releases: herpaderpaldent/seat-groups
Version 1.7.2
Fix an issue with SeatGroupsController
where an unused variable blocked the edit-view to be loaded.
Version 1.71 - Testing and temp. disabled group memberships
This new version has two main purposes:
- introduce testing
- temporally disable group memberships
Firstly i have introduced testing to strengthen my confidence in seat-groups. Doing so, i am able to work on seat-groups with the confidence i need and assure not breaking anything. Secondly, users now will lose a role gained through SeAT Group role temporally if the user group is missing a refresh token. As soon as its been regained the user group will regain the roles from its SeAT Groups he is member of and is qualified (meaning has valid affiliation) for.
Version 1.7.0 - take use of seat-notifications 2.0.x and prevent bot spamming.
This version allows the usage of seat-notifications 2.0. Be aware your subscriptions have been reset and you must resubscribe.
New features:
- Identical Missing Refresh Token SeAT-Groups notifications will not be resend within 4hrs period.
- Identical Sync SeAT-Groups notifications will not be resend within 4hrs period.
- Identical Error SeAT-Groups notifications will not be resend within 4hrs period.
Fixes:
- SeAT-Group Application notification were previously not send out correctly to all groups administrators
Exclude V2 of seat-notifications
as seat-notifications 2.0 will be very different to version 1.1.2 and below. This version prevents installation of higher seat-notifications until changes regarding seat-notifications are reflected in this package
Version 1.6.9 - Community feedback
Version 1.6.9
Small improvement based on community feedback:
- SeAT Groups are now sort alphabetically instead of in order of creation thank you @Eingang for suggesting
- Fixed a bug where managed groups did not show number of open applications on button. Thank you @warlof for reporting this
- Added other outstanding applications to discord and slack notification. Thank you @warlof for suggesting this feature.
Version 1.6.8 - SeAT Group Application Notification
Version 1.6.8
This update adds application notification about candidates which are applying to a managed group. Works only for private channel notification to managers and superusers only.
This feature was suggested by @aaronmallen. Thank you all for providing me with all this valuable feedback and ideas on how to make SeAT Group great.
# Version 1.6.7 - Cleanup of removed model references
Version 1.6.7
This version replaces SeATGroupNotification
models in:
GroupSyncFailedNotification
listenerMissingRefreshTokenNotification
listener
with correctSeatNotificationRecipient
model.
Sorry about that and thank you @GoemFunaila for reporting this issue.
Version 1.6.6 - bugfix
Small bugfix on notification channels
Version 1.6.5 - Notification granularity
Version 1.6.5 Notification granularity
This update takes advantage on the most recent seat-notification update (>1.1.0). Notifications may now be selected individually:
- SeatGroup Sync Event: Dispatched whenever a user group is attached or detached from a role
- SeATGroup Error Event: Dispatched whenever an error happens and laravel log should be investigated
- Missing Refresh Token Event: Dispatched every time SeAT Group finds a refresh token to be missing. Please note you can stop SeAT to notify you about a certain user that might have left your corporation or sold his character by deactivating the user (link is provided inside the notification to do so).
Furthermore:
- Fixed smaller typos
- Assure
eveseat/web ~3.0.14
is present - Changed licence to MIT