Updates to the Groups.io service.
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
- BUGFIX: Fix styling of Open/Closed chat dropdown. https://beta.groups.io/g/main/message/38681
- BUGFIX: Be smarter about displaying the sender in "Non-member attempted to send message" activity log entries. https://beta.groups.io/g/main/message/38665
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
- BUGFIX: Muted/Followed Hashtags entries weren't included the mobile More menu.
- BUGFIX: Various group rename user interface issues. https://beta.groups.io/g/main/message/38639
- BUGFIX: Don't modify wiki page link targets. https://beta.groups.io/g/main/message/38638
- BUGFIX: Don't send a #cal-invite notice when editing a repeating event unless specifically asked. https://beta.groups.io/g/main/message/38614
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
- BUGFIX: In message search, the Collapse Threads setting would not be used with infinite scroll. https://beta.groups.io/g/main/topic/107469740#msg38596
- BUGFIX: Removed the unnecessary timezone display next to the group member Joined date. https://beta.groups.io/g/main/message/38593
- CHANGE: Changed the text for the hamburger icon in the narrow window nav bar from More to Menu.
- BUGFIX: When viewing hashtags in the grid format, if a hashtag was muted but also had notifications enabled, we'd unnecessarily display the bell icon.
- BUGFIX: Do not create a past member record when a pending member expires or is rejected. https://beta.groups.io/g/main/message/38617
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
- BUGFIX: In the narrow user Groups page, strip formatting from group descriptions. https://beta.groups.io/g/app/topic/107420728#msg950
July 18, 2024
- CHANGE: Changed Date link colors to be more consistent. https://beta.groups.io/g/main/message/38584
July 17, 2024
- NEW: There is a new Email database column type. https://beta.groups.io/g/main/message/38565
- CHANGE: Database change notification emails now link to the relevant database.
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.
July 9, 2024
- NEW: Return an already subscribed error message when trying to subscribe via email to a group you're already a part of. https://beta.groups.io/g/main/message/38538
July 8, 2024
- ADMIN: Added https://beta.groups.io/g/ai group to discuss possible AI/LLM assisted new features for Groups.io
June 28, 2024
- CHANGE: Logging in via Login Link now unbounces, reverifies, and/or confirms accounts. https://beta.groups.io/g/main/message/38481
- INTERNAL: Downgraded HTMX library back to 1.9.9 because the new version broke back button behavior.
June 26, 2024
- BUGFIX: Infinite scrolling on narrow screens caused the page to either blank out and/or jump to the top of the page. https://beta.groups.io/g/app/topic/106883298
- BUGFIX: Fixed the erroneous `with a calendar event, but they do not have permission to add events to the calendar` activity log messages. https://beta.groups.io/g/main/topic/106639290#msg38482
- INTERNAL: Updated HTMX library to version 1.9.12.
- CHANGE: Remove the `RI` banner from the Members page. https://beta.groups.io/g/main/topic/106894124
June 25, 2024
- INTERNAL: Change how we update our DNS servers to fix a race condition when renewing our Let's Encrypt certs.