Skip to content

Conversation

@bromiesTM
Copy link

@bromiesTM bromiesTM commented Mar 28, 2025

Steps to reproduce

  1. fetch nextcloud/server tag v30.0.7
  2. Checkout nextcloud/server tag/v.30.0.7 as a new branch git checkout -b update-to-v30.0.7 FETCH_HEAD
  3. create new branch from ionos dev git switch -c ionos-dev-v30.0.7
  4. git merge update-to-v30.0.7
  5. resolve conflicts by accepting our change to one of the npm packages & build new package-lock file

todo

custom-npms v30.0.5.1 v30.0.7 comment
custom-npms
vue-material-design-icons ^5.3.1 5.3.1 ok
@mdi/svg ^7.4.47 ^7.4.47 ok
@mdi/js ^7.4.47 ^7.4.47 ok
@nextcloud/vue 8.22.0 ^8.23.1 should be upgraded
apps-external
groupquota v0.2.1 can be updated to v0.2.2
richdocuments v8.5.3 v8.5.6 (stable30) (should be upgraded)
serverinfo v30.0.5 v30.0.7 (submodule sha should be upgraded)
user_oidc v7.0.0
viewer v30.0.5-25-gd845ff2c v30.0.7 (should be upgraded) see PR[1]

icewind1991 and others added 30 commits February 13, 2025 17:31
…le30

[stable30] test: re-add object store primary storage phpunit tests
Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder.

Signed-off-by: Louis Chemineau <[email protected]>
…le30

[stable30] fix(files): Correctly copy the cache information during copy operations
…le30

[stable30] Fix incorrect permissions when copying shared files
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-files@v3.10.1...v3.10.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.24.9 to 1.24.11.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](bahmutov/cypress-split@v1.24.9...v1.24.11)

---
updated-dependencies:
- dependency-name: cypress-split
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…eption output"

This reverts commit e202896.

Signed-off-by: Daniel Kesselberg <[email protected]>
This reverts commit d2bf361.

Signed-off-by: Daniel Kesselberg <[email protected]>
…le30

[stable30] fix(repair): PHP8.3 deprecation warning
…le30

[stable30] Bug/48678/restore dav error response
…yarn/stable30/cypress-split-1.24.11

chore(deps-dev): bump cypress-split from 1.24.9 to 1.24.11
Signed-off-by: nextcloud-command <[email protected]>
susnux and others added 20 commits March 11, 2025 21:46
Signed-off-by: Ferdinand Thiessen <[email protected]>
…le30

[stable30] fix(lookup-server): disable when not using global scale
Signed-off-by: nextcloud-command <[email protected]>
…le30

[stable30] fix(external_storage): fix settings save
1. mimetypes with a dot do not work with our mime detector (only checks
   last dot).
2. all of those files are tar files compressed as gzip / bzip2 so the
   real mimetype of the file is the compression not the tar.

We could at max. set mime to `application/x-tar+gzip`.

Signed-off-by: Ferdinand Thiessen <[email protected]>
…le30

[stable30] fix(AppDiscover): Strip double-quotes from folder name
If the flag was already set then we do not need to overwrite it.

Signed-off-by: Ferdinand Thiessen <[email protected]>
…le30

[stable30] fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz`
…le30

[stable30] fix(lookup-server): Only flag new users for lookup update / delete
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Copy link

@printminion-co printminion-co left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more stuff should be upgraded

custom-npms v30.0.5.1 v30.0.7 comment
custom-npms
vue-material-design-icons ^5.3.1 5.3.1 ok
@mdi/svg ^7.4.47 ^7.4.47 ok
@mdi/js ^7.4.47 ^7.4.47 ok
apps-external
groupquota v0.2.1 can be updated to v0.2.2
richdocuments v8.5.3 v8.5.6 (stable30) (should be upgraded)
serverinfo v30.0.5 v30.0.7 (should be upgraded)
user_oidc v7.0.0
viewer v30.0.5-25-gd845ff2c v30.0.7 (should be upgraded) see PR[1]

@printminion-co printminion-co changed the title v30.0.7 Upgrade to v30.0.7 Apr 2, 2025
@bromiesTM bromiesTM merged commit 92c421a into ionos-dev Apr 2, 2025
7 of 8 checks passed
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

Successfully merging this pull request may close these issues.