Papyrs Real Time Activity Stream

Today we’re introducing a couple of improvements to the Activity Stream.

feed

The most important change is that the Activity Stream is has become real time. What does this mean? It means that whenever posts a comment, submits a form, creates or updates a page the activity feed will get updated immediately! This includes discussions on pages that use the Discuss widget. This means you can finally have real-time conversations on Papyrs!

When the real time feed is working you should see a green light next on the Feed page (number 1. in the screenshot). If you don’t see the green light (even after refreshing the feed page) then your browser doesn’t support real time notifications.

We also added yellow envelope icons next to the groups on the right hand side of the activity feed. Click those icons to toggle whether you want to receive email notifications for activity in that group (number 2. in the screenshot).

Finally, new activity gets highlighted in the feed so you can easily recognize which items are new. New items have a brightly colored bar to on their left side (number 3. in the screenshot). The color of the bar depends on on your site’s Theme settings.

That’s it for now. Thanks for reading!

Requirements: A recent version of Chrome, Safari (Mac or iOS), Firefox, or Microsoft Edge.

Two-factor Authentication in Papyrs

Today we introduced two-factor authentication which you can enable for extra security. With two-factor authentication two different things (factors) are required to log in: something you know (your password) and something you have (your phone).

So when two-factor authentication is enabled you can no longer log in just by entering your password, you will also need to enter a time-based security code from your phone.

Apps
Our implementation is compatible with OTP apps such as:

  • Google Authenticator for iOS,
  • Google Authenticator for Android, and
  • Microsoft Authenticator for Windows Phone

Papyrs uses Time based One Time Password (TOTP).

Enabling two-factor authentication

1. Go to Settings > General. Then Select “Enable two-factor authentication”.

Two-Factor Authentication in Settings

2. Enter your password and scan the QR code in your OTP smartphone App.

Two-Factor Authentication Scan QR code

3. Enter your OTP security code from your smartphone app.

Two-Factor Enabled

4. Success! Two-factor authentication is now enabled.

That’s it for this update. More coming soon!

Major Papyrs Update!

2016-05-31 18_25_23-Easy Company Intranet & Wiki Software _ Papyrs

We’ve just launched a major new version of Papyrs, with a complete overhaul of the visual appearance and a ton of new features (including the highly anticipated responsive version for mobile devices).

  • The upgrade is available today for all customers (at no charge)
  • Customers can upgrade to the new version by navigating to Settings > Theme. If the new version isn’t to your taste you can simply switch back.

    Read all about this update here

Papyrs in 2015

2015 was a great year for Papyrs. We did a lot of work to improve performance and to make the Papyrs back end rock solid and faster than ever. This investment paid off. We didn’t have any unscheduled downtime this year our service was available 99.99% of the time, despite upgrades, software improvements, and the occasional hardware failure. More and more companies rely on Papyrs every day, so this is a result we’re definitely proud of.

To close out the year we’re announcing a couple of new features that we’ve recently rolled out:

Bulk change email notifications

With Papyrs you can subscribe to email notifications for each individual page. This way your email inbox doesn’t get flooded with emails updates about pages you don’t care about. You can subscribe or unsubscribe to a page with a click. Easy enough. However, when you want to change your email notification preferences for a hundred or a thousand pages having to change your preferences one by one takes a long time. So now there’s a single place where you can subscribe and unsubscribe for every page on your site in one go:

notification_bulk_1

Just check or check the boxes next to the pages you want to get email updates for and hit save at the bottom.

notification_bulk_2

Administrators can also change the email notification preferences of other people in their team. Just impersonate the user and visit their email notification settings page.

iFrame/Media widget and 3rd party widget improvements

  • Custom iFrame widgets can now go full screen. Handy if you embedded Vimeo or YouTube videos onto your pages.
  • You can now have use variables g_user and g_email in your iFrame widgets

For example you can do something like this to create a link that contains the user’s email address and name. Handy when you want to integrate with 3rd party applications:

<a target='_parent' class='yourbutton'/>

<script>
$('a.yourbutton')
  .attr('href', "#" + encodeURIComponent(g_email))
  .text('This button is for ' + g_user);
</script>

Active Directory just-in-time synchronization

Papyrs synchronizes every night with the Active Directory server to get the most up-to-date user information. This means that when a newly user is added to the directory they may not be able to log in to Papyrs yet, because Papyrs doesn’t know the user exists. We improved this: Papyrs now checks with the Active Directory server to see if there are new users during the login process.

Anonymous forms

You can now configure Papyrs Forms to be anonymous.

workflow_edit

Just check the box labeled Make form submissions anonymous in the Form properties window. This is great for handling sensitive complaints and reports, where people may only be willing to fill out the form on condition of anonymity.

New RSS widget

Our old RSS widget relied on Google’s Feed API service, which sadly got discontinued last month. Papyrs now has a new RSS widget (still found as an option under Media Widget) that supports all common RSS formats.

Thanks!

We’d like to thank all our customers and all the individual users who use our service. Special thanks to those of you who took the time to report bugs and other glitches that help us squash the trickiest bugs.

We hope you had a great year and we wish you spectacular 2016! Happy new year from the Papyrs team!

Papyrs updates

Here’s a quick update of some new features and improvements we’ve added in the last weeks:

Auto-complete combobox input for Choice form fields

By building forms on your intranet pages you can collect all kinds of information and process requests. One of the available form widgets is the Choice widget. This allows visitors of the page to select one or more options, depending on the type of input you choose. The Choice widget supported a select dropdown, checkboxes and radio buttons. We’ve now added support for an auto-complete combobox field. This is especially useful if you have many options which users can choose from. A list of checkboxes quickly gets unwieldy when you have more than twenty options or so to choose from. With the new auto-complete field, people can just type in one or more options they want to select.

select-multiple-items

Responsive documentation

We’re working on making Papyrs more accessible from mobile devices, and we’ll have more news on that soon. For now we’ve already updated the documentation site, which now uses a responsive design for mobile devices.

mobile-docs

Developers – API and Single Sign On

For developers who want to integrate Papyrs with existing systems, we also have some additional functionality. First of all, the API now supports two new methods: retrieving a list of people from the People Directory, and updating existing Text widgets on a page. You can find the updated documentation at http://papyrs.com/docs/api/.

sso-login

Papyrs also offers Single Sign On integration with Google Apps and Windows networks (LDAP/Active Directory). In addition to that, we now allow developers to use Papyrs as an identity provider to other 3rd party apps. As an intranet site, Papyrs is often a logical starting place for people to start looking for all kinds of information. When other applications are integrated with Papyrs, people can now simply access those connected systems after logging in to Papyrs. The technical details for using Papyrs as SSO provider can be found at http://papyrs.com/docs/single-sign-on/.

Stay tuned for more updates soon!