From aa1c03aae29b98bf88b5b566dabd4cd8f494adbf Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 30 Mar 2021 11:44:58 +0200 Subject: [PATCH 1/5] fix unreleased changelog for jpeg --- changelog/TEMPLATE | 2 +- changelog/unreleased/fix-jpeg-thumbnails.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/TEMPLATE b/changelog/TEMPLATE index 15af9725e0..4cb31e865b 100644 --- a/changelog/TEMPLATE +++ b/changelog/TEMPLATE @@ -7,5 +7,5 @@ The text in the paragraphs is written in past tense. The last section is a list of issue URLs, PR URLs and other URLs. The first issue ID (or the first PR ID, in case there aren't any issue links) is used as the primary ID. -https://github.com/owncloud/ocis/issues/1234 https://github.com/owncloud/ocis/pull/55555 +https://github.com/owncloud/ocis/issues/1234 diff --git a/changelog/unreleased/fix-jpeg-thumbnails.md b/changelog/unreleased/fix-jpeg-thumbnails.md index dfc8020708..7043390e2e 100644 --- a/changelog/unreleased/fix-jpeg-thumbnails.md +++ b/changelog/unreleased/fix-jpeg-thumbnails.md @@ -2,5 +2,5 @@ Bugfix: Fix thumbnail generation for jpegs Images with the extension `.jpeg` were not properly supported. -https://github.com/owncloud/ocis/issues/1490 https://github.com/owncloud/ocis/pull/1785 +https://github.com/owncloud/ocis/issues/1490 From eeafcf8cfdb1e0155cb983acc7524485906a5c0a Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Tue, 30 Mar 2021 14:00:03 +0200 Subject: [PATCH 2/5] [docs-only] 1.4.0 Release Notes --- docs/ocis/release_notes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index e574ffa626..85e9c36e08 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -7,6 +7,29 @@ geekdocEditPath: edit/master/docs/ocis geekdocFilePath: release_notes.md --- +## ownCloud Infinite Scale 1.4.0 Technology Preview + +Version 1.4.0 brings new features, bug fixes and further improvements. The accessibility of ownCloud Web has greatly improved, paving the way for WCAG 2.1 compliance. The Infinite Scale platform has received major improvements regarding memory consumption. The user storage quota feature has been implemented and folder sizes are now properly calculated. It is now possible to write log messages to log files and to specify configuration values using a config file. + +The most prominent changes in version 1.4.0 comprise: + +- ownCloud Web has received many further improvements regarding accessibility and WCAG 2.1 compliance +- Reduced the memory consumption of the runtime drastically (by a factor of 24) [#1762](https://github.com/owncloud/ocis/pull/1762) +- Initial quota support to impose storage space restrictions for users (query / set) [#1405](https://github.com/cs3org/reva/pull/1405) +- Folder sizes are now calculated correctly (tree size accounting) [#1405](https://github.com/cs3org/reva/pull/1405) +- The media viewer now also works with upper case file extensions (e.g., JPG) [#4627](https://github.com/owncloud/web/pull/4627) +- Added the possibility to write the log to a file with the option to write separated log files by service [#1816](https://github.com/owncloud/ocis/pull/1816) +- Added the possibility to specify configuration values for the entire platform in a single config file [#1762](https://github.com/owncloud/ocis/pull/1762) +- Added GIF and JPEG file types for thumbnail generation (allows to display thumbnails and use the media viewer for GIF/JPEG images) [#1791](https://github.com/owncloud/ocis/pull/1791) +- Fixes for the trash bin feature [#1552](https://github.com/cs3org/reva/pull/1552) + +You can also read the full [ownCloud Infinite Scale changelog](https://github.com/owncloud/ocis/blob/master/CHANGELOG.md) and [ownCloud Web changelog](https://github.com/owncloud/web/blob/master/CHANGELOG.md#changelog-for-owncloud-web-200-2021-02-16) for further details on what has changed. + +### Breaking changes +{{< hint warning >}} +We are currently in a Tech Preview state and breaking changes may occur at any time. For more information see our [release roadmap]({{< ref "./release_roadmap.md" >}}) +{{< /hint >}} + ## ownCloud Infinite Scale 1.3.0 Technology Preview Version 1.3.0 is a regular maintenance and bugfix release. It provides the latest improvements to users and administrators. From e26243ddf30545b05d390851134d872ce429f34a Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 30 Mar 2021 15:25:34 +0200 Subject: [PATCH 3/5] use web 2.1.0 changelog for release notes --- docs/ocis/release_notes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 85e9c36e08..05ba7b3182 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -13,11 +13,10 @@ Version 1.4.0 brings new features, bug fixes and further improvements. The acces The most prominent changes in version 1.4.0 comprise: -- ownCloud Web has received many further improvements regarding accessibility and WCAG 2.1 compliance +- ownCloud Web is now able to use pre-signed url downloads for password protected shares - Reduced the memory consumption of the runtime drastically (by a factor of 24) [#1762](https://github.com/owncloud/ocis/pull/1762) - Initial quota support to impose storage space restrictions for users (query / set) [#1405](https://github.com/cs3org/reva/pull/1405) - Folder sizes are now calculated correctly (tree size accounting) [#1405](https://github.com/cs3org/reva/pull/1405) -- The media viewer now also works with upper case file extensions (e.g., JPG) [#4627](https://github.com/owncloud/web/pull/4627) - Added the possibility to write the log to a file with the option to write separated log files by service [#1816](https://github.com/owncloud/ocis/pull/1816) - Added the possibility to specify configuration values for the entire platform in a single config file [#1762](https://github.com/owncloud/ocis/pull/1762) - Added GIF and JPEG file types for thumbnail generation (allows to display thumbnails and use the media viewer for GIF/JPEG images) [#1791](https://github.com/owncloud/ocis/pull/1791) From fbe825bedc4aa5b452dc84287718dfae79ef17eb Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 30 Mar 2021 15:27:12 +0200 Subject: [PATCH 4/5] link pr --- docs/ocis/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 05ba7b3182..5b0f1abfff 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -13,7 +13,7 @@ Version 1.4.0 brings new features, bug fixes and further improvements. The acces The most prominent changes in version 1.4.0 comprise: -- ownCloud Web is now able to use pre-signed url downloads for password protected shares +- ownCloud Web is now able to use pre-signed url downloads for password protected shares [#38376](https://github.com/owncloud/core/pull/38376) - Reduced the memory consumption of the runtime drastically (by a factor of 24) [#1762](https://github.com/owncloud/ocis/pull/1762) - Initial quota support to impose storage space restrictions for users (query / set) [#1405](https://github.com/cs3org/reva/pull/1405) - Folder sizes are now calculated correctly (tree size accounting) [#1405](https://github.com/cs3org/reva/pull/1405) From 1ba10d97e83ead5b5794e5da0a0af8312e76c85e Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 30 Mar 2021 16:32:34 +0200 Subject: [PATCH 5/5] create release changelog folder --- .../add-focus-to-inputs-on-login.md | 0 .../add-labels-and-aria-labelled-by-on-login.md | 0 changelog/{unreleased => 1.4.0_2021-03-30}/build-all-targets.md | 0 .../{unreleased => 1.4.0_2021-03-30}/clarify-expected-failures.md | 0 .../enhancement-adjust-login-page-title.md | 0 changelog/{unreleased => 1.4.0_2021-03-30}/fix-jpeg-thumbnails.md | 0 changelog/{unreleased => 1.4.0_2021-03-30}/logging-to-file.md | 0 .../runtime-address-configurable.md | 0 .../{unreleased => 1.4.0_2021-03-30}/thumbnails-support-gifs.md | 0 changelog/{unreleased => 1.4.0_2021-03-30}/tracing-refactor.md | 0 .../update-reva-to-e8a00d9b2368-and-go-to-1-16.md | 0 changelog/{unreleased => 1.4.0_2021-03-30}/update-web-2.1.0.md | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename changelog/{unreleased => 1.4.0_2021-03-30}/add-focus-to-inputs-on-login.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/add-labels-and-aria-labelled-by-on-login.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/build-all-targets.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/clarify-expected-failures.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/enhancement-adjust-login-page-title.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/fix-jpeg-thumbnails.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/logging-to-file.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/runtime-address-configurable.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/thumbnails-support-gifs.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/tracing-refactor.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/update-reva-to-e8a00d9b2368-and-go-to-1-16.md (100%) rename changelog/{unreleased => 1.4.0_2021-03-30}/update-web-2.1.0.md (100%) diff --git a/changelog/unreleased/add-focus-to-inputs-on-login.md b/changelog/1.4.0_2021-03-30/add-focus-to-inputs-on-login.md similarity index 100% rename from changelog/unreleased/add-focus-to-inputs-on-login.md rename to changelog/1.4.0_2021-03-30/add-focus-to-inputs-on-login.md diff --git a/changelog/unreleased/add-labels-and-aria-labelled-by-on-login.md b/changelog/1.4.0_2021-03-30/add-labels-and-aria-labelled-by-on-login.md similarity index 100% rename from changelog/unreleased/add-labels-and-aria-labelled-by-on-login.md rename to changelog/1.4.0_2021-03-30/add-labels-and-aria-labelled-by-on-login.md diff --git a/changelog/unreleased/build-all-targets.md b/changelog/1.4.0_2021-03-30/build-all-targets.md similarity index 100% rename from changelog/unreleased/build-all-targets.md rename to changelog/1.4.0_2021-03-30/build-all-targets.md diff --git a/changelog/unreleased/clarify-expected-failures.md b/changelog/1.4.0_2021-03-30/clarify-expected-failures.md similarity index 100% rename from changelog/unreleased/clarify-expected-failures.md rename to changelog/1.4.0_2021-03-30/clarify-expected-failures.md diff --git a/changelog/unreleased/enhancement-adjust-login-page-title.md b/changelog/1.4.0_2021-03-30/enhancement-adjust-login-page-title.md similarity index 100% rename from changelog/unreleased/enhancement-adjust-login-page-title.md rename to changelog/1.4.0_2021-03-30/enhancement-adjust-login-page-title.md diff --git a/changelog/unreleased/fix-jpeg-thumbnails.md b/changelog/1.4.0_2021-03-30/fix-jpeg-thumbnails.md similarity index 100% rename from changelog/unreleased/fix-jpeg-thumbnails.md rename to changelog/1.4.0_2021-03-30/fix-jpeg-thumbnails.md diff --git a/changelog/unreleased/logging-to-file.md b/changelog/1.4.0_2021-03-30/logging-to-file.md similarity index 100% rename from changelog/unreleased/logging-to-file.md rename to changelog/1.4.0_2021-03-30/logging-to-file.md diff --git a/changelog/unreleased/runtime-address-configurable.md b/changelog/1.4.0_2021-03-30/runtime-address-configurable.md similarity index 100% rename from changelog/unreleased/runtime-address-configurable.md rename to changelog/1.4.0_2021-03-30/runtime-address-configurable.md diff --git a/changelog/unreleased/thumbnails-support-gifs.md b/changelog/1.4.0_2021-03-30/thumbnails-support-gifs.md similarity index 100% rename from changelog/unreleased/thumbnails-support-gifs.md rename to changelog/1.4.0_2021-03-30/thumbnails-support-gifs.md diff --git a/changelog/unreleased/tracing-refactor.md b/changelog/1.4.0_2021-03-30/tracing-refactor.md similarity index 100% rename from changelog/unreleased/tracing-refactor.md rename to changelog/1.4.0_2021-03-30/tracing-refactor.md diff --git a/changelog/unreleased/update-reva-to-e8a00d9b2368-and-go-to-1-16.md b/changelog/1.4.0_2021-03-30/update-reva-to-e8a00d9b2368-and-go-to-1-16.md similarity index 100% rename from changelog/unreleased/update-reva-to-e8a00d9b2368-and-go-to-1-16.md rename to changelog/1.4.0_2021-03-30/update-reva-to-e8a00d9b2368-and-go-to-1-16.md diff --git a/changelog/unreleased/update-web-2.1.0.md b/changelog/1.4.0_2021-03-30/update-web-2.1.0.md similarity index 100% rename from changelog/unreleased/update-web-2.1.0.md rename to changelog/1.4.0_2021-03-30/update-web-2.1.0.md