CHANGELOG.md 5.0 KB

GNU social - Log of Changes

2.0.0 - THIS. IS. GNU SOCIAL!!! [WIP]

Release name chosen after 300 by Frank Miller where the main protagonist Leonidas, King of Sparta, declines peace with the Persians, after being disrespected, by shouting at the Persian Messenger "This is Sparta!" and kicking him into a large well proceeded by the killing of the other Persian messengers.

Major changes from previous release:

Load and Storage:

  • New media handling system
  • GS is now structurely divided in includes and public
  • OEmbed upgraded to Embed plugin (Now we provide Open Graph information too)

General:

  • Composer was integrated

Modules:

  • Restored built-in plugins
  • New modules system: core plugins and plugins physically separated
  • Refactor of Plugin API to better illustrate the idea of modules
  • Bug fixes of core modules logic

TODO before alpha:

Load and Storage:

  • Upgrade STOMP queue
  • Add Redis based caching and queues
  • Review memcached based cache
  • Port PEAR DB to PDO_DataObject
  • Support PostgreSQL

Network:

  • Port PEAR HTTP to Guzzle
  • Port PEAR Mail to PHPSendMail
  • Add OAuth2 support (deprecate OAuth1)
  • Add shinny new Plugins management interface for sysadmins together with a new doc for devs

Federation:

  • Add ActivityPub support
    • Fix audience targeting
    • Add Group Actor Type
  • OstatusSub: Remote follow OS and AP profiles via OStatusSub
  • ActorLists: Allow to create collections of Actors and to interact with them - supports both OS and AP
  • The Free Network: Automagically migrate internal remote profiles between Free Network protocols (check Nodeinfo)
  • Enable the search box to import remote notices and profiles

General:

  • Fix failling unit tests
  • Improve Cronish
    • Run session garbage collection
    • Cleanup Email Registration
  • Refactoring of confirmation codes
  • Refactoring of Exceptions

Modules:

  • Document conversion of older plugins to the new GS 2
  • Create installer for v2 plugins
  • Introduce new metadata for plugins (category and thumb)
  • Improve plugin management tool (add install form and better UI that makes use of new metadata)
  • Add plugin management tool as a install step
  • Allow to install remote plugins and suggest popular trusted ones

v1.20.9release - The Invicta Crusade

Release name chosen after Porto city. Porto is one of the oldest cities in Europe and thanks to its fierce resistance during two battles and sieges in history, it has earned the epithet of ‘Cidade Invicta’ (Invincible City). The dev team behind this release studies in Porto, Portugal.

Dropped Support for PHP5.6.x. Minimum PHP version now is 7.0.0.

Major changes from previous release:

  • Various patches on PEAR related components
  • Various database related improvements
  • Improved XMPP support
  • Added Nodeinfo support
  • Various i18n and l10n bug fixes
  • Improvements on Internal Session Handler
  • Improvements on OpenID support
  • Improved Media handling and safer upload
  • Redirect to previous page after login
  • Initial work on full conversion to PHP7
  • Initial work on a better documentation
  • Allow login with email
  • Various bug fixes

v1.2.0beta4 - The good reign of PHP5

Dropped support for PHP5.4.

New this version

This is the development branch for the 1.2.x version of GNU social. All daring 1.1.x admins should upgrade to this version.

So far it includes the following changes:

  • Backing up a user's account is more and more complete.
  • Emojis 😸 (utf8mb4 support)

The last release, 1.1.3, gave us these improvements:

Upgrades from StatusNet 1.1.1 will also experience these improvements:

  • Fixes for SQL injection errors in profile lists.
  • Improved ActivityStreams JSON representation of activities and objects.
  • Upgrade to the Twitter 1.1 API.
  • More robust handling of errors in distribution.
  • Fix error in OStatus subscription for remote groups.
  • Fix error in XMPP distribution.
  • Tracking of conversation URI metadata (more coherent convos)

v1.1.3release - The Spanish Invasion

New this version

This is a security fix and bug fix release since 1.1.3-beta2. All 1.1.x sites should upgrade to this version.

So far it includes the following changes:

Upgrades from StatusNet 1.1.1 will also experience these improvements:

  • Fixes for SQL injection errors in profile lists.
  • Improved ActivityStreams JSON representation of activities and objects.
  • Upgrade to the Twitter 1.1 API.
  • More robust handling of errors in distribution.
  • Fix error in OStatus subscription for remote groups.
  • Fix error in XMPP distribution.
  • Tracking of conversation URI metadata (more coherent convos)