@ -17,53 +17,6 @@ Please note that the plugin author is responsible to keep his plugin up to date
## Supported plugins
## Supported plugins
Supported plugins are compatible with the current OpenProject version. When a plugin has a dependency to another plugin it is necessary that you list both plugins in the Gemfile.plugins.
Supported plugins are compatible with the current OpenProject version. When a plugin has a dependency to another plugin it is necessary that you list both plugins in the Gemfile.plugins.
### Backlogs
* Description: Features for agile teams
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-backlogs )
* Dependency: PDF Export
* Please refer also to the [agile and scrum overview ](https://www.openproject.org/collaboration-software-features/#agile-scrum/ ) page
```
gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => 'stable/5'
gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => 'stable/5'
```
### Cost
* Description: Features for planning and tracking project costs
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-costs )
```
gem 'openproject-costs', git: 'https://github.com/finnlabs/openproject-costs.git', :branch => 'stable/5'
```
### Dark-Theme
* Description: Allows users to switch to the dark theme instead of the OpenProject theme
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-themes-dark )
```
gem 'openproject-themes-dark', git: 'https://github.com/finnlabs/openproject-themes-dark.git', :branch => 'stable/5'
```
### Documents
* Description: Allows adding documents to projects
* Author: [OpenProject Foundation ](http://openprojectpr.staging.wpengine.com/open-source/openproject-foundation/ )
* Link: [Source ](https://github.com/opf/openproject-documents )
```
gem 'openproject-documents', git: 'https://github.com/opf/openproject-documents.git', :branch => 'stable/5'
```
### Global Roles
* Description: Allows users to create top-level projects
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-global_roles )
```
gem 'openproject-global_roles', git: 'https://github.com/finnlabs/openproject-global_roles.git', :branch => 'stable/5'
```
### Local Avatars
### Local Avatars
* Description: Allows to upload profile images (avatars)
* Description: Allows to upload profile images (avatars)
@ -74,24 +27,6 @@ gem 'openproject-global_roles', git: 'https://github.com/finnlabs/openproject-gl
gem 'openproject-local_avatars', git: 'https://github.com/finnlabs/openproject-local_avatars', :branch => 'stable/5'
gem 'openproject-local_avatars', git: 'https://github.com/finnlabs/openproject-local_avatars', :branch => 'stable/5'
```
```
### Meeting
* Description: Features to schedule, prepare, and hold meetings
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-meeting )
```
gem 'openproject-meeting', git: 'https://github.com/finnlabs/openproject-meeting.git', :branch => 'stable/5'
```
### My Project Page
* Description: Enables customization of a project's overview page
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-my_project_page )
```
gem 'openproject-my_project_page', git: 'https://github.com/finnlabs/openproject-my_project_page.git', :branch => 'stable/5'
```
### OmniAuth OpenID-Connect-Providers
### OmniAuth OpenID-Connect-Providers
* Description: Offers a convenient way to configure different OmniAuth OpenIDConnect providers (preconfigured for Google and Heroku).
* Description: Offers a convenient way to configure different OmniAuth OpenIDConnect providers (preconfigured for Google and Heroku).
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
@ -101,47 +36,6 @@ gem 'openproject-my_project_page', git: 'https://github.com/finnlabs/openproject
gem 'omniauth-openid_connect-providers', git: 'https://github.com/finnlabs/omniauth-openid_connect-providers.git', :branch => 'dev'
gem 'omniauth-openid_connect-providers', git: 'https://github.com/finnlabs/omniauth-openid_connect-providers.git', :branch => 'dev'
```
```
### OpenID-Connect
* Description: Adds support for OmniAuth OpenID Connect strategy providers, most importantly Google.
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-openid_connect )
```
gem 'omniauth-openid-connect', git: 'https://github.com/finnlabs/omniauth-openid-connect.git', :branch => 'dev'
```
### PDF Export
* Description: Enables story card export for OpenProject Backlogs
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-pdf_export )
* Dependency: Backlogs
```
gem 'openproject-pdf_export', git: 'https://github.com/finnlabs/openproject-pdf_export.git', :branch => 'stable/5'
gem 'openproject-backlogs', git: 'https://github.com/finnlabs/openproject-backlogs.git', :branch => 'stable/5'
```
### Reporting
* Description: Customized cost reporting features
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-reporting )
* Dependency: Costs, Reporting Engine
```
gem 'reporting_engine', git: 'https://github.com/finnlabs/reporting_engine.git', :branch => 'dev'
gem 'openproject-costs', git: 'https://github.com/finnlabs/openproject-costs.git', :branch => 'stable/5'
gem 'openproject-reporting', git: 'https://github.com/finnlabs/openproject-reporting.git', :branch => 'stable/5'
```
### XLS-Export
* Description: Enables work package exports as Excel document
* Author: [OpenProject GmbH ](https://www.openproject.org/about-us/ )
* Link: [Source ](https://github.com/finnlabs/openproject-xls_export )
```
gem 'openproject-xls_export', git: 'https://github.com/finnlabs/openproject-xls_export.git', :branch => 'stable/5'
```
## Community plugins
## Community plugins
There are several plugins developed by dedicated community members. We really appreciate their hard work!
There are several plugins developed by dedicated community members. We really appreciate their hard work!