Movim v0.14 Release Notes

    • Add a picture picker when sharing a URL in a post
    • Merge Publish in PublishBrief
    • Implement XEP-0157 to allow users to contact their administrators
    • Change the Reply button to Share
    • Add a spoiler on NSFW articles in the news feed
    • Show a spoiler on NSFW posts when the filter is enabled in News
    • Enhancements on Visio and CSS improvements
    • Fix date display in Chat on instable connectivity
    • Add a Preview widget to allow previsualisation of pictures in Movim
    • Code cleanup
    • Add support of XEP-0070: Verifying HTTP Requests via XMPP
    • Use longer varchar for some columns in the database (Roster and Posts)
    • Replace movim/sasl with fabiang/sasl
    • Fix several Warnings and Errors
    • Move Pubsub subscriptions to a specific PEP nodes to prevent overwritting by another client
    • Replace Modl with Eloquent
    • Fix IPC cleanup when launching the daemon
    • Add support for MAM configuration
    • Add support for XEP-0153: vCard-Based Avatar
    • Allow avatars to be retrieved and set for chatrooms
    • Move Websocket URI below the base URI (e.g. /ws → /movim/ws)
    • Remove preliminary Debian packaging
    • Bundle moxl
    • Remove several dependencies (heyupdate/emoji, clue/buzz-react, ramsey/uuid) and fix the versions of some of them (react/zmq, rain/raintpl, react/http)
    • Improve handling of Emojis (by mirabilos)
    • Improve performances by using eager loading (for Chats, Posts and Contacts related widgets)
    • Redirect the unauthenticated to the correct page when trying to access ?post
    • Link Chatrooms and Pubsub nodes using muc#roominfo_pubsub in the UI
    • Update the favicon
    • Fix the public pages metadata
    • Update the MaterialIcons font to the Google one
    • Cleanup the CSS
    • Index some columns in the database (Message, Attachements) to improve performances
    • Allow to pick no pictures when sharing a link
    • Add some animations to the CSS
    • Replace the placeholders with the default icon font
    • Improve the search feature
    • Remove the main Contacts page and related widgets (Roster, ContactDisco…)
    • Move the invitations and like/comments notifications to the sidebar
    • Add support for SQLite (JKingweb)
    • Use higher resolution images to have proper avatars in hi-def screens
    • Handle the MUC self-presences using a session state during the join
    • Display the moderator messages differently in MUCs
    • Move the Communities, Blogs and News articles feeds to paginated ones
    • Autoescape templates by default in RainTPL
    • Remove the action buttons in Chat
    • Use XEP-0359: Unique and Stable Stanza IDs as unique identifiers for the Messages in the DB
    • Improve video call and terminate flows
    • Allow the usage of Markdown for the Login page information