Loomio - Package Updates
-
[1.17.0]
- Update loomio_channel_server to 9408afb
-
[1.17.1]
- Update loomio to 3.0.12
- Full Changelog
- Upgrade to Tiptap v3 by @robguthrie in #12026
- Autotranslate off by default
- Add zh_tw locale
- fix for missing poll actions menu
- say "superseded" rather than "outdated" when someone changes their vote
- fix problem removing delegate status from user
- make user content h1's bolder
-
[1.17.2]
- Update loomio to 3.0.13
- Full Changelog
-
[1.17.3]
- Update loomio to 3.0.14
- Full Changelog
- I believe this release fixes #11903 - the edit comment bug.
-
[1.17.4]
- Update loomio to 3.0.16
- Full Changelog
- The app would not boot due to redis and sidekiq connection_pool incompatibilities
- With FEATURES_DISABLE_EMAIL_LOGIN=1, and someone signs in via SSO, and they don't have a Loomio account we just create user and sign them in. No link/Create account screen (and no Terms of Service acceptance either).
- You can prevent users changing their name, email, username. Set LOOMIO_SSO_FORCE_USER_ATTRS=1
- How do people join? supports "Anyone can join. Meaning registered users can just click Join group - no invitation or approval required. Set FEATURES_DISABLE_CREATE_USER=1 and Group privacy to closed.
- List in group directory, means the group will show on /explore (also linked from the sidebar as Find a group. Set FEATURES_EXPLORE_PUBLIC_GROUPS=1
-
[1.17.5]
- Update loomio to 3.0.17
- Full Changelog
- Fix duplicate email crashes in OAuth and SAML SSO authentication
- remove unused canViewPublicGroups code
- Prevent non-members from seeing tags on closed groups
- remove hiredis gem
-
[1.17.6]
- Update loomio to 3.0.18
- Full Changelog
- Add LOOMIO_RESTRICT_EXPLORE_TO_SIGNED_IN_USERS by @robguthrie in #12143
- Add polls to vote on page by @robguthrie in #12142
- Replace invite-only terminology with direct discussions by @robguthrie in #12144
- fix for missing translation on invite only discussions page
-
[1.17.8]
- Update loomio_channel_server to 1cb973b
-
[1.17.9]
- Update loomio to 3.0.20
- Full Changelog
- Convert HAML view templates to Phlex
- Replace SocketIO with ActionCable (remove loomio_channel_server)
- Move hocuspocus server into the main Loomio repository
- Handle Matrix bot notfications from Rails app
- Fix OAuth login finding orphan identities instead of linked ones.
- Change user avatar email/print partial to say user name rather than initials - So you can give the print view of a thread to an AI chatbot and it can understand who is talking
- Add LOOMIO_VERIFY_PARTICIPANTS_ADMIN_ONLY to restrict verify participants to admins only - Recently we introduced the "Verify participants" feature on polls. This means you can audit who was invited to an anonyous poll (to ensure that the admin did not invite, eg fake accounts), without revealing how voters voted. This flag makes this feature only available to admins, for member privacy.
- Show specific errors in flash messages - Now when there is an error submitting a form, it will say what the problem is, rather than a generic "Please check the form".
- Add remove logo and cover photo to group settings - You can now remove your group logo if you want to.
-
[1.17.10]
- Update loomio to 3.0.21
- Full Changelog
- Changes to the Discussion and Poll templates UI. I've had people tell me they couldn't find how to create a template. Now there is a New template button, which opens the example templates page, you can use an example as the starting point for a new template.
- Fewer discussion templates in a group by default. Updates to the Sense Check poll options, so they're more helpful.
- Materialize default discussion templates as DB records by @robguthrie in #12182
- Discussion template UI improvements by @robguthrie in #12181
- Add opening_at to polls for scheduled voting by @robguthrie in #12174
- Poll template updates by @robguthrie in #12184
- This release also addresses a minor security issue, where a member of a group could see the names of secret subgroups they did not belong to, if they inspected the server responses of the reports controller.