copilot-swe-agent[bot]
b71afd933b
refactor: extract deSEC registration form into includes/desec-register.twig
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/5799217f-4a9b-4e23-9f0f-4bd0d37999b2
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-25 16:26:23 +00:00
copilot-swe-agent[bot]
24f8a126cb
feat: allow using existing deSEC account by supplying a password
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/57f233da-439b-4992-888c-82fad2dfa2cc
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-25 16:21:46 +00:00
copilot-swe-agent[bot]
ce857a5588
docs: recommend deSEC by default over Tailscale across all files
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/987af94f-dbff-4efd-968c-f6993c7c4dc8
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-25 12:25:38 +00:00
copilot-swe-agent[bot]
7281c9b7c8
mask deSEC password behind details reveal; add hex length comment
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/4e99bcbc-4f32-45e6-af08-5026ce4b1f45
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-24 21:49:26 +00:00
copilot-swe-agent[bot]
cb48bc5db0
store and display deSEC password for user login at desec.io
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/4e99bcbc-4f32-45e6-af08-5026ce4b1f45
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-24 21:48:19 +00:00
copilot-swe-agent[bot]
83129d6a55
feat: retry deSEC domain registration without re-entering email when account already exists
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/f779f575-e0fb-4e25-8e5c-5d5cb7668a91
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-24 21:40:06 +00:00
copilot-swe-agent[bot]
7598f6534d
feat: allow custom subdomain slug for deSEC registration, fix slug validation regex
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/60fbe9fa-94d1-4fea-9f6e-d1fb56861388
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-24 21:05:19 +00:00
Simon L.
a12f505dcd
Apply suggestions from code review
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-24 22:56:46 +02:00
copilot-swe-agent[bot]
5b72d17438
feat: add dnsmasq community container for LAN DNS, remove ddclient, add NC_DOMAIN Docker alias
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/7bd0c60a-c5df-404a-a8a5-5cbb97c7a48c
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-24 20:42:47 +00:00
copilot-swe-agent[bot]
7c5abc978d
mastercontainer updates deSEC IP directly; ddclient auto-configures from env vars
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/fc6803fd-5743-438d-86b8-068ce48b1411
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-24 19:24:14 +00:00
copilot-swe-agent[bot]
f23d8276ff
switch to Guzzle in DesecController (pre-refactor checkpoint)
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/fc6803fd-5743-438d-86b8-068ce48b1411
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-24 19:21:11 +00:00
copilot-swe-agent[bot]
4679c6c38d
fix: correct variable shadowing in show-password event handler
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/1927b3c2-7484-4876-b037-79d94f2ecb6a
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-20 10:09:04 +00: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
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
Simon L.
99c862c2c1
aio-interface: hide Hub 26 Winter update notice
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-09 14:30:59 +02:00
Alan Savage
0bad0849c1
Avoid Resend popups on Firefox on start/stop containers
...
Use `location.reload(true)` instead of `reload` or `reload(1)`
to ensure we use a GET request.
See also:
https://stackoverflow.com/a/41122753
https://developer.mozilla.org/en-US/docs/Web/API/Location/reload#forceget
Fixes #7850
Signed-off-by: Alan Savage <3028205+asavageiv@users.noreply.github.com >
2026-04-02 10:55:25 -07:00
Simon L.
7a9bab5776
aio-interface: fix page not automatic reloading after container starting progress spinner
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-02 14:06:39 +02:00
Simon L.
75e18bb40a
aio-interface: make Harp visible again
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-27 13:24:05 +01:00
Alan Savage
5782a01b7f
Fix bypass_container_update when not detected as available
...
isAnyUpdateAvailable is not necessarily synced with the PullImage
logic from DockerActionManager. This ensures no images are pulled
regardless of detection.
There's also a minor code improvement to avoid unnecessary interpolation.
Signed-off-by: Alan Savage <3028205+asavageiv@users.noreply.github.com >
2026-03-20 15:42:54 +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
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
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
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.
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.
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.
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
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
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
Simon L.
92372abfe7
Merge pull request #7458 from nextcloud/enh/6877/show-sub-steps
...
aio-interface: show sub-steps for starting containers
2026-02-18 13:45:04 +01:00
Pablo Zmdl
56f34703fa
Increase cache busters for changed JS and CSS files
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-02-17 16:35:01 +01:00
Pablo Zmdl
bf2d9ff394
Load container status into iframe as streamed response
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-02-17 16:35: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
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.
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.
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
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.
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.
0be8409c36
increase to 12.3.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-12-11 15:21:13 +01:00
Simon L.
a9d462489c
increase to 12.2.1
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-12-08 10:03:53 +01:00
Simon L.
a842cbb82a
increase to 12.2.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-12-02 12:12:40 +01:00