Simon L.
|
21250f8ea8
|
talk-recording: adjust listen address back to 0.0.0.0 as talk-recording listen address does not officially support ipv6 yet (#8246)
|
2026-06-03 13:34:42 +02:00 |
|
Simon L.
|
dc69f69e74
|
talk-recording: adjust listen address back to 0.0.0.0 as talk-recording listen address does not officially support ipv6 yet
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-06-03 13:32:04 +02:00 |
|
Simon L.
|
f28b2a7c1e
|
overlay-log: make it a bit less wide
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-06-03 12:59:57 +02:00 |
|
Simon L.
|
1b1a15edba
|
increase to v13.2.0
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-06-03 12:42:21 +02:00 |
|
Copilot
|
1f94bc8af0
|
aio-interface: extract Nextcloud latest-major upgrade logic to dedicated script and add UI trigger button (#7988)
* Extract Nextcloud major upgrade logic to script and add UI button
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/8cd11b09-5073-4e27-8e59-9afffaf96c1f
Rename sendNotification to execCommandInContainer and reuse for upgrade method
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/88744552-9d64-4de2-9f64-5a98a5e3b200
Add $cmd array validation to execCommandInContainer
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/45d5228c-7834-404e-ba54-90b5c8c207c8
Apply suggestion from @szaimen
Signed-off-by: Simon L. <szaimen@e.mail.de>
Apply suggestion from @szaimen
Signed-off-by: Simon L. <szaimen@e.mail.de>
Apply suggestion from @szaimen
Signed-off-by: Simon L. <szaimen@e.mail.de>
Apply suggestion from @szaimen
Signed-off-by: Simon L. <szaimen@e.mail.de>
Set installLatestMajor when upgrade-to-latest-major button is clicked
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/7b977c85-9b74-4027-a536-152e49a01976
Extract getLatestMajorVersion() to avoid duplicating the version string
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/d5ec921f-8629-4f6e-949a-e8f89f1eb85f
Address PR review comments and hardcode updater channel to stable
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/c40941ff-2bf8-4a57-82be-2a0bd22b19a2
Restore sendNotification(), update cron files, extract getPlainStreamingCallback()
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/a5b6cd86-d278-4771-8a11-976c4a862966
Remove getPlainStreamingCallback, unify on getAddToStreamingResponseBody
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/15a4b815-076b-469f-95b2-c61df688a28d
Revert "Remove getPlainStreamingCallback, unify on getAddToStreamingResponseBody"
This reverts commit 6846c3a99549703121461f910cc26e6c116e0dc4.
* Refactor creating and using addToStreamingResponseBody()
This way we stick to having one implementation of the function, not three.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Read streamed output line by line, not via buffer
This way the code doesn't wait for a buffer to be filled, and we don't need to
implement logic ourselves that is provided by a present library already.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Ensure all HTTP requests are proxied, even with streaming
When requesting a streamed response, Guzzle apparently doesn't use curl, and thus we have to specify the unix socket proxy differently.
We can't specify it when creating the client, though (Guzzle complains).
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Fix syntax errors
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Remove broken code
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Fix readline line from streaming response
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Strip ANSI codes from command output before sending it to the browser
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Run PHP commands as www-data
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Properly compare version numbers
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Fix using memory limits from env
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Fix return type spec
This method always returns a closure, never null.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Use more general return type
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Avoid psalm complaint
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Fix namespace of return type
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
* Apply suggestion from @szaimen
Signed-off-by: Simon L. <szaimen@e.mail.de>
---------
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
Signed-off-by: Simon L. <szaimen@e.mail.de>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Pablo Zmdl <pablo@nextcloud.com>
Co-authored-by: Simon L. <szaimen@e.mail.de>
|
2026-06-03 12:38:50 +02:00 |
|
Simon L.
|
335db2aac2
|
try to fix playwright (#8245)
|
2026-06-02 17:11:46 +02:00 |
|
Simon L.
|
f5f19a488f
|
fix playwright
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-06-02 17:09:45 +02:00 |
|
Simon L.
|
a78622e69a
|
PHP dependency updates (#8242)
|
2026-06-02 16:02:08 +02:00 |
|
Simon L.
|
01e3f8247d
|
Nextcloud dependency update (#8243)
|
2026-06-02 16:01:26 +02:00 |
|
szaimen
|
1937bf9690
|
nextcloud-update automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-06-02 13:48:22 +00:00 |
|
szaimen
|
517543babd
|
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-06-02 13:24:42 +00:00 |
|
Simon L.
|
751cc9e16f
|
build(deps): bump dessant/lock-threads from 6.0.1 to 6.0.2 in /.github/workflows (#8240)
|
2026-06-02 13:48:20 +02:00 |
|
dependabot[bot]
|
a9f722b453
|
build(deps): bump dessant/lock-threads in /.github/workflows
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md)
- [Commits](851cffe468...89ae32b08e)
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-02 11:13:32 +00:00 |
|
Simon L.
|
cbeb056e08
|
PHP dependency updates (#8238)
|
2026-06-01 16:17:22 +02:00 |
|
szaimen
|
da5490b662
|
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-06-01 14:07:29 +00:00 |
|
Simon L.
|
99307a0ebe
|
manual-upgrade.md: Move md files from CRLF to LF line endings; instruct to use :ro flag when mounting the docker socket (#8166)
|
2026-06-01 13:24:46 +02:00 |
|
Simon L.
|
f73bfa6283
|
caddy: re-introduce lets encrypt profiles (#8237)
|
2026-06-01 12:39:48 +02:00 |
|
Simon L.
|
34aec1c790
|
caddy: re-introduce lets encrypt profiles
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-06-01 12:20:40 +02:00 |
|
Simon L.
|
e17415591a
|
revert: caddy: use acme shortlived profile (#8235)
|
2026-06-01 11:45:04 +02:00 |
|
Simon L.
|
28c8faf997
|
revert: caddy: use acme shortlived profile
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-06-01 11:40:31 +02:00 |
|
Simon L.
|
54b9817061
|
build(deps): bump nextcloud-releases/whiteboard from v1.5.8 to v1.5.9 in /Containers/whiteboard (#8233)
|
2026-06-01 10:42:39 +02:00 |
|
Simon L.
|
4f9725c5d4
|
build(deps): bump collabora/code from 25.04.9.4.1 to 25.04.10.3.1 in /Containers/collabora (#8232)
|
2026-06-01 10:42:17 +02:00 |
|
Simon L.
|
71b2ae78c4
|
aio-interface: improve overlay log appearance (#8093)
|
2026-06-01 10:27:33 +02:00 |
|
dependabot[bot]
|
66adab1ac0
|
build(deps): bump nextcloud-releases/whiteboard
Bumps nextcloud-releases/whiteboard from v1.5.8 to v1.5.9.
---
updated-dependencies:
- dependency-name: nextcloud-releases/whiteboard
dependency-version: v1.5.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 07:53:03 +00:00 |
|
dependabot[bot]
|
3ceb97c173
|
build(deps): bump collabora/code in /Containers/collabora
Bumps collabora/code from 25.04.9.4.1 to 25.04.10.3.1.
---
updated-dependencies:
- dependency-name: collabora/code
dependency-version: 25.04.10.3.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 07:51:19 +00:00 |
|
Simon L.
|
4f4420c713
|
PHP dependency updates (#8228)
|
2026-06-01 09:04:49 +02:00 |
|
szaimen
|
dd0e4269a1
|
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-31 12:24:51 +00:00 |
|
Simon L.
|
32a0b97ce3
|
PHP dependency updates (#8224)
|
2026-05-30 15:36:36 +02:00 |
|
szaimen
|
a0e7a80ac9
|
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-30 12:21:42 +00:00 |
|
Simon L.
|
62295caa39
|
update link to upgrade docs
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-05-29 17:44:27 +02:00 |
|
Simon L.
|
a529bac3b4
|
PHP dependency updates (#8221)
|
2026-05-29 17:02:13 +02:00 |
|
szaimen
|
660f7cec08
|
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-29 12:59:01 +00:00 |
|
Simon L.
|
bf4c721fe0
|
Update pull request template with new checkboxes (#8220)
|
2026-05-29 12:53:23 +02:00 |
|
Simon L.
|
b7317a4db6
|
Update pull request template with new checkboxes
Added checkboxes for testing and AI usage in PR template.
Signed-off-by: Simon L. <szaimen@e.mail.de>
|
2026-05-29 12:46:03 +02:00 |
|
Simon L.
|
052c0e6ff3
|
fix: IPv6 compatibility across containers and PHP AIO interface (#8019)
|
2026-05-29 10:13:33 +02:00 |
|
copilot-swe-agent[bot]
|
0722cf95be
|
fix: improve IPv6 compatibility in containers and PHP AIO interface
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/c71fba87-d463-4682-9cb3-abb659b2ca40
refactor: deduplicate resolveHostname into DataConst
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/42427bd4-05e6-4197-bdb7-db3761815113
refactor: move resolveHostname from DataConst into new NetworkHelper class
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/73cb1d89-ab85-43b6-adfe-a90c00ad60a1
|
2026-05-29 10:11:08 +02:00 |
|
Simon L.
|
b6ddc024fe
|
Nextcloud dependency update (#8218)
|
2026-05-29 10:08:29 +02:00 |
|
Simon L.
|
acbfffd361
|
preparations for the upcoming Hub 26 Spring release (#8210)
|
2026-05-29 10:07:14 +02:00 |
|
szaimen
|
b1ca6f4997
|
nextcloud-update automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-29 08:07:10 +00:00 |
|
Simon L.
|
b4057096ac
|
watchtower container update (#8094)
|
2026-05-29 10:04:55 +02:00 |
|
Simon L.
|
62396eee0d
|
PHP dependency updates (#8195)
|
2026-05-29 10:03:57 +02:00 |
|
szaimen
|
e31a493785
|
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-29 08:01:24 +00:00 |
|
Simon L.
|
fb3ff3acbf
|
Revert "update tags of playwright workflows" (#8217)
|
2026-05-29 10:00:18 +02:00 |
|
Simon L.
|
1a4093220f
|
Revert "update tags of playwright workflows"
|
2026-05-29 09:59:57 +02:00 |
|
Simon L.
|
a5cc10295d
|
build(deps): bump elasticsearch from 9.4.1 to 9.4.2 in /Containers/fulltextsearch (#8216)
|
2026-05-29 09:04:52 +02:00 |
|
Simon L.
|
e9716690de
|
Imaginary update (#8215)
|
2026-05-29 09:04:38 +02:00 |
|
Simon L.
|
5d10dcb284
|
build(deps): bump dessant/lock-threads from 6.0.0 to 6.0.1 in /.github/workflows (#8214)
|
2026-05-29 09:04:18 +02:00 |
|
dependabot[bot]
|
1a7d50463a
|
build(deps): bump elasticsearch in /Containers/fulltextsearch
Bumps elasticsearch from 9.4.1 to 9.4.2.
---
updated-dependencies:
- dependency-name: elasticsearch
dependency-version: 9.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-29 04:24:03 +00:00 |
|
szaimen
|
cfd8f7f47d
|
watchtower-update automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-28 14:58:32 +00:00 |
|
szaimen
|
6cef8a1bfc
|
imaginary-update automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-28 14:26:49 +00:00 |
|