Updates to the Groups.io service.
May 29, 2023
- CHANGE: Improved the image compression when uploading images to chats, so that the process should be much faster.
May 26, 2023
- NEW: Enterprise groups that use SSO can now specify whether SSO is mandatory or whether you can also log in via email.
May 24, 2023
- BUGFIX: For Reply To Sender topics, if a draft reply had been toggled to Reply To Group, we would not save that setting in the draft. This would cause the buttons to be out of sync when revisiting the draft.
- BUGFIX: Database JSON import of single select/multi select columns had an off-by-one error, causing the results in those columns to be incorrect.
May 23, 2023
- BUGFIX: When upgrading a group, for some types of credit card errors, a blank screen would come up instead of a proper error message.
May 22, 2023
- BUGFIX: Multi Choice, Single Select extra member data columns would not save updates.
- BUGFIX: When switching from monthly to annual and vice versa for a premium group, legacy pricing wasn't considered when displaying the potential new charge amount. https://beta.groups.io/g/main/topic/questions_about_updating/99041197?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,99041197,previd%3D9223372036854775807,nextid%3D1675798904019924765&previd=9223372036854775807&nextid=1675798904019924765
- CHANGE: Added a label for each checkbox on the /groups page for screen readers. https://beta.groups.io/g/main/topic/subscription_checkbox_name/99047850?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,99047850,previd%3D9223372036854775807,nextid%3D1675798904019924765&previd=9223372036854775807&nextid=1675798904019924765
- CHANGE: On the `/member` page for banned people, removed the `Remove` button and replaced it with an `Unban` button. https://beta.groups.io/g/main/topic/can_t_unban_banned_members/99039750?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,99039750,previd%3D9223372036854775807,nextid%3D1675798904019924765&previd=9223372036854775807&nextid=1675798904019924765
- CHANGE: Made Delete button placement more consistent by moving some Delete buttons to the far right hand side.
May 19, 2023
- NEW: Confirmation dialog when uploading photos to chats, and improved the speed of photo uploads to chats
- BUGFIX: Misc fixes to new chat based on feedback
- NEW: JSON exports of databases now include image data and imports now import images
- BUGFIX: For some groups, we incorrectly listed their archives as private on the group home page. https://beta.groups.io/g/main/topic/group_home_page_display_error/98984954?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,98984954,previd%3D9223372036854775807,nextid%3D1674882383738957799&previd=9223372036854775807&nextid=1674882383738957799
May 17, 2023
- CHANGE: Upgraded our Font Awesome package to the latest version
- BUGFIX: Re-wrote the chat system, including numerous fixes and improvements
May 15, 2023
- NEW: Added modal bottom sheets on phones for dropdown menus in the `/members`, `/topics` and `/messages` pages.
- NEW: On the pending message page, reordered the buttons on the `Reject` dialog and disabled the `Reject With Notice` button unless there's a message in the textarea.
May 11, 2023
- BUGFIX: After `Save & Approve` a pending message, the number of pending messages displayed on the `/pending` page would be incorrect. https://beta.groups.io/g/main/message/34813
May 10, 2023
- BUGFIX: On the `/messages` and `/topics` page, fixed bug where on some smaller screen dimensions, the nav buttons and pagination would wrap.
- CHANGE: Changed the first entry of the breadcrumbs to be the group name instead of the group email address, to be more consistent with the rest of the site.
May 2, 2023
- CHANGE: Revamped pending message page, separating, grouping, and moving the buttons by function. Also improved pagination.
- BUGFIX: Reporting a profile that has a username would sometimes lead to a blank report being emailed.
April 26, 2023
- NEW: Consolidated calendar view in parent groups. https://beta.groups.io/g/main/topic/suggestion_consolidated/98281441?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,98281441,previd%3D9223372036854775807,nextid%3D1672671944122509575&previd=9223372036854775807&nextid=1672671944122509575
- NEW: Calendars in subgroups have two new permission options, `Parent group can view, members can view and edit` and `Parent group and members can view, moderators can edit`.
April 25, 2023
- CHANGE: Swapped order of Date and Subject columns in the `/pendingmsg` `Sender's Most Recently Approved Posts` table.
April 21, 2023
- CHANGE: On mobile, removed the `Approve & Unmoderate Sender` option on the pending message page. It was easy to click on it by mistake.
- APP BUGFIX: Adding an event did not work.
April 20, 2023
- APP BUGFIX: Clicking on a calendar link would not do anything. https://beta.groups.io/g/app/message/836
- BUGFIX: In cases where a topic has been split or the subject renamed, a reply to a message with the old subject would have the old subject logged in the Activity log. https://beta.groups.io/g/main/topic/wrong_activity_log_entry_for/98275878?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,98275878,previd%3D9223372036854775807,nextid%3D1670678945870512486&previd=9223372036854775807&nextid=1670678945870512486
- APP BUGFIX: Links with `target="_blank"` would cause the app to display them in the browser instead of the app. Implemented a partial fix, with a complete one coming next week.
April 14, 2023
- BUGFIX: The move tree in the Files section now opens with the top level expanded.
April 12, 2023
- BUGFIX: Fixed labels in the `/addtable` page so they are readable by screen readers.
- NEW: When switching languages on the website, display a page with information on how people can help improve the translations.
April 7, 2023
March 31, 2023
- CHANGE: The way we calculated when to expire topics with hashtags set for monthly expiration was incorrect. We want to expire based on the day of the month. For months that are longer than the previous month this was being done incorrectly for the day(s) that didn't exist in the previous month. For example, on March 29th, we were expiring topics that were sent on March 1st, because February 29th doesn't exist. https://beta.groups.io/g/main/topic/monthly_notices_expiring_and/97953485?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,97953485,previd%3D9223372036854775807,nextid%3D1669820325370003137&previd=9223372036854775807&nextid=1669820325370003137
March 29, 2023
- INTERNAL: Upgrading to the latest Go compiler.