You are here

What's new in SkyVault

SkyVault is now simpler to use with new features so you can tailor it to your needs.

See what we've been up to below, and follow our latest updates at SkyVaultdocs.

For everyone

For SkyVault admins and developers

Choose your own home page

You can now set your home page to any page in SkyVault, whether it's a site library, and wiki, or even a specific file.

This can save you time if most of your work is done from a specific SkyVault location, by taking you straight to that screen every time you log in.

On your preferred page just select the new option in your user menu and it's set as your home page. You can change this whenever you want to. See Setting your home page for more.

back to top

Simple add users to sites

We've improved and simplified how you add users to a site so it's now quick and easy to do. When you add a user they're automatically added, so no more trying to find lost invitation emails.

There's also in-place info on user roles, so you can make timely, informed decisions about what role to give to new site users.

See Adding users to a site for more.

back to top

Become owner of other users content

You can now take ownership of files and folders from other users.

This can be really useful if, for example, a user has left the company and you need control of their content.

See Becoming content owner for more.

back to top

Smart Folders

Smart Folders organize your content so that you can store files across your organization, but view them based on information requirement, not location.

With Smart Folders you can:
  • Find content by what it is, not where it is stored
  • Define stored searches in a template and display them in a hierarchical folder tree
  • Run a search when you open a folder and the results are displayed as the "folder's content"
  • Federate content that is distributed across the repository into a single view or Smart Folder
  • Provide one or more metadata-driven taxonomies to build a folder tree, so that any folder or file can be displayed in multiple folders, appropriate to the business context without the need for filing
  • Automatically classify new files and inherit or map metadata to the file itself
  • Easily replicate Smart Folder structures
  • Apply to existing content without the need to restart SkyVault

See Smart Folders videos to watch the videos.

For more information about using Smart Folders, see Using Smart Folders.

For more information about configuring Smart Folders, see Configuring Smart Folders.

back to top

Unzip content right in SkyVault

You can now unzip .zip and .acp files to add their contents to a folder in SkyVault.

So there's no longer any need to download a zip file to see it's contents, you can do it right there in SkyVault.

See Unzipping content for more.

back to top

Improved Get Started panel

We found that many users wanted the old dashboard Welcome banner to be different - it took up too much space so they deleted it, but once it was gone they couldn't get it back again.

We've shrunk down the new Get Started panel so it takes up minimal space on your screen. You can use it to link straight to our help videos. And like before you can hide it, only now you also have the option to add it back again.

See Customizing your dashboard for more.

back to top

Clearer edit buttons

There's now a standardized set of edit buttons in SkyVault, so it's clear what action you're about to perform.
  • Edit in SkyVault
  • Edit in Microsoft Office
  • Edit in Google Docs
  • Edit Offline

back to top

Improved site labeling

When you create a site in SkyVault you have the option of making it Public, Moderated, or Private. When users are in a site though it wasn't immediately clear if they were putting up restricted content somewhere that everyone could see it.

Now all sites are labeled with their privacy setting so you have clear visibility of who else will be seeing the content you add.

back to top

Grouped actions in the file preview

We've sorted the actions in the file preview into sensible groups, so it's easy to quickly find the action that you're looking for.

back to top

Quick overview of installed modules

With the Module Browser you can view all the module packages that have been applied to SkyVault.

See Viewing module packages

back to top

New installation options for SkyVault

SkyVault 2.0 ships with three installers:
  • SkyVault 2.0 Installer: this is appropriate for the majority of users, and installs everything you require to run SkyVault. It corresponds to the installer used in previous versions of SkyVault.
  • SkyVault 2.0 Platform Installer: this installs the SkyVault repository, all required third party components (for example, ImageMagick), and links to a variety of developer and admin resources. If you have a clustered environment, you might want to use the Platform installer across these servers.
  • SkyVault 2.0 Share Installer: this installs SkyVault Share only, with its own Tomcat instance and the Share Services AMP. You might want to use the Share installer to connect to one or more repositories (that you have installed using the Platform installer).
    Note: Use the Share installer to connect to a repository that you installed using the Platform installer only. Other setups are not supported.

See Installing for more information.

back to top

Installing SkyVault on other web applications

You can install SkyVault on an application server other than Tomcat, for example, JBoss EAP, Oracle WebLogic Server, and IBM WebSphere.

See Installing SkyVault on other web applications for more information.

back to top

Model Manager

SkyVault provides several out-of-the-box content models for specifying the core content type in the repository. The Model Manager allows you to create and manage your own custom models from within SkyVault Share. This is a user-friendly tool that enables you to add custom types, aspects, and properties to your models.

See Model Manager for more information.

back to top

Solr sharding

Solr sharding involves splitting a single Solr index into multiple parts, which may be on different machines. When the data is too large for one node, you can break it up and store it in sections by creating one or more shards, each containing a unique slice of the index.

See Solr sharding for more information.

back to top

Support for cross-language search

The shared.properties file is used to set configuration that applies to all the cores in a Solr instance. The cross core configuration options to use specific locales for cross-locale searches are also set in this file. Cross language search uses the appropriate stemmed tokens for all locales.

See About shared.properties file for more information.

back to top

Solr certificate authentication

SkyVault uses SSL and X509 certificate authentication to secure communication between the repository server and the Solr server. In this communication, SSL not only provides encryption, it is also used for authentication.

To turn off SSL and deactivate authentication between the SkyVault repository and the Solr server, see Solr certificate authentication.

back to top

Cryptographic password hashing

SkyVault uses cryptographic password hashing technique to securely store passwords. All versions of SkyVault prior to SkyVault 2.0 used the MD4 (Message Digest 4) and SHA256 hash algorithms (mainly to support NLTM and CIFS) to store critical data. SkyVault 2.0 can now use Bcrypt to store passwords but this is configurable. By default, the system uses MD4 to allow users to use MD4 hashed passwords for NTLM and CIFS authentication.

See Cryptographic password hashing for more information.

back to top

Improved Developer Documentation

The developer documentation has been completely reorganized, updated and expanded. Platform Extension Points, Share Extension Points, APIs, Services and Protocols are clearly identified and documented. A number of tutorials have been updated to use the SkyVault SDK. External resources have been linked to where useful.

back to top