Files
openproject/Gemfile.modules
T
Alexander Brandon Coles c3bbe97f81 [#67244] Remove Dashboards module
Also removes ng `DashboardComponent` and related code.

This functionality has been disabled for a long period of time and it is
not envisaged that it will be re-enabled in the future. Instead,
Dashboards will be reimplemented in the Overviews module.

See opf/openproject#20045
See https://community.openproject.org/work_packages/66904
2025-09-04 09:50:32 +01:00

47 lines
2.4 KiB
Plaintext

group :development, :test do
gem 'ladle'
end
gem 'omniauth-openid_connect-providers',
git: 'https://github.com/opf/omniauth-openid_connect-providers.git',
ref: 'c7e2498a8b093cfc5693d4960cae2e903a5e10cd'
gem 'omniauth-openid-connect',
git: 'https://github.com/opf/omniauth-openid-connect.git',
ref: 'e923d9dd14fa4ca04b98720ac2185807b263f5ed'
group :opf_plugins do
# included so that engines can reference OpenProject::Version
$:.push File.expand_path("../lib", __FILE__)
gem 'openproject-auth_plugins', path: 'modules/auth_plugins'
gem 'openproject-auth_saml', path: 'modules/auth_saml'
gem 'openproject-openid_connect', path: 'modules/openid_connect'
gem 'openproject-xls_export', path: 'modules/xls_export'
gem 'costs', path: 'modules/costs'
gem 'openproject-reporting', path: 'modules/reporting'
gem "openproject-backlogs", path: 'modules/backlogs'
gem 'openproject-avatars', path: 'modules/avatars'
gem 'openproject-two_factor_authentication', path: 'modules/two_factor_authentication'
gem 'openproject-webhooks', path: 'modules/webhooks'
gem 'openproject-github_integration', path: 'modules/github_integration'
gem 'openproject-gitlab_integration', path: 'modules/gitlab_integration'
gem 'openproject-ldap_groups', path: 'modules/ldap_groups'
gem 'openproject-recaptcha', path: 'modules/recaptcha'
gem 'openproject-job_status', path: 'modules/job_status'
gem 'grids', path: 'modules/grids'
gem 'my_page', path: 'modules/my_page'
gem 'openproject-boards', path: 'modules/boards'
gem 'overviews', path: 'modules/overviews'
gem 'budgets', path: 'modules/budgets'
gem 'openproject-meeting', path: 'modules/meeting'
gem 'openproject-team_planner', path: 'modules/team_planner'
gem 'openproject-gantt', path: 'modules/gantt'
gem 'openproject-calendar', path: 'modules/calendar'
gem 'openproject-storages', path: 'modules/storages'
gem 'openproject-documents', path: 'modules/documents'
gem 'openproject-bim', path: 'modules/bim'
end