Updates to the Groups.io service.


Subscribe via RSS


September 16, 2024

  • CHANGE: For Enterprise groups, use their custom logo graphic for oembed images.

August 30, 2024

  • CHANGE: Rotated the DKIM signature and set a timeout. Investigated implementing an automatic rotation system to thwart a recent spamming issue.
  • CHANGE: Changed the wording of the new Files upload widget to "Drag and drop files here, or click to choose files". https://beta.groups.io/g/main/message/38704

August 28, 2024

  • CHANGE: Now we lazy load images when viewing the archives. https://beta.groups.io/g/main/message/38697
  • INTERNAL: Increased our rate limiting settings, which were getting tripped by loading lots of images. https://beta.groups.io/g/main/message/38697
  • BUGFIX: Fixed several small HTML issues in various message archive pages.
  • BUGFIX: When navigating between pages on the website, we were inadvertently re-fetching all images from the previous page.

August 27, 2024

  • INTERNAL: We now handle large file uploads in the Files section better, and the previous 100MB file size limit has been increased to 2GB.
  • CHANGE: I have changed the file picker widget in the Files section. It now includes a progress bar during uploads.

August 23, 2024


August 22, 2024

  • INTERNAL: I was not limiting the resource usage of ImageMagick when resizing/converting images. An SVG file in a message with massive dimensions was causing ImageMagick to exhaust memory and disk space on various machines.

August 20, 2024


August 5, 2024

  • BUGFIX: In some instances when a member was viewing a database table, the 'View Row' button would not appear.

August 2, 2024


July 31, 2024

  • INTERNAL: Added a cache for attachment images to speed up delivery.
  • CHANGE: Images shown in the /topics page are now delivered properly reduced in size to speed up delivery.

July 29, 2024

  • CHANGE: Changed Responder to Respondent in several parts of the website for clarity.

July 23, 2024


July 21, 2024

  • BUGFIX: In some instances, the RSVP link in #cal-invite notifications would lead back to the group calendar instead of the event.

July 19, 2024


July 18, 2024


July 17, 2024


July 16, 2024

  • BUGFIX: The font 'Courier New' was misspelled in the editor, leading to possible font mismatch problems.

July 15, 2024

  • BUGFIX: When the system disables an account, if that account had already been banned in a group, the disabling was not being logged in that group.
  • BUGFIX: Infinite scroll of the `/topics` and `/messages` pages would show repeating header lines. https://beta.groups.io/g/app/topic/106934757#msg947

July 12, 2024

  • BUGFIX: When entering italicized, bolded, or underlined text in the editor before either a person's signature or a quoted reply, spaces would be ignored. https://beta.groups.io/g/main/message/38562
  • CHANGE: Some broken email systems generate emails with Message-ID headers that are improperly formatted. I've updated our code to be able to parse these header lines. This will fix some cases where topics are split when they should not have been.
  • BUGFIX: Search was unavailable on the /subgroupmembers page when viewing on narrow screens.
  • BUGFIX: When clicking a repeating event activity log entry, the Organizer fields may have been pre-populated incorrectly. https://beta.groups.io/g/main/message/38564
  • CHANGE: Our email parsing library would correctly error out on emails that incorrectly had quoted-printable sections with very long lines (quoted-printable lines should only be a max of 76 characters). Now we are more liberal in parsing those.

July 10, 2024

  • NEW: Added email/subject search to the pending messages pages.