Skip to content

Releases: nextcloud/social

social v0.2.3

06 Jun 00:49
Compare
Choose a tag to compare

v0.2.3

social v0.2.2

02 Jun 12:58
Compare
Choose a tag to compare

v0.2.2

social v0.2.1

31 May 03:06
Compare
Choose a tag to compare

v0.2.1

social v0.2.0

31 May 00:18
Compare
Choose a tag to compare

0.2.0 - alpha2

Missing features/Known bugs:

  • Catch and displays Attachments.
  • Reply-To a Post.
  • Notifications timeline.

features:

  • [global] Boosting Post.
  • [global] Delete a Post.
  • [UI] Following an account from an external website.
  • [federated] Async on incoming request.
  • [federated] Caching on incoming request.
  • [federated] Caching incoming attachments.
  • [federated] limit rights and access to/from the fediverse.

enhancements:

  • [global] Complete SQL migration.
  • [global] Timeline can now manage multiple type of Stream object.
  • [global] More logs.
  • [UI] Dark theme.
  • [UI] Searching now send only limited request.
  • [federated] Caching context content.
  • [federated] Outgoing request accepts redirection.
  • [federated] Removing an actor should deletes his posts.
  • [setup] The app can now works on local address, with no SSL support.
  • [setup] The app can be installed in custom apps folder.

bugfixes:

  • [bugfix] public post counter now count only public post.

social v0.1.4

09 Feb 12:39
b713305
Compare
Choose a tag to compare

v0.1.4

social v0.1.3

21 Jan 15:48
0a500a2
Compare
Choose a tag to compare

v0.1.3

Social 0.1.2 🥚👩‍🏭

04 Jan 12:09
42f482f
Compare
Choose a tag to compare

Social 0.1.1 🥚👩‍🔧

21 Dec 18:56
6d115d2
Compare
Choose a tag to compare
  • [setup] the app is now displaying an issue with the setup of the httpd only if there is issue.
  • [setup] fixing 'not-big-enough' fields in database.
  • [setup] it is now possible, using ./occ social:reset, to reset all data from the app and change the base url of the cloud.
  • [global] rework on some SQL request
  • [global] complete rework on the ActivityPub Parser and ActivityPub Generator.
  • [global] The app will now sign every ld-json object.
  • [global] The app will now verify every signed ld-json object. This should fix forwarded Note not being displayed in the streams.
  • [global] Unfollowing a user will keep remote instance up-to-date.
  • [UI] Some strange behavior while typing message have been fixed.
  • [UI] Better display of the Public/Account page.
  • [UI] Better UX when using the searchbar to search for a remote account.
  • [bugfix] Home Stream is working even when user is following no one.
  • [bugfix] fixing quotes encoding.
  • [bugfix] the cache refresher will now avoid ghost account.
  • [bugfix] fixing minor issues.

Social 0.1 🥚

07 Dec 09:56
6aa6be2
Compare
Choose a tag to compare
Social 0.1 🥚 Pre-release
Pre-release

v0.1.0

  • Create your own local social account, available to other ActivityPub social networks (like Mastodon)
  • informations from your nextcloud account (Display name and avatar) that are set to 'Public' are used by your Social account.
  • Search for local and remote accounts and start following your favorite people.
  • Create post, tag your friend and communicate with other ActivityPub social networks

Network features:

  • async on post creation to broadcast the message to recipient,
  • cron to send lazy message and keep the cache up-to-date,
  • retry-on-fail in case of issue contacting remote instance of ActivityPub,