Simon L.
5c242195a8
Merge pull request #7621 from nextcloud/aio-helm-update
...
Helm Chart updates
2026-02-18 13:43:43 +01:00
szaimen
3f0abf2b31
Helm Chart updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-18 12:43:05 +00:00
Simon L.
6b20209886
Merge pull request #7606 from nextcloud/enh/7567/install-docs-unraid
...
readme: add install docs for unraid
2026-02-17 16:52:42 +01:00
Simon L.
410dc0e489
Merge pull request #7607 from nextcloud/enh/7601/add-extra-hosts-guide
...
readme: add guide how to add extra hosts to the containers
2026-02-17 15:19:37 +01:00
Simon L.
cf507d6159
Merge pull request #7616 from th0rgall/patch-1
...
Docs: clarify filtering of archives during borg backup pruning
2026-02-17 15:06:29 +01:00
Thor Galle
91152877c9
Apply suggestion from @szaimen
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Thor Galle <thorgalle@gmail.com >
2026-02-17 15:03:17 +01:00
Simon L.
4da3a06458
address review
...
Co-authored-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-17 13:20:53 +01:00
Thor Galle
b70b5f6486
Fix typo
...
Signed-off-by: Thor Galle <thorgalle@gmail.com >
2026-02-17 10:28:26 +01:00
Thor Galle
e4f34da3bb
Docs: clarify filtering of archives during borg backup pruning
...
Clarify the retention policy adjustment instructions by mentioning to not include the '-a' or '--glob-archives' option.
I recently included in the retention policy env variable, and it lead to a pruning error due to the duplicate `-a` ... `--glob-archives` options. I added it because I didn't know that AIO already filtered archives in the borg repo during pruning, and I was worried that it would prune out other non-Nextcloud-AIO backups in the repo. I added a very similar glob myself, so just omitting what I added was the solution for my problem.
As an alternative to this edit, I was thinking that Nextcloud AIO's default filtering behavior could be clarified elsewhere is a positive way.
Two ideas:
1. Modify the start of the retention policy FAQ, like:
After a backup, AIO prunes your borg archives with the `--glob-archives '*_*-nextcloud-aio'` option, so that it does not affect archives unrelated to AIO. The built-in retention policy is `--keep-within=7d --keep-weekly=4 --keep-monthly=6`. [...]
2. Or perhaps, there can be another FAQ question about backups, like "Will Nextcloud AIO touch other backups in my borg repository?" or "Can I use my borg repository for backups unrelated to Nextcloud AIO?", with the answer:
No/Yes, AIO internally uses the borg `--glob-archives '*_*-nextcloud-aio'` option to only prune AIO archives, so Nextcloud AIO will not affect archives/backups unrelated to AIO. Be careful that other systems don't prune your AIO archives, however.
Signed-off-by: Thor Galle <thorgalle@gmail.com >
2026-02-17 10:21:40 +01:00
Simon L.
8fef1b084e
Merge pull request #7610 from nextcloud/dependabot/github_actions/dot-github/workflows/astral-sh/setup-uv-7.3.0
...
build(deps): bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/workflows
2026-02-16 16:18:36 +01:00
dependabot[bot]
636554ee50
build(deps): bump astral-sh/setup-uv in /.github/workflows
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 7.2.1 to 7.3.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](803947b9bd...eac588ad8d )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 7.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 13:07:55 +00:00
Simon L.
c44a3533a5
Merge pull request #7604 from nextcloud/enh/noid/point-out-more-features
...
readme: point out some more default features
2026-02-16 13:07:52 +01:00
Simon L.
c1a435b077
readme: add install docs for unraid
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-16 12:18:35 +01:00
Simon L.
ec762a8a66
readme: add guide how to add extra hosts to the containers
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-16 12:01:07 +01:00
Simon L.
c1bf30980c
readme: point out some more default features
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-16 10:53:13 +01:00
Simon L.
58e5d8534b
add githubstatus check also to deploying to beta instructions
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 11:48:21 +01:00
Simon L.
4d7ab6c453
increase to 12.7.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 10:57:39 +01:00
Simon L.
bdda7c2178
Merge pull request #7541 from nextcloud/enh/noid/use-strict-types-in-php
...
add `declare(strict_types=1);` to all php files
2026-02-13 10:54:23 +01:00
Simon L.
6e0569678d
Merge pull request #7556 from nextcloud/enh/noid/del-openssl
...
redis and apache: delete openssl after using it
2026-02-13 10:54:08 +01:00
Simon L.
590694c638
Merge pull request #7564 from nextcloud/enh/noid/change-order-of-items
...
office-selector: change order of points for OO
2026-02-13 10:53:48 +01:00
Simon L.
fe4f568d02
Merge pull request #7578 from nextcloud/enh/noid/fix-bug-with-fts
...
fix bug with FTS not being able to enable it anymore
2026-02-13 10:53:34 +01:00
Simon L.
4cf066cfce
Merge pull request #7584 from nextcloud/enh/noid/offer-checkbox-new-hub-release
...
aio-interface: offer checkbox to install the new hub release
2026-02-13 10:53:26 +01:00
Simon L.
225918320a
Merge pull request #7587 from nextcloud/enh/7572/show-version-state
...
aio-interface: show which containers have an update available
2026-02-13 10:52:57 +01:00
Simon L.
7e5d8a20d2
aio-interface: show which containers have an update available
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 10:09:13 +01:00
Simon L.
974f443455
Merge pull request #7585 from nextcloud/revert-7485-enh/noid/more-strict-check
...
Revert "mastercontainer: make check for correct volume name more strict"
2026-02-13 09:59:52 +01:00
Simon L.
e3e1ddf983
Revert "mastercontainer: make check for correct volume name more strict"
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 09:51:54 +01:00
Simon L.
94bb848352
Merge pull request #7579 from nextcloud/nextcloud-container-update
...
Nextcloud dependency update
2026-02-13 09:34:38 +01:00
Simon L.
70aa75ef06
Merge pull request #7583 from nextcloud/dependabot/docker/Containers/postgresql/postgres-17.8-alpine
...
build(deps): bump postgres from 17.7-alpine to 17.8-alpine in /Containers/postgresql
2026-02-13 09:34:14 +01:00
Simon L.
e70af15e81
Merge pull request #7582 from nextcloud/dependabot/docker/Containers/docker-socket-proxy/haproxy-3.3.3-alpine
...
build(deps): bump haproxy from 3.3.2-alpine to 3.3.3-alpine in /Containers/docker-socket-proxy
2026-02-13 09:34:01 +01:00
Simon L.
9652e39be2
aio-interface: offer checkbox to install the new hub release
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 09:33:03 +01:00
dependabot[bot]
053cf7cbbe
build(deps): bump postgres in /Containers/postgresql
...
Bumps postgres from 17.7-alpine to 17.8-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 17.8-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 04:08:48 +00:00
dependabot[bot]
d25b2e85ef
build(deps): bump haproxy in /Containers/docker-socket-proxy
...
Bumps haproxy from 3.3.2-alpine to 3.3.3-alpine.
---
updated-dependencies:
- dependency-name: haproxy
dependency-version: 3.3.3-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 04:07:57 +00:00
szaimen
bfcddbab73
nextcloud-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-12 12:24:27 +00:00
Simon L.
da0775863d
fix bug with FTS not being able to enable it anymore
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-12 10:22:02 +01:00
Simon L.
dd989ee87f
Merge pull request #7576 from nextcloud/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2026-02-12 10:02:12 +01:00
nextcloud-command
ffd71ba47e
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2026-02-12 04:47:28 +00:00
Simon L.
ebe971d18d
Merge pull request #7570 from nextcloud/dependabot/docker/Containers/watchtower/golang-1.26.0-alpine3.23
...
build(deps): bump golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23 in /Containers/watchtower
2026-02-11 16:03:21 +01:00
Simon L.
8d717221b3
Merge pull request #7566 from nextcloud/dependabot/docker/Containers/whiteboard/nextcloud-releases/whiteboard-v1.5.6
...
build(deps): bump nextcloud-releases/whiteboard from v1.5.4 to v1.5.6 in /Containers/whiteboard
2026-02-11 16:03:08 +01:00
Simon L.
3111f2b748
Merge pull request #7568 from nextcloud/dependabot/docker/Containers/imaginary/golang-1.26.0-alpine3.23
...
build(deps): bump golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23 in /Containers/imaginary
2026-02-11 16:02:35 +01:00
Simon L.
66dc3051e6
Merge pull request #7560 from nextcloud/dependabot/docker/Containers/talk-recording/python-3.14.3-alpine3.23
...
build(deps): bump python from 3.14.2-alpine3.23 to 3.14.3-alpine3.23 in /Containers/talk-recording
2026-02-11 16:02:21 +01:00
Simon L.
c66fa6e2a9
Merge pull request #7558 from nextcloud/dependabot/docker/Containers/collabora/collabora/code-25.04.8.3.1
...
build(deps): bump collabora/code from 25.04.8.2.1 to 25.04.8.3.1 in /Containers/collabora
2026-02-11 16:02:07 +01:00
Simon L.
7b0b0139dd
Merge pull request #7546 from nextcloud/watchtower-container-update
...
watchtower container update
2026-02-11 16:01:49 +01:00
Simon L.
73268f1bd2
Merge pull request #7545 from nextcloud/dependabot/docker/Containers/talk/strukturag/nextcloud-spreed-signaling-2.1.0
...
build(deps): bump strukturag/nextcloud-spreed-signaling from 2.0.4 to 2.1.0 in /Containers/talk
2026-02-11 16:01:27 +01:00
Simon L.
970c1212c0
Merge pull request #7544 from nextcloud/dependabot/docker/Containers/mastercontainer/docker-29.2.1-cli
...
build(deps): bump docker from 29.2.0-cli to 29.2.1-cli in /Containers/mastercontainer
2026-02-11 16:01:13 +01:00
Simon L.
2e04fdaa8c
Merge pull request #7543 from nextcloud/dependabot/docker/Containers/fulltextsearch/elasticsearch-8.19.11
...
build(deps): bump elasticsearch from 8.19.10 to 8.19.11 in /Containers/fulltextsearch
2026-02-11 16:01:00 +01:00
Simon L.
bf7f818410
Merge pull request #7540 from nextcloud/talk-container-update
...
talk container update
2026-02-11 16:00:46 +01:00
Simon L.
8b2e9b4a5a
Merge pull request #7527 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-02-11 16:00:21 +01:00
Simon L.
e9ab05c5b7
Merge pull request #7571 from nextcloud/aio-helm-update
...
Helm Chart updates
2026-02-11 15:28:17 +01:00
szaimen
67814f32d8
Helm Chart updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-11 14:26:18 +00:00
Simon L.
270ad0ecea
fix the update-helm workflow
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-11 15:25:31 +01:00
dependabot[bot]
0e4ffe65f0
build(deps): bump golang in /Containers/watchtower
...
Bumps golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.26.0-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-11 04:08:53 +00:00
dependabot[bot]
0348be71d4
build(deps): bump golang in /Containers/imaginary
...
Bumps golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.26.0-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-11 04:07:53 +00:00
dependabot[bot]
5cc47f8c88
build(deps): bump nextcloud-releases/whiteboard
...
Bumps nextcloud-releases/whiteboard from v1.5.4 to v1.5.6.
---
updated-dependencies:
- dependency-name: nextcloud-releases/whiteboard
dependency-version: v1.5.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-10 04:08:52 +00:00
Simon L.
fd01a9a70b
office-selector: change order of points for OO
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-09 10:48:11 +01:00
dependabot[bot]
39b6c92d86
build(deps): bump python in /Containers/talk-recording
...
Bumps python from 3.14.2-alpine3.23 to 3.14.3-alpine3.23.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.14.3-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-09 04:13:39 +00:00
dependabot[bot]
f0f6e24825
build(deps): bump collabora/code in /Containers/collabora
...
Bumps collabora/code from 25.04.8.2.1 to 25.04.8.3.1.
---
updated-dependencies:
- dependency-name: collabora/code
dependency-version: 25.04.8.3.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-09 04:12:32 +00:00
szaimen
426eca6aab
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-08 12:03:46 +00:00
szaimen
1ddda8eb6e
watchtower-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-07 12:12:30 +00:00
szaimen
09a7141955
talk-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-07 12:05:25 +00:00
Simon L.
14d6579893
redis and apache: delete openssl after using it
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-06 17:23:02 +01:00
Simon L.
a803d1c098
Merge pull request #7554 from nextcloud/dependabot/github_actions/dot-github/workflows/astral-sh/setup-uv-7.2.1
...
build(deps): bump astral-sh/setup-uv from 7.2.0 to 7.2.1 in /.github/workflows
2026-02-06 13:24:29 +01:00
dependabot[bot]
2df9b8af50
build(deps): bump astral-sh/setup-uv in /.github/workflows
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](61cb8a9741...803947b9bd )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 7.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-06 12:07:10 +00:00
Simon L.
a16c7e28c2
Clean up pull request template
...
Removed unnecessary lines from the pull request template.
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-04 23:11:04 +01:00
dependabot[bot]
afb355d9e1
build(deps): bump strukturag/nextcloud-spreed-signaling
...
Bumps strukturag/nextcloud-spreed-signaling from 2.0.4 to 2.1.0.
---
updated-dependencies:
- dependency-name: strukturag/nextcloud-spreed-signaling
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-04 04:08:40 +00:00
dependabot[bot]
70711b8b05
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.2.0-cli to 29.2.1-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.2.1-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-04 04:07:52 +00:00
dependabot[bot]
c2a88d5698
build(deps): bump elasticsearch in /Containers/fulltextsearch
...
Bumps elasticsearch from 8.19.10 to 8.19.11.
---
updated-dependencies:
- dependency-name: elasticsearch
dependency-version: 8.19.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-04 04:07:43 +00:00
Simon L.
270302d74f
domain-validator: adjust querying the domain parameter
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-03 16:51:54 +01:00
Simon L.
eba86c3ad1
add declare(strict_types=1); to all php files
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-03 13:25:53 +01:00
Simon L.
9c0334d3f0
Merge pull request #7538 from nextcloud/dependabot/github_actions/dot-github/workflows/actions/github-script-8.0.0
...
build(deps): bump actions/github-script from 6.4.1 to 8.0.0 in /.github/workflows
2026-02-02 14:54:09 +01:00
dependabot[bot]
e95f5cc590
build(deps): bump actions/github-script in /.github/workflows
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6.4.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](d7906e4ad0...ed597411d8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-02 13:26:38 +00:00
Simon L.
b8f594b09a
fix logic detail
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-02 11:22:43 +01:00
Simon L.
9c0c55dc7e
Merge pull request #7536 from nextcloud/enh/noid/fix-daily-backup
...
fix daily-backup.sh edge case
2026-02-02 11:07:13 +01:00
Simon L.
c84416df5d
fix daily-backup.sh edge case
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-02 11:06:08 +01:00
Simon L.
cfff44954b
increase version to 12.6.1
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-02 10:28:57 +01:00
Simon L.
733330fd1d
Merge pull request #7531 from nextcloud/docjyJ-patch-1
...
fix Nextcloud integration URL for local AI
2026-02-02 10:28:07 +01:00
Simon L.
06090a2677
Merge pull request #7534 from nextcloud/enh/7533/fix-daily-backup-script
...
daily-backup.sh: continue with script if `wasStartButtonClicked=true` was found
2026-02-02 10:27:38 +01:00
Simon L.
4eb45ebfdb
Merge pull request #7532 from nextcloud/wrap-setconfig-into-config-transaction
...
Wrap ConfigurationController#SetConfig into a "transaction"
2026-02-02 10:27:17 +01:00
Pablo Zmdl
82cbbe1829
Wrap ConfigurationController#SetConfig into a "transaction"
...
This avoids a lot of subsequent writes and reads from the file system, because
now only commitTransaction() actually writes the config file.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-02 10:17:57 +01:00
Simon L.
cba66dec0b
daily-backup.sh: continue with script if wasStartButtonClicked=true was found
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-02 10:11:00 +01:00
Jean-Yves
88b2121eaa
hotfix: Update Nextcloud integration URL for local AI
...
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com >
2026-02-01 11:37:51 +01:00
Simon L.
4ecb870885
Merge pull request #7522 from nextcloud/enh/noid/block-merging
...
add a workflow that blocks merging if a pre-release was published
2026-01-30 15:08:46 +01:00
Simon L.
dae8102088
rename name of workflow
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-30 15:00:48 +01:00
Simon L.
b1cea36dfa
add a workflow that blocks merging if a pre-release was published
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-30 14:41:06 +01:00
Simon L.
a037be95c7
fix remaining rename of collabora to Nextcloud Office
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-30 09:51:08 +01:00
Simon L.
3bde5259f2
Merge pull request #7520 from nextcloud/enh/noid/refactor-apache-additional-network
...
only allow to set `APACHE_ADDITIONAL_NETWORK` via environmental variable and do not restore it on backup restore
2026-01-30 09:27:48 +01:00
Simon L.
748b2cc73b
only allow to set APACHE_ADDITIONAL_NETWORK via environmental variable and do not restore it on backup restore
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-30 09:20:00 +01:00
Simon L.
fcc4d8b185
Merge pull request #7519 from nextcloud/dependabot/docker/Containers/whiteboard/nextcloud-releases/whiteboard-v1.5.4
...
build(deps): bump nextcloud-releases/whiteboard from v1.5.3 to v1.5.4 in /Containers/whiteboard
2026-01-30 07:47:03 +01:00
Simon L.
e78ed860b9
Merge pull request #7518 from nextcloud/dependabot/docker/Containers/docker-socket-proxy/haproxy-3.3.2-alpine
...
build(deps): bump haproxy from 3.3.1-alpine to 3.3.2-alpine in /Containers/docker-socket-proxy
2026-01-30 07:46:39 +01:00
dependabot[bot]
716d3b0f17
build(deps): bump nextcloud-releases/whiteboard
...
Bumps nextcloud-releases/whiteboard from v1.5.3 to v1.5.4.
---
updated-dependencies:
- dependency-name: nextcloud-releases/whiteboard
dependency-version: v1.5.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-30 04:08:51 +00:00
dependabot[bot]
b55260842d
build(deps): bump haproxy in /Containers/docker-socket-proxy
...
Bumps haproxy from 3.3.1-alpine to 3.3.2-alpine.
---
updated-dependencies:
- dependency-name: haproxy
dependency-version: 3.3.2-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-30 04:07:42 +00:00
Simon L.
6b9682936b
Merge pull request #7516 from nextcloud/enh/noid/rename-collabora-to-nextcloud-office
...
aio-interface: rename Collabora everywhere to Nextcloud Office
2026-01-29 16:12:09 +01:00
Jean-Yves
12b065f9b6
Adjust local-ai community container to add Vulkan support ( #5797 )
...
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com >
Co-authored-by: Simon L. <szaimen@e.mail.de >
2026-01-29 16:11:04 +01:00
Simon L.
ec6850be63
aio-interface: rename Collabora everywhere to Nextcloud Office
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-29 15:04:23 +01:00
MrAn0nym
ffd8dac1b4
Fix: Additional Collabora options not working correctly ( #7481 )
...
Signed-off-by: MrAn0nym <63542658+MrAn0nym@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
Co-authored-by: Simon L. <szaimen@e.mail.de >
Co-authored-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com >
2026-01-29 14:29:15 +01:00
Simon L.
8ff8d7d11e
Merge pull request #7502 from nextcloud/szaimen-patch-1
...
nextcloud-entrypoint.sh: improve GPG key import method
2026-01-29 13:55:49 +01:00
Simon L.
739658a1c1
Merge pull request #7514 from nextcloud/dependabot/github_actions/dot-github/workflows/peter-evans/create-pull-request-8.1.0
...
build(deps): bump peter-evans/create-pull-request from 7.0.11 to 8.1.0 in /.github/workflows
2026-01-29 13:55:17 +01:00
Simon L.
a5efaafef2
update-yaml.sh: remove the NC_AIO_VERSION
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-29 13:54:31 +01:00
Simon L.
c64ecba63c
Update GPG key import method in entrypoint.sh
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-29 13:44:14 +01:00
dependabot[bot]
ff3fb24fa7
build(deps): bump peter-evans/create-pull-request in /.github/workflows
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.11 to 8.1.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](22a9089034...c0f553fe54 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 12:10:04 +00:00
Simon L.
6b0f315cb6
Merge pull request #7512 from nextcloud/dependabot/docker/Containers/watchtower/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/watchtower
2026-01-29 10:50:41 +01:00
Simon L.
ce87fc855f
Merge pull request #7511 from nextcloud/dependabot/docker/Containers/talk/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/talk
2026-01-29 10:50:29 +01:00
Simon L.
b7b0ebf3c2
Merge pull request #7510 from nextcloud/dependabot/docker/Containers/notify-push/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/notify-push
2026-01-29 10:50:17 +01:00
Simon L.
af8a62070d
Merge pull request #7509 from nextcloud/dependabot/docker/Containers/imaginary/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/imaginary
2026-01-29 10:50:01 +01:00
Simon L.
450c90ab32
Merge pull request #7508 from nextcloud/dependabot/docker/Containers/domaincheck/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/domaincheck
2026-01-29 10:49:49 +01:00
Simon L.
13f74cc147
Merge pull request #7507 from nextcloud/dependabot/docker/Containers/collabora/collabora/code-25.04.8.2.1
...
build(deps): bump collabora/code from 25.04.8.1.1 to 25.04.8.2.1 in /Containers/collabora
2026-01-29 10:49:37 +01:00
Simon L.
b6bfeae10e
Merge pull request #7506 from nextcloud/dependabot/docker/Containers/clamav/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/clamav
2026-01-29 10:49:24 +01:00
Simon L.
5585d2e650
Merge pull request #7505 from nextcloud/dependabot/docker/Containers/borgbackup/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/borgbackup
2026-01-29 10:49:10 +01:00
Simon L.
97c0738719
Merge pull request #7504 from nextcloud/dependabot/docker/Containers/alpine/alpine-3.23.3
...
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/alpine
2026-01-29 10:48:32 +01:00
Simon L.
4be368e606
Merge pull request #7476 from nextcloud/docjyJ-patch-1
...
Add Pull request Template
2026-01-29 09:58:37 +01:00
Simon L.
b47e894681
increase timeout for backup restore
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-29 09:54:34 +01:00
Simon L.
7de7ee1244
apply suggestion
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-29 09:47:21 +01:00
Simon L.
14740161b8
Merge pull request #7501 from nextcloud/lower-case-method-names-in-configuration-manager
...
Lower case method names in ConfigurationManager
2026-01-29 09:40:33 +01:00
dependabot[bot]
a72b79f63b
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/watchtower
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:08:55 +00:00
dependabot[bot]
3ba704b233
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/talk
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:08:41 +00:00
dependabot[bot]
d6f1bdd8d3
build(deps): bump alpine in /Containers/notify-push
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:08:35 +00:00
dependabot[bot]
8e48e92ebc
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/imaginary
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:07:58 +00:00
dependabot[bot]
abdcc9f551
build(deps): bump alpine in /Containers/domaincheck
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:07:52 +00:00
dependabot[bot]
b3a4eda249
build(deps): bump collabora/code in /Containers/collabora
...
Bumps collabora/code from 25.04.8.1.1 to 25.04.8.2.1.
---
updated-dependencies:
- dependency-name: collabora/code
dependency-version: 25.04.8.2.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:07:46 +00:00
dependabot[bot]
da70dafa3d
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/clamav
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:07:45 +00:00
dependabot[bot]
120c9ba927
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/borgbackup
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:07:42 +00:00
dependabot[bot]
caac0443b3
build(deps): bump alpine from 3.23.2 to 3.23.3 in /Containers/alpine
...
Bumps alpine from 3.23.2 to 3.23.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 04:07:36 +00:00
Pablo Zmdl
bf43a6dae6
Lower case method names in ConfigurationManager
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 16:51:36 +01:00
Simon L.
5752556e4f
Merge pull request #7437 from nextcloud/enh/noid/insert-version-to-nextcloud
...
insert the AIO version into Nextcloud's system config
2026-01-28 15:40:59 +01:00
Simon L.
9871a3eb9a
insert the AIO version into Nextcloud's system config
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-28 15:17:15 +01:00
Simon L.
e9108e3660
Merge pull request #7392 from nextcloud/configmanager-property-hooks
...
Use property hooks to replace classic getter and setter methods.
2026-01-28 15:10:34 +01:00
Simon L.
27020e608d
fix get-configurable-aio-variables.sh script
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-28 13:28:07 +01:00
Simon L.
d813314494
Merge pull request #7499 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-01-28 13:16:56 +01:00
szaimen
0ee76078ad
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-28 12:03:53 +00:00
Pablo Zmdl
5ba678c082
Non-functional addition to camelizing nextcloud_mount to nextcloudMount
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 12:08:07 +01:00
Pablo Zmdl
5b6e0f30a6
Fix assignment of INSTALL_LATEST_MAJOR from env replacement
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
d9d4e3680f
Fix residue from change to use start/commitTransaction()
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
659b1ca383
Fix calling booleanize
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
ec66b359e0
Check arguments to camelize() for usefulness
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
078f3caf8a
Move all properties to the top of the file
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
3cfe307a5c
Make nextcloudKeepDisabledApps an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
5bdcfd67eb
Make 'enableNvidiaGpu' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
5fc4951ba0
Make 'nextcloudEnableDriDevice' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
0cb79a387f
Make 'disableBackupSection' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
08438aff42
Make 'apacheAdditionalNetwork' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
dc5dc0215c
Make 'collaboraSeccompDisabled' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
22a26268e0
Helper to booleanize environment-or-config-values
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
c3477a7eb2
Make 'nextcloudAdditionalPhpExtensions' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
d50dc2db1d
Make 'nextcloudAdditionalApks' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
4ad8fcf258
Make 'trustedCacertsDir' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
63245430ef
Make 'dockerSocketPath' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
bfa2b64674
Make 'fulltextsearchJavaOptions' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
365e1e34e4
Make 'borgRetentionPolicy' an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
0ed83c5258
Move get-configurable-aio-variables.sh into php/ folder
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
8b8f60f76b
Camelize property nextcloud_memory_limit => nextcloudMemoryLimit
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
bbf41cfdd3
Camelize property nextcloud_upload_limit => nextcloudUploadLimit
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
f5cf7903ad
Camelize property nextcloud_datadir_mount => nextcloudDatadirMount
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
f35a0b4367
Camelize property nextcloud_mount => nextcloudMount
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
f7c5115c70
Camelize property talk_port => talkPort
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
567f072ee0
Camelize property apache_port => apachePort
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
00ce78d703
Camelize property turn_domain => turnDomain
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
c4aa148bff
Camelize property aio_community_containers => aioCommunityContainers
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
b499001501
Camelize property collabora_additional_options => collaboraAdditionalOptions
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
5373471ed8
Camelize property collabora_dictionaries => collaboraDictionaries
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
efe8317446
Camelize property nextcloud_max_time => nextcloudMaxTime
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
41c92b814f
Camelize key names from aio_variables from container specs
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
f17db4fac1
Camelize property apache_ip_binding => apacheIpBinding
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
5cac2dcf12
Camelize property borg_restore_password => borgRestorePassword
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
284411c369
Camelize property borg_remote_repo => borgRemoteRepo
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
62856e78bb
Camelize property borg_backup_host_location => borgBackupHostLocation
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
2425a07772
Camelize property install_latest_major => installLatestMajor
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
68f811b25f
Camelize property AIO_URL => aioUrl
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
62a21dd34a
Camelize property instance_restore_attempt => instanceRestoreAttempt
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
dd5d51cb2a
Camelize property AIO_TOKEN => aioToken
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
27fd1e82ab
Turn install_latest_major property into a string so we can save a version string or number
...
I chose a string instead of an integer so we have more freedom what to
actually save (maybe we want to include minor version digits at one point).
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
3bb2ce6e4c
Type-cast get values to fix handling old config data
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
dac5cfd917
Don't write the default value to disk
...
This matches the previous behaviour and should not be changed silently.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
76d475f2b2
Replace setMultiple() by startTransaction() and commitTransaction()
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
6bf45fb507
A script to list AIO variables that are configurable through aio_variables in community containers
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
c65ccd2db0
Make aio-variables code more robust and psalm-compatible
...
Now the input gets checked for being useful. It's user-generated data in the
end, which might be "funny" in curious ways.
psalm complained about the possibly unset second array key in the
destructuring assignment of `$key` and `$value`, which won't happen due to the
check for a present equal sign earlier, but nonetheless this way the code is
more robust.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
77bec5898f
Type for Closure argument
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
662840bc25
Make psalm accept the property-hooks for virtual attributes
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
fd308d4b80
Simplify some code a little bit
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
844831a899
Move handling ENV-var replacement into ConfigurationManger
...
It's the more appropriate place to have this code, and we had to touch
it anyways to make it assign the values to the attributes.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
9c9ad02f8a
Set multiple attributes at once
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
c997332e47
Remove residue code
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
f1ffd0771c
Privatize GetConfig() and WriteConfig()
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
367e847cc8
Make nextcloud_max_time an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
c1f8ac6989
Make nextcloud_memory_limit an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
3e19fa66d0
Make nextcloud_datadir_mount an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
4de73dd75b
Make nextcloud_mount an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
903aed1e34
Make nextcloud_upload_limit an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
96c9c1a6f9
Make talk_port an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
dc28eb6737
Make apache_port an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
4e373cb2f8
Make apache_ip_binding an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
0a22384cd9
Make turn_domain an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
6c04cd055f
Make aio_community_containers an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
228440f2a8
Make collabora_additional_options an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
ca35006a85
Make collabora_dictionaries an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
6e5237cd20
Make timezone an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
6033a4486c
Make borg_restore_password an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
a361ab9d20
Make borg_remote_repo an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
b4d198f72b
Make borg_backup_host_location an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
5b0b9ef826
Make domain an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
f737d2f598
Make isFulltextsearchEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
f16f5b233d
Make isImaginaryEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
190d47810b
Make isTalkRecordingEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
e009abdd54
Make isTalkEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
cd1c2276e5
Make isCollaboraEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:26 +01:00
Pablo Zmdl
0c3d919618
Make isOnlyofficeEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:50:34 +01:00
Pablo Zmdl
f8a244bee2
Make isClamavEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:48:05 +01:00
Pablo Zmdl
bebae7069b
Make instance_restore_attempt an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
f235af29e3
Make isDockerSocketProxyEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
6576d3c1e9
Make backupMode an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
881e77cca5
Make isWhiteboardEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
c968e9e310
Make restoreExcludePreviews an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
b8130958c5
Make selectedRestoreTime an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
1d11a4682b
Make install_latest_major an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
06fdf31c87
Make AIO_URL an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
484ff79943
Make wasStartButtonClicked an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
4d8e959608
Make password an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
b2f992d955
Make AIO_TOKEN an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
a9b648e18f
Adapt GetAndGenerateSecret() to get() and set()
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
21b14a4a5d
Adapt GetEnvironmentalVariableOrConfig() to get() and set()
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Pablo Zmdl
0b6c0733ab
Cache config, introduce get() and set() helpers to guide new way to set attributes
...
Use cached config, use set() for single attributes, setMultiple to wrap
multiple calls to set()
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:43:36 +01:00
Julius Knorr
3f4eecaa96
feat: Add office switcher with feature comparison ( #7421 )
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
Signed-off-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Andrew Backhouse <andrew.backhouse@nextcloud.com >
Co-authored-by: Simon L. <szaimen@e.mail.de >
Co-authored-by: Andrew Backhouse <andrew.backhouse@nextcloud.com >
2026-01-28 09:53:53 +01:00
Simon L.
8939104d10
Merge pull request #7498 from nextcloud/dependabot/docker/Containers/talk/nats-2.12.4-scratch
...
build(deps): bump nats from 2.12.3-scratch to 2.12.4-scratch in /Containers/talk
2026-01-28 08:47:30 +01:00
dependabot[bot]
0213d8e548
build(deps): bump nats in /Containers/talk
...
Bumps nats from 2.12.3-scratch to 2.12.4-scratch.
---
updated-dependencies:
- dependency-name: nats
dependency-version: 2.12.4-scratch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-28 04:08:45 +00:00
Simon L.
ba899255c1
Merge pull request #7497 from nextcloud/dependabot/docker/Containers/mastercontainer/docker-29.2.0-cli
...
build(deps): bump docker from 29.1.5-cli to 29.2.0-cli in /Containers/mastercontainer
2026-01-27 14:54:49 +01:00
dependabot[bot]
59e0776808
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.1.5-cli to 29.2.0-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.2.0-cli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-27 04:06:09 +00:00
Simon L.
9c6bb67542
Merge pull request #7492 from nextcloud/dependabot/github_actions/dot-github/workflows/actions/checkout-6.0.2
...
build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in /.github/workflows
2026-01-26 14:13:08 +01:00
dependabot[bot]
3f85f10bfb
build(deps): bump actions/checkout in /.github/workflows
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...de0fac2e4500dabe0009e67214ff5f5447ce83dd )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-26 13:08:44 +00:00
Simon L.
9cd519b285
Merge pull request #7491 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-01-26 13:50:29 +01:00
szaimen
3e6deb8802
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-26 12:04:00 +00:00
Simon L.
6babbf776a
Merge pull request #7473 from nextcloud/enh/noid/pin-all-actions
...
pin all actions via commit hash
2026-01-26 13:00:49 +01:00
Simon L.
27eae80466
pin all actions via commit hash
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-26 12:59:05 +01:00
Simon L.
ebe3d7ee83
increase to v12.6.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-26 11:55:19 +01:00
Simon L.
07c20f5daa
Merge pull request #7485 from nextcloud/enh/noid/more-strict-check
...
mastercontainer: make check for correct volume name more strict
2026-01-26 10:15:45 +01:00
Simon L.
0df6c0a645
mastercontainer: make check for correct volume name more strict
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-25 17:31:43 +01:00
Simon L.
845fa94afa
Merge pull request #7486 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-01-25 15:01:21 +01:00
szaimen
7e2e0d11da
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-25 12:03:33 +00:00
Simon L.
44f659ad69
Merge pull request #7482 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-01-24 14:07:57 +01:00
szaimen
d2940b0dc8
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-24 12:03:23 +00:00
Simon L.
74443aaacc
Merge pull request #7477 from nextcloud/docjyJ-patch-2
...
deprecate nocodb community container
2026-01-23 14:22:42 +01:00
Simon L.
33614b276b
Merge pull request #7475 from nextcloud/dev/ench/noid/conduct
...
Add Code of conduct
2026-01-23 14:18:45 +01:00
Simon L.
034c6edea9
Merge pull request #7479 from nextcloud/dependabot/github_actions/dot-github/workflows/actions/checkout-6.0.2
...
build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in /.github/workflows
2026-01-23 14:17:38 +01:00
dependabot[bot]
0e868c4570
build(deps): bump actions/checkout in /.github/workflows
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-23 12:08:36 +00:00
Jean-Yves
e1718faf0b
Update README with licensing and maintenance notes
...
Added caution and note about NocoDB licensing and maintenance status.
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com >
2026-01-22 21:24:35 +01:00
Jean-Yves
db07c79db1
novodb: add (deprecated) to its display name
...
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com >
2026-01-22 21:20:36 +01:00
Jean-Yves
89be3d9e23
Add files via upload
...
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com >
2026-01-22 21:12:39 +01:00
Jean-Yves
664ca0b26d
Add Code of conduct
...
See: https://github.com/nextcloud/server/blob/master/CODE_OF_CONDUCT.md
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com >
2026-01-22 21:08:08 +01:00
Simon L.
49c9669fe1
Merge pull request #7468 from nextcloud/enh/7466/insert-max-shutdown-time
...
`CreateContainer`: also insert the max shutdown time into the container itself
2026-01-22 17:53:06 +01:00
Simon L.
4d51f11282
Merge pull request #7471 from nextcloud/imaginary-container-update
...
Imaginary update
2026-01-22 14:40:09 +01:00
szaimen
c47ace7718
imaginary-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-22 13:33:38 +00:00
Simon L.
dd60066644
Merge pull request #7470 from nextcloud/aio-helm-update
...
Helm Chart updates
2026-01-22 14:14:33 +01:00
szaimen
00688a52bd
Helm Chart updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-22 13:12:02 +00:00
Simon L.
8fb3126ce7
CreateContainer: also insert the max shutdown time into the container itself
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-22 14:07:41 +01:00
Simon L.
a7c091a5b2
mastercontainer: also add wud.watch label
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-22 12:21:26 +01:00
Simon L.
dc09422030
Merge pull request #7467 from nextcloud/watchtower-container-update
...
watchtower container update
2026-01-22 12:16:36 +01:00
Simon L.
b9e35f01ba
Merge pull request #7464 from nextcloud/dependabot/docker/Containers/whiteboard/nextcloud-releases/whiteboard-v1.5.3
...
build(deps): bump nextcloud-releases/whiteboard from v1.5.1 to v1.5.3 in /Containers/whiteboard
2026-01-22 12:16:16 +01:00
Simon L.
571e07996e
Merge pull request #7461 from nextcloud/dependabot/docker/Containers/watchtower/golang-1.25.6-alpine3.23
...
build(deps): bump golang from 1.25.5-alpine3.23 to 1.25.6-alpine3.23 in /Containers/watchtower
2026-01-22 12:16:04 +01:00
Simon L.
9b1d468e24
Merge pull request #7460 from nextcloud/dependabot/docker/Containers/imaginary/golang-1.25.6-alpine3.23
...
build(deps): bump golang from 1.25.5-alpine3.23 to 1.25.6-alpine3.23 in /Containers/imaginary
2026-01-22 12:15:51 +01:00
Simon L.
2eaa288596
Merge pull request #7452 from nextcloud/dependabot/docker/Containers/nextcloud/php-8.3.30-fpm-alpine3.23
...
build(deps): bump php from 8.3.29-fpm-alpine3.23 to 8.3.30-fpm-alpine3.23 in /Containers/nextcloud
2026-01-22 12:15:38 +01:00
Simon L.
be54fa8805
Merge pull request #7451 from nextcloud/dependabot/docker/Containers/mastercontainer/docker-29.1.5-cli
...
build(deps): bump docker from 29.1.4-cli to 29.1.5-cli in /Containers/mastercontainer
2026-01-22 12:15:25 +01:00
Simon L.
f5a06034dd
Merge pull request #7435 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-01-22 12:15:12 +01:00
Simon L.
47dd8d25ca
Merge pull request #7431 from nextcloud/dependabot/docker/Containers/mastercontainer/php-8.4.17-fpm-alpine3.23
...
build(deps): bump php from 8.4.16-fpm-alpine3.23 to 8.4.17-fpm-alpine3.23 in /Containers/mastercontainer
2026-01-22 12:14:57 +01:00
Simon L.
9e3acb9f68
Merge pull request #7457 from nextcloud/enh/6878/pull-3-times
...
DockeractionManager: rewrite `PullImage` function to re-try 3 times before failing
2026-01-22 12:11:27 +01:00
Simon L.
3f581a11b3
Merge pull request #7455 from nextcloud/enh/7434/add-wud-label
...
add `wud.watch=false` to all containers
2026-01-22 12:11:18 +01:00
Simon L.
8124554d90
Merge pull request #7454 from nextcloud/enh/7447/recording-server-disabling
...
nextcloud-entrypoint: make recording server dependent on `REMOVE_DISABLED_APPS`
2026-01-22 12:11:10 +01:00
Simon L.
74138dd838
Merge pull request #7436 from nextcloud/enh/noid/move-version
...
move version to a dedicated file
2026-01-22 12:10:27 +01:00
Simon L.
52f8c97d45
Merge pull request #7406 from nextcloud/ench/noid/parm
...
refactor: change private properties to public in Container class
2026-01-22 12:10:15 +01:00
Simon L.
10a3b8213f
Merge pull request #7442 from nextcloud/nextcloud-container-update
...
Nextcloud dependency update
2026-01-22 12:10:03 +01:00
dependabot[bot]
8eed705a90
build(deps): bump php in /Containers/nextcloud
...
Bumps php from 8.3.29-fpm-alpine3.23 to 8.3.30-fpm-alpine3.23.
---
updated-dependencies:
- dependency-name: php
dependency-version: 8.3.30-fpm-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-22 04:08:35 +00:00
dependabot[bot]
f59b2776c7
build(deps): bump php in /Containers/mastercontainer
...
Bumps php from 8.4.16-fpm-alpine3.23 to 8.4.17-fpm-alpine3.23.
---
updated-dependencies:
- dependency-name: php
dependency-version: 8.4.17-fpm-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-22 04:08:30 +00:00
szaimen
708e542270
nextcloud-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-21 12:16:29 +00:00
szaimen
b12c36f675
watchtower-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-21 12:12:48 +00:00
szaimen
2c968917eb
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-21 12:03:53 +00:00
Simon L.
3b3eea7ef0
don't ask for a cute anmial picture
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-21 10:54:39 +01:00
dependabot[bot]
fcdd000731
build(deps): bump nextcloud-releases/whiteboard
...
Bumps nextcloud-releases/whiteboard from v1.5.1 to v1.5.3.
---
updated-dependencies:
- dependency-name: nextcloud-releases/whiteboard
dependency-version: v1.5.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-21 04:10:21 +00:00
Simon L.
88a45d1a80
add cooldown to dependabot
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-20 13:20:09 +01:00
Simon L.
f117a441fe
Merge pull request #7462 from nextcloud/enh/noid/fix-mysql-config
...
postgres.config.php: fix `PDO::MYSQL_ATTR_SSL_CA`
2026-01-20 13:13:36 +01:00
Simon L.
b7d63253db
postgres.config.php: fix PDO::MYSQL_ATTR_SSL_CA
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-20 11:50:04 +01:00
Simon L.
f58465f930
DockeractionManager: rewrite PullImage function to re-try 3 times before failing
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-20 10:48:17 +01:00
dependabot[bot]
dbabfe14f0
build(deps): bump golang in /Containers/watchtower
...
Bumps golang from 1.25.5-alpine3.23 to 1.25.6-alpine3.23.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.6-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-20 04:09:56 +00:00
dependabot[bot]
c5b146f84c
build(deps): bump golang in /Containers/imaginary
...
Bumps golang from 1.25.5-alpine3.23 to 1.25.6-alpine3.23.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.6-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-20 04:08:44 +00:00
Simon L.
0e22f38d16
add wud.watch=false to all containers
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-19 17:10:22 +01:00
Simon L.
b88c740161
Merge pull request #7440 from nextcloud/update-npmplus-images
...
update NPMplus images in reverse proxy guide
2026-01-19 10:53:28 +01:00
Simon L.
c6f59f7188
Merge pull request #7444 from ph818/patch-1
...
local-instance.md: Clarifying DNS-challenge description.
2026-01-19 10:52:49 +01:00
Simon L.
3f5b2358df
Merge pull request #7445 from ph818/patch-2
...
readme.md: Clarifying the Instructions for DNS-challenge so following the links will make more sense (configuring the caddyfile of the external caddy reverse proxy).
2026-01-19 10:52:22 +01:00
Simon L.
9822a63c44
nextcloud-entrypoint: make recording server dependent on REMOVE_DISABLED_APPS
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-19 10:07:52 +01:00
dependabot[bot]
4a65c04e3d
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.1.4-cli to 29.1.5-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.1.5-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-19 04:28:14 +00:00
ph818
a3e43c5cd9
Update readme.md
...
Clarifying the Instructions for DNS-challenge so following the links will make more sense (configuring the caddyfile of the external caddy reverse proxy).
Signed-off-by: ph818 <71797925+ph818@users.noreply.github.com >
2026-01-17 17:22:42 -05:00
ph818
d5c3e79b31
Update local-instance.md
...
Clarifying DNS-challenge description.
Signed-off-by: ph818 <71797925+ph818@users.noreply.github.com >
2026-01-17 17:17:28 -05:00
Zoey
792ba0dfb3
update NPMplus images in reverse proxy guide
...
Signed-off-by: Zoey <zoey@z0ey.de >
2026-01-16 22:54:58 +01:00
Simon L.
59ad7dc98b
move version to a dedicated file
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-16 15:12:44 +01:00
Simon L.
9e362e1dc9
increase to 12.5.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-15 13:48:06 +01:00
Simon L.
f001fd71b4
Merge pull request #7427 from nextcloud/revert-7414-enh/7308/disable-seccomp-for-borg
...
Revert "DockerActionManager: disable seccomp policy for borgbackup container"
2026-01-15 13:46:24 +01:00
Simon L.
b5b6422328
Revert "DockerActionManager: disable seccomp policy for borgbackup container"
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-15 13:43:01 +01:00
Simon L.
764a3abb0a
Merge pull request #7425 from nextcloud/enh/noid/32.0.4
...
nextcloud: update to 32.0.4
2026-01-15 12:56:57 +01:00
Simon L.
069195bf23
nextcloud: update to 32.0.4
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-15 12:47:51 +01:00
Simon L.
20d49c10e1
Merge pull request #7416 from nextcloud/dependabot/docker/Containers/whiteboard/nextcloud-releases/whiteboard-v1.5.1
...
build(deps): bump nextcloud-releases/whiteboard from v1.5.0 to v1.5.1 in /Containers/whiteboard
2026-01-14 13:29:13 +01:00
Simon L.
7662c0fe09
Merge pull request #7415 from nextcloud/dependabot/docker/Containers/fulltextsearch/elasticsearch-8.19.10
...
build(deps): bump elasticsearch from 8.19.9 to 8.19.10 in /Containers/fulltextsearch
2026-01-14 13:28:59 +01:00
Simon L.
3f55a47b68
Merge pull request #7414 from nextcloud/enh/7308/disable-seccomp-for-borg
...
DockerActionManager: disable seccomp policy for borgbackup container
2026-01-14 13:28:46 +01:00
Simon L.
84a01d2fa7
Merge pull request #7408 from nextcloud/dependabot/docker/Containers/mastercontainer/docker-29.1.4-cli
...
build(deps): bump docker from 29.1.3-cli to 29.1.4-cli in /Containers/mastercontainer
2026-01-14 13:28:31 +01:00
Simon L.
6aef1c32cf
Merge pull request #7397 from nextcloud/enh/noid/remove-custom-ldaps-logic
...
nextcloud-entrypoint: remove custom logic for ldap.conf again as it does not work
2026-01-14 13:28:15 +01:00
Simon L.
fd35f24d37
Merge pull request #7396 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-01-14 13:28:09 +01:00
szaimen
045e5edf84
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-14 12:03:59 +00:00
Simon L.
b8daa1c5ff
Merge pull request #7417 from nextcloud/aio-helm-update
...
Helm Chart updates
2026-01-14 12:56:09 +01:00
szaimen
9a6e2cbe49
Helm Chart updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-14 11:54:57 +00:00
dependabot[bot]
eadf0dc5cd
build(deps): bump nextcloud-releases/whiteboard
...
Bumps nextcloud-releases/whiteboard from v1.5.0 to v1.5.1.
---
updated-dependencies:
- dependency-name: nextcloud-releases/whiteboard
dependency-version: v1.5.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 04:10:53 +00:00
dependabot[bot]
6fe3337a21
build(deps): bump elasticsearch in /Containers/fulltextsearch
...
Bumps elasticsearch from 8.19.9 to 8.19.10.
---
updated-dependencies:
- dependency-name: elasticsearch
dependency-version: 8.19.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 04:09:32 +00:00
Simon L.
81f477211f
fix detail
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-13 11:44:43 +01:00
Simon L.
c2f070b278
aio-cadddy: mention how to remove the container again
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-13 11:44:05 +01:00
Simon L.
95a320a3e4
DockerActionManager: disable seccomp policy for borgbackup container
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-13 11:06:14 +01:00
Simon L.
58eafdecee
Merge pull request #7412 from nextcloud/dependabot/github_actions/dot-github/workflows/softprops/turnstyle-3.2.3
...
build(deps): bump softprops/turnstyle from 3.2.2 to 3.2.3 in /.github/workflows
2026-01-12 19:09:15 +01:00
dependabot[bot]
b1baefb959
build(deps): bump softprops/turnstyle in /.github/workflows
...
Bumps [softprops/turnstyle](https://github.com/softprops/turnstyle ) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/softprops/turnstyle/releases )
- [Changelog](https://github.com/softprops/turnstyle/blob/master/CHANGELOG.md )
- [Commits](15f9da4059...e565d2d864 )
---
updated-dependencies:
- dependency-name: softprops/turnstyle
dependency-version: 3.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-12 16:03:10 +00:00
Simon L.
2fd6ec12f7
Merge pull request #7410 from nextcloud/enh/s3/allow-configure-num-buckets
...
s3.config.php: allow to configure num_buckets
2026-01-12 11:35:41 +01:00
Simon L.
b998fa8ebf
s3.config.php: allow to configure num_buckets
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-12 10:58:58 +01:00
dependabot[bot]
a53e315e7f
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.1.3-cli to 29.1.4-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.1.4-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-11 15:05:21 +00:00
Jean-Yves
cdd21ae1ff
refactor: change private properties to public in Container class and update related methods
...
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com >
2026-01-10 15:07:08 +01:00
Simon L.
759cab0a6b
Merge pull request #7395 from nextcloud/enh/7394/run-playwright-on-push
...
run playwright tests also on push
2026-01-09 10:13:28 +01:00
Simon L.
71550aeecc
run playwright tests also on push
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-09 10:11:02 +01:00
Simon L.
6200327a77
add two further commands to the bug-report template
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-08 16:15:51 +01:00
Simon L.
a83c4e2ed1
nextcloud-entrypoint: remove custom logic for ldap.conf again as it does not work
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-08 15:25:23 +01:00
Simon L.
2ce06a49c7
fix bug with imagick
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-07 18:01:30 +01:00
Simon L.
4253308781
increase to v12.4.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-07 17:27:28 +01:00
Simon L.
63a0ec1c60
Merge pull request #7390 from nextcloud/dependabot/github_actions/dot-github/workflows/astral-sh/setup-uv-7.2.0
...
build(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 in /.github/workflows
2026-01-07 14:00:36 +01:00
Simon L.
13b885928b
fix zizmor config
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-07 13:52:42 +01:00
Simon L.
378f3ef804
Merge pull request #7389 from nextcloud/fix-typo-docker-action-manager
...
Fix typo in variable throughout the code base
2026-01-07 13:40:39 +01:00
dependabot[bot]
05d0ea9282
build(deps): bump astral-sh/setup-uv in /.github/workflows
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 7.1.6 to 7.2.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](681c641aba...61cb8a9741 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 7.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-07 12:26:14 +00:00
Pablo Zmdl
1f6871ff5c
Fix typo in variable throughout the code base
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-07 12:03:32 +01:00
Simon L.
e8d1bce4f6
Merge pull request #7387 from nextcloud/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2026-01-06 09:55:56 +01:00
Simon L.
cb2252c91f
Merge pull request #7386 from nextcloud/dependabot/docker/Containers/nextcloud/php-8.3.29-fpm-alpine3.23
...
build(deps): bump php from 8.3.28-fpm-alpine3.23 to 8.3.29-fpm-alpine3.23 in /Containers/nextcloud
2026-01-06 09:55:43 +01:00
Simon L.
c83aa9b94b
Merge pull request #7385 from nextcloud/dependabot/docker/Containers/mastercontainer/php-8.4.16-fpm-alpine3.23
...
build(deps): bump php from 8.4.15-fpm-alpine3.23 to 8.4.16-fpm-alpine3.23 in /Containers/mastercontainer
2026-01-06 09:55:27 +01:00
Simon L.
79c47cf855
Merge pull request #7384 from nextcloud/dependabot/docker/Containers/fulltextsearch/elasticsearch-8.19.9
...
build(deps): bump elasticsearch from 8.19.8 to 8.19.9 in /Containers/fulltextsearch
2026-01-06 09:55:12 +01:00
Simon L.
5e2c62207f
Merge pull request #7383 from nextcloud/dependabot/docker/Containers/docker-socket-proxy/haproxy-3.3.1-alpine
...
build(deps): bump haproxy from 3.3.0-alpine to 3.3.1-alpine in /Containers/docker-socket-proxy
2026-01-06 09:54:59 +01:00
nextcloud-command
e2b425bcda
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2026-01-06 04:23:38 +00:00
dependabot[bot]
7a623fb120
build(deps): bump php in /Containers/nextcloud
...
Bumps php from 8.3.28-fpm-alpine3.23 to 8.3.29-fpm-alpine3.23.
---
updated-dependencies:
- dependency-name: php
dependency-version: 8.3.29-fpm-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 04:19:00 +00:00
dependabot[bot]
5718c1e7ed
build(deps): bump php in /Containers/mastercontainer
...
Bumps php from 8.4.15-fpm-alpine3.23 to 8.4.16-fpm-alpine3.23.
---
updated-dependencies:
- dependency-name: php
dependency-version: 8.4.16-fpm-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 04:18:39 +00:00
dependabot[bot]
d178e12ae4
build(deps): bump elasticsearch in /Containers/fulltextsearch
...
Bumps elasticsearch from 8.19.8 to 8.19.9.
---
updated-dependencies:
- dependency-name: elasticsearch
dependency-version: 8.19.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 04:18:11 +00:00
dependabot[bot]
9da86241d4
build(deps): bump haproxy in /Containers/docker-socket-proxy
...
Bumps haproxy from 3.3.0-alpine to 3.3.1-alpine.
---
updated-dependencies:
- dependency-name: haproxy
dependency-version: 3.3.1-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 04:18:07 +00:00
Simon L.
d0bac46b94
Merge pull request #7382 from nextcloud/enh/noid/url-encode-passwords
...
notify-push & whiteboard: URL-encode passwords
2026-01-05 15:46:00 +01:00
Simon L.
84c581b8bf
notify-push & whiteboard: URL-encode passwords
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-05 15:43:17 +01:00
Simon L.
7f8be1bc3d
Merge pull request #7380 from nextcloud/imaginary-container-update
...
Imaginary update
2026-01-05 13:50:14 +01:00
szaimen
8a184fdce0
imaginary-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-05 12:03:44 +00:00
Simon L.
983e2b0f15
Merge pull request #7335 from nextcloud/enh/noid/allow-disable-imagick
...
nextcloud: Allow to disable imagick without having to enable it each time
2026-01-05 10:09:34 +01:00
Simon L.
e92c567db4
Merge pull request #7334 from nextcloud/enh/7315/improve-oo-check
...
onlyoffice: disable background check for editors
2026-01-05 10:05:24 +01:00
Simon L.
4c2bad3c73
Merge pull request #7333 from nextcloud/watchtower-container-update
...
watchtower container update
2026-01-05 10:00:39 +01:00
Simon L.
06cf63bb0c
Merge pull request #7378 from nextcloud/enh/7258/update-to-alpine-3.23
...
update remaining dependencies to alpine 3.23
2026-01-05 09:59:52 +01:00
Simon L.
06cdd8eca1
update remaining dependencies to alpine 3.23
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-05 09:57:39 +01:00
Simon L.
ce13926bd1
Merge pull request #7349 from nextcloud/dependabot/docker/Containers/watchtower/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/watchtower
2026-01-05 09:56:09 +01:00
Simon L.
88b55f4353
Merge pull request #7348 from nextcloud/dependabot/docker/Containers/talk/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/talk
2026-01-05 09:55:58 +01:00
Simon L.
7356febf27
Merge pull request #7347 from nextcloud/dependabot/docker/Containers/notify-push/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/notify-push
2026-01-05 09:55:47 +01:00
Simon L.
76110adfc3
Merge pull request #7346 from nextcloud/dependabot/docker/Containers/imaginary/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/imaginary
2026-01-05 09:55:37 +01:00
Simon L.
02e30ace17
Merge pull request #7345 from nextcloud/dependabot/docker/Containers/domaincheck/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/domaincheck
2026-01-05 09:55:24 +01:00
Simon L.
93cefeab3a
Merge pull request #7344 from nextcloud/dependabot/docker/Containers/clamav/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/clamav
2026-01-05 09:55:11 +01:00
Simon L.
46647d5b1d
Merge pull request #7343 from nextcloud/dependabot/docker/Containers/borgbackup/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/borgbackup
2026-01-05 09:55:00 +01:00
Simon L.
5451c9ff27
Merge pull request #7342 from nextcloud/dependabot/docker/Containers/alpine/alpine-3.23.2
...
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/alpine
2026-01-05 09:54:43 +01:00
Simon L.
688dbaa549
Merge pull request #7339 from nextcloud/dependabot/docker/Containers/talk/nats-2.12.3-scratch
...
build(deps): bump nats from 2.12.2-scratch to 2.12.3-scratch in /Containers/talk
2026-01-05 09:54:15 +01:00
Simon L.
cea609d746
update OO
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-05 09:53:30 +01:00
Simon L.
d2e76c69b9
Merge pull request #7331 from nextcloud/dependabot/docker/Containers/collabora/collabora/code-25.04.8.1.1
...
build(deps): bump collabora/code from 25.04.7.3.1 to 25.04.8.1.1 in /Containers/collabora
2026-01-05 09:52:48 +01:00
Simon L.
367de041a2
Merge pull request #7323 from nextcloud/dependabot/docker/Containers/talk-recording/python-3.14.2-alpine3.22
...
build(deps): bump python from 3.14.1-alpine3.22 to 3.14.2-alpine3.22 in /Containers/talk-recording
2026-01-05 09:52:35 +01:00
Simon L.
33d05548db
Merge pull request #7316 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-01-05 09:52:18 +01:00
Simon L.
7b3d9eb957
Merge pull request #7313 from nextcloud/dependabot/docker/Containers/whiteboard/nextcloud-releases/whiteboard-v1.5.0
...
build(deps): bump nextcloud-releases/whiteboard from v1.4.2 to v1.5.0 in /Containers/whiteboard
2026-01-05 09:51:50 +01:00
Simon L.
ed075a9828
Merge pull request #7312 from nextcloud/dependabot/docker/Containers/mastercontainer/docker-29.1.3-cli
...
build(deps): bump docker from 29.1.2-cli to 29.1.3-cli in /Containers/mastercontainer
2026-01-05 09:51:32 +01:00
Simon L.
a81cf184e4
Merge pull request #7303 from nextcloud/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2026-01-05 09:51:22 +01:00
Simon L.
23f83bc280
Merge pull request #7376 from nextcloud/enh/7364/allow-percent-encoding
...
rp-docs: traefik: encode `%`
2026-01-05 09:47:23 +01:00
Simon L.
6a356b5390
rp-docs: traefik: encode %
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-05 09:46:10 +01:00
dependabot[bot]
5b360e96ac
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.1.2-cli to 29.1.3-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.1.3-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-01 04:13:30 +00:00
szaimen
68400eafde
watchtower-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-31 12:11:32 +00:00
szaimen
093b553354
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-31 12:03:35 +00:00
nextcloud-command
e8176e15f5
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2025-12-31 04:22:04 +00:00
Simon L.
15fa3be655
Update collabora.yml
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-12-30 13:46:07 +01:00
dependabot[bot]
667a6ebfad
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/watchtower
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:13:29 +00:00
dependabot[bot]
e136b51fc1
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/talk
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:13:19 +00:00
dependabot[bot]
86328d6509
build(deps): bump alpine in /Containers/notify-push
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:12:58 +00:00
dependabot[bot]
224e4ed917
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/imaginary
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:12:02 +00:00
dependabot[bot]
93aefb05a9
build(deps): bump alpine in /Containers/domaincheck
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:11:54 +00:00
dependabot[bot]
ad92033faf
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/clamav
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:11:46 +00:00
dependabot[bot]
32c6325ab8
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/borgbackup
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:11:43 +00:00
dependabot[bot]
638c8e262d
build(deps): bump alpine from 3.22.2 to 3.23.2 in /Containers/alpine
...
Bumps alpine from 3.22.2 to 3.23.2.
---
updated-dependencies:
- dependency-name: alpine
dependency-version: 3.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 04:11:37 +00:00
dependabot[bot]
3ca5f5b300
build(deps): bump nats in /Containers/talk
...
Bumps nats from 2.12.2-scratch to 2.12.3-scratch.
---
updated-dependencies:
- dependency-name: nats
dependency-version: 2.12.3-scratch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-18 04:16:17 +00:00
Simon L.
7b91fcbbd3
nextcloud: Allow to disable imagick without having to enable it each time
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-12-17 15:24:28 +01:00
Simon L.
748857a495
onlyoffice: disable background check for editors
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-12-17 15:11:24 +01:00
dependabot[bot]
082bbab855
build(deps): bump collabora/code in /Containers/collabora
...
Bumps collabora/code from 25.04.7.3.1 to 25.04.8.1.1.
---
updated-dependencies:
- dependency-name: collabora/code
dependency-version: 25.04.8.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-17 04:13:11 +00:00
dependabot[bot]
92d036d04a
build(deps): bump python in /Containers/talk-recording
...
Bumps python from 3.14.1-alpine3.22 to 3.14.2-alpine3.22.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.14.2-alpine3.22
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-16 04:15:35 +00:00
dependabot[bot]
2998dfdf43
build(deps): bump nextcloud-releases/whiteboard
...
Bumps nextcloud-releases/whiteboard from v1.4.2 to v1.5.0.
---
updated-dependencies:
- dependency-name: nextcloud-releases/whiteboard
dependency-version: v1.5.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-15 04:15:48 +00:00