Skip to content

Releases: Hylozoic/hylo-node

3.0.4

05 Aug 18:24
Compare
Choose a tag to compare

Changed

  • Replaced isFuture filter on posts with afterTime and beforeTime

3.0.3

10 Jul 00:56
Compare
Choose a tag to compare

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

05 May 16:23
Compare
Choose a tag to compare

Fixed

  • Broken post URLs in emails

3.0.1

05 May 16:22
Compare
Choose a tag to compare

Fixed

  • For open requests and offers widget on grop landing page don't show posts past their end time

3.0.0

19 Apr 23:49
Compare
Choose a tag to compare

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

08 Apr 19:16
Compare
Choose a tag to compare

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

05 Apr 18:57
Compare
Choose a tag to compare

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

01 Feb 19:41
Compare
Choose a tag to compare

Fixes

  • People incorrectly showing as a moderator when viewing a community
  • Redirect URL corrected for password reset

1.4.5

13 Jan 06:33
Compare
Choose a tag to compare

Added

  • URL is not required for affiliations
  • Docker environment setup option and instructions

1.4.4

13 Jan 06:32
Compare
Choose a tag to compare

Added

  • Add eventsAttending to the User model and Person type
  • Add user_affiliations table, model for Affiliation, and mutation resolvers to createAffiliation and deleteAffiliation