Jump to content

ŁukaszBachman

Administrators
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by ŁukaszBachman

  1. Hi Lucas, Yes it makes a whole lot of sense to add it. It's also an easy change to be added, so I'll put this on a list of high priority improvements. Next release is just around the corner, so it will likely be the following one.
  2. Ok, that's great to hear. Just keep in mind that Connect always creates those keystores to keep everything secure. So in case you ever have any problem, manually fixing the keystore is also an option. Good luck!
  3. This forum may not be a good place to get into too much details about the basics of SSL, but since you are an active member I'd like to help out a little So some basics below: you start with generating a key pair (private & public). That pair contains some information about your identity (like domain name, street, city, state, country, etc.) then you generate a CSR (Certificate Signing Request) for this unique keypair. This step assures that you don't hand off your private key to a 3rd party which will do the signing. This 3rd party is called Certificate Authority. Some corporations having large IT departments use in-house CAs, but most of the world uses public CAs (like GoDaddy). CSRs are temporary in this entire process. Once CA signs your cert (next step), it will have no further use. the CA signs your CSR with their own public key. This is like a stamp of approval saying "we trust this company, and if we ever stop trusting them we will invoke their certificate". This helps to establish a chain of trust where bigger, more trust worthy institutions acknowledge the authenticity of smaller entities. in reply, CA will now send you your SSL certificate as well as some of their own certificates (usually two) that form the upper portion of the chain of trust at this point you have all you need: your private key, your certificate (which is tightly relate to your keys via CSR) and a few extra certs of CAs. All this information allows for the traffic to be encrypted and for the validation of the chain of trust. in Connect (and other Java applications) all these are kept in a keystore, which is like an encrypted database to keep everything safe So, knowing those basics, let's get back to your question. > Do I need to use my OLD private key, or can I generate a new one? Yes, you can re-use your old keys to generate new CSRs and obtain new certificates. However, if you are creating a new keystore in Connect UI it will ask you do you want to start from scratch (new keypair is then generated) or do you want to import existing ones (in case you already purchased a certificate before you started Connect integration). I personally prefer to create a new keystores from scratch each year, which I consider safer than relying on same keys for many years. Hope that helps!
  4. Yup, that's what I'm saying We are on the same page here, just need some development manpower to get this done.
  5. Hi fuzed! Yes, an idle Node is needed to perform this operation - as it may be resource intensive. You should select two cases which are not currently reviewed, chose which Options should apply, then select an idle Node and click on "Start". Can you describe what's not working for you there?
  6. Yes, you can create a new certificate from scratch, but you always need to have private key. My standard procedure is more or less the following: I try to do this a couple of weeks in advance, to avoid stressful situations when I'm tight on time I'm always in posses of a private/public key pair. I am very rigorous about it, saving them in encrypted & password protected database. Whenever I need to re-issue a certificate, I will create a new keystore using Intella Connect UI and will provide my private & public key pair. I later generate CSR, submit it to CA for signing. Then I include certs I got in reply by adding them through Connect UI (intermediates & root). I verify that keystore looks OK in Connect UI, and later activate it. This gives me the option to use any CA for signing because I am always in control of my key pair. BTW, if you ever need to troubleshoot Java Keystores, this is a nifty tool: http://keystore-explorer.org/ It allows to inspect/modify/convert anything related to keystores or certs.
  7. Yeah I agree with your comments. It's not easy to pull off due to some of the facets rendering potentially very large datasets. But with better 3rd party library support we are getting closer to implement this consistently. I'll check the ticket and will try to re-evaluate this in the next version. Can't make promises, though.
  8. Hi Fuzed, Over pas few years we have been using these providers without a problem: https://www.namecheap.com/security/ssl-certificates/ https://ssl.comodo.com/ https://pl.godaddy.com/web-security/ssl-certificate and few others When the time allows, I think I'll revise the idea of using Lets Encrypt too. I think it may be beneficial in the long run.
  9. Hi, fully agree. This is another thing that we wish to have in one of future releases. Case templates may allow you to transfer certain preferences between cases, but a lot of UI-specific settings are still kept in the browser, which means they won't be transferred. The general idea that we have is to allow those user "profiles" to be synced with the server and maybe even something that admin users could control (like setting default profile for all users0.
  10. Hi Jacques, If you PIN a facet it will remain visible in Search view all the time, so the state won't be reset anytime you make a query. However, if you navigate to some other tab/view and go back, it will get reset again. We have plans for making this more persistent over time.
  11. Hi Delson! Yes, I agree that this is a very good idea. We have had a ticket about this for a long time, but I think it's time to give it a higher priority. I will try to add it to the 2.5.1 release, as features extensions for upcoming 2.5 are closed now.
  12. Answer can be found in: https://support.vound-software.com/#knowledge_base/1/locale/en-us/answer/63
  13. Hi Armin, It's best to start analysis by reading case logs for any obvious issues that could explain it. See this thread Reading and interpreting log files - Intella 10, 100, 250, Pro and TEAM - Vound Forum (vound-software.com) We would likely ask you to supply those anyhow, so it's usually best to read them yourself first as sometimes you can fix the issue yourself. Then, if you are still unsure as to the cause, open a support ticket where we can assist you further.
  14. Hello Lucas, Thanks for sharing your feedback! I agree that this would be handy to have. We are already working on the architecture of this feature, but it is a big task so the development will span several versions. We would like to simplify and unify running case tasks and background tasks. This is another piece of work that simply awaits in our tasks list. Having extra options would be good, I agree, but at the same time we don't want to make this overly complicated tasks and duplicate advanced searching options we already have in Search tab. Perhaps a better way to go about it would be to run your query in Search tab and allow it to be "moved" to the Report tab, ie. "Export results > Report > New report". Can you list few use cases for all those specific permissions you have in mind? Ex. I can't recall visiting any website where I wouldn't be allowed to print the contents of the website I'm seeing using browser's native print dialog. I understand that this may come out of need to restrict what user can do with privileged items, but still I'd appreciate a bit of clarification on that. About the last one (email threading): note that this is possible already by revoking the "Can apply coding decision to all emails in a thread" permission from a specific Role. Do you mean that you'd like to avoid having to install Notes on Nodes? We'd love that too, but there is no proper tooling available for that yet, and I doubt there will ever be one. So unless this changes we need to stick to relying on native Notes installation.
  15. Hi Juliana, At the moment the only place where you can see it is the items list inside the review console (on the left). I understand that this may not be enough, so we are making some plans for that information to be visible in Search and Previewer as a part of item's metadata. That will take some time to implement, though. An short term solution I'm considering is to allow for that information to be exported to CSV on demand. Would that help? Also, can you tell me what exactly do you need it for? Understanding your requirements better may help me to offer a better solution. Thanks!
  16. Hi Juliana, If your goal is to use existing responsiveness designation to kick-start the learning process of a Predictive Coding algorithm, then this is certainly possible. As an example: if you already have 1000 items coded as responsive/non-responsive and you wish to create a new PC workflow for a different set of items, say 400, then what you can do is to select all 400 items plus a reasonable chunk of already coded items (ex. 10 responsive and 10 non-responsive) and create new PC review. Intella Connect will build a model for those 420 items and train the model based on the 20 items you already have coded. The result will be a model which should already better differentiate between responsive and non-responsive items for the new data. The relevancy score is not yet a separate field/column that you could see in items table or export, but we are planning to add it soon.
  17. Hi guys, We have added two extensions which should offer some interesting improvements in this area. Optional rendering of Coding Fields in multiple columns. A new type of coding field called "Multi select" Both are presented in a short video I'm attaching to this post. A preview of this functionality is presented below: The Multi Select field type may be especially usefull when you are dealing with a long list of potential options, but you use this field rarely and/or you want to hide that complexity away. Please let me know what you think. multi select.zip
  18. @Paolo1982 we are adding 2FA in next version of Intella Connect. You will be able to use Google Authenticator or Microsoft Authenticator to sign in. We are also thinking about integrating it with LDAP accounts, do you happen to be using it too?
  19. @Brendan Payne we are adding 2FA in next version of Intella Connect. You will be able to use Google Authenticator or Microsoft Authenticator to sign in. We are also thinking about integrating it with LDAP accounts, do you happen to be using it too?
  20. Hi Delson, If I'm not mistaken your colleague has also created a ticket about this in our official support portal and it has already been handled there. Hope that information reached to you too.
  21. Hi Delson, Yes, I totally agree and we are planning such feature. It's a very tricky one to implement right, but such scalability is important for us and I will make it a top priority once we finish other urgent software maintenance tasks. This won't be anytime soon, but rest assured it's high on our priorities list.
  22. Intella Connect 2.4.1 version has just been officially released.
  23. Vound is pleased to announce the official release of Intella and Intella Connect 2.4.1. Intella and Intella Connect 2.4.1 are available from the Downloads section in the Vound Support Portal, after logging in with your email address and password. Users with a 2.3.x license need to use the Dongle Manager to update their dongle to the 2.4.x license. Please read the Release Notes before installing or upgrading, to ensure you do not affect any active cases. Highlights Added a top-level Sources tab, adding the ability to (re)index individual sources. Added support for Microsoft Teams. Notable improvements for processing BitLocker images and NSF files. Indexing and case merging/exporting performance improvements.
  24. Hi Anastasia, Yes that makes a lot of sense. We actually have plans for it to work as you described. I'll see if we can give this ticket a higher priority.
  25. Hi, Unfortunately we don't have this feature covered in the UI yet. You'll need to go to your file system and delete the relevant XML file manually from the following location: C:\Users\ACCOUNT_RUNNING_CONNECT\AppData\Roaming\Intella\coding-layouts Since layouts can be cached in memory, this change will be propagated when case is unshared&shared or when it goes into idle mode after 30 minutes of inactivity.
×
×
  • Create New...