IONOS(config): update submodule 01b3f0f (Merge pull request #145 from IONOS-Productivity/mk/fix/disable-notify-push-without-redis-password) - #298
Open
printminion-co wants to merge 3800 commits into
Conversation
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
…le31 [stable31] feat(SetupChecks): Add check for TaskProcessing pickup speed
…p-info fix(files_sharing): show note, label and list of uploaded files on file drop
…le31 [stable31] fix(dav): add repair step to queue job to update rooms and resources
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
When a share includes a note, ensure the note checkbox is checked and the note is displayed when reopening the share sidebar. Fixes: nextcloud#52794. Signed-off-by: nfebe <fenn25.fn@gmail.com>
If a share note is present, the advanced settings should expand automatically, without the user needing to click. Signed-off-by: nfebe <fenn25.fn@gmail.com> [skip ci]
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
…le31 [stable31] fix(files_sharing): Show note if note exists on share
…-hardening-31 [stable31] ci: Update comments and correctly skip the "pull 3rdparty" command
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
…le31 [stable31] feat: only get template fields once selected
…le31 [stable31] fix(files): do not even try to fetch a preview if `has-preview` is false
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
…le31 [stable31] fix(log): map all warnings to warn log level, notice to info
Signed-off-by: Kent Delante <kent.delante@proton.me> [skip ci]
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Franziska Bath <franziska.bath@strato.de>
Fixes: nextcloud/collectives#1527 Signed-off-by: Jonas <jonas@freesources.org>
…le31 [stable31] fix(FileReferenceEventListener): Invalidate cache after node was renamed
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Louis Chemineau <louis@chmn.me>
…le31 [stable31] perf: improve query to determine which users need a background scan
Signed-off-by: Edward Ly <contact@edward.ly>
Source: https://github.com/nextcloud/server/releases/tag/v31.0.6 Executed commands: 1. curl -fsSL "https://raw.githubusercontent.com/nextcloud/server/v31.0.6/package.json" -o package.json 2. curl -fsSL "https://raw.githubusercontent.com/nextcloud/server/v31.0.6/package-lock.json" -o package-lock.json Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Source: https://github.com/nextcloud/server/releases/tag/v31.0.6 Executed commands: 1. npm install (in custom-npms/nc-mdi-js) 2. npm link (in custom-npms/nc-mdi-js) 3. npm install (in custom-npms/nc-mdi-svg/dist) 4. npm link (in custom-npms/nc-mdi-svg/dist) 5. npm install (in custom-npms/nc-vue-material-design-icons/dist) 6. npm link (in custom-npms/nc-vue-material-design-icons/dist) 7. npm install (in custom-npms/nc-nextcloud-vue) 8. npm link (in custom-npms/nc-nextcloud-vue) 9. npm link @mdi/js @mdi/svg vue-material-design-icons @nextcloud/vue --save 10. npm install Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
keep the $this->providers types Test via ./occ config:app:set --value '["files","settings"]' --type array core unified_search.providers_allowed should be part of 8e57004 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…e providers Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…d providers restriction and empty configuration Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…rder values Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
https://github.com/IONOS-Productivity/nc-ionos-theme/releases/tag/31.0.6-2463c23 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Co-Authored-By: Thomas Lehmann <t.lehmann@strato.de> Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
https://github.com/IONOS-Productivity/nc-simplesettings/releases/tag/1.0.0-acd86b2 Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
The newer version fixes an issue where logout does not work on first attempt, when Nextcloud was opened in a freshly started browser. Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
fix vendor/*/src file inclusion https://github.com/IONOS-Productivity/nc-config/releases/tag/a499bd0 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
https://github.com/nextcloud/user_oidc/releases/tag/v8.6.1 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Per HDNEXT-1373 and HDNEXT-1091, the hidrivenext-image pipeline must be triggered on the 'main' branch (same as ncw-server). Pass BUILD_TYPE variable instead to differentiate dev/stable builds.
Adds traceability link back to the GitHub Actions run that triggered the GitLab image pipeline, matching ncw-server behaviour.
… backoff) Mirrors ncw-server behaviour: retries up to 3 times with 5s/10s/20s delays before failing the job, making the trigger more resilient to transient errors.
Validates that all required secrets and job outputs are present before attempting the trigger, providing clear error messages on misconfiguration.
Allows disabling the GitLab trigger via a repository variable without modifying the workflow file. Also makes dependent job success conditions explicit, matching ncw-server behaviour.
Implements build number injection system for production traceability: - Modified version.php to read .buildnumber file and append build ID as $OC_Version[4] - Updated hidrive-next-build.yml workflow to create .buildnumber file with GitHub run_number - Added .buildnumber to .gitignore for CI/CD generated files This preserves the original semantic version while adding build metadata for tracking specific CI/CD runs in production environments. Ported from IONOS-Productivity/ncw-server commit 0f2d429 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
set to 0.0.4-8766e39 release tag
…_theming-submodule IONOS(nc_theming): update submodule e4b1228 (chore: bump max-version …
Submodule: ed207cd49591db0b5797d2f7e8a016e2c2ef115d Release: https://github.com/IONOS-Productivity/nc-simplesettings/releases/tag/1.0.0-ed207cd
https://github.com/IONOS-Productivity/nc-config/releases/tag/0f96a40 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
… IONOS-Productivity/mk/fix/disable-notify-push-without-redis-password) https://github.com/IONOS-Productivity/nc-config/releases/tag/01b3f0f Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
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.
IONOS(config): update submodule 01b3f0f (Merge pull request #145 from IONOS-Productivity/mk/fix/disable-notify-push-without-redis-password)
https://github.com/IONOS-Productivity/nc-config/releases/tag/01b3f0f
Source PR: IONOS-Productivity/nc-config#145
Auto-generated PR from IONOS repository push to master branch.