James Manuel
40ce65b6e0
feat: enable EuroOffice by default for new installs
...
Flips isEuroofficeEnabled default to true and isCollaboraEnabled
default to false in ConfigurationManager.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com >
2026-06-10 13:05:40 +02:00
Simon L.
5b17e9368e
makemkv: allow it to access the necessary devices ( #8276 )
2026-06-09 14:45:19 +02:00
Simon L.
f22ed12c4b
aio-interface: add background to log overlay and use monospace font ( #8271 )
2026-06-09 14:42:10 +02:00
Simon L.
e30f416d55
makemkv: allow it to access the necessary devices
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-06-09 14:33:34 +02:00
Simon L.
aadadf4460
allow scrutiny to access all block devices
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-06-08 11:49:54 +02:00
copilot-swe-agent[bot]
1f91919dca
fix(overlay): add background to log overlay and use monospace font
...
Fixes two issues from #8089 :
- Add background-color to overlay-log so the container is visible
before text starts appearing
- Use monospace font in overlay iframe content for better log readability
- Bump CSS cache version to v12
2026-06-08 08:11:59 +00:00
Copilot
6375921282
add eurooffice ( #8052 )
2026-06-04 12:42:02 +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.
71b2ae78c4
aio-interface: improve overlay log appearance ( #8093 )
2026-06-01 10:27:33 +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.
acbfffd361
preparations for the upcoming Hub 26 Spring release ( #8210 )
2026-05-29 10:07:14 +02:00
Simon L.
2f7b98ddff
preparations for the coming Hub 26 Spring release
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-05-28 11:42:03 +02:00
Ivan Mihov
26c74fd556
Add a note regardign dockhand update and a link to the documentation
...
Signed-off-by: Ivan Mihov <ivan@mihov.me >
2026-05-28 11:41:41 +02:00
Ivan Mihov
21649225d0
Add "dockhand.update": "false" to all managed containers
...
Signed-off-by: Ivan Mihov <ivan@mihov.me >
2026-05-28 11:41:41 +02:00
lonode
abaea7b4c2
change case
...
Signed-off-by: lonode <32384862+lonode@users.noreply.github.com >
2026-05-21 17:42:21 +02:00
copilot-swe-agent[bot]
f178b49cc1
fix: apply dark mode in overlay iframe via storage events and apply-theme.js
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/bc95f559-e0c7-4682-96fb-0799956a95c6
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-05-21 11:56:51 +00:00
copilot-swe-agent[bot]
b0c4f97ba2
aio-interface: improve overlay log appearance
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/d51a2637-5128-4c8a-a18c-a86085d2cb88
aio-interface: do not cache the containers, logs and setup screen as it shows credentials
Signed-off-by: Simon L. <szaimen@e.mail.de >
fix: address PR review comments - remove inline script (CSP), use default font string
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/62e290a3-94de-4988-aeb8-b577fec135a7
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-05-19 16:30:33 +02:00
lonode
3517ba3039
apply suggestion
...
Signed-off-by: lonode <32384862+lonode@users.noreply.github.com >
2026-05-19 15:13:51 +02:00
lonode
ff7443b566
add support for multicontainer on community containers
...
Signed-off-by: lonode <32384862+lonode@users.noreply.github.com >
2026-05-13 14:35:13 +02:00
lonode
fedb0a65df
Add support for library (official) images
...
Signed-off-by: lonode <32384862+lonode@users.noreply.github.com >
2026-05-13 14:35:08 +02:00
Simon L.
50643afd6a
allow to adjust the log level globally ( #7902 )
2026-04-28 18:08:27 +02:00
Simon L.
4f4ef8f1d6
add our own entrypoint to fts and collabora
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-28 15:39:57 +02:00
Simon L.
119f68b6ee
aio-interface: also reset the borg backup cache when resetting the backup path ( #7998 )
2026-04-27 14:36:05 +02:00
copilot-swe-agent[bot]
d772c14f55
domain-check: replace curl with GuzzleHttp\Client in ConfigurationManager
2026-04-25 16:17:16 +02:00
copilot-swe-agent[bot]
172c72f735
aio-interface: also reset the borg backup cache when resetting the backup path
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-25 15:06:58 +02:00
Simon L.
47307b37f8
Apply suggestions from code review
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-24 17:27:15 +02:00
Simon L.
74ec1b6baa
allow to adjust the log level globally
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-24 10:34:43 +02:00
copilot-swe-agent[bot]
546474346f
some general fixes to the code base
...
- Fix return vs continue in CreateVolumes: using return caused all
subsequent volumes to be skipped when nextcloud_aio_nextcloud_datadir
or nextcloud_aio_backupdir appeared in the volume list
- Fix GetLogs parsing loop: the while loop checked $line before
reassigning it so the false sentinel from strtok was always processed,
appending a spurious extra empty line to the output
- Fix getRegisteredSecret unsafe array access: accessing
$this->secrets[$secretId] without isset() can trigger an undefined
array key warning; use isset() instead
- Remove redundant startTransaction() call in setDomain(): the method
called startTransaction() twice without an intervening commitTransaction(),
making the second call a no-op that was misleading
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/19424687-dda1-4510-8f70-068c8d3efd41
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-23 10:50:59 +02:00
Simon L.
8de44cf6aa
aio-interface: preserve old PHPSESSID session during cookie migration to survive 502s on mastercontainer update ( #7971 )
2026-04-21 17:55:54 +02:00
Copilot
953a5fdf1e
Configurationmanager.php: atomic write for configuration.json to prevent truncation on low disk ( #7888 )
...
* fix: use atomic temp-file write to prevent configuration.json truncation
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/ea144d2f-2533-4001-8d10-d17168bb8bec
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
* fix: improve error messages with specific file paths for config write failures
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/ea144d2f-2533-4001-8d10-d17168bb8bec
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
---------
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: szaimen <42591237+szaimen@users.noreply.github.com >
Co-authored-by: Simon L. <szaimen@e.mail.de >
Co-authored-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com >
2026-04-20 18:44:33 +02:00
copilot-swe-agent[bot]
301f42d2a0
aio-interface: preserve old PHPSESSID session during cookie migration to survive 502s on mastercontainer update
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/aadfe06c-fde4-4a01-953a-42abd110b416
fix: rename $oldSessionTime to $oldSessionTimestamp for clarity
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/aadfe06c-fde4-4a01-953a-42abd110b416
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-20 17:10:23 +02:00
Simon L.
091fb8e814
aio-interface: cache reads from GetDailyBackupTimeFile based on mtime ( #7957 )
2026-04-20 14:58:21 +02:00
copilot-swe-agent[bot]
ee4088744c
aio-interface: cache reads from GetDailyBackupTimeFile based on mtime
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/01d18358-7a1e-4747-85f5-3f002aa59253
aio-interface: cache reads from GetDailyBackupTimeFile based on mtime
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/4df5e1bd-456d-4005-8432-4e9b537c8e54
fix: set dailyBackupFileMtime default to 0 instead of null
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/ba492f66-d5f0-450f-b0e1-658806bf070d
fix: restore missing closing brace of deleteDailyBackupTime
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/6e5fb177-9754-4b64-8e93-b5be989f5162
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-20 14:50:46 +02:00
copilot-swe-agent[bot]
144c91ae02
ContainerDefinitionFetcher: cache the containers.json in apcu
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/b8bc4ea2-eee0-4e3f-bd71-d1c5a38c93e9
perf: set apc.shm_size=32M explicitly in mastercontainer Dockerfile
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/4af50c77-4ac1-4947-9b35-dc66d0d0cc8b
perf: revert all previous changes; cache containers.json in APCu
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/59281e92-7e5d-40ef-a152-78e0620eb949
perf: address review comments - clarify cache comment, restore readonly constructors
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/b8bc4ea2-eee0-4e3f-bd71-d1c5a38c93e9
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-20 13:59:51 +02:00
copilot-swe-agent[bot]
e378f7faca
aio-interface: preserve login session across container restarts after cookie name change
...
The session cookie was recently renamed from `PHPSESSID` to
`__Host-Http-PHPSESSID` (commit 3871179a ). When watchtower updates the
mastercontainer, the browser still holds the old `PHPSESSID` cookie, but the
new code only looks for `__Host-Http-PHPSESSID`. The old cookie is ignored, a
fresh unauthenticated session is created, and the user is logged out.
Fix: before starting the new session in index.php, check if the old `PHPSESSID`
cookie exists and carries an authenticated session. If it does, destroy the old
session and mark the new one as authenticated via `SetAuthState(true)`.
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/cba0ea31-e257-4ec1-82ae-dd66f0f34d98
---
refactor: address review comments - use constant for session key and activity interval
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/cba0ea31-e257-4ec1-82ae-dd66f0f34d98
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-20 13:05:41 +02:00
Simon L.
91e9e58c39
jellyfin: allow Jellyfin to resolve lldap hostname while running in host network mode ( #7941 )
2026-04-20 11:42:19 +02:00
copilot-swe-agent[bot]
d0b0bde4c8
jellyfin: allow Jellyfin to resolve lldap hostname while running in host network mode
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/3bd90eb7-e6f2-4647-9e78-4f9349300a29
fix: use gethostbyname for lldap IP and fix community-container depends_on skip logic
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/67d6ed5f-8bdc-4b9b-a33c-9ff73305c799
fix: ensure lldap starts before jellyfin via depends_on
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/448ec7d3-f71e-4499-a4a4-67314434a77c
Update ContainerDefinitionFetcher.php
Signed-off-by: Simon L. <szaimen@e.mail.de >
fix: protect standard container dependencies from being skipped for community containers
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/cdd6a51b-75a3-4f43-9d00-85b1df2f880f
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-20 11:22:24 +02:00
Simon L.
f25f588295
aio-interface: offer system prune button
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
Co-Authored-By: Pablo Zmdl <57864086+pabzm@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-17 14:33:53 +02:00
Simon L.
558b53b2de
Merge pull request #7928 from nextcloud/copilot/add-hardware-transcoding-talk-recording
...
talk-recording: allow to enable hardware transcoding for the container
2026-04-17 14:08:59 +02:00
copilot-swe-agent[bot]
1da363ea8c
feat: add hardware transcoding support to talk-recording container
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/eaea217b-2995-4e47-a4ec-f7be19f98a18
Auto-detect /dev/dri in start.sh and export NEXTCLOUD_ENABLE_DRI_DEVICE automatically
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/751d0b0c-e529-4ea6-a316-5a53169a9ab6
fix: address code review feedback (nvidia check, file_exists, group_add comment)
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/eaea217b-2995-4e47-a4ec-f7be19f98a18
Use --device=/dev/dri instead of -v bind-mount in docs and compose
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/4fa5e70a-b786-445e-946f-a0610751d855
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-17 13:49:00 +02:00
Zoey
12e129f1f6
aio-interface: improve headers ( #7690 )
...
Signed-off-by: Zoey <zoey@z0ey.de >
Signed-off-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
Co-authored-by: Simon L. <szaimen@e.mail.de >
Co-authored-by: Pablo Zmdl <pablo@nextcloud.com >
2026-04-16 17:20:50 +02:00
Pablo Zmdl
b67b3bbe15
Also punish failed logins via GET and URL-token
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-04-07 15:08:01 +02:00
Pablo Zmdl
bc968d18e6
Punish failed login attempts with a delay
...
This is a very simple means against bots, until we find the time to discuss
and implement something better.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-04-07 14:52:55 +02:00
Simon L.
c7f0aa8a19
Merge pull request #7840 from nextcloud/hash-equal
...
aio-interface: Use timeing-safe password comparison
2026-04-02 10:26:00 +02:00
Pablo Zmdl
2a7c686247
Use timeing-safe password comparison
...
AI-assistant: Copilot v1.0.7 (Claude Opus 4.6)
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-31 23:56:03 +02:00
Pablo Zmdl
f9e6339044
Regenerate session id on login to avoid session fixation attacks
...
AI-assistant: Copilot v1.0.7 (Claude Opus 4.6)
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-31 23:54:56 +02:00
Simon L.
7dc489168a
psalm: revert changes
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-19 13:51:12 +01:00
Simon L.
f1eeea9337
ignore psalm error
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-18 19:58:53 +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