Updates to the Groups.io service.


Subscribe via RSS


January 24, 2022

  • NEW: In the group profile pages, there is a new `Report Profile` button, which behaves similarly to the other content reporting buttons. This is to comply with Google's requirement to have a reporting mechanism for user-generated content.
  • APP: In the app, when not logged in, no longer have the `Find a Group` link in the navbar. This is to comply with Google's requirement to have a reporting mechanism for user-generated content.
  • APP BUGFIX: Clicking a group in the group search results page would cause the top navbar to overlap the rest of the page until the app was restarted.
  • INTERNAL: Replaced an open source package we were using for parsing JWT tokens in the apiserver because of a security issue.
  • INTERNAL: Upgraded an open source package we were using for defanging HTML because of a security issue.
  • API: Temporarily disabled the Apple Login endpoints because an open source package we rely on depended on another package with a severe security issue.

January 21, 2022


January 18, 2022


January 14, 2022


January 12, 2022

  • BUGFIX: Changes to reminders in repeating events would sometimes not be propagated to the individual events. This would mean that in some instances reminders would not be updated or added.
  • BUGFIX: In File notifications, if the file or directory had a `#` character, the generated URL did not work correctly.

January 10, 2022

  • BUGFIX: In repeating events where one event has been changed, we were not generating the correct ICS feed. This meant that both the original and changed event would be displayed.
  • CHANGE: In a chat that has unread messages, if you send a message, we now scroll to the bottom of the chat and remove the unread messages badge.
  • CHANGE: For single calendar events that have UIDs that end in @google.com, we now re-write those UIDs to not end in @google.com when serving the events as ICS feeds. Events can have these UIDs if they are added to the calendar via emailed invites to the group. For some reason, Google Calendar refuses to display any events in an ICS feed if even one of those events has a UID that ends in @google.com. This does not apply to repeating events.

January 6, 2022


January 5, 2022

  • CHANGE: Don't truncate chat notification messages.
  • BUGFIX: The `Mute #hashtag` links in digest emails were the wrong color.
  • CHANGE: The tapback menu in the chat window is now a horizontal list, instead of vertical.

January 4, 2022


January 3, 2022

  • CHANGE: Formatting changes to the chat window.
  • CHANGE: Update or hide the unread chat count in the sidebar when we update or hide the unread count in the scroll to bottom widget.

December 20, 2021

  • DOCS: Updates from Nina. [Owners Manual Revision History](https://groups.io/helpcenter/ownersmanual/1/revision-history), [Members Manual Revision History](https://groups.io/helpcenter/membersmanual/1/revision-history), [Getting Started Revision History](https://groups.io/helpcenter/gettingstarted/1/revision-history).

December 15, 2021

  • NEW: Clicking on the list of tapbacks in a chat message now brings up a dialog box showing the people who sent the tapbacks.

December 9, 2021


December 8, 2021


November 24, 2021

  • DOCS: Updates from Nina. [Owners Manual Revision History](https://groups.io/helpcenter/ownersmanual/1/revision-history), [Members Manual Revision History](https://groups.io/helpcenter/membersmanual/1/revision-history).

November 23, 2021


November 22, 2021

  • CHANGE: For any email parts with Content-Transfer-Encoding of 7bit that we are addding a footer to, convert them to quoted-printable, to ensure that any long lines are wrapped, in accordance to email specs.

November 21, 2021

  • BUGFIX: If changing a member's email delivery from one of the digests to a different delivery, in some cases the delivery would be changed to an option that was not selected.

November 19, 2021

  • CHANGES: Formatting tweaks to the chat window.
  • INTERNAL: We now parse Content-Type headers that are (wrongly) RFC2047 encoded.
  • APP: Submitted a new version of the app to the app stores. It includes bug fixes for chat and some icon display issues, as well as integration of Code Push technology to make future updates easier to do.

November 18, 2021