Skip to content

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
ionos-dev-v33from
update-IONOS-submodule-01b3f0f
Open

IONOS(config): update submodule 01b3f0f (Merge pull request #145 from IONOS-Productivity/mk/fix/disable-notify-push-without-redis-password)#298
printminion-co wants to merge 3800 commits into
ionos-dev-v33from
update-IONOS-submodule-01b3f0f

Conversation

@printminion-co

Copy link
Copy Markdown

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.

nextcloud-command and others added 30 commits May 26, 2025 14:14
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>
…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>
printminion-co and others added 29 commits August 11, 2025 12:58
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>
Co-Authored-By: Thomas Lehmann <t.lehmann@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@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>
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>
…_theming-submodule

IONOS(nc_theming): update submodule e4b1228 (chore: bump max-version …
… 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>
@printminion-co
printminion-co changed the base branch from ionos-dev to ionos-dev-v33 August 3, 2026 14:20
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.