Skip to content

Commit

Permalink
[full-ci] Prepare 5.2.0 release (#6506)
Browse files Browse the repository at this point in the history
* prepare 5.2.0 release

* fix oidc post_logout_redirect_uri

* unexpected passes

* update changelogs

* Update translations

Co-authored-by: Benedikt Kulmann <[email protected]>
  • Loading branch information
fschade and kulmann authored Mar 3, 2022
1 parent db9d30b commit b240ba9
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.0",
"version": "5.2.0",
"private": true,
"homepage": "https://github.com/owncloud/web",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-files/l10n/translations.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web-integration-oc10/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For feedback and bug reports, please use the [public issue tracker](https://gith
</description>
<licence>AGPL</licence>
<author>ownCloud</author>
<version>5.1.0</version>
<version>5.2.0</version>
<category>tools</category>
<website>https://github.com/owncloud/web</website>
<bugs>https://github.com/owncloud/web/issues</bugs>
Expand Down
4 changes: 1 addition & 3 deletions packages/web-runtime/src/services/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export function initVueAuthenticate(config) {
response_mode: 'query',
scope: 'openid profile offline_access',
monitorSession: false,
// set uri directly to the login route to prevent problems with query parameters.
// See https://github.com/owncloud/web/issues/3285
post_logout_redirect_uri: buildUrl('/login'),
post_logout_redirect_uri: buildUrl('/'),
silent_redirect_uri: buildUrl('/oidc-silent-redirect.html'),
accessTokenExpiringNotificationTime: 10,
automaticSilentRenew: true,
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_web
sonar.organization=owncloud-1
sonar.projectName=Web
sonar.projectVersion=5.1.0
sonar.projectVersion=5.2.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,3 @@ Other free text and markdown formatting can be used elsewhere in the document if

### [empty subfolder inside a folder to be uploaded is not created on the server](https://github.com/owncloud/web/issues/6348)
- [webUIUpload/upload.feature:42](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/upload.feature#L42)

### [Logging out doesn't work with the latest oCIS server](https://github.com/owncloud/web/issues/6479)
- [webUILogin/openidLogin.feature:22](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L22)
- [webUILogin/openidLogin.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L29)

0 comments on commit b240ba9

Please sign in to comment.