friends

A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications.

GPL-2.0 License

Stars
74

Bot releases are visible (Hide)

friends - 2.6.0

Published by akirk over 1 year ago

What's Changed

Full Changelog: https://github.com/akirk/friends/compare/2.5.3...2.6.0

friends - 2.5.3

Published by akirk over 1 year ago

What's Changed

Full Changelog: https://github.com/akirk/friends/compare/2.5.2...2.5.3

friends - 2.5.2

Published by akirk over 1 year ago

  • Create better display name from follows from the Enable Mastodon Apps plugin
  • Relay the external mentions user to the Enable Mastodon Apps plugin

Full Changelog: https://github.com/akirk/friends/compare/2.5.1...2.5.2

friends - 2.5.1

Published by akirk over 1 year ago

  • Prevent creation of a new feed for a virtual external mentions feed

Full Changelog: https://github.com/akirk/friends/compare/2.5.0...2.5.1

friends - 2.5.0

Published by akirk over 1 year ago

What's Changed

Full Changelog: https://github.com/akirk/friends/compare/2.4.0...2.5.0

friends - 2.4.0

Published by akirk over 1 year ago

What's Changed

Full Changelog: https://github.com/akirk/friends/compare/2.3.1...2.4.0

friends - 2.3.1

Published by akirk over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/akirk/friends/compare/2.3.0...2.3.1

friends - 2.3.0

Published by akirk over 1 year ago

  • The Wiki now contains a Hooks Documentation (#167)
  • Frontend: Add CSS rule to fix odd resizing (#166)
  • Frontend: Add a "Show hidden items" in the main feed header (#172)
  • Frontend: Upgrade Blocks Everywhere, hide Quick Post Panel by default (#180, #183)
  • Frontend: Don't let the Post Kinds plugin interfere with the friends query (#176)
  • Admin: Fix inconsistencies with links to the new friends list link (#184) props @pfefferle
  • Admin: Tweak text for "Show Hidden Items" setting, per-feed. (#173) props @alecmuffett
friends - 2.2.0

Published by akirk almost 2 years ago

friends - 2.1.3

Published by akirk almost 2 years ago

  • Feeds: fixed a bug where when adding a new user and subscribing to an ActivityPub feed at the same time, the ActivityPub account won't be followed (would need a deactivate/actiate of the feed).
  • Taxonomies: Hide the user-feed and reactions taxonomies from the public and delete their entries when uninstalling the plugin (https://github.com/akirk/friends/pull/132).
  • Improved PHP8 compatibility and start testing with PHP8.2 in the CI.
friends - 2.1.2

Published by akirk almost 2 years ago

friends - 2.1.1

Published by akirk almost 2 years ago

  • Friends messages and status posting UI: Bring back the Gutenberg Editor using the updated blocks-everywhere (https://github.com/akirk/friends/pull/122).
  • Admin: Fix a redirect problem on the autostatus admin page.
  • Status posts: fix collapsing them and only output the status post box on the main status feed to avoid confusion when your posts don't show up on an author status page.
friends - 2.1.0

Published by akirk almost 2 years ago

  • Plugins: Add filters for allowing ActivityPub integrations (see https://github.com/pfefferle/wordpress-activitypub/pull/172): friends_rewrite_incoming_url, friends_user_feed_activated, friends_user_feed_deactivated.
  • Plugins: Add ActivityPub to the Friends Plugins installer.
  • Frontend: Add ability to read a post's comments inside the Friends plugin using the comments button (if it supplies a comments feed in its RSS which all WordPresses do) (https://github.com/akirk/friends/pull/113).
  • Frontend: Add different styling for images and status feed. Add a "post status" box to the status feed.
  • Frontend: Allow starring friends + new widget to display those starred friends for convenient access.
  • Frontend: Add a recent friends widget that displays your newest friends and subscriptions for convenient access.
  • Admin: Introduce tabs on various friends settings for a better overview (https://github.com/akirk/friends/pull/116).
  • Admin: Remove the Welcome admin notice in favor a Welcome screen inside the friends plugin.
  • Admin: Improve the friend space usage calculation for friends with many posts.
  • Admin: Improve Automattic Status (https://github.com/akirk/friends/pull/111).
  • Core: Improved the WP_Query for the frontend to allow to show your reactions to the posts (https://github.com/akirk/friends/pull/114).
  • Core: allow frontend detection earlier in the WordPress boot process allowing our add_theme_support()s to kick in based on whether we are on the frontend.
  • Core: Fetch feeds based on their due date. This will allow adjusting feed fetch intervals individually for feeds (https://github.com/akirk/friends/pull/109).
  • Multisite: Improve activation code so that the friend roles should now be created more reliably on new multisite blogs (https://github.com/akirk/friends/pull/107).
  • Plugins: Add filters for the Friends roles plugin: friends_plugin_roles.
friends - 2.0.2

Published by akirk over 2 years ago

  • Fix namespace on activation, deactivation and uninstall hooks
friends - 2.0.1

Published by akirk over 2 years ago

  • Fix a problem with retrieving and up to date plugins.json file from Github
friends - 2.0.0

Published by akirk over 2 years ago

  • Improved handling of updated feed items and how they are stored as revisions
  • PHP: Introduced a namespace, changed the plugin hooks to friends_loaded and friends_load_parsers
  • Add checks for diagnosing the correct functioning to Site Health
friends - 1.9.0

Published by akirk over 2 years ago

  • New feature: Keyword Matcher (get a notification if an incoming post contains keywords you can specify)
  • New feature: Automatic status posts (automatically create draft status posts for certain events, they need to be published manually)
  • Disable Gutenberg in messages until Gutenberg-Everywhere has been fixed
friends - 1.8.5

Published by akirk almost 3 years ago

  • Multisite: fix adding user to site instead of requiring a new username
friends - 1.8.4

Published by akirk almost 3 years ago

  • Fixes for a PHP fatal and some notices
friends - 1.8.3

Published by akirk almost 3 years ago

  • Improve default feed selection when adding a friend
  • Fix improper plugin directory when a friends plugin installed from Github