Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/14.2 into dev #15956

Merged
merged 6 commits into from
Jun 25, 2024
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
4 changes: 4 additions & 0 deletions app/views/custom_styles/_inline_css_logo.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ See COPYRIGHT and LICENSE files for more details.
elsif CustomStyle.current.theme_logo.present?
logo_url = asset_path(CustomStyle.current.theme_logo)
end

if isRu && logo_url == asset_path("logo_openproject.png")
logo_url = asset_path("logo-black-bg-ua.png")
end
end
%>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ It is also possible to automatically create dedicated [project folders](../../pr
| [Permissions and access control](#permissions-and-access-control) | Who has access to linked files and who doesn't |
| [Possible errors and troubleshooting](#possible-errors-and-troubleshooting) | Common errors and how to troubleshoot them |

This video will give you a complete overview of how to set-up and work with the Nextcloud integration (English only):

![Nextcloud integration complete user guide and admin guide](https://openproject-docs.s3.eu-central-1.amazonaws.com/videos/OpenProject-NextCloud-integration.mp4)

## Connect your OpenProject and Nextcloud accounts

To begin using this integration, you will need to first connect your OpenProject and Nextcloud accounts. To do this, open any work package in a project where a Nextcloud file storage has been added and enabled by an administrator and follow these steps:
Expand Down
Loading