-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable30] Ci fixes #48204
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
Closed
Closed
[stable30] Ci fixes #48204
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: Nextcloud bot <[email protected]>
Signed-off-by: GitHub <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
…npm-audit [stable30] Fix npm audit
1. The "recent" accounts API only works for admin and delegated admin -> hide for group managers 2. Group managers can not create new groups -> Hide the UI to add a new group for them 3. Accounts created by group managers require one of the groups, which is managed by the group manager, assigned. So if the group manager only manageres a single group, we should preselect that group. Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
…ager [stable30] fix(settings): Hide forbidden UI elements for group managers
…le30/ts-jest-29.2.5 chore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5
Signed-off-by: fenn-cs <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
[stable30] fix(UnifiedSearch): Restore normal dialog size
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.3.5 to 5.3.7. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v5.3.7/CHANGELOG.md) - [Commits](nextcloud-libraries/nextcloud-dialogs@v5.3.5...v5.3.7) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
…le30/nextcloud/dialogs-5.3.7 [stable30] chore(deps): bump @nextcloud/dialogs from 5.3.5 to 6.0.0
[stable30] fix(css): Adjust header styles to only add focus-visible styles to menu
…older Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: protoclown <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
[stable30] fix(css): make scrollbar visible again
[stable30] fix: Do not fail to get internal path on NonExistingFile
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
[stable30] [LinkReferenceProvider] Better size check
[stable30] fix(files): Correctly parse external shares for files UI
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: Luc Didry <[email protected]>
NC_ env variable overrides were not appearing in the output of `occ config:list system` nor `occ config:system:get xxx`. This was creating nearly impossible to diagnose configuration/ behavior disprepancies. - Refactored readData() so that we aren't saving the entire environment in the envCache anymore (only those prefixed "NC_") and so that we save NC_ provided config values under their real key. - Refactored getValue() to accommodate readData() refactor - Fixed getKeys() to properly return envCache keys too Environment provided config variables now appear in `occ config:list system` as expected. Environment provided config variables now appear when queried via `occ config:system:get KEY` envCache is now free of non-NC stuff. Signed-off-by: Josh Richards <[email protected]>
Signed-off-by: Josh Richards <[email protected]>
Signed-off-by: Josh Richards <[email protected]>
[stable30] fix(config): Add missing handling for `envCache` in `getKeys()`
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: John Molakvoæ <[email protected]>
[stable30] 🥅 — Catch MaxInstancesExceededException on calendar events
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
[stable30] fix(setup-checks): Ensure URL with webroot works
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
…FromStorage Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
…utput Signed-off-by: Louis Chemineau <[email protected]>
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.
Backports #48145 , #48160 and #48177
to fix the ci exit and fix resulting broken tests