Project

Profile

Help

Blog

Planio Support (english): Invite new users from the members screen

UI Improvement
Added by Jan Schulz-Hofen over 8 years ago

As an Administrator, you can now invite new users via email to your Planio account directly from within the Members tab in your projectSettings. Simply enter the user's email address, select one or more Roles and click Add.

Adding new users from the members screen

Of course, you can still add multiple users all at once by navigating to your avatarAdministrationUsers.


Comments

Planio Support (english): Turning off support for DSA keys

Security Announcement
Added by Holger Just over 8 years ago

Due to the recent disclosure of a security vulnerability with the long-deprecated DSA key signing algorithm (CVE-2016-2178), we will be turning off DSA support for Planio's Git access via SSH this Friday, June 10, 2016 at 16:00 UTC.

Should you still be using a DSA key, please generate a new key pair to maintain access to your Git repositories. You can find out if you're using DSA by navigating to Your avatarMy accountPublic keys. Make sure that all your keys start with ssh-rsa. Should you find any keys starting with ssh-dss, please remove them from Planio and generate a new key pair on the respective client, e.g. by executing ssh-keygen -t rsa -b 4096 on a command line. After that, please upload the new key to Planio.

Should you not use Git or DSA keys, you will not be affected by this change.

Planio Support (english): Wiki page export to Microsoft Word and OpenOffice

Data Export Improvement
Added by Gregor Schmidt over 8 years ago

Wiki pages may now be exported to OpenDocument text files (ODT). They can be viewed and edited with Microsoft Office 2010 and later, OpenOffice, LibreOffice as well as a number of other word processing applications.

At the bottom of each wiki page, you will find the ODT link, next to the other supported export formats. The resulting document will map the most common formatting to default formats within Word, embedded attachments will be included in the export.

Wiki page export to Word and OpenOffice

Planio Support (english): Native Push Notifications for Modern Browsers

UI Improvement
Added by Jens Krämer over 8 years ago

You can now receive Planio push notifications on the desktop with current versions of Safari, Chrome and Firefox, even when you're not currently using Planio. In addition to the Planio mobile app, Chrome on mobile devices can now receive push notifications as well.

This change replaces our previous in-browser notifications which supported less browsers and were more resource-intensive for servers and clients.

Planio Support (english): Repository web hooks now contain pusher and ref

API Improvement
Added by Jan Schulz-Hofen over 8 years ago

The repository web hooks we're sending whenever new commits get pushed to your Git repositories hosted on Planio now contain the pusher, i.e. the user pushing to the repository as well as the ref, i.e. the branch or tag that has been pushed to. Should you push several braches or tags at once, we will now call your web hook URL several times – once for each ref that has been pushed to.

The format and behavior mimics GitHub web hooks very closely. So, should you wish to integrate Planio with a 3rd party service which accepts GitHub-style web hooks they will most likely also work with Planio now.

Please note: Due to the changes, calling /sys/fetch_changesets manually or from external services will not trigger the web hook configured in your Planio repository anymore.

(111-120/123)

Also available in: Atom