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. Cubby
  3. Cubby 2.0 initial feedback

Cubby 2.0 initial feedback

Scheduled Pinned Locked Moved Solved Cubby
15 Posts 5 Posters 2.2k Views 5 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.
  • robiR robi

    It does look good, however the top background bar is too white and distracting with the dark theme.

    I found a few other issues, with the understanding the new UI will need some adjustments..

    • Make sure dark theme doesn't have bright contrasting elements that hurt the eyes, more grays and reddish orange accents vs whites and blues that scatter light killing night vision.
    • When a file is opened, the cursor isn't in the document focus, which does not let one start typing.
    • Ctrl-s to save works well, but what is the Ctrl-key for closing the doc? Button hover tips would help.
    • The close doc dialog box for unsaved changes has Y/N buttons, but it doesn't indicate which does what..
    • The file share screen doesn't display the links it generates, they're hidden behind other elements. Either show the links or indicate the contents of what's been copied in the copied message.
    • The links generated and copied to the clipboard are not usable as they are missing the FQDN of the cubby server. so it's just /api/v1/12345../../..

    Hopefully @nebulon some of those are on your list of things to polish 😄

    humptydumptyH Offline
    humptydumptyH Offline
    humptydumpty
    wrote on last edited by
    #3

    @robi said in Cubby is sexy:

    missing the FQDN of the cubby server

    good catch!

    1 Reply Last reply
    1
    • necrevistonnezrN Offline
      necrevistonnezrN Offline
      necrevistonnezr
      wrote on last edited by necrevistonnezr
      #4

      Does it have MFA? Didn’t see that mentioned on the github page (which still lists v. 1.0.0 as of now…)

      girishG 1 Reply Last reply
      0
      • necrevistonnezrN necrevistonnezr

        Does it have MFA? Didn’t see that mentioned on the github page (which still lists v. 1.0.0 as of now…)

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

        @necrevistonnezr cubby has OIDC support, so it gets 2FA via cloudron authentication.

        1 Reply Last reply
        2
        • humptydumptyH Offline
          humptydumptyH Offline
          humptydumpty
          wrote on last edited by
          #6

          @nebulon Another bug. Logging out doesn't really sign out. If you click on Login on the sign-in page, it just takes you right back in without having to input any credentials. I can reproduce this in Firefox, Firefox Private mode, and Brave.

          image.png

          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #7

            This is a feature not a bug and the magic of SSO over OpenID 🙂

            humptydumptyH 1 Reply Last reply
            1
            • nebulonN nebulon

              This is a feature not a bug and the magic of SSO over OpenID 🙂

              humptydumptyH Offline
              humptydumptyH Offline
              humptydumpty
              wrote on last edited by humptydumpty
              #8

              @nebulon so how do I log in as a different user? Also, how do I actually "sign out" for security reasons? I don't like to leave accounts signed in.

              1 Reply Last reply
              1
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #9

                Like with any other app using OpenID it depends on the OpenID session, not the app here.
                You have to either use the Cloudron dashboard to logout from all at the bottom of the profile page or for testing something like firefox containers work well.

                humptydumptyH 1 Reply Last reply
                1
                • nebulonN nebulon

                  Like with any other app using OpenID it depends on the OpenID session, not the app here.
                  You have to either use the Cloudron dashboard to logout from all at the bottom of the profile page or for testing something like firefox containers work well.

                  humptydumptyH Offline
                  humptydumptyH Offline
                  humptydumpty
                  wrote on last edited by humptydumpty
                  #10

                  @nebulon Noted. Thanks for the clarification.

                  P.S. when I first noticed this, I had logged in using my non-admin account while my Cloudron dash is logged in as admin. I'm not sure if the logout from all button would have worked if it's not the same account. I'll test it later and report back when I can.

                  1 Reply Last reply
                  0
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #11

                    Generally there are lots of variations of how access is handled. The OpenID provider has a login session, then each app implements it to their own liking, so even if you logout from all in OpenId, this does not mean you are logged out of the app. Some apps even issue long lived access tokens and are not based on login sessions.....so there is really no single answer to this. All this is not specific to cubby though.

                    1 Reply Last reply
                    3
                    • robiR robi

                      It does look good, however the top background bar is too white and distracting with the dark theme.

                      I found a few other issues, with the understanding the new UI will need some adjustments..

                      • Make sure dark theme doesn't have bright contrasting elements that hurt the eyes, more grays and reddish orange accents vs whites and blues that scatter light killing night vision.
                      • When a file is opened, the cursor isn't in the document focus, which does not let one start typing.
                      • Ctrl-s to save works well, but what is the Ctrl-key for closing the doc? Button hover tips would help.
                      • The close doc dialog box for unsaved changes has Y/N buttons, but it doesn't indicate which does what..
                      • The file share screen doesn't display the links it generates, they're hidden behind other elements. Either show the links or indicate the contents of what's been copied in the copied message.
                      • The links generated and copied to the clipboard are not usable as they are missing the FQDN of the cubby server. so it's just /api/v1/12345../../..

                      Hopefully @nebulon some of those are on your list of things to polish 😄

                      humptydumptyH Offline
                      humptydumptyH Offline
                      humptydumpty
                      wrote on last edited by humptydumpty
                      #12

                      @robi said in Cubby 2.0 bugs:

                      The links generated and copied to the clipboard are not usable as they are missing the FQDN of the cubby server. so it's just /api/v1/12345../../..

                      @nebulon when time permits, can you please push a quick update for this issue specifically before delving into the rest? TIA!

                      Edit: BTW, it used to show which uploads have a sharing link created to the right of each file. Can that be brought back?

                      bbdb5a83-112d-4e5c-bef6-54fbcce58559-image.png

                      1 Reply Last reply
                      1
                      • nebulonN Offline
                        nebulonN Offline
                        nebulon
                        Staff
                        wrote on last edited by
                        #13

                        I am adding the share indicator, but found some bugs in the share code due to it, which I have to fix tomorrow then first.

                        1 Reply Last reply
                        4
                        • nebulonN Offline
                          nebulonN Offline
                          nebulon
                          Staff
                          wrote on last edited by
                          #14

                          New version fixes the share issue and also adds an indicator.

                          1 Reply Last reply
                          2
                          • robiR robi

                            It does look good, however the top background bar is too white and distracting with the dark theme.

                            I found a few other issues, with the understanding the new UI will need some adjustments..

                            • Make sure dark theme doesn't have bright contrasting elements that hurt the eyes, more grays and reddish orange accents vs whites and blues that scatter light killing night vision.
                            • When a file is opened, the cursor isn't in the document focus, which does not let one start typing.
                            • Ctrl-s to save works well, but what is the Ctrl-key for closing the doc? Button hover tips would help.
                            • The close doc dialog box for unsaved changes has Y/N buttons, but it doesn't indicate which does what..
                            • The file share screen doesn't display the links it generates, they're hidden behind other elements. Either show the links or indicate the contents of what's been copied in the copied message.
                            • The links generated and copied to the clipboard are not usable as they are missing the FQDN of the cubby server. so it's just /api/v1/12345../../..

                            Hopefully @nebulon some of those are on your list of things to polish 😄

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

                            @robi said in Cubby 2.0 bugs:

                            Make sure dark theme doesn't have bright contrasting elements that hurt the eyes, more grays and reddish orange accents vs whites and blues that scatter light killing night vision.
                            When a file is opened, the cursor isn't in the document focus, which does not let one start typing.
                            Ctrl-s to save works well, but what is the Ctrl-key for closing the doc? Button hover tips would help.
                            The close doc dialog box for unsaved changes has Y/N buttons, but it doesn't indicate which does what..

                            Maybe those can be reported individually to work with.

                            Currently there is no dark-mode at all, so this is like a whole new feature.

                            1 Reply Last reply
                            0
                            • nebulonN nebulon marked this topic as a question on
                            • nebulonN nebulon has marked this topic as solved 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