Skip to content

Conversation

LukasHirt
Copy link
Collaborator

@LukasHirt LukasHirt commented Aug 18, 2025

Description

We've added a capability to check if MFA is enabled. If the capability is enabled, we will require MFA when accessing the admin settings page.

Motivation and Context

Admin settings can be made available only to users with configured 2FA.

How Has This Been Tested?

For easier testing, there is a Keycloak example with acr configured introduced in owncloud/ocis#11592 and currently oCIS needs to be run with owncloud/ocis#11603 and latest Reva.

  • test environment: macos, chrome
  • test case 1: open admin settings with only "regular" acr
  • test case 2: open admin settings with "advanced" acr

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

@LukasHirt LukasHirt self-assigned this Aug 18, 2025
@LukasHirt LukasHirt added the Category:Enhancement Add new functionality label Aug 18, 2025

This comment was marked as outdated.

@jvillafanez
Copy link
Member

A couple of important things:

  • The "acr" scope might not be available in the IDP. Requesting it under those conditions might break the authentication flow and prevent the user from login.
    • You should be able to test with those conditions using the keycloak deployment example -> oCIS realm -> client scopes -> remove the acr scope.
  • The "regular" and "advanced" values might change. Hardcoding them will cause problems.
    • You might get some value from the opeind-configuration endpoint, "acr_values_supported" keys. However, not all values might be present, and the order of the authentication level isn't guaranteed.
    • Relying on a default value from keycloak (without sending any value ourselves) might work, but it might cause problems later during reauthentication (needs further research)

owncloud/ocis#11603 has some information about the expected behavior of the clients regarding the feature detection.
Basically, if there is a 401 error code AND the headers X-OCIS-OIDC-Requires-Type: Acr and X-OCIS-OIDC-Requires-Data: acr=advanced are present in the response, the client should trigger the step up auth flow. The authentication level that the client should request is also part of the X-OCIS-OIDC-Requires-Data header (no need to hardcode it).
Strictly speaking, clients should NOT check for specific paths, but rely on the above conditions in order to trigger the step up auth flow.

@LukasHirt
Copy link
Collaborator Author

@jvillafanez the values are hardcoded for now just for testing. They will be replaced once the capabilities are implemented as per the ticket:

Note: There will be a capability for that. Capability contains: Enabled/Disabled, Claim name, Authentication level names.

@LukasHirt
Copy link
Collaborator Author

LukasHirt commented Aug 20, 2025

Strictly speaking, clients should NOT check for specific paths

Depending on the headers might prove very complex in the FE because we might have different situations where e.g. there is an action in progress which needs to be preserved until the user goes through OTP, etc. Since it's not only about handling a common redirect and nothing more, doing a generic handler depending on the header would then require bloated catch-all solution for such specific situations + we might have cases where we need to display things differently within the UI which would not be possible if we would have to first do a request...

That being said, we should of course have at least a simple fallback implemented which does the redirect in case we encounter those headers so that we catch any potential error or missing implementation.

One more thing is that we would temporarily show the UI of admin in a loading state if we would wait for the response.

@LukasHirt LukasHirt force-pushed the feat/add-acr-verification branch from a15c1c5 to 316cde3 Compare September 18, 2025 14:37
We've added a capability to check if MFA is enabled.
If the capability is enabled, we will require MFA when accessing
the admin settings page.
@LukasHirt LukasHirt force-pushed the feat/add-acr-verification branch from 006af87 to 77be8c5 Compare September 18, 2025 15:40
@LukasHirt LukasHirt changed the title feat: [OCISDEV-249] add acr verification to admin settings feat: [OCISDEV-249] add MFA capability Sep 18, 2025
@LukasHirt LukasHirt marked this pull request as ready for review September 18, 2025 15:41
@LukasHirt LukasHirt requested a review from mzner September 18, 2025 15:41
Copy link

@LukasHirt LukasHirt merged commit f1ea145 into master Sep 19, 2025
4 checks passed
@LukasHirt LukasHirt deleted the feat/add-acr-verification branch September 19, 2025 07:35
szinn pushed a commit to szinn/k8s-homelab that referenced this pull request Oct 14, 2025
…#6350)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/owncloud/ocis](https://redirect.github.com/owncloud/ocis) |
minor | `7.2.0` -> `7.3.0` |

---

### Release Notes

<details>
<summary>owncloud/ocis (docker.io/owncloud/ocis)</summary>

###
[`v7.3.0`](https://redirect.github.com/owncloud/ocis/releases/tag/v7.3.0):
7.3.0

[Compare
Source](https://redirect.github.com/owncloud/ocis/compare/v7.2.0...v7.3.0)

##### Table of Contents

- [Changelog for 7.3.0](#changelog-for-730-2025-10-13)

##### Changes in 7.3.0

##### Summary

- Bugfix - Fix the expiration date response for links:
[#&#8203;11239](https://redirect.github.com/owncloud/ocis/pull/11239)
- Bugfix - Return translated role definitions:
[#&#8203;11466](https://redirect.github.com/owncloud/ocis/pull/11466)
- Bugfix - Tolerating the empty request body for WebDAV:
[#&#8203;11516](https://redirect.github.com/owncloud/ocis/pull/11516)
- Bugfix - Fix space root handling in a sharedByMe:
[#&#8203;11533](https://redirect.github.com/owncloud/ocis/pull/11533)
- Bugfix - Fix the create link endpoint:
[#&#8203;11542](https://redirect.github.com/owncloud/ocis/pull/11542)
- Bugfix - Limit search only when scope is passed:
[#&#8203;11664](https://redirect.github.com/owncloud/ocis/pull/11664)
- Bugfix - Add OCS v2 capabilities endpoint to public paths:
[#&#8203;11665](https://redirect.github.com/owncloud/ocis/pull/11665)
- Bugfix - Add webdav without trailing slash into proxy default config:
[#&#8203;11677](https://redirect.github.com/owncloud/ocis/pull/11677)
- Bugfix - Fix clean uploads command:
[#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)
- Bugfix - Fix stale nodes command:
[#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)
- Enhancement - Add GetPermission API:
[#&#8203;8616](https://redirect.github.com/owncloud/ocis/issues/8616)
- Enhancement - Bump importer app:
[#&#8203;10880](https://redirect.github.com/owncloud/ocis/pull/10880)
- Enhancement - Allow scaling the search service:
[#&#8203;11029](https://redirect.github.com/owncloud/ocis/pull/11029)
- Enhancement - Add Cli to delete personal spaces:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)
- Enhancement - Add custom labels for app tokens:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)
- Enhancement - HTTP Strict Transport Security:
[#&#8203;11568](https://redirect.github.com/owncloud/ocis/pull/11568)
- Enhancement - Allow markdown output for unified-roles-table:
[#&#8203;11581](https://redirect.github.com/owncloud/ocis/pull/11581)
- Enhancement - Added the OnlyOffice license support:
[#&#8203;11624](https://redirect.github.com/owncloud/ocis/pull/11624)
- Enhancement - Bump Web to 12.0.4:
[#&#8203;11625](https://redirect.github.com/owncloud/ocis/pull/11625)
- Enhancement - Update the ocis\_full deployment example:
[#&#8203;11666](https://redirect.github.com/owncloud/ocis/pull/11666)
- Enhancement - Bump Reva version:
[#&#8203;11669](https://redirect.github.com/owncloud/ocis/pull/11669)
- Enhancement - Added user type upgrade/downgrade:
[#&#8203;11678](https://redirect.github.com/owncloud/ocis/pull/11678)
- Enhancement - Respect changed user type in OIDC claim:
[#&#8203;11684](https://redirect.github.com/owncloud/ocis/pull/11684)
- Enhancement - Drop remote.php prefix:
[#&#8203;11687](https://redirect.github.com/owncloud/ocis/pull/11687)
- Enhancement - Add configurable display attributes:
[#&#8203;11695](https://redirect.github.com/owncloud/ocis/pull/11695)
- Enhancement - Bump Web to 12.1.0:
[#&#8203;11710](https://redirect.github.com/owncloud/ocis/pull/11710)

##### Details

- Bugfix - Fix the expiration date response for links:
[#&#8203;11239](https://redirect.github.com/owncloud/ocis/pull/11239)

  We fixed the inconsistency in the expiration date response for links

[#&#8203;11232](https://redirect.github.com/owncloud/ocis/issues/11232)
  [#&#8203;11239](https://redirect.github.com/owncloud/ocis/pull/11239)

- Bugfix - Return translated role definitions:
[#&#8203;11466](https://redirect.github.com/owncloud/ocis/pull/11466)

Instead of always returning the role definitions in English, we now
return the
role definitions in the language set in the `Accept-Language` header if
present.

  [#&#8203;11466](https://redirect.github.com/owncloud/ocis/pull/11466)

- Bugfix - Tolerating the empty request body for WebDAV:
[#&#8203;11516](https://redirect.github.com/owncloud/ocis/pull/11516)

Tolerating the empty request body for WebDAV operations like MKCOL,
DELETE,
  MOVE, COPY.

[#&#8203;10809](https://redirect.github.com/owncloud/ocis/issues/10809)
  [#&#8203;11516](https://redirect.github.com/owncloud/ocis/pull/11516)

- Bugfix - Fix space root handling in a sharedByMe:
[#&#8203;11533](https://redirect.github.com/owncloud/ocis/pull/11533)

  Fix space root handling in a graph sharedByMe

  [#&#8203;11533](https://redirect.github.com/owncloud/ocis/pull/11533)

- Bugfix - Fix the create link endpoint:
[#&#8203;11542](https://redirect.github.com/owncloud/ocis/pull/11542)

We fixed an issue when Shares drive can be shared via link share with
Internal
  role using permissions endpoint

[#&#8203;11409](https://redirect.github.com/owncloud/ocis/issues/11409)
  [#&#8203;11542](https://redirect.github.com/owncloud/ocis/pull/11542)

- Bugfix - Limit search only when scope is passed:
[#&#8203;11664](https://redirect.github.com/owncloud/ocis/pull/11664)

Previously, the search service would limit the search to the according
space
when searching `/dav/spaces/`. This was not correct, as the search
should be
limited to the according space when a `scope` is passed in the search
pattern
  instead.

  [#&#8203;11664](https://redirect.github.com/owncloud/ocis/pull/11664)

- Bugfix - Add OCS v2 capabilities endpoint to public paths:
[#&#8203;11665](https://redirect.github.com/owncloud/ocis/pull/11665)

Following the same behavior as OCS v1, we added the OCS v2 capabilities
endpoint
  to the public paths.

  [#&#8203;11665](https://redirect.github.com/owncloud/ocis/pull/11665)

- Bugfix - Add webdav without trailing slash into proxy default config:
[#&#8203;11677](https://redirect.github.com/owncloud/ocis/pull/11677)

We've added the `/webdav` endpoint without a trailing slash into the
proxy
  default config.

[#&#8203;10346](https://redirect.github.com/owncloud/ocis/issues/10346)
[#&#8203;10334](https://redirect.github.com/owncloud/ocis/issues/10334)
  [#&#8203;11677](https://redirect.github.com/owncloud/ocis/pull/11677)

- Bugfix - Fix clean uploads command:
[#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)

When using --clean ongoing uploads would be purged but the nodes would
not be
  reverted. This is now fixed.

  [#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)

- Bugfix - Fix stale nodes command:
[#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)

  Fix delete-stale-nodes command to properly remove or roll-back nodes

  [#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)

- Enhancement - Add GetPermission API:
[#&#8203;8616](https://redirect.github.com/owncloud/ocis/issues/8616)

  Graph service: added GET
/v1beta1/drives/{driveId}/items/{itemId}/permissions/{permissionId} (and
space-root equivalent) so clients can retrieve a single permission
instead of
  listing all.

  [#&#8203;8616](https://redirect.github.com/owncloud/ocis/issues/8616)
  [#&#8203;11477](https://redirect.github.com/owncloud/ocis/pull/11477)

- Enhancement - Bump importer app:
[#&#8203;10880](https://redirect.github.com/owncloud/ocis/pull/10880)

The importer app in the ocis\_full example has been updated. It's using
the
  upstream Uppy Companion Docker image now.

  [#&#8203;10880](https://redirect.github.com/owncloud/ocis/pull/10880)

- Enhancement - Allow scaling the search service:
[#&#8203;11029](https://redirect.github.com/owncloud/ocis/pull/11029)

Previously, the search service locked the index for its whole lifetime,
so any
other search service wouldn't be able to access to the index. With this
change,
the search service can be configure to lock the index per operation, so
other
search services can access the index as long as there is no operation
ongoing.

  [#&#8203;11029](https://redirect.github.com/owncloud/ocis/pull/11029)

- Enhancement - Add Cli to delete personal spaces:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

  Add Cli to delete the trashed personal spaces.

  [#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

- Enhancement - Add custom labels for app tokens:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

The ability to set a custom label when creating an app token has been
added.

  [#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

- Enhancement - HTTP Strict Transport Security:
[#&#8203;11568](https://redirect.github.com/owncloud/ocis/pull/11568)

Added Support for HTTP Strict Transport Security. It reduces surface for
  Man-in-the-Middle attacks or leakage of sensitive information.

  [#&#8203;11568](https://redirect.github.com/owncloud/ocis/pull/11568)

- Enhancement - Allow markdown output for unified-roles-table:
[#&#8203;11581](https://redirect.github.com/owncloud/ocis/pull/11581)

Allows rendering the `ocis graph list-unified-roles` command in markdown
(or
  colorized)

  [#&#8203;11581](https://redirect.github.com/owncloud/ocis/pull/11581)

- Enhancement - Added the OnlyOffice license support:
[#&#8203;11624](https://redirect.github.com/owncloud/ocis/pull/11624)

  Added the OnlyOffice ee license support to the ocis\_full deployment.

  [#&#8203;11624](https://redirect.github.com/owncloud/ocis/pull/11624)

- Enhancement - Bump Web to 12.0.4:
[#&#8203;11625](https://redirect.github.com/owncloud/ocis/pull/11625)

- Bugfix
[owncloud/web#12943](https://redirect.github.com/owncloud/web/pull/12943):
Sign
    public link archiver download URL

  [#&#8203;11625](https://redirect.github.com/owncloud/ocis/pull/11625)
  <https://github.com/owncloud/web/releases/tag/v12.0.4>

- Enhancement - Update the ocis\_full deployment example:
[#&#8203;11666](https://redirect.github.com/owncloud/ocis/pull/11666)

Fix description texts, move image versions from yaml to .env where
applicapable

  [#&#8203;11666](https://redirect.github.com/owncloud/ocis/pull/11666)

- Enhancement - Bump Reva version:
[#&#8203;11669](https://redirect.github.com/owncloud/ocis/pull/11669)

  Bumped reva version

  [#&#8203;11669](https://redirect.github.com/owncloud/ocis/pull/11669)
  [#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)
  [#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)

- Enhancement - Added user type upgrade/downgrade:
[#&#8203;11678](https://redirect.github.com/owncloud/ocis/pull/11678)

  Added the mechanism to disable/enable personal spaces on user type
  upgrade/downgrade

  [#&#8203;11678](https://redirect.github.com/owncloud/ocis/pull/11678)

- Enhancement - Respect changed user type in OIDC claim:
[#&#8203;11684](https://redirect.github.com/owncloud/ocis/pull/11684)

Ensure that OIDC login correctly interprets user type changes to
disable/enable
  personal spaces on user type upgrade/downgrade

  [#&#8203;11684](https://redirect.github.com/owncloud/ocis/pull/11684)

- Enhancement - Drop remote.php prefix:
[#&#8203;11687](https://redirect.github.com/owncloud/ocis/pull/11687)

The `remote.php` prefix is now fully optional in WebDAV endpoints and is
never
  returned in responses.

  [#&#8203;11687](https://redirect.github.com/owncloud/ocis/pull/11687)

- Enhancement - Add configurable display attributes:
[#&#8203;11695](https://redirect.github.com/owncloud/ocis/pull/11695)

We added new configuration options `UserSearchDisplayedAttributes` which
allows
to configure the attributes that are displayed in the user search
results. We
are also deprecating the `ShowUserEmailInResults` configuration option.

  [#&#8203;11695](https://redirect.github.com/owncloud/ocis/pull/11695)

- Enhancement - Bump Web to 12.1.0:
[#&#8203;11710](https://redirect.github.com/owncloud/ocis/pull/11710)

- Bugfix
[owncloud/web#12768](https://redirect.github.com/owncloud/web/pull/12768):
Reset
    selection only when path changes - Bugfix

[owncloud/web#12780](https://redirect.github.com/owncloud/web/pull/12780):
Handle direct
    admin settings access - Bugfix

[owncloud/web#12954](https://redirect.github.com/owncloud/web/pull/12954):
Add clipboard
    permissions - Bugfix

[owncloud/web#13075](https://redirect.github.com/owncloud/web/pull/13075):
Set md-editor
    code block header to have z-index of 0 - Bugfix

[owncloud/web#13126](https://redirect.github.com/owncloud/web/pull/13126):
Make progress
    bar settings reactive - Bugfix

[owncloud/web#13127](https://redirect.github.com/owncloud/web/pull/13127):
Handle HTML
    upload error - Bugfix

[owncloud/web#13136](https://redirect.github.com/owncloud/web/pull/13136):
Disallow
    U+202E character in folder name - Bugfix

[owncloud/web#13142](https://redirect.github.com/owncloud/web/pull/13142):
Use correct
    color for universal icon - Enhancement

[owncloud/web#12788](https://redirect.github.com/owncloud/web/pull/12788):
Add markdown
    to PDF export - Enhancement

[owncloud/web#12915](https://redirect.github.com/owncloud/web/pull/12915):
Use switch for
    full text search filter - Enhancement

[owncloud/web#12925](https://redirect.github.com/owncloud/web/pull/12925):
Add MFA
    capability - Enhancement

[owncloud/web#12933](https://redirect.github.com/owncloud/web/pull/12933):
Add universal
    access - Enhancement

[owncloud/web#12973](https://redirect.github.com/owncloud/web/pull/12973):
Add GeoGebra
    pinboard icon - Enhancement

[owncloud/web#12974](https://redirect.github.com/owncloud/web/pull/12974):
Replace board
    icon - Enhancement

[owncloud/web#13093](https://redirect.github.com/owncloud/web/pull/13093):
Add
    OcResponsiveImage component - Enhancement

[owncloud/web#13093](https://redirect.github.com/owncloud/web/pull/13093):
Add topbar
    mobile logo theme option - Enhancement

[owncloud/web#13110](https://redirect.github.com/owncloud/web/pull/13110):
Add mobile to
    query param - Enhancement

[owncloud/web#13111](https://redirect.github.com/owncloud/web/pull/13111):
Use OCS v2 API
- Enhancement
[owncloud/web#13113](https://redirect.github.com/owncloud/web/pull/13113):
    Drop `remote.php` from WebDAV paths - Enhancement

[owncloud/web#13144](https://redirect.github.com/owncloud/web/pull/13144):
Display custom
    attributes in share autocomplete

  [#&#8203;11710](https://redirect.github.com/owncloud/ocis/pull/11710)
  <https://github.com/owncloud/web/releases/tag/v12.1.0>

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
spiceratops added a commit to spiceratops/k8s-gitops that referenced this pull request Oct 16, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/owncloud/ocis](https://redirect.github.com/owncloud/ocis) |
minor | `7.2.0` -> `7.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>owncloud/ocis (docker.io/owncloud/ocis)</summary>

###
[`v7.3.0`](https://redirect.github.com/owncloud/ocis/blob/HEAD/CHANGELOG.md#Changelog-for-730-2025-10-13)

[Compare
Source](https://redirect.github.com/owncloud/ocis/compare/v7.2.0...v7.3.0)

The following sections list the changes for 7.3.0.

[7.3.0]:
https://redirect.github.com/owncloud/ocis/compare/v7.2.0...v7.3.0

#### Summary

- Bugfix - Fix the expiration date response for links:
[#&#8203;11239](https://redirect.github.com/owncloud/ocis/pull/11239)
- Bugfix - Return translated role definitions:
[#&#8203;11466](https://redirect.github.com/owncloud/ocis/pull/11466)
- Bugfix - Tolerating the empty request body for WebDAV:
[#&#8203;11516](https://redirect.github.com/owncloud/ocis/pull/11516)
- Bugfix - Fix space root handling in a sharedByMe:
[#&#8203;11533](https://redirect.github.com/owncloud/ocis/pull/11533)
- Bugfix - Fix the create link endpoint:
[#&#8203;11542](https://redirect.github.com/owncloud/ocis/pull/11542)
- Bugfix - Limit search only when scope is passed:
[#&#8203;11664](https://redirect.github.com/owncloud/ocis/pull/11664)
- Bugfix - Add OCS v2 capabilities endpoint to public paths:
[#&#8203;11665](https://redirect.github.com/owncloud/ocis/pull/11665)
- Bugfix - Add webdav without trailing slash into proxy default config:
[#&#8203;11677](https://redirect.github.com/owncloud/ocis/pull/11677)
- Bugfix - Fix clean uploads command:
[#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)
- Bugfix - Fix stale nodes command:
[#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)
- Enhancement - Add GetPermission API:
[#&#8203;8616](https://redirect.github.com/owncloud/ocis/issues/8616)
- Enhancement - Bump importer app:
[#&#8203;10880](https://redirect.github.com/owncloud/ocis/pull/10880)
- Enhancement - Allow scaling the search service:
[#&#8203;11029](https://redirect.github.com/owncloud/ocis/pull/11029)
- Enhancement - Add Cli to delete personal spaces:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)
- Enhancement - Add custom labels for app tokens:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)
- Enhancement - HTTP Strict Transport Security:
[#&#8203;11568](https://redirect.github.com/owncloud/ocis/pull/11568)
- Enhancement - Allow markdown output for unified-roles-table:
[#&#8203;11581](https://redirect.github.com/owncloud/ocis/pull/11581)
- Enhancement - Added the OnlyOffice license support:
[#&#8203;11624](https://redirect.github.com/owncloud/ocis/pull/11624)
- Enhancement - Bump Web to 12.0.4:
[#&#8203;11625](https://redirect.github.com/owncloud/ocis/pull/11625)
- Enhancement - Update the ocis\_full deployment example:
[#&#8203;11666](https://redirect.github.com/owncloud/ocis/pull/11666)
- Enhancement - Bump Reva version:
[#&#8203;11669](https://redirect.github.com/owncloud/ocis/pull/11669)
- Enhancement - Added user type upgrade/downgrade:
[#&#8203;11678](https://redirect.github.com/owncloud/ocis/pull/11678)
- Enhancement - Respect changed user type in OIDC claim:
[#&#8203;11684](https://redirect.github.com/owncloud/ocis/pull/11684)
- Enhancement - Drop remote.php prefix:
[#&#8203;11687](https://redirect.github.com/owncloud/ocis/pull/11687)
- Enhancement - Add configurable display attributes:
[#&#8203;11695](https://redirect.github.com/owncloud/ocis/pull/11695)
- Enhancement - Bump Web to 12.1.0:
[#&#8203;11710](https://redirect.github.com/owncloud/ocis/pull/11710)
- Enhancement - Bump Web to 12.1.1:
[#&#8203;11726](https://redirect.github.com/owncloud/ocis/pull/11726)

#### Details

- Bugfix - Fix the expiration date response for links:
[#&#8203;11239](https://redirect.github.com/owncloud/ocis/pull/11239)

  We fixed the inconsistency in the expiration date response for links

[#&#8203;11232](https://redirect.github.com/owncloud/ocis/issues/11232)
  [#&#8203;11239](https://redirect.github.com/owncloud/ocis/pull/11239)

- Bugfix - Return translated role definitions:
[#&#8203;11466](https://redirect.github.com/owncloud/ocis/pull/11466)

Instead of always returning the role definitions in English, we now
return the
role definitions in the language set in the `Accept-Language` header if
present.

  [#&#8203;11466](https://redirect.github.com/owncloud/ocis/pull/11466)

- Bugfix - Tolerating the empty request body for WebDAV:
[#&#8203;11516](https://redirect.github.com/owncloud/ocis/pull/11516)

Tolerating the empty request body for WebDAV operations like MKCOL,
DELETE,
  MOVE, COPY.

[#&#8203;10809](https://redirect.github.com/owncloud/ocis/issues/10809)
  [#&#8203;11516](https://redirect.github.com/owncloud/ocis/pull/11516)

- Bugfix - Fix space root handling in a sharedByMe:
[#&#8203;11533](https://redirect.github.com/owncloud/ocis/pull/11533)

  Fix space root handling in a graph sharedByMe

  [#&#8203;11533](https://redirect.github.com/owncloud/ocis/pull/11533)

- Bugfix - Fix the create link endpoint:
[#&#8203;11542](https://redirect.github.com/owncloud/ocis/pull/11542)

We fixed an issue when Shares drive can be shared via link share with
Internal
  role using permissions endpoint

[#&#8203;11409](https://redirect.github.com/owncloud/ocis/issues/11409)
  [#&#8203;11542](https://redirect.github.com/owncloud/ocis/pull/11542)

- Bugfix - Limit search only when scope is passed:
[#&#8203;11664](https://redirect.github.com/owncloud/ocis/pull/11664)

Previously, the search service would limit the search to the according
space
when searching `/dav/spaces/`. This was not correct, as the search
should be
limited to the according space when a `scope` is passed in the search
pattern
  instead.

  [#&#8203;11664](https://redirect.github.com/owncloud/ocis/pull/11664)

- Bugfix - Add OCS v2 capabilities endpoint to public paths:
[#&#8203;11665](https://redirect.github.com/owncloud/ocis/pull/11665)

Following the same behavior as OCS v1, we added the OCS v2 capabilities
endpoint
  to the public paths.

  [#&#8203;11665](https://redirect.github.com/owncloud/ocis/pull/11665)

- Bugfix - Add webdav without trailing slash into proxy default config:
[#&#8203;11677](https://redirect.github.com/owncloud/ocis/pull/11677)

We've added the `/webdav` endpoint without a trailing slash into the
proxy
  default config.

[#&#8203;10346](https://redirect.github.com/owncloud/ocis/issues/10346)
[#&#8203;10334](https://redirect.github.com/owncloud/ocis/issues/10334)
  [#&#8203;11677](https://redirect.github.com/owncloud/ocis/pull/11677)

- Bugfix - Fix clean uploads command:
[#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)

When using --clean ongoing uploads would be purged but the nodes would
not be
  reverted. This is now fixed.

  [#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)

- Bugfix - Fix stale nodes command:
[#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)

  Fix delete-stale-nodes command to properly remove or roll-back nodes

  [#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)

- Enhancement - Add GetPermission API:
[#&#8203;8616](https://redirect.github.com/owncloud/ocis/issues/8616)

  Graph service: added GET
/v1beta1/drives/{driveId}/items/{itemId}/permissions/{permissionId} (and
space-root equivalent) so clients can retrieve a single permission
instead of
  listing all.

  [#&#8203;8616](https://redirect.github.com/owncloud/ocis/issues/8616)
  [#&#8203;11477](https://redirect.github.com/owncloud/ocis/pull/11477)

- Enhancement - Bump importer app:
[#&#8203;10880](https://redirect.github.com/owncloud/ocis/pull/10880)

The importer app in the ocis\_full example has been updated. It's using
the
  upstream Uppy Companion Docker image now.

  [#&#8203;10880](https://redirect.github.com/owncloud/ocis/pull/10880)

- Enhancement - Allow scaling the search service:
[#&#8203;11029](https://redirect.github.com/owncloud/ocis/pull/11029)

Previously, the search service locked the index for its whole lifetime,
so any
other search service wouldn't be able to access to the index. With this
change,
the search service can be configure to lock the index per operation, so
other
search services can access the index as long as there is no operation
ongoing.

  [#&#8203;11029](https://redirect.github.com/owncloud/ocis/pull/11029)

- Enhancement - Add Cli to delete personal spaces:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

  Add Cli to delete the trashed personal spaces.

  [#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

- Enhancement - Add custom labels for app tokens:
[#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

The ability to set a custom label when creating an app token has been
added.

  [#&#8203;11555](https://redirect.github.com/owncloud/ocis/pull/11555)

- Enhancement - HTTP Strict Transport Security:
[#&#8203;11568](https://redirect.github.com/owncloud/ocis/pull/11568)

Added Support for HTTP Strict Transport Security. It reduces surface for
  Man-in-the-Middle attacks or leakage of sensitive information.

  [#&#8203;11568](https://redirect.github.com/owncloud/ocis/pull/11568)

- Enhancement - Allow markdown output for unified-roles-table:
[#&#8203;11581](https://redirect.github.com/owncloud/ocis/pull/11581)

Allows rendering the `ocis graph list-unified-roles` command in markdown
(or
  colorized)

  [#&#8203;11581](https://redirect.github.com/owncloud/ocis/pull/11581)

- Enhancement - Added the OnlyOffice license support:
[#&#8203;11624](https://redirect.github.com/owncloud/ocis/pull/11624)

  Added the OnlyOffice ee license support to the ocis\_full deployment.

  [#&#8203;11624](https://redirect.github.com/owncloud/ocis/pull/11624)

- Enhancement - Bump Web to 12.0.4:
[#&#8203;11625](https://redirect.github.com/owncloud/ocis/pull/11625)

- Bugfix
[owncloud/web#12943](https://redirect.github.com/owncloud/web/pull/12943):
Sign
    public link archiver download URL

  [#&#8203;11625](https://redirect.github.com/owncloud/ocis/pull/11625)
  <https://github.com/owncloud/web/releases/tag/v12.0.4>

- Enhancement - Update the ocis\_full deployment example:
[#&#8203;11666](https://redirect.github.com/owncloud/ocis/pull/11666)

Fix description texts, move image versions from yaml to .env where
applicapable

  [#&#8203;11666](https://redirect.github.com/owncloud/ocis/pull/11666)

- Enhancement - Bump Reva version:
[#&#8203;11669](https://redirect.github.com/owncloud/ocis/pull/11669)

  Bumped reva version

  [#&#8203;11669](https://redirect.github.com/owncloud/ocis/pull/11669)
  [#&#8203;11693](https://redirect.github.com/owncloud/ocis/pull/11693)
  [#&#8203;11704](https://redirect.github.com/owncloud/ocis/pull/11704)

- Enhancement - Added user type upgrade/downgrade:
[#&#8203;11678](https://redirect.github.com/owncloud/ocis/pull/11678)

  Added the mechanism to disable/enable personal spaces on user type
  upgrade/downgrade

  [#&#8203;11678](https://redirect.github.com/owncloud/ocis/pull/11678)

- Enhancement - Respect changed user type in OIDC claim:
[#&#8203;11684](https://redirect.github.com/owncloud/ocis/pull/11684)

Ensure that OIDC login correctly interprets user type changes to
disable/enable
  personal spaces on user type upgrade/downgrade

  [#&#8203;11684](https://redirect.github.com/owncloud/ocis/pull/11684)

- Enhancement - Drop remote.php prefix:
[#&#8203;11687](https://redirect.github.com/owncloud/ocis/pull/11687)

The `remote.php` prefix is now fully optional in WebDAV endpoints and is
never
  returned in responses.

  [#&#8203;11687](https://redirect.github.com/owncloud/ocis/pull/11687)

- Enhancement - Add configurable display attributes:
[#&#8203;11695](https://redirect.github.com/owncloud/ocis/pull/11695)

We added new configuration options `UserSearchDisplayedAttributes` which
allows
to configure the attributes that are displayed in the user search
results. We
are also deprecating the `ShowUserEmailInResults` configuration option.

  [#&#8203;11695](https://redirect.github.com/owncloud/ocis/pull/11695)

- Enhancement - Bump Web to 12.1.0:
[#&#8203;11710](https://redirect.github.com/owncloud/ocis/pull/11710)

- Bugfix
[owncloud/web#12768](https://redirect.github.com/owncloud/web/pull/12768):
Reset
    selection only when path changes - Bugfix

[owncloud/web#12780](https://redirect.github.com/owncloud/web/pull/12780):
Handle direct
    admin settings access - Bugfix

[owncloud/web#12954](https://redirect.github.com/owncloud/web/pull/12954):
Add clipboard
    permissions - Bugfix

[owncloud/web#13075](https://redirect.github.com/owncloud/web/pull/13075):
Set md-editor
    code block header to have z-index of 0 - Bugfix

[owncloud/web#13126](https://redirect.github.com/owncloud/web/pull/13126):
Make progress
    bar settings reactive - Bugfix

[owncloud/web#13127](https://redirect.github.com/owncloud/web/pull/13127):
Handle HTML
    upload error - Bugfix

[owncloud/web#13136](https://redirect.github.com/owncloud/web/pull/13136):
Disallow
    U+202E character in folder name - Bugfix

[owncloud/web#13142](https://redirect.github.com/owncloud/web/pull/13142):
Use correct
    color for universal icon - Enhancement

[owncloud/web#12788](https://redirect.github.com/owncloud/web/pull/12788):
Add markdown
    to PDF export - Enhancement

[owncloud/web#12915](https://redirect.github.com/owncloud/web/pull/12915):
Use switch for
    full text search filter - Enhancement

[owncloud/web#12925](https://redirect.github.com/owncloud/web/pull/12925):
Add MFA
    capability - Enhancement

[owncloud/web#12933](https://redirect.github.com/owncloud/web/pull/12933):
Add universal
    access - Enhancement

[owncloud/web#12973](https://redirect.github.com/owncloud/web/pull/12973):
Add GeoGebra
    pinboard icon - Enhancement

[owncloud/web#12974](https://redirect.github.com/owncloud/web/pull/12974):
Replace board
    icon - Enhancement

[owncloud/web#13093](https://redirect.github.com/owncloud/web/pull/13093):
Add
    OcResponsiveImage component - Enhancement

[owncloud/web#13093](https://redirect.github.com/owncloud/web/pull/13093):
Add topbar
    mobile logo theme option - Enhancement

[owncloud/web#13110](https://redirect.github.com/owncloud/web/pull/13110):
Add mobile to
    query param - Enhancement

[owncloud/web#13111](https://redirect.github.com/owncloud/web/pull/13111):
Use OCS v2 API
- Enhancement
[owncloud/web#13113](https://redirect.github.com/owncloud/web/pull/13113):
    Drop `remote.php` from WebDAV paths - Enhancement

[owncloud/web#13144](https://redirect.github.com/owncloud/web/pull/13144):
Display custom
    attributes in share autocomplete

  [#&#8203;11710](https://redirect.github.com/owncloud/ocis/pull/11710)
  <https://github.com/owncloud/web/releases/tag/v12.1.0>

- Enhancement - Bump Web to 12.1.1:
[#&#8203;11726](https://redirect.github.com/owncloud/ocis/pull/11726)

  This version contains only updated translations.

  [#&#8203;11726](https://redirect.github.com/owncloud/ocis/pull/11726)
  <https://github.com/owncloud/web/releases/tag/v12.1.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Category:Enhancement Add new functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants