Anahita Versions Save

Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation.

v4.8.1

1 year ago
  • changed: followable lead and unlead to addfollower and removefollower
  • changed: followable _actionLead and _actionUnlead to _actionAddfollower and _actionRemovefollower
  • changed: actor permission canAddfollow to canfollow

v4.8.0

1 year ago
  • added: support for Redis when storing sessions
  • added: validation checkpoints in the sessions class so it would more effectively cancel the cookie when a session is expired.

v4.7.3

1 year ago
  • fixed: issue with a medium node hashtags not updating/deleting properly

v4.7.2

1 year ago
  • fixed: release related hot fixes

v4.7.1

1 year ago
  • added: markdownToHtml text conversion to all the email notification bodies
  • removed: some legacy code
  • fixed: issue with actor settings removeApp

v4.7.0

1 year ago
  • fixed: issue with an entity not being persisted when behaviours' after.add methods are called. This resulted in hashtags and mentions not being added when creating an entity.
  • changed: updated the code for php8
  • fixed: issues with email notification processors
  • removed: legacy @content( method from email notification templates

4.6.1

1 year ago
  • added: missing translations for the medium node views article, topic, todo, photo
  • fixed: error while following an actor
  • changed: made the COM-NOTIFICATIONS-SETTING-URL clear
  • added: same_site_none to the global settings
  • fixed: delete cover DB record by setting it to empty string instead of null
  • fixed: delete portrait DB record by setting it to empty string instead of null
  • added: action Read to notifications settings
  • fixed: email notification HTML code syntax
  • added: getDate to person lastVisitDate
  • added: last visit date in person JSON response for the admins to see

4.6.0

1 year ago
  • removed: all html views
  • removed: swiftmailer
  • changed: using symfony/mailer
  • changed: updated README file with new documentation that includes configuring an EC2 instance.
  • changed: codebase is now compatible with php 7.* and specifically php 7.4.* but not for php 8.* yet

4.5.2

2 years ago
  • changed: fileable behaviour now checks for a file containing list of mimetypes otherwise uses an empty array.
  • removed: all the unsupported mimetypes from the com_documents
  • changed: improved signup workflow prompt messages
  • added: site:signup command to the cli tool
  • removed: first user signup from the people signup controller
  • changed: updated installation instructions in the README file.
  • added: random_password method to the functions.php
  • changed: default trending days for tags to 30 days

4.5.1

2 years ago
  1. changed: privacy update now returns the entity in json response
  2. added: access field in json response if viewer has permission to edit the node entity
  3. fixed: issue with the missing base_url in the mailer. Now we are obtaining the base_url from com:application.router getBaseUrl
  4. removed: template filter aliases from com_people, because it was replicating the one in the base class.