Skip to content

Moera node & client 0.14.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@smelamud smelamud released this 24 Jul 00:22
· 437 commits to master since this release

Beta release

  • Access permissions. Access permissions support has been added everywhere possible. The extent of possibilities can be seen only through API, because UI with all these features would look like a cockpit. Now it is possible to limit access to almost everything, including single reactions. Upper-level users (admin, post's author, comment's author) may override access permissions defined by subordinates and limit their possibilities to limit possibilities 😉

    Access categories available for now: everybody, registered users only, only me. Friends and groups of friends will be added soon. Features added to UI:
    • Changing visibility of a post.
    • Changing visibility of comments, including hiding them completely.
    • Restricting the category of those who can add comments, or disabling the comments.
    • Hiding/unhiding comments one-by-one - can be made by both comment's author and post's author.
    • It is possible for post's author to hide all comments automatically and reveal them later one-by-one or all at once.
    • Switch all reactions on/off, or only negative ones.
    • Changing visibility of the e-mail address in the profile.
    • Hiding/showing the lists of subscribers and subscriptions completely or one-by-one - can be made by both blog's owner and the subscriber.
  • Improved automatic detection of image formats and rotation - fixed nasty bugs at image loading and when an avatar is cut (thanks to @uinm[Oleksandr Pushkar]).
  • Many improvements in creation of link previews.
  • Possibility to hide posts from viewing without a client, possibility to deny indexing of posts by search engines (thanks to @zera for the idea).
  • Pasting images from the clipboard (thanks to @eliduvid[Eliyahu Duvidzon] for the implementation).