Merge pull request #3291 from owncloud/update-web-5-3-0-rc1

[full-ci] Bump web to v5.3.0-rc.1
This commit is contained in:
Pascal Wengerter
2022-03-10 12:50:22 +01:00
committed by GitHub
4 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ CORE_COMMITID=4512f46e7196a8c1f1cfc56ec397628cbf540407
CORE_BRANCH=master CORE_BRANCH=master
# The test runner source for UI tests # The test runner source for UI tests
WEB_COMMITID=b240ba9117e998edc0cd7d1d5586ba19591e1511 WEB_COMMITID=bb612cfc1c63316a159c7e29b81438595cef8fdb
WEB_BRANCH=master WEB_BRANCH=master
@@ -0,0 +1,9 @@
Enhancement: Update ownCloud Web to v5.3.0-rc.1
Tags: web
We updated ownCloud Web to v5.3.0-rc.1. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/web/pull/6561
https://github.com/owncloud/ocis/pull/3291
https://github.com/owncloud/web/releases/tag/v5.3.0-rc.1
@@ -1,34 +1,26 @@
const filesMenu = { const filesMenu = {
English: [ English: [
'All files', 'Personal',
'Shared with me', 'Shares',
'Shared with others', 'Spaces\nbeta',
'Shared via link',
'Spaces',
'Deleted files' 'Deleted files'
], ],
Deutsch: [ Deutsch: [
'Alle Dateien', 'Persöhnlich',
'Mit mir geteilt', 'Shares',
'Mit anderen geteilt', 'Spaces\nbeta',
'Per Link geteilt',
'Spaces',
'Gelöschte Dateien' 'Gelöschte Dateien'
], ],
Español: [ Español: [
'Todos los archivos', 'Personal',
'Compartido conmigo', 'Shares',
'Compartido con otros', 'Spaces\nbeta',
'Shared via link',
'Spaces',
'Archivos borrados' 'Archivos borrados'
], ],
Français: [ Français: [
'Tous les fichiers', 'Personal',
'Partagé avec moi', 'Shares',
'Partagé avec autres', 'Spaces\nbeta',
'Shared via link',
'Spaces',
'Fichiers supprimés' 'Fichiers supprimés'
] ]
} }
+1 -1
View File
@@ -1,6 +1,6 @@
SHELL := bash SHELL := bash
NAME := web NAME := web
WEB_ASSETS_VERSION = v5.2.0 WEB_ASSETS_VERSION = v5.3.0-rc.1
include ../.make/recursion.mk include ../.make/recursion.mk