Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- [BREAKING] Support Nextcloud 33 [#952](https://github.com/nextcloud/integration_openproject/pull/952)

### Changed

### Removed
Expand Down
6 changes: 3 additions & 3 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ SPDX-FileCopyrightText = "2022-2024 Jankari Tech Pvt. Ltd."
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["img/app.svg", "img/app-dark.svg"]
path = ["img/app.svg", "img/app-dark.svg", "img/openproject-icon.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2024 Google LLC"
SPDX-FileCopyrightText = "2012-2025 OpenProject GmbH"
SPDX-License-Identifier = "LicenseRef-OpenProjectTrademarks"

[[annotations]]
path = ["img/bell-ring.svg", "img/bell-ring-dark.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2012-2024 OpenProject GmbH"
SPDX-FileCopyrightText = "2018-2025 Google LLC"
SPDX-License-Identifier = "Apache-2.0"
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ On the OpenProject end, users are able to:
For more information on how to set up and use the OpenProject application, please refer to [integration setup guide](https://www.openproject.org/docs/system-admin-guide/integrations/nextcloud/) for administrators and [the user guide](https://www.openproject.org/docs/user-guide/nextcloud-integration/).
]]>
</description>
<version>2.11.0</version>
<version>3.0.0-alpha.1</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>OpenProject</namespace>
Expand All @@ -49,7 +49,7 @@ For more information on how to set up and use the OpenProject application, pleas
<screenshot>https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot1.png</screenshot>
<screenshot>https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot2.png</screenshot>
<dependencies>
<nextcloud min-version="30" max-version="33" />
<nextcloud min-version="33" max-version="33" />
</dependencies>
<background-jobs>
<job>OCA\OpenProject\BackgroundJob\RemoveExpiredDirectUploadTokens</job>
Expand All @@ -60,4 +60,4 @@ For more information on how to set up and use the OpenProject application, pleas
<personal>OCA\OpenProject\Settings\Personal</personal>
<personal-section>OCA\OpenProject\Settings\PersonalSection</personal-section>
</settings>
</info>
</info>
2 changes: 1 addition & 1 deletion css/tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@import '../css/dashboard.css';

#tab-open-project {
#tab-integration_openproject {
height: 100%;
padding: 0;
}
Expand Down
15 changes: 15 additions & 0 deletions img/openproject-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading