forked from nextcloud/server
-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade to v30.0.7 #144
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
Merged
Merged
Upgrade to v30.0.7 #144
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
…le30 [stable30] test: re-add object store primary storage phpunit tests
…g share cache items Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: SebastianKrupinski <[email protected]>
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]>
Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
…le30 [stable30] fix(files): Correctly copy the cache information during copy operations
…le30 [stable30] Fix incorrect permissions when copying shared files
Signed-off-by: Benjamin Gaussorgues <[email protected]>
Signed-off-by: Git'Fellow <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
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]>
Signed-off-by: Git'Fellow <[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]>
This reverts commit 9992e7d. Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
…le30 [stable30] fix(repair): PHP8.3 deprecation warning
…le30 [stable30] Bug/48678/restore dav error response
Signed-off-by: Nextcloud bot <[email protected]>
…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]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
…le30 [stable30] fix(lookup-server): disable when not using global scale
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
…le30 [stable30] fix(external_storage): fix settings save
Signed-off-by: Nextcloud bot <[email protected]>
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: Nextcloud bot <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Update to v30.0.7
printminion-co
requested changes
Apr 1, 2025
There was a problem hiding this 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] |
- review/merge IONOS-Productivity/nc-viewer#31
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
Signed-off-by: Kai Henseler <[email protected]>
printminion-co
approved these changes
Apr 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Steps to reproduce
git checkout -b update-to-v30.0.7 FETCH_HEADgit switch -c ionos-dev-v30.0.7git merge update-to-v30.0.7todo