Skip to content

Commit b4a6adf

Browse files
authored
Merge pull request #11710 from owncloud/chore/bump-web-to-v12.1.0
[full-ci] chore: bump Web to v12.1.0
2 parents 4a240a9 + eeed785 commit b4a6adf

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

.drone.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The test runner source for UI tests
2-
WEB_COMMITID=4e04a4abaf02a0d54f57b9a90667675ccfe198a6
3-
WEB_BRANCH=stable-12
2+
WEB_COMMITID=052f63835d6b637f7117b650584f3e615154b800
3+
WEB_BRANCH=stable-12.1
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Enhancement: Bump Web to 12.1.0
2+
3+
- Bugfix [owncloud/web#12768](https://github.com/owncloud/web/pull/12768): Reset selection only when path changes
4+
- Bugfix [owncloud/web#12780](https://github.com/owncloud/web/pull/12780): Handle direct admin settings access
5+
- Bugfix [owncloud/web#12954](https://github.com/owncloud/web/pull/12954): Add clipboard permissions
6+
- Bugfix [owncloud/web#13075](https://github.com/owncloud/web/pull/13075): Set md-editor code block header to have z-index of 0
7+
- Bugfix [owncloud/web#13126](https://github.com/owncloud/web/pull/13126): Make progress bar settings reactive
8+
- Bugfix [owncloud/web#13127](https://github.com/owncloud/web/pull/13127): Handle HTML upload error
9+
- Bugfix [owncloud/web#13136](https://github.com/owncloud/web/pull/13136): Disallow U+202E character in folder name
10+
- Bugfix [owncloud/web#13142](https://github.com/owncloud/web/pull/13142): Use correct color for universal icon
11+
- Enhancement [owncloud/web#12788](https://github.com/owncloud/web/pull/12788): Add markdown to PDF export
12+
- Enhancement [owncloud/web#12915](https://github.com/owncloud/web/pull/12915): Use switch for full text search filter
13+
- Enhancement [owncloud/web#12925](https://github.com/owncloud/web/pull/12925): Add MFA capability
14+
- Enhancement [owncloud/web#12933](https://github.com/owncloud/web/pull/12933): Add universal access
15+
- Enhancement [owncloud/web#12973](https://github.com/owncloud/web/pull/12973): Add GeoGebra pinboard icon
16+
- Enhancement [owncloud/web#12974](https://github.com/owncloud/web/pull/12974): Replace board icon
17+
- Enhancement [owncloud/web#13093](https://github.com/owncloud/web/pull/13093): Add OcResponsiveImage component
18+
- Enhancement [owncloud/web#13093](https://github.com/owncloud/web/pull/13093): Add topbar mobile logo theme option
19+
- Enhancement [owncloud/web#13110](https://github.com/owncloud/web/pull/13110): Add mobile to query param
20+
- Enhancement [owncloud/web#13111](https://github.com/owncloud/web/pull/13111): Use OCS v2 API
21+
- Enhancement [owncloud/web#13113](https://github.com/owncloud/web/pull/13113): Drop `remote.php` from WebDAV paths
22+
- Enhancement [owncloud/web#13144](https://github.com/owncloud/web/pull/13144): Display custom attributes in share autocomplete
23+
24+
https://github.com/owncloud/ocis/pull/11710
25+
https://github.com/owncloud/web/releases/tag/v12.1.0

services/web/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := bash
22
NAME := web
3-
WEB_ASSETS_VERSION = v12.0.4
3+
WEB_ASSETS_VERSION = v12.1.0
44

55
include ../../.make/recursion.mk
66

0 commit comments

Comments
 (0)