• chevron_right

      Movim 0.22 - Kowal

      Timothée Jaussoin · pubsub.movim.eu / Movim · Sunday, 25 June, 2023 - 16:02 edit · 3 minutes · 17 visibility

    Only a few months after Movim 0.21 - Whipple we are releasing Movim 0.22, codename Kowal.

    This version was more focused on stabilization, cleanup and refactoring but also introduces a couple of new exciting features. It requires PHP8.1+ to work properly.

    Let's dive in!

    Blog privacy toggle

    Already introduced in a previous blog post this new feature allow you to change your blog privacy level between "public" and "subscribers only".

    Global OMEMO toggle

    After some feedback from the community a global #OMEMO toggle was introduced in the settings. OMEMO is therefore disabled by default from this version.

    This decision is especially linked with the current encryption implementation that relies on libsignal-protocol-javascript that is deprecated by their authors. The performances of this library are not that great, especially on mobile devices, which caused lots of accessibility issues for some Movim newcomers.

    For now, no serious alternative are available, if you know one do not hesitate to tell us about it.

    Fixes and improvement around audio-video calls

    Several small tickets (#1212, #1213, #1214) linked to the the audio-video call integration and compatibility with other clients were fixed.

    Missed and refused call events are also now tracked properly and displayed in your contacts conversations.

    Cleaner URLs

    The ? was (finally) removed in front of all the URLs! While being way cleaner it also fixes some issues when #Movim URLs were shared around, especially on some other social-networks. Don't worry about retro-compatibility, existing URLs are redirected to the new format.

    Rewrite of the XEP-0077: In-Band Registration related code

    Movim is supporting XEP-0077 for close than 10 years now and this code was never really refactored since then. All the #XMPP code, and related user flow, were cleaned and upgraded to the latest Movim standard, fixing a few issues in the meantime!

    New Chat bubble design and interaction

    Kowal introduce a totally new way of interacting with the chat bubbles.

    While keeping the small actions icons on desktop it is now possible to simply click (or tap) on the bubbles to open a sub-menu which presents all the actions available.

    This menu allows you to react, retract, reply and copy the message content in one click/tap. Easy!

    The new chat message menu

    Under the hood... or not

    An important refactoring was done to simplify and factorize redundant items in the UI. This brought some big code cleanup, both on the front part (what is taking care of what you see) of Movim but also in the core and XMPP layers. The code was modernized and ported to PHP8.1+ in many places as well.

    Several Pubsub related issues were fixed improving the compatibility with existing XMPP servers such as Prosody or ejabberd (see the related ticket). Movim now detect Pubsub nodes misconfiguration and reconfigure them properly to respect the privacy and settings specified in all the Pubsub related implemented XEPs that it supports.

    This refactoring also brought some small UI improvements such as a new design for the contact status bubbles and a totally new way to handle Contacts and Communities avatars. We are strongly advising you to configure the Picture Proxy Cache on your Web Server when upgrading to greatly improve the page load time.

    Two important security fixes

    CVE-2023-2848 fixes a security issues that allows under certain circumstances to open a #Websocket to Movim from a different domain. It was fixed in this commit.

    CVE-2023-2849 is not directly linked with Movim itself but the related server configuration.

    When the domain that host upload files is the same as where Movim is hosted it is possible to upload a malicious Javascript file and execute it in the Movim sandbox. The attack surface is really minimal but we advise you to ensure that such case cannot happen on your instance. To do so you can use different domains between the two services or force the browser to handle all the uploaded files as attachments and not inline elements using a simple HTTP header:

        add_header Content-Disposition attachment;
    

    What's next?

    The multi-part audio and video-conference feature that was planned for the 0.22 is pushed back to the 0.23. The amount of work planned for that is quite big, therefore it was more relevant to move all the code cleanup and refactoring plans in Kowal and have this milestone before jumping into this new exciting feature set !

    As always, if you find issues or want to share some feedback you have on the project, you can find how to contact us on our official website and our Github.

    That's all folks!

    • Ma chevron_right

      Updates!

      Blue · news.macaw.me / macaw-me · Tuesday, 13 June, 2023 - 11:00

    Just updated the servers everything seems to be up and running, if not - please report! Nice news: #movim group posts work once more!

    • wifi_tethering open_in_new

      This post is public

      chat.macaw.me /node/news.macaw.me/macaw-me/39d2d5bc-39e9-44b9-8f20-e6b8c60b86ec

    • chevron_right

      Movim is now on DockerHub PARTY POPPER

      Timothée Jaussoin · pubsub.movim.eu / Movim · Monday, 22 May, 2023 - 22:17 edit · 5 visibility

    https://upload.movim.eu/files/9d94237298995552fa13436420195fbca436dce7/JgNj79K0JFhu/image.png

    Thanks to the awesome work of two Movim contributors kawaii and kskarthik there is a new Github action that automatically build the image and publish it on Docker Hub allowing you to deploy the latest Movim release on your server 😎

    Checkout our DockerHub page to get your image!

    #docker #dockerhub #movim #container

    • favorite

      5 Like

      GadgeteerZA, Dunk, debacle, Blue, Angelica

    • 1 Comments

    • 23 May, 2023 GadgeteerZA

      This is great news!!! Containers is a way easier way to set up and manage hosting!

    • chevron_right

      Turn your blog fully public with this new Movim feature!

      Timothée Jaussoin · pubsub.movim.eu / Movim · Sunday, 30 April, 2023 - 12:54 edit

    It is now possible to change your #Movim #blog privacy level using a new setting in the Configuration page.

    All the Movim blogs used to be restricted to the users following them, now you can give access to your content to everyone visiting it 🥳

    Blog privacy setting

    You can also know if a blog is restricted or not by visiting it.

    Blog visibility

    Enjoy this new #feature !

    • chevron_right

      Movim 0.21.1 - Whipple

      Timothée Jaussoin · pubsub.movim.eu / Movim · Thursday, 13 April, 2023 - 21:20

    A few days after the official 0.21, we are releasing a 0.21.1 containing a few small fixes.

    This version fixes an Opcache related issue that was creating trouble with PHP 8.1, see #1183 for more information.

    Movim only load the only required PDO database driver configured in the .env configuration file (see #1193).

    And finally a few elements were added in the ?infos page to complete the #integration with join.movim.eu. To add your instance on the website you will need to have, at least, this version of #Movim.

    That's all folks !

    • chevron_right

      Join Movim is live! Laravel HEAVY BLACK HEART

      Timothée Jaussoin · Monday, 10 April, 2023 - 13:03 edit

    All the #Movim tools behind Join Movim are developed using Laravel. To add those new feature I had to upgrade from Laravel 7 to 10, it only took me ~30min to do so. The rest of the features were developed in a few hours.

    Laravel Logo

    Movim is running on a totally custom framework but also reuse some #Laravel pieces such as Eloquent, the Laravel ORM and the ReactPHP suite.

    Laravel is an awesome framework, light and opinionated (you have often only one way of solving something which keeps things simple). If you are looking for a cool base to build your website just try it out, I'm sure you'll love it 😊



    • reply chevron_right

      Introducing Join Movim!

      We are happy to introduce Join Movim 🥳 Discover and explore all the existing public Movim servers and add yours to expand even more the federated network 🌍 ! An up-to-date Movim instance is required if you want to add yours to the list. The registration process is quite straightforward. The servers list is refreshed each hour. #Movim #XMPP #federation #join

      group_work Movim 10 April, 2023

    • chevron_right

      Working on launching the Movim Network ROCKET

      Timothée Jaussoin · Sunday, 9 April, 2023 - 12:04 edit

    https://upload.movim.eu/files/9d94237298995552fa13436420195fbca436dce7/7wcnKMWbVnd4/image.png

    I'm currently working on rebuilding the #Movim API #tools to prepare the launch of what will be the upcoming Movim Network.

    First step will be to have a page where Movim admins will be able to #register their server to help with discoverability, the same way as joinmastodon.

    Let's see where this goes 😁

    • chevron_right

      About Me and Country not saving…

      ♾️ 스노 (雪亮 Yuki) 🐬 · Saturday, 1 April, 2023 - 10:01 edit

    I don't know why my #Movim ‘About Me’ and ‘Country’ are not saving. Everything works fine. Anyone can help?

    I'm suspecting it has to do with my #XMPP host not supporting a specific XEP?


    Update as of 18:40 ACT: I found a way.

    1. Added About info and country via #PsiPlus
    2. Re-upload avatar
    3. Reloaded my #Movim settings

    Then it started showing.

    • chevron_right

      Giving XMPP SocialWeb Another Try

      ♾️ 스노 (雪亮 Yuki) 🐬 · Saturday, 1 April, 2023 - 09:55 edit

    Well… not exactly… I just disappeared after my XMPP provider (#TalkrIM), and the platform I was using (#BuddyCloud, #Jappix, there was another one), shutdown a few years ago.

    I thought XMPP #SocialWeb eventually stopped, but I was informed, via the #Fediverse, that #Movim is still alive and kicking!

    But, here we are!


    Update as of 18:42 ACT: I found another service I used to use… #Juick! I think it's still working, but I haven't tried yet.