Skip to content

Releases: anahitasocial/anahita

Anahita 4.8.1 Birth Release

01 Feb 04:39
96335db
Compare
Choose a tag to compare
  • changed: followable lead and unlead to addfollower and removefollower
  • changed: followable _actionLead and _actionUnlead to _actionAddfollower and _actionRemovefollower
  • changed: actor permission canAddfollow to canfollow

Anahita 4.8.0 Birth Release

11 Jan 05:54
f0fe16d
Compare
Choose a tag to compare
  • 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.

Anahita 4.7.3 Birth Release

08 Dec 20:31
Compare
Choose a tag to compare
  • fixed: issue with a medium node hashtags not updating/deleting properly

Anahita 4.7.2 Birth Release

10 Nov 00:38
Compare
Choose a tag to compare
  • fixed: release related hot fixes

Anahita 4.7.1

10 Nov 00:30
06bf56d
Compare
Choose a tag to compare
  • added: markdownToHtml text conversion to all the email notification bodies
  • removed: some legacy code
  • fixed: issue with actor settings removeApp

Anahita 4.7.0 Birth Release

31 Oct 23:50
625b5b8
Compare
Choose a tag to compare
  • 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

Anahita 4.6.1 Birth Release

11 Oct 05:39
Compare
Choose a tag to compare
  • 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

Anahita 4.6.0 Birth Release

16 Aug 05:11
Compare
Choose a tag to compare
  • 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

Anahita 4.5.2 Birth Release

26 Jul 03:14
Compare
Choose a tag to compare
  • 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

Anahita 4.5.1 Birth Release

13 Jun 21:36
Compare
Choose a tag to compare
  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.