Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Announcements
  3. What's coming in Cloudron 6.3

What's coming in Cloudron 6.3

Scheduled Pinned Locked Moved Announcements
91 Posts 19 Posters 35.4k Views 22 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • DanTheManD DanTheMan

    Problem for me after updating to v6.3.4 running on Ubuntu 18.04.4 LTS.
    Matrix (Synapse server) seems to be running, but sending messages on Android and Windows not working anymore...

    edit:
    i moved this topic to https://forum.cloudron.io/topic/5291/problem-with-sending-and-receiving-message-s-android-windows

    nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #79

    @dantheman this maybe be better discussed in the matrix/synapse forum section as most likely this has nothing to do with the Cloudron update. If you have any further logs or error messages, please create a topic at https://forum.cloudron.io/category/50/matrix-synapse-element

    1 Reply Last reply
    1
    • girishG girish

      @girish said in What's coming in Cloudron 6.3:

      Make email setup inside apps optional. This will make it possible to configure specific apps to use some external service for mail delivery directly and the Cloudron package won't touch their mail settings.

      This one is implemented now in the Email view. The app package has to explicitly say whether it supports this feature or not using the optional flag to the sendmail addon.

      09cf5be9-4295-451b-9dff-2182b316464e-image.png

      A Offline
      A Offline
      AmericanKulak
      wrote on last edited by
      #80
      This post is deleted!
      1 Reply Last reply
      0
      • fbartelsF Offline
        fbartelsF Offline
        fbartels
        App Dev
        wrote on last edited by
        #81

        Hi,

        a small ui glitch (at least it seems so to me) I just noticed in 6.3.4. When there is the update symbol for an app on the dashboard, clicking on it always brought you directly to the update screen in the past. In fact it still does, but additionally it now opens the app in a new tab.

        jdaviescoatesJ girishG 2 Replies Last reply
        1
        • fbartelsF fbartels

          Hi,

          a small ui glitch (at least it seems so to me) I just noticed in 6.3.4. When there is the update symbol for an app on the dashboard, clicking on it always brought you directly to the update screen in the past. In fact it still does, but additionally it now opens the app in a new tab.

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #82

          @fbartels sounds similar/ the same as an issue @atridad had and I think @nebulon managed to track down

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          0
          • fbartelsF fbartels

            Hi,

            a small ui glitch (at least it seems so to me) I just noticed in 6.3.4. When there is the update symbol for an app on the dashboard, clicking on it always brought you directly to the update screen in the past. In fact it still does, but additionally it now opens the app in a new tab.

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #83

            @fbartels this is fixed but we have to make a new release.

            1 Reply Last reply
            2
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #84

              6.3 is now available to all. Please open a separate post in the appropriate forum section if you hit any issues.

              1 Reply Last reply
              3
              • girishG girish unpinned this topic on
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by nebulon
                #85

                There will be a 6.3.6. It's going through the CI, it has many minor changes and also an important security fix (the last item)

                [6.3.6]

                • Fix broken reboot button
                • app updated notification shown despite failure
                • Update translation for sso login information
                • Hide groups/tags/state filter in app listing for normal users
                • filemanager: Ensure breadcrumbs and hash are correctly updated on folder navigation
                • cloudron-setup: check if nginx/docker is already installed
                • Use the addresses of all available interfaces for port 53 binding
                • refresh config on appstore login
                • password reset: check 2fa when enabled
                • Fix crash due to wrong Spanish translation for invitation email
                mdreiraM 1 Reply Last reply
                3
                • girishG girish

                  There will be a 6.3.6. It's going through the CI, it has many minor changes and also an important security fix (the last item)

                  [6.3.6]

                  • Fix broken reboot button
                  • app updated notification shown despite failure
                  • Update translation for sso login information
                  • Hide groups/tags/state filter in app listing for normal users
                  • filemanager: Ensure breadcrumbs and hash are correctly updated on folder navigation
                  • cloudron-setup: check if nginx/docker is already installed
                  • Use the addresses of all available interfaces for port 53 binding
                  • refresh config on appstore login
                  • password reset: check 2fa when enabled
                  • Fix crash due to wrong Spanish translation for invitation email
                  mdreiraM Offline
                  mdreiraM Offline
                  mdreira
                  translator
                  wrote on last edited by
                  #86

                  @girish We did all the translation into Spanish. What was the problem and in what sentence?

                  nebulonN 1 Reply Last reply
                  1
                  • mdreiraM mdreira

                    @girish We did all the translation into Spanish. What was the problem and in what sentence?

                    nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #87

                    @mdreira there were just some syntax errors like extra whitespace for example:

                    <% = invite Link %>
                    

                    a space between % and = as well as invite Link without the space
                    or

                    <%= inviteLink%>
                    

                    and this also, where between inviteLink and % a whitespace was missing. Fixed version is now at https://translate.cloudron.io/translate/cloudron/dashboard/es/?offset=1&q=inviteLinkActionText&sort_by=-priority%2Cposition&checksum=

                    Most likely just autocorrect of your browser or copy and paste issue, so easy to fix once I found out. But would be nice if we could make weblate catch this somehow for us.

                    Ejs, which is the template engine we use here, is quite picky.

                    mdreiraM 1 Reply Last reply
                    1
                    • nebulonN nebulon

                      @mdreira there were just some syntax errors like extra whitespace for example:

                      <% = invite Link %>
                      

                      a space between % and = as well as invite Link without the space
                      or

                      <%= inviteLink%>
                      

                      and this also, where between inviteLink and % a whitespace was missing. Fixed version is now at https://translate.cloudron.io/translate/cloudron/dashboard/es/?offset=1&q=inviteLinkActionText&sort_by=-priority%2Cposition&checksum=

                      Most likely just autocorrect of your browser or copy and paste issue, so easy to fix once I found out. But would be nice if we could make weblate catch this somehow for us.

                      Ejs, which is the template engine we use here, is quite picky.

                      mdreiraM Offline
                      mdreiraM Offline
                      mdreira
                      translator
                      wrote on last edited by
                      #88

                      @nebulon OK, I hope it is a specific error and not something general in the Spanish translation. We know that we have to copy exactly each code, without spaces.

                      As you say, it may be a copy paste error.

                      Thank you.

                      1 Reply Last reply
                      2
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #89

                        We are rolling out 6.3.6.

                        jdaviescoatesJ 1 Reply Last reply
                        5
                        • girishG girish

                          We are rolling out 6.3.6.

                          jdaviescoatesJ Offline
                          jdaviescoatesJ Offline
                          jdaviescoates
                          wrote on last edited by
                          #90

                          @girish I've lost track, which of the features listed at the top of this thread are already done and included in 6.3.6? Could you perhaps update the OP to reflect current state of play? Many thanks!

                          I use Cloudron with Gandi & Hetzner

                          girishG 1 Reply Last reply
                          0
                          • jdaviescoatesJ jdaviescoates

                            @girish I've lost track, which of the features listed at the top of this thread are already done and included in 6.3.6? Could you perhaps update the OP to reflect current state of play? Many thanks!

                            girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #91

                            @jdaviescoates All the features listed on the top are part of 6.3.

                            1 Reply Last reply
                            1
                            • girishG girish referenced this topic on
                            • imc67I imc67 referenced this topic on
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Bookmarks
                            • Search