Releases: nextcloud/social
Releases · nextcloud/social
social v0.2.3
v0.2.3
social v0.2.2
v0.2.2
social v0.2.1
v0.2.1
social v0.2.0
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
v0.1.4
social v0.1.3
v0.1.3
Social 0.1.2 🥚👩🏭
v0.1.2
Social 0.1.1 🥚👩🔧
- [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 🥚
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,