2018-12-21 11:03:51 +00:00
|
|
|
# Changelog
|
|
|
|
|
2019-06-25 15:51:02 +00:00
|
|
|
|
2019-07-28 22:29:51 +00:00
|
|
|
## 0.2.101
|
|
|
|
|
|
|
|
- [setup] fixing an issue with migration on pgsql
|
|
|
|
|
|
|
|
|
2019-07-26 15:20:18 +00:00
|
|
|
## 0.2.100 (alpha 2.1)
|
|
|
|
|
|
|
|
- [setup] it is now possible to create an account using ./occ
|
|
|
|
- [setup] it is now possible to follow an account using ./occ
|
|
|
|
- [setup] new command to completely uninstall the app: ./occ social:reset --uninstall
|
|
|
|
- [federated] better management of the ID generator.
|
|
|
|
- [federated] Caching now generate also a thumb version of remote Image document.
|
|
|
|
- [federated] fixing an issue with hashtags importation
|
|
|
|
- [global] better parsing on non-latin hashtags
|
|
|
|
- [global] Attachments (Image) should now be displayed.
|
|
|
|
- [global] like/unlike on Post.
|
|
|
|
- [global] new Timeline: Liked post.
|
|
|
|
- [global] better compatibility with Pleroma.
|
|
|
|
- [global] fixing an issue on exact result during search.
|
|
|
|
- [global] cleaning code.
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-06-25 15:51:02 +00:00
|
|
|
## 0.2.6
|
|
|
|
|
|
|
|
- [global] Improving and fixing streams.
|
|
|
|
|
|
|
|
|
2019-06-22 00:43:44 +00:00
|
|
|
## 0.2.5
|
|
|
|
|
|
|
|
- [setup] Fixing migrations (again)
|
|
|
|
|
2019-06-21 17:43:52 +00:00
|
|
|
|
|
|
|
## 0.2.4
|
|
|
|
|
|
|
|
- [setup] Rewrite of the announce system
|
|
|
|
- [setup] Fixing migrations
|
|
|
|
- [global] Fixing caching from 3rd party instance
|
|
|
|
- [global] Fixing signature check
|
|
|
|
- [global] Fixing local and federated timeline
|
|
|
|
- [global] More debug logging
|
|
|
|
- [federated] Managing local and remote host-meta
|
|
|
|
|
|
|
|
|
2019-06-06 00:45:04 +00:00
|
|
|
## 0.2.3
|
|
|
|
|
|
|
|
- [global] reverting nextcloud to 0.9.x
|
|
|
|
- [global] reverting routes
|
|
|
|
|
|
|
|
|
2019-06-02 12:51:52 +00:00
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
- [setup] fixing an issue with empty boolean field during postgresql migration.
|
|
|
|
- [setup] enlarging some database field.
|
|
|
|
|
|
|
|
|
2019-05-31 03:04:14 +00:00
|
|
|
## 0.2.1
|
|
|
|
|
|
|
|
- [setup] fixing an issue with empty creation field during migration.
|
|
|
|
|
2019-01-19 12:35:25 +00:00
|
|
|
|
2019-05-30 18:12:25 +00:00
|
|
|
## 0.2.0 - alpha2
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-01-19 12:35:25 +00:00
|
|
|
## 0.1.3
|
|
|
|
|
|
|
|
- [global] fixing an issue displaying timeline when opening details for a local account.
|
|
|
|
- [global] provide more details in logs on async failure.
|
2019-01-20 11:26:47 +00:00
|
|
|
- [global] Cache refreshing on some events (new post, new follow)
|
2019-01-19 12:35:25 +00:00
|
|
|
- [federated] adding security @context on returned Actor.
|
|
|
|
- [federated] signature can be 5min old (instead of 30s) to avoid issue on badly configured instance of Nextcloud.
|
|
|
|
- [federated] webfinger will also check the host of the account.
|
|
|
|
- [UI] do not clear post field on fail post creation.
|
|
|
|
|
|
|
|
|
2019-01-03 11:04:33 +00:00
|
|
|
## 0.1.2
|
2019-01-02 11:30:28 +00:00
|
|
|
|
|
|
|
- [global] Fix Host Header on proxy setup
|
|
|
|
- [global] Delete object by objectId, not just by its Type+Id
|
|
|
|
- [global] Remove the ending slash from Id on webfinger
|
|
|
|
- [global] rewrite the exception handling during upstream request
|
|
|
|
- [global] Blind key rotation
|
|
|
|
- [request] Manage Update/Person and use signature date as creation on Person creation/update
|
|
|
|
- [request] check the status of queued request before forking process
|
|
|
|
- [request] fixing Accept header for Diaspora
|
2019-01-03 11:04:33 +00:00
|
|
|
- [UI] Improve account data handling
|
|
|
|
- [UI] Fix follow button on profile pages
|
|
|
|
- [UI] Add profile page for remote users
|
|
|
|
- [UI] Fix feedback on following the Nextcloud mastodon account
|
2019-01-02 11:30:28 +00:00
|
|
|
|
2018-12-21 11:03:51 +00:00
|
|
|
|
2019-01-03 11:04:33 +00:00
|
|
|
## 0.1.1
|
2018-12-21 11:03:51 +00:00
|
|
|
|
|
|
|
- [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.
|
2018-12-21 14:11:05 +00:00
|
|
|
- [UI] Better display of the Public/Account page.
|
|
|
|
- [UI] Better UX when using the searchbar to search for a remote account.
|
2018-12-21 11:03:51 +00:00
|
|
|
- [bugfix] Home Stream is working even when user is following no one.
|
2018-12-21 14:11:05 +00:00
|
|
|
- [bugfix] fixing quotes encoding.
|
2018-12-21 11:03:51 +00:00
|
|
|
- [bugfix] the cache refresher will now avoid ghost account.
|
2018-12-21 14:11:05 +00:00
|
|
|
- [bugfix] fixing minor issues.
|
2018-12-21 11:03:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2019-01-03 11:04:33 +00:00
|
|
|
## 0.1.0
|
2018-12-21 11:03:51 +00:00
|
|
|
|
|
|
|
- first alpha release
|