Extensions
Here you can find extensions for Allegra.
On this page, you will find software and plugins that integrate your Allegra into other environments (e.g., with Gitlab, Outlook) or extend it with new features (e.g., Single Sign On, formula editor for Wiki).
Microsoft Power BI Connector
Install this connector in your Power BI to easily access Allegra data and create impressive reports and analyses.
Download Allegra Power BI Connector
You can find the documentation here.
Outlook Plug-In
This plugin must be installed on each Outlook client. This allows you to create tasks in Allegra by dragging emails from Outlook into the Allegra navigator.
Wiki Formula Typesetting
This plugin extends the wiki with the ability to typeset formulas.
GitLab Integration
To integrate Gitlab with Allegra, you do not need any additional packages besides the portal plugin (see above) and GitLab itself. The integration works best if you have an SSO server installed. With our CAS-based SSO server, you need to apply a small patch in Gitlab. To do this, change the line in the file "/opt/gitlab/embedded/service/gitlab-rails/app/controllers/application_controller.rb"
headers['X-Frame-Options'] = 'DENY'
to
headers['X-Frame-Options'] = 'ALLOW-FROM https://www.yourAllegraServer.com/'