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

[pull] dev from opf:dev #150

Merged
merged 62 commits into from
Mar 20, 2024
Merged

[pull] dev from opf:dev #150

merged 62 commits into from
Mar 20, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 19, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

dominic-braeunlein and others added 30 commits March 12, 2024 18:01
… managed project folders being enabled or not.
Specified permission to see GitLab content
Fix WebAuthn bug on mobile Safari
* Switch to RunsOn
`\w` is equivalent to `[a-zA-Z0-9_]`, and already includes `0-9` and
`_`.
Bumps [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) from 3.191.3 to 3.191.4.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@primer/css](https://github.com/primer/css) from 21.2.1 to 21.2.2.
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md)
- [Commits](primer/css@v21.2.1...v21.2.2)

---
updated-dependencies:
- dependency-name: "@primer/css"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* Mention WebAuthn in the docs

* Update 2FA documentation

Adding WebAuth option to the user guide
Adding mobile option to the user guide
Exchanging screenshots to reflect latest primer changes

* Fixing a link

---------

Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com>
…#14965)

* [#53047] 13.4 Documentation: project lists changes  https://community.openproject.org/work_packages/53047

[#53047] 13.4 Documentation: project lists changes

https://community.openproject.org/work_packages/53047

* update project lists documentation after review
* [#53411] 13.4 Documentation: GitLab integration - review

https://community.openproject.org/work_packages/53411

* update GitLab docs

* Delete README.md

---------

Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com>
…e-3.191.4

build(deps): bump aws-sdk-core from 3.191.3 to 3.191.4
…ev/primer/css-21.2.2

build(deps): bump @primer/css from 21.2.1 to 21.2.2 in /frontend
ba1ash and others added 28 commits March 19, 2024 12:21
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.145.0 to 1.146.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.6.5 to 1.6.7.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.6.5...v1.6.7)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.0 to 3.36.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.36.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* [#53045] update file storages docs

[#53045] 13.4 Documentation: OneDrive/SharePoint documentation update

https://community.openproject.org/work_packages/53045

* Update docs/user-guide/projects/project-settings/file-storages/README.md

Co-authored-by: dominic-braeunlein <d.braeunlein@openproject.com>

---------

Co-authored-by: dominic-braeunlein <d.braeunlein@openproject.com>
…ev/core-js-3.36.1

build(deps): bump core-js from 3.36.0 to 3.36.1 in /frontend
build(deps-dev): bump lefthook from 1.6.5 to 1.6.7
…1.146.0

build(deps): bump aws-sdk-s3 from 1.145.0 to 1.146.0
Update credentials.yml description
Fix WebAuthn relying party generation in auth controller
Merge Release/13.4 into dev
…ng_text_field

handle line break only long text field in project list
* use the remembered device when switching

* fixup! use the remembered device when switching

* Remove discouraged user verification

---------

Co-authored-by: Klaus Zanders <k.zanders@openproject.com>
…ks-does-not-include-prefix

[#53429] Project storage menu links does not include prefix.
Merge 2FA fix from the 13.4 Release branch into dev
…untable-to-current-user-via-custom-action

Allow setting accountable to user clicking custom action
@pull pull bot added the ⤵️ pull label Mar 19, 2024
@pull pull bot merged commit f80f3fd into l3dlp-sandbox:dev Mar 20, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.