We allocated most of this release cycle towards a schedule of one-on-one user interviews and some broad usage studies leveraging our new Form app. The remainder of our time was spent on some minor improvements. We'll continue at a slightly slower pace of implementation for the coming weeks while we complete our scheduled interviews and take some much-needed vacations.
* when you receive a link, you can "open", "store", "decide later" or dismiss from the notification dropdown
* share with a team (the link is instantly added to the team)
## Update notes
* store in your own drive from your team drive
* embed a link into a pad
It appears our promotion of the checkup page through our recent release notes and the inclusion of a link to it from the instance admin have been moderately successful. We've observed that more instance admins are noticing and fixing some common configuration issues.
* And you can have multiple links to the same target in one drive
* tabs in ckeditor
This release features some minor changes to one instance configuration test which incorrectly provided an exemption for the use of `http://localhost:3000` as an `httpUnsafeOrigin` value. This exemption was provided because it's valid for local development, however, it suppressed errors when this configuration was used for production instances where it could cause a variety of problems. As usual, we recommend checking your instance's admin page after updating to confirm that you are passing the latest tests. Information about the checkup page is included in [our documentation](https://docs.cryptpad.fr/en/admin_guide/admin_panel.html#network).
* fix recognition of premium user tickets in the admin support panel
* forms
To update from 4.8.0 to 4.9.0:
* disable usage of the indexedDB cache for form results
* handle empty messages
1. Stop your server
* fix initial title with form templates
2. Get the latest code with git
* style improvements
3. Install the latest dependencies with `bower update` and `npm i`
* guard against a typeError with dates
4. Restart your server
* in the responses page you can click on a user in the polls to get this user's answers to the other questions
5. Confirm that your instance is passing all the tests included on the `/checkup/` page
* unregistered users can set their username when they don't want to answer anonymously
* improve CSV export with polls
## Features
* decrement max choices when it exceeds the number of available options
* render form results if possible when the form is closed and you have answered
* We've added the ability to store URLs in user and team drives as requested in a private support ticket and [this issue](https://github.com/xwiki-labs/cryptpad/issues/732). Links can be shared directly with contacts. Unlike pads, links are not collaborative objects, so updating a link's name will not update the entry in another user's drive if you've already shared it with them. Links are integrated into our apps' _insert_ menu to facilitate quick insertion of links you've stored into your documents. We're interested in measuring how this functionality is used in practice so we can decide whether it's worth spending more time on it, so we've added some telemetry to measure (in aggregate) how often its components are used. We anonymize IP addresses in the logs for CryptPad.fr, but as always, you can disable telemetry via your settings panel.
* shuffle form options to limit bias in results
* Our rich text editor now supports indentation with the tab key, as per [this ticket](https://github.com/xwiki-labs/cryptpad/issues/634).
* remove unused images
* Forms received another round of improvements to styles, workflows, and some basic survey functionality to yield more accurate results.
* drive
* Ordered lists are now shuffled for each survey participant so that their initial order has less effect on the final results.
* show the bread-crumb and disable the tree in anon drives
* CSV export now uses a layout that makes poll options easier to read.
* checkup
* Unregistered users can now add a name to their response.
* http:// for safe/unsafe origin is now an error unless used for an onion or localhost
* Form results are displayed automatically (when available) to those who have answered.
* and only if you are accessing the test via localhost.. to catch all those instances using localhost on prod config
* Authors and auditors can now click on some types of answers to jump directly to other answers from the same user.
* feedback keys
* Users with very large drives might notice that their account loads slightly faster now, due to some minor optimizations in an integrity check that the client performs when loading accounts.
* `LINK_RECEIVED_LATER`
* `LINK_RECEIVED_OPEN`
## Bugs
* `LINK_RECEIVED_STORE`
* `LINK_CREATED`
* We've added a guard against a type error that could be triggered when loading teams under certain rare conditions.
* `LINK_SHARED_WITH_CONTACT`
* Unregistered users' drives now show the "bread-crumb" UI for navigating between folders when viewing a shared folder in read-only mode. We've also suppressed the "Files" button for displaying the tree view which was non-functional for such users.
* `LINK_ADDED_TO_DRIVE`
* A change in the format of support tickets caused tickets recently created by premium users to not be recognized as such. We've fixed the categorization in the admin panel's support ticket view.
* `BURN_AFTER_READING`
* We've fixed a number of minor issues with forms:
* teams
* The maximum number of selectable choices for checkbox questions can no longer exceed the number of available choices.
* guard against a typeError when initializing
* We guard against a type error that could occur when parsing dates.
* general
* Forms imported from templates now have their initial title corrected.
* don't try to pin channels with invalid lengths
* We've disabled the use of our indexedDB caching system for form results, since it was quietly dropping older responses when more than 100 responses had been submitted. We plan to re-enable caching for results once we've updated the eviction metric to better handle the response format.
* slight optimization when initializing your drive