Updates to the Groups.io service.


Subscribe via RSS


February 27, 2021

  • BUGFIX: Fix some styling issues with the chat screen.
  • CHANGE: Reverted the text field font size to standard Bootstrap sizes, removing a workaround for iOS mobile automatic text field zooming.

February 26, 2021

  • DOCS: Updates from Nina.
  • APP: Support for adding attachments/photos from the device (the new app is not yet ready for general testing).

February 25, 2021


February 24, 2021


February 23, 2021

  • BUGFIX: We were not properly escaping HTML elements in the topic summary lines in the /topics page.
  • CHANGE: If you click on an Unsubscribe link that's already been used to leave a group, we now display an error message.

February 22, 2021

  • INTERNAL: Work on monitoring tools to help prevent abuse of the site.
  • CHANGE: If a message is emailed to a non-existent group, we no longer return a list of groups you are subscribed to in the error response. As has been pointed out, that is a security breach.
  • CHANGE: We are now less forgiving of incorrectly formatted SMTP commands from incoming email servers.

February 19, 2021


February 18, 2021


February 17, 2021

  • INTERNAL: First pass at bundling CSS and JS files. This will speed up web page rendering but more importantly is needed to support the app.

February 15, 2021

  • CHANGE: On the edit subscription, group member and group default subscription pages, made it so that incompatible changes to `Email Delivery` and `Message Selection` are changed immediately on the page, instead of when the changes are saved. An example: setting `Email Delivery` to `No Email` and then `Message Selection` to `Following Only` will immediately change the `Email Delivery` radio button to `Individual Messages`. https://beta.groups.io/g/main/message/28453

February 12, 2021

  • DOCS: Updates from Nina to the Owners Manual and Members Manual.
  • CHANGE: On the edit subscription and group member pages, under Advanced Preferences, `Auto Follow Replies` has been moved under `Following Only`. When `Following Only` is not checked, both `First Message Also` and `Auto Follow Replies` are now disabled and unchecked. When `Following Only` is checked, `Auto Follow Replies` is now automatically checked. https://beta.groups.io/g/main/message/28442

February 11, 2021


February 8, 2021


February 5, 2021

  • DOCS: Updates from Nina to the Owners Manual, Members Manual, and Getting Started Guide.
  • CHANGE: Changed hover title for `P` badge to `Posting Always Allowed` and hover title for `NP` badge to `Not Allowed To Post`.

February 4, 2021

  • BUGFIX: For Enterprise groups with `Disable Signups` checked, don't display the link to register on the `/login` page.
  • BUGFIX: Fixed missing `Moderator changed moderator permissions` activity log entry description in the dropdown. [Discussion.] (https://beta.groups.io/g/main/topic/activity_log_event_filter/80383042?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,80383042)
  • BUGFIX: Use the message's unprocessed subject for the sent message activity log entry. Previously the cooked subject line, with end hashtags removed, was used.

February 3, 2021


February 2, 2021


January 29, 2021

  • DOCS: Updates from Nina.
  • CHANGE: New, better favicon.
  • NEW: Group sponsorships can now be paid using Paypal.
  • BUGFIX: In the members page, if you did a new search while on the second or later page of an existing search, the pagination was messed up.
  • BUGFIX: Changed Elasticsearch sub search mapping to fix partial searches.
  • NEW: Prioritize 2factor authentication support requests to ensure they don't get lost.
  • BUGFIX: In some cases, people on banned domains were allowed to subscribe to a group.
  • BUGFIX: A banned user, going to a group page, would get endlessly redirected, resulting in a browser error.
  • BUGFIX: After adding an attachment when composing a message or reply, delay updating the attachment list for 3 seconds to allow S3 to propagate.
  • BUGFIX: Fix date display for 20th century dates for people with date formats not MM/DD/YY.
  • NEW: Add a link to the help center to the /static/welcome page, the default group welcome message, and the confirming confirmation email message.

January 22, 2021

  • APP: More work on the new version of the app.
  • INTERNAL: More work on converting templates to quicktemplate.
  • DOCS: Updates from Nina.
  • NEW: Added RES: to the list of subject reply indicators.
  • CHANGE: In the Group Settings Page, move the Subject Tag setting to the General panel from the Message Formatting panel.
  • BUGFIX: When replying to an +owner message, fill out the subject line.
  • BUGFIX: In the activity log, for +owner messages without a subject, display (No Subject).
  • BUGFIX: On the +Owner Msgs page, display (No Subject) for messages without a subject.
  • CHANGE: Only mods can change the ownership of photos.
  • NEW: Added Generic link type to files.
  • CHANGE: Help center links now open in a new browser tab.
  • BUGFIX: Fix scrolling in /album views for people with infinite scroll set to true (infinite scroll is not supported on that page yet).
  • BUGFIX: The help text for group names in the Group Settings page said no periods allowed for subgroup names, when in fact they are allowed.

January 15, 2021

  • INTERNAL: Work on stopping spam accounts and spam groups as well as deletion of many existing spam accounts and groups.
  • DOCS: Updates from Nina.
  • CHANGE: Ensure that if a message is sent from a banned member, it's logged as such. Also don't display badges in the banned member page.
  • CHANGE: Changed `special message` to `special notice` in the activity logs for consistency.
  • BUGFIX: Fix timezone offset issue with event times on the /feed page?
  • NEW: Groups can now allow people to sponsor their hosting fees.
  • CHANGE: Mobile reformatting: iPad widths now use the bottom navbar like phone widths. The More menu in the bottom navbars is now a drawer that slides in from the left. Several little mobile formatting tweaks.
  • BUGFIX: It's no longer possible to input a negative reminder time before an event.
  • CHANGE: Formatting changes to the add event page for adding reminders.