Skip to content

Threaded replies, update activities, responding to AP collection (WIP) and more...

Alain St-Denis requested to merge dev-work into master

Lots of changes and additions:

Added

  • Add configuration parameter to enable get requests signature by federation.

  • Threaded replies.

  • Dynamic UI update of the reply and share counts.

  • Provide to and cc properties to federation for outbound AP payloads.

  • Initial work on providing responses to AP collections.

  • Enable signature verification for remote AP GET requests. Allows limited content access for valid signatures.

Changed

  • Limited content recipients are now extracted from parsing mentions from UI for both contents and replies (ignored for limited visibility replies).

  • As a result of the change described above, mentions no longer need to be extracted on content save.

  • Show reply and share counts for replies.

  • Prefill the full reply editor with parent and root parent mentions.

  • The reply box is now functional for limited replies.

Fixed

  • Fix limited reply retractions not being sent by adding the remote content author to the limited_visibilities.

  • Update reply and share counts for content retractions.

Merge request reports