Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0 Tech Preview #1654

Closed
14 of 16 tasks
micbar opened this issue Feb 15, 2021 · 9 comments
Closed
14 of 16 tasks

Release 1.2.0 Tech Preview #1654

micbar opened this issue Feb 15, 2021 · 9 comments

Comments

@micbar
Copy link
Contributor

micbar commented Feb 15, 2021

Changelog for 1.2.0 (2021-02-17)

The following sections list the changes for 1.2.0.

Summary

  • Bugfix - Check if roles are present in user object before looking those up: #1388
  • Bugfix - Fix etcd address configuration: #1546
  • Bugfix - Remove unimplemented config file option for oCIS root command: #1636
  • Bugfix - Fix thumbnail generation when using different idp: #1624
  • Change - Initial release of graph and graph explorer: #1594
  • Change - Move runtime code on refs/pman over to owncloud/ocis/ocis: #1483
  • Change - Update ownCloud Web to v2.0.0: #1661
  • Enhancement - Make use of new design-system oc-table: #1597
  • Enhancement - Use a default protocol parameter instead of explicitly disabling tus: #1331
  • Enhancement - Functionality to map home directory to different storage providers: #1186
  • Enhancement - Introduce ADR: #1042
  • Enhancement - Switch to opencontainers annotation scheme: #1381
  • Enhancement - Migrate ocis-graph-explorer to ocis monorepo: #1596
  • Enhancement - Migrate ocis-graph to ocis monorepo: #1594
  • Enhancement - Enable group sharing and add config for sharing SQL driver: #1626
  • Enhancement - Update reva to v1.5.2-0.20210125114636-0c10b333ee69: #1482

Reva Changelog for reva 1.6.0 (2021-02-16)

=======================================

The following sections list the changes in reva 1.6.0 relevant to
reva users. The changes are ordered by importance.

Summary

Reva Changelog for reva 1.5.1 (2021-01-19)

=======================================

The following sections list the changes in reva 1.5.1 relevant to
reva users. The changes are ordered by importance.

Summary

Web Changelog for ownCloud Web 2.0.0 (2021-02-16)

=======================================
The following sections list the changes in ownCloud web 2.0.0 relevant to
ownCloud admins and users.

Summary

  • Change - Switch from webpack to rollup: #4584
  • Change - Update ODS to 2.1.2: #4594

Tasks

@kulmann kulmann mentioned this issue Feb 16, 2021
9 tasks
@wkloucek
Copy link
Contributor

We need to add a migration notice described in #1569 to the change log.

@butonic you mentioned another breaking change regarding the shares.json? Currently the only way to go forward is deleting that file?

@butonic
Copy link
Member

butonic commented Feb 17, 2021

yes, @ishank011 will add an updated changelog with #1626 (review)

@ishank011
Copy link
Contributor

@butonic I added the changelog. It's good to be merged

@kulmann
Copy link
Member

kulmann commented Feb 17, 2021

Examples for smoke testing steps are:

There was also some smoke testing on an RPi.

@butonic
Copy link
Member

butonic commented Feb 17, 2021

@ishank011 we'll do another smoke test before merging

@kulmann
Copy link
Member

kulmann commented Feb 17, 2021

Smoke testing on https://localhost:9200/ on macOS

Files

  • ✔️ login as einstein
  • ✔️ create a folder "eBooks"
  • ✔️ share "eBooks" with marie as viewer
  • ✔️share "eBooks" with richard as editor
  • ✔️ create a subfolder "eBooks/test"
  • ✔️ upload "paper.pdf" into "eBooks/test"
  • ✔️ upload "image.jpg" into "/"
  • ✔️ copy "image.jpg" into "eBooks"
  • ✔️ move "image.jpg" into "eBooks/test"
  • ✔️ share "eBooks" as unprotected public link with viewer role
    • ✔️ access unprotected public link
    • ✔️ no write actions available on files, folders, subfolders, files in subfolders
    • ✔️ download of files works (doublecheck in OS filebrowser)
    • ❌ viewing images in mediaviewer doesn't work - known issue #1075
  • ✔️ share "eBooks" as password protected public link with editor role
    • ✔️ access password protected public link
    • ✔️ write actions available on files, folders, subfolders, files in subfolders
    • ✔️ deleting files and folders works and is visible to share owner
    • ✔️ renaming files and folders works and is visible to share owner
    • ✔️ uploading files works and is visible to share owner
    • ✔️ download of files works (doublecheck in OS filebrowser)
    • ❌ viewing images in mediaviewer doesn't work - known issue #1075
  • ❌ restoring a file from the trahsbin that was deleted from within a public link fails
  • ✔️ permanently deleting a file from the trashbin works
  • ✔️ clearing the trashbin works
  • ✔️ login as richard
    • ✔️ accept "eBooks" share
    • ✔️ browse into "eBooks" share by clicking on it in "Shared with me"
    • ✔️ see breadcrumbs as "/Shares/eBooks"
    • ✔️ browse into "test" subfolder
    • ✔️ open "image.jpg" in mediaviewer
    • ✔️ close mediaviewer, land in "/Shares/eBooks/test" in the files app again
    • ✔️ open right sidebar (details) for "image.jpg"
    • ✔️ rename "image.jpg" to "renamed-by-richard.jpg"
    • ✔️ download of "renamed-by-richard.jpg" works (doublecheck in OS filebrowser)
    • ✔️ re-upload "renamed-by-richard.jpg", creating a new version
    • ❌ download older version of "renamed-by-richard.jpg" fails (501 - not implemented)
    • ❌ restoring older version creates a new version - known issue #1214
  • ✔️ login as marie
    • ✔️ accept "eBooks" share
    • ✔️ browse into "eBooks" share by going to "All files" and browsing into "/Shares/eBooks"
    • ✔️ browse into "test" subfolder
    • ✔️ open "renamed-by-richard.jpg" in mediaviewer
    • ✔️ close mediaviewer, land in "/Shares/eBooks/test" in the files app again
    • ✔️ open right sidebar (details) for "renamed-by-richard.jpg"
    • ✔️ action "Rename" is not available in the right sidebar
    • ✔️ action "Move" is not available in the right sidebar
    • ✔️ action "Delete" is not available in the right sidebar
    • ✔️ check the checkbox for "renamed-by-richard.jpg" in the files list
    • ✔️ action "Move" is not available in the batch actions at the top
    • ❌ action "Delete" is available in the batch actions at the top

Settings

  • ✔️ login as marie
  • ✔️ go to settings page by clicking on username (top right) and clicking on "Settings"
  • ✔️ select "Deutsch" as language
  • ✔️ nav items in the left sidebar are displayed in german language
  • ✔️ browse to files app
  • ✔️ nav items in the left sidebar are displayed in german language
  • ✔️ table header and footer of the "All files" list are displayed in german language
  • ✔️ button and sub-actions for creating new resources is displayed in german language
  • ✔️ logout and then login as richard
  • ✔️ all UI elements mentioned before are again displayed in english language (as language for richard was not changed)

@micbar
Copy link
Contributor Author

micbar commented Feb 17, 2021

@pmaier1, can you please have a look


ownCloud Infinite Scale 1.2.0 Technology Preview

We are pleased to announce the availability of ownCloud Infinite Scale 1.2.0 Technology Preview, the new Infinite Scale platform.

Improvements in 1.2.0 Technology Preview

@labkode
Copy link
Contributor

labkode commented Feb 17, 2021

@micbar typo
Reduced the bundle size in onwCloud Web =>
Reduced the bundle size in ownCloud Web

@dragotin
Copy link
Contributor

Completed successfully :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants