Skip to content

Share your ideas with us

677 results found

  1. Support encrypted keypair

    Currently, if you try to use an ed25519 key that has a password, you get the following error:

    SSH Tunnel error: I/O error: Cannot read encrypted keypair with aes256-cbc yet.

    Stacktrace:
    |/ SSH Tunnel error: I/O error: Cannot read encrypted keypair with aes256-cbc yet.
    |
    ___/ I/O error: Cannot read encrypted keypair with aes256-cbc yet.

    It would be great if we could both use both modern ECC and not be required to store our keys insecurely

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Query Code (Node.js)

    My idea is half question, half suggestion.
    First, what version of Node.js is being used in the query code part?
    Second, could you make the version more visible/allow the users to choose a specific version of Node?

    Thanks!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Size of current results

    At the bottom right, it shows the number of documents returned by the current query. It would be nice to also see how many kilobytes/megabytes of space the documents from the current query use.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. [BUG] Current operations "Kill Operation" buttom not working for sharding environment

    Using version 5.6.2. Taking the opid from the 3T screen and issuing a command in mongo shell db.killOp it actually kills the operation, meanwhile using the kill function in 3T studio does nothing. Older versions were working fine as far I can remember.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Mulitinsert

    In Robomongo is this feature possible. i can insert multible documents. please add this to studio3t

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Add support for SQL Server Windows authentication

    The app currently only allows SQL Server authentication with a dedicated user. Please allow Windows authentication too (Windows only feature).

    Also, please consider auto-discovery of SQL Server instances. A localhost instance running on "dynamic ports" cannot be connected to.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Update the icon in the application

    This version and the previous version does not show an icon in the taskbar anymore. It's now a kind of empty form

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Support ssh-agent if available

    Would it be possible to support ssh-agent if available on a system?

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Support for networkMessageCompressors in connections

    Mongo / mongos / mongod support "networkMessageCompressors" since 3.4 and it would be nice to enable support of this option for connections

    https://docs.mongodb.com/master/reference/program/mongo/#cmdoption-networkmessagecompressors

    Thanks !

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Add F2 keyboard shortcut to rename selected collection

    Pressing F2 should bring up the rename collection dialog

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. [Bug] - querying by date in the normal view.

    in the query builder view i have this in my query:

    {CreatedDate: {$gte: new Date(2017,11,1)}}

    No data gets returned, I couldn't figure it out, until I went to the Query Code tab, and this is the raw query:

    use qe-metrics;
    db.remedyforce_incident.find({
    "CreatedDate" : {
    "$gte" : ISODate("2017-11-01T05:00:00.000+0000")
    }
    });

    you changed month 10 to 11... and seeing that it is not November yet, well, not records. Not sure why you are changing the month.

    Thanks

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Include "Allow invalid hostnames" option in export/import of uri

    The "to" or "export" of a uri does not include the "Allow invalid hostnames" option that I have checked under SSL.
    It may need to be a 3T extension, or you could use the Java driver option of sslInvalidHostNameAllowed=true.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. generate random password for Add User and export user connection URI

    Add a generate random password button for "Add User" popup.

    After the user created, give us option to export the connection URI for this user. Right click to user and "Export URI" option.

    Example: "mongodb://newuser:newpassword@host:port/userauthdb"

    13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Allow the window expand button to work on the view window

    Currently this only works on the edit window, meaning that I have to drag the edges of the view window to see everything sometimes. Can we get the two windows consistent?

    Thanks

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Extend the tab collection to work in rows

    As per visual studio, it's actually quite inconvenient to have to cycle through tabs to find the last one you were working on. If you could stagger them when the next tab fails to fit on the row, exactly like Visual Studio, that would be massively helpful.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. application update

    Please transfer my license automatically when I have updated application

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Auto connect to Mongodb instance

    It would be nice to have an auto connect to a saved connection when launching Studio 3T.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Bug: search box show after connecting database

    if there is 'search' in collection's name,the search box will open after connecting database.maybe the word 'search' cause this bug.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Add a possibility to copy "schema" only (without data)

    I often have the following scenario where I need a copy of a database (all collections, indices, etc) but without any data.

    Is it possible to add a feature where only schema is copied rather than schema + data?

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base