Updates to the Groups.io service.
September 13, 2021
- BUGFIX: Fixes for encoding bugs that affected pagination throughout the site. https://beta.groups.io/g/main/topic/search_collapse/85414777?p=,,,50,0,0,0::recentpostdate%2Fsticky,,,50,2,0,85414777
September 10, 2021
- DOCS: Updates from Nina.
- API: Fixed `sub_group_access` documention to the `/update_group` endpoint documention.
- API: Changed the `subgroup_access` field to `sub_group_access` on the group object to be consistent with other uses of the term.
- API: Changed the `subgroupcategoryid` field to `sub_group_categoryid` on the group object to be consistent with other uses of the term.
September 7, 2021
- API: Fix `sort_field` for `/searcharchives` endpoint. https://beta.groups.io/g/api/topic/what_values_are_valid_for/85438353?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,85438353
September 3, 2021
- INTERNAL: More work on automating Android app releases.
- APP: Submitted new versions of the app to both the Apple and Android stores and am awaiting responses.
September 2, 2021
- CHANGE: When viewing or editing a database row that contains images, limit the size of the images when viewing them to prevent formatting problems.
September 1, 2021
- CHANGE: Changed `Edit Subject` to `Topic Properties` in the Topics drop down to be more consistent with other pages. https://beta.groups.io/g/main/topic/fix_name_of_edit/85100699?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,85100699
- API: Added the `description` parameter to the `/addphotos` endpoint. https://beta.groups.io/g/api/topic/uploading_pictures_via_api/61856887?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,61856887
- BUGFIX: When exporting a member list, don't include the `moderator_notes_updated` field if it's 0. Have not yet fixed the `most_recent_message` issue. https://beta.groups.io/g/main/topic/date_data_bug_s_in_the/85050030?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,85050030
August 31, 2021
- BUGFIX: Refactored the editor code and fixed a problem with Firefox where an error banner would sometimes briefly show up when exiting the editor page.
August 30, 2021
- BUGFIX: For all files generated during a group export, convert any of these characters: `< > : " / \ | ? *` to `_`. https://beta.groups.io/g/main/topic/files_photos_naming/85215801?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,85215801
August 28, 2021
- BUGIFX: Convert `/` characters in photo names to `_` when exporting photos.
August 27, 2021
- BUGFIX: For some repeating events ending on a specific day in a non-Pacific timezone, we sometimes had an off-by-one day error for the until date.
- INTERNAL: Fixed some minor Javascript errors on the `New Topic` and `Invite` pages.
- INTERNAL: Re-enabled logging of client-side javascript errors, and did some work to filter out useless results.
August 26, 2021
- BUGFIX: In some instances, changing a group's privacy setting to be unlisted did not remove the group from the group directory.
- BUGFIX: Fixed up some HTML in an effort (unsuccessful) to fix a problem that was preventing the Search icon from bringing up the Search modal box on older iPhones.
- NEW: After clicking a `/leave` link and leaving a group, we send one final email with a `/resub` link in case you've made a mistake. Clicking that link now requires a confirmation step to confirm you wish to rejoin the group. This is because some anti-spam systems click on every link in an email, and these were causing people to be automatically resubscribed to groups they had just left.
- API: For webhook events that involve a message, specifically `edited_message`, `sent_message_accepted`, `sent_message_moderated`, we now include the raw message in the webhook event object.
- INTERNAL: Updated the Go compiler to the latest version.
August 14, 2021
- CHANGE: You can no longer ban an email address that has been disabled by Groups.io staff.
August 10, 2021
- APP: Submitted a new version of the app for Apple app store review.
- INTERNAL: Work on improving our app deploy system.
- BUGFIX: Several draft saving bug fixes.
August 9, 2021
- NEW: When composing a post or reply, if there is an error saving the draft, we now display an error message and will retry.
August 6, 2021
- CHANGE: Starting to block incoming email from some sets of known dynamic IP addresses.
- BUGFIX: Some messages were being truncated after the update to the quoted printable library.
August 5, 2021
- API BUGFIX: Subgroups with a privacy setting of unlisted, public archives would be returned from the API with a blank "privacy" field. https://beta.groups.io/g/api/topic/unknown_privacy_setting/84692422?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,84692422
- CHANGE: Updated the library we use to decode and encode quoted printable parts of messages, which should fix some edge case bugs.
August 2, 2021
- CHANGE: We now require that the email address used in the `MAIL FROM` part of an SMTP transaction have a valid MX record.
- NEW: Check all boxes in the Export Group Data page. https://beta.groups.io/g/main/topic/add_a_select_all_checkbox/77920478?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,77920478
July 30, 2021
- NEW: Testing greylisting some email from non-members to +owner addresses, as a spam mitigation action.
- INTERNAL: Changed how we handle database images, reducing the load on our servers for tables with lots of images.
- BUGFIX: In some circumstances, a /posttosub draft was not clickable. https://beta.groups.io/g/main/topic/draft_of_message_to_member/84515212?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,84515212
- BUGFIX: Links in the member subgroups page were incorrect. https://beta.groups.io/g/main/topic/member_s_subgroup_links_not/84525380?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,84525380
July 29, 2021
- INTERNAL: Tuning rate limiting on the website to protect it from robots and bad actors.
July 28, 2021
- INTERNAL: Changed how we handle wiki images, reducing the load on our servers for wiki pages with lots of images.