Releases: Hylozoic/hylo-node
Releases · Hylozoic/hylo-node
3.0.4
Changed
- Replaced isFuture filter on posts with afterTime and beforeTime
3.0.3
Added
- Support local development with SSL
- Support isFuture parameter when loading a group's viewPosts which includes posts from child groups
- Enable cookies to work when Hylo is embedded in an iFrame
3.0.2
Fixed
- Broken post URLs in emails
3.0.1
Fixed
- For open requests and offers widget on grop landing page don't show posts past their end time
3.0.0
Added
- New group home page: Add queries to support new group landing page with customizable widgets that show announcements, recent posts, open requests and offers, upcoming events, recently active projects, recenty active members, sub-groups, and a customizable welcome message.
- Prerequisite group: Adding these to a group means the prerequisite groups have to be joined by a user before they can join the original group.
- Group to Group Join Questions: Groups can have join questions for when a group is requesting to join it.
- Remember the current user's settings for the stream across sessions.
- Export member directory for a Group to a CSV.
- Suggested skills & interests for a group that can be setup by a group moderator.
- Setting to track whether a user has seen a group's join form or not, when they come through an invitation they have not.
- Tracking when users were last active on the platform.
2.0.2
Fixed
- Fixed issues saving and viewing Saved Searches on the map
- Fixed daily email digests
- Loading of current user's pending join requests
2.0.0 - Holonic Architecture
Added
- Holonic Architecture: You can now add infinitely nested groups within groups within groups. And groups can have multiple "parent groups" too.
- People can see groups that they are a member of, or that are public, or that are a parent group of a group they are a member of, or are a child group of a group they are a member of unless the child group has set itself as "Hidden"
- Looking at a group's stream will show you all the posts to that group + all the posts to any descendant groups that you are also a member of (this feature temporarily disabled)
- When looking at the map for a group you will see the group itself on the map plus all descendant groups
- Group relationship invites/requests: Groups can request to join other groups or invigte a group to join them, and these invites/requests can be canceled, accepted or rejected by moderators of the other group.
- Join questions: groups can now have questions that must be answered when a person is requesting to join the group
- People can cancel their request to join a group
- Comments can be nested undearneath other comments
Changed
- Networks with communities in them have been converted into Groups with Sub-groups inside them
Fixes
- Show posts in the public stream for new users that have no groups
- Fix comment count on posts
- All My Groups post stream no longer shows public posts from groups you are a not a member of
1.4.7
Fixes
- People incorrectly showing as a moderator when viewing a community
- Redirect URL corrected for password reset
1.4.5
Added
- URL is not required for affiliations
- Docker environment setup option and instructions
1.4.4
Added
- Add eventsAttending to the User model and Person type
- Add user_affiliations table, model for Affiliation, and mutation resolvers to createAffiliation and deleteAffiliation