nextcloud-command
b222639bbd
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2026-03-20 04:40:46 +00:00
Simon L.
7dc489168a
psalm: revert changes
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-19 13:51:12 +01:00
dependabot[bot]
d71683ff38
build(deps-dev): bump vimeo/psalm from 6.16.0 to 6.16.1 in /php
...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm ) from 6.16.0 to 6.16.1.
- [Release notes](https://github.com/vimeo/psalm/releases )
- [Commits](https://github.com/vimeo/psalm/compare/6.16.0...6.16.1 )
---
updated-dependencies:
- dependency-name: vimeo/psalm
dependency-version: 6.16.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-19 12:03:55 +00:00
szaimen
904921c815
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-19 09:14:59 +00:00
nextcloud-command
83102e46b2
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2026-03-19 04:46:16 +00:00
Simon L.
f1eeea9337
ignore psalm error
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-18 19:58:53 +01:00
dependabot[bot]
c5501c885d
build(deps-dev): bump vimeo/psalm from 6.15.1 to 6.16.0 in /php
...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm ) from 6.15.1 to 6.16.0.
- [Release notes](https://github.com/vimeo/psalm/releases )
- [Commits](https://github.com/vimeo/psalm/compare/6.15.1...6.16.0 )
---
updated-dependencies:
- dependency-name: vimeo/psalm
dependency-version: 6.16.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-18 18:10:41 +01:00
Simon L.
d6981be067
Merge pull request #7768 from nextcloud/fix-streaming-responses-in-caddy
...
aio-interface: fix streaming responses in Caddy
2026-03-18 18:00:38 +01:00
Simon L.
0755000456
fix typo
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-18 17:56:37 +01:00
Pablo Zmdl
b169790488
Fix streaming responses in Caddy
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-18 17:53:54 +01:00
Simon L.
b28572e67f
second attempt to fix psalm
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-18 17:50:34 +01:00
Simon L.
c2e7990d33
increase to 12.9.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-17 13:10:37 +01:00
Francesco Saltori
8bac8f029f
Remove unused MKNOD capability from Collabora container
...
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com >
2026-03-16 22:01:14 +01:00
Francesco Saltori
828b7784f7
Disable Collabora update checks and notifications
...
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com >
2026-03-16 22:00:01 +01:00
Simon L.
0cb0d86471
Merge pull request #7705 from nextcloud/enh/noid/show-stop-and-starting-state
...
DockerController: refactor `StartBackupContainerBackup` to show the stopping and starting state
2026-03-16 18:03:25 +01:00
szaimen
11dbc4978d
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-16 12:12:24 +00:00
Simon L.
dfe7eb7ec1
Merge pull request #7721 from nextcloud/enh/7664/backup-restore
...
DockerController: refactor `StartBackupContainerRestore` to show the stopping and starting state
2026-03-12 18:35:47 +01:00
Simon L.
2016789bea
Merge pull request #7741 from nextcloud/hide-from-list
...
Give all containers a display_name, hide from list by dedicated attribute
2026-03-12 18:31:14 +01:00
Simon L.
b0969d9644
Merge pull request #7723 from nextcloud/enh/7664/backup-list
...
DockerController: refactor `StartBackupContainerList` to show the starting state
2026-03-12 18:24:09 +01:00
Pablo Zmdl
6e8c8dab19
Reorder arguments
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-12 17:34:51 +01:00
Simon L.
1e23c1a6dd
apply suggestions by @pabzm
...
Co-authored-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-12 16:20:17 +01:00
Simon L.
c4f4ff22c9
Merge pull request #7724 from nextcloud/enh/7664/backup-check-repair
...
DockerController: refactor `StartBackupContainerCheckRepair` show the starting state
2026-03-12 16:13:36 +01:00
Simon L.
a7703283dc
Merge pull request #7722 from nextcloud/enh/7664/backup-test
...
DockerController: refactor `StartBackupContainerTest` to show the stopping and starting state
2026-03-12 16:01:09 +01:00
Pablo Zmdl
9ce33d1d1d
Fix JSON syntax error
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-12 15:55:56 +01:00
Pablo Zmdl
d86eee5847
Give all containers a display_name, hide from list by dedicated attribute
...
We want a display-name for all containers in the overlay-log, but still want
to exclude some containers from the list on top of the web UI.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-12 15:44:19 +01:00
Simon L.
7302b48fcf
Merge pull request #7716 from nextcloud/enh/7709/fix-css-styling
...
aio-interface: fix progress box and log view on mobile
2026-03-12 12:46:43 +01:00
dependabot[bot]
4ee7f573e6
build(deps): bump guzzlehttp/psr7 from 2.8.1 to 2.9.0 in /php
...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7 ) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/guzzle/psr7/releases )
- [Changelog](https://github.com/guzzle/psr7/blob/2.9/CHANGELOG.md )
- [Commits](https://github.com/guzzle/psr7/compare/2.8.1...2.9.0 )
---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-11 12:03:53 +00:00
szaimen
1419f29d2b
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-10 12:07:18 +00:00
Simon L.
49d743c17c
DockerController: refactor StartBackupContainerCheckRepair show the starting state
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-09 18:13:21 +01:00
Simon L.
c45913a6ff
DockerController: refactor StartBackupContainerListto show the starting state
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-09 18:07:46 +01:00
Simon L.
7f394f5297
DockerController: refactor StartBackupContainerTest to show the stopping and starting state
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-09 18:03:05 +01:00
Simon L.
e561fad2af
DockerController: refactor StartBackupContainerRestore to show the stopping and starting state
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-09 17:55:50 +01:00
Simon L.
eb9cb26ff1
aio-interface: fix progress box and log view on mbile
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-09 12:16:05 +01:00
szaimen
71b384be64
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-07 12:03:50 +00:00
Simon L.
7922d38aa6
Merge pull request #7684 from michnovka/talk-trust-custom-ca
...
feat(talk): trust custom CA certificates via NEXTCLOUD_TRUSTED_CACERTS_DIR
2026-03-06 15:10:32 +01:00
Zoey
b972c5703f
mastercontainer: replace apache with a second caddy ( #7006 )
...
Signed-off-by: Zoey <zoey@z0ey.de >
Signed-off-by: Simon L. <szaimen@e.mail.de >
Co-authored-by: Simon L. <szaimen@e.mail.de >
2026-03-06 14:23:52 +01:00
Simon L.
6e87758ba9
DockerController: refactor StartBackupContainerBackup to show the stopping and starting state
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-06 10:42:08 +01:00
Simon L.
4b1c7286bc
Merge pull request #7675 from nextcloud/enh/7664/backup-check
...
DockerController: refactor `StartBackupContainerCheck` to show the starting state
2026-03-06 10:38:39 +01:00
Simon L.
b248710803
DockerController: refactor StartBackupContainerCheck to show the starting state
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-06 10:16:50 +01:00
Simon L.
9040ccdab8
DockerController: refactor stopping of containers to show the current process
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-06 10:16:08 +01:00
Simon L.
c7041c4f6f
Merge pull request #7674 from nextcloud/enh/7664/start-watchtower
...
Dockercontroller: refactor streaming responses into dedicated functions and use them in StartWatchtowerContainer method
2026-03-06 10:13:34 +01:00
Simon L.
23f5ae2a10
Dockercontroller: refactor streaming responses into dedicated functions and use them in StartWatchtowerContainer method
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-06 10:02:47 +01:00
szaimen
2ef20b2937
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-03 12:06:58 +00:00
michnovka
7cd2ac1bbd
feat(talk): trust custom CA certificates via NEXTCLOUD_TRUSTED_CACERTS_DIR
...
When NEXTCLOUD_TRUSTED_CACERTS_DIR is set on the mastercontainer,
the custom CA certificates are now also mounted into the Talk container.
Since the Talk container runs with a read-only root filesystem,
update-ca-certificates cannot be used. Instead, the startup script
copies the system CA bundle to /tmp (tmpfs), appends any custom
certificates from /usr/local/share/ca-certificates/, and sets
SSL_CERT_FILE to point Go's TLS stack at the extended bundle.
This allows the signaling server to verify TLS connections to
Nextcloud instances that use private/internal CA certificates,
without requiring skipverify=true.
Signed-off-by: Tomas <16553087+michnovka@users.noreply.github.com >
2026-03-03 00:11:27 +01:00
Simon L.
2fce6352c8
fix starting process not shown if containers are already up-to-date
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-26 11:49:48 +01:00
Simon L.
2c61ecddd4
fix js detail with harp
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-26 11:12:06 +01:00
Pablo Zmdl
a863d9255d
Merge pull request #7656 from nextcloud/auto-load-only-new-log-data
2026-02-25 16:59:09 +01:00
Pablo Zmdl
680a2fefcb
Auto-load only new log data
...
This is way more complicated that just reloading the log file, but also
way nicer.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-02-25 16:45:41 +01:00
szaimen
d7775ef6f5
php dependency updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-25 12:10:24 +00:00
Simon L.
042eded639
aio-interface: hide harp temporarily
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-24 16:34:08 +01:00