Markus Kahl
Markus Kahl
so users could add their own With this change users could add a folder `/opt/openproject/config/locales/extra/` where they could then add their own translations to override the core's translations. For instance...
Fixes the bug introduced with release v6.3.4 in #478 that causes errors like the following when using port wildcards such as `ws://localhost:*` in one's sources: ``` 2022-06-29 08:56:52 +0100 Rack...
This might actually be exactly the problem in [#50025](https://community.openproject.org/projects/openproject/work_packages/50025/activity). The steps to reproduce are the following: 1. Start logging some time for oneself 2. Remove "log own time" permission from...
WP [#47096](https://community.openproject.org/projects/openproject/work_packages/47096/activity)
Hi, I'm using sttp with ZIO to download quite large files via an API. It looks something like this: ``` def downloadRequest(uri: Uri, fileName: String, apiKey: String) = basicRequest .auth.basic("apikey",...
Hey, great work! However I would very much prefer to have the Groovy CLI console instead of the visual one. Would it be hard to support that?
This is a proof of concept for a suggested minimal fix that may reduce spam on public installations by preventing users from posting only whitelisted links in forum posts, news...
I'm not sure if this is a bug or working as intended, but in any case it doesn't work as I would expect it to work. I've created a little...
We have included the clamav-client gem in OpenProject and someone [brought up](https://community.openproject.org/topics/18677?r=18677#message-18677) that their virus scanner is flagging up the EIRCAR test files in the clamav-client's fixtures. This is of...
This introduces a new state for pull requests called `'deployed'`. A cron job checks the deploy status of every pull request regularly and updates the state accordingly once deployed. It...