Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Releases: herpaderpaldent/seat-groups

Version 1.7.2

08 Jun 15:35
8be64c7
Compare
Choose a tag to compare

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

10 Apr 20:32
311e3a8
Compare
Choose a tag to compare

This new version has two main purposes:

  1. introduce testing
  2. 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.

31 Mar 12:25
8b16527
Compare
Choose a tag to compare

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

01 Mar 17:12
678a2f3
Compare
Choose a tag to compare

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

12 Feb 20:55
071a284
Compare
Choose a tag to compare

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

10 Feb 13:46
7a11d53
Compare
Choose a tag to compare

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.

Application Notification

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

09 Feb 15:14
39c7237
Compare
Choose a tag to compare

Version 1.6.7

This version replaces SeATGroupNotification models in:

  • GroupSyncFailedNotification listener
  • MissingRefreshTokenNotification listener
    with correct SeatNotificationRecipient model.

Sorry about that and thank you @GoemFunaila for reporting this issue.

Version 1.6.6 - bugfix

05 Feb 22:22
b3087cd
Compare
Choose a tag to compare

Small bugfix on notification channels

Version 1.6.5 - Notification granularity

05 Feb 21:24
8c16a1b
Compare
Choose a tag to compare

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

Version 1.6.4 - Include new seat plugin service pattern.

13 Jan 19:49
825a487
Compare
Choose a tag to compare

Version 1.6.4

  • Include new seat plugin service pattern.
  • Use proper form-id to subscribe to notifications

image