Gaetano Giunta
fdfd479db7
aio-interface: make sure ublock does not break the log viewer ( #8148 )
2026-05-18 18:55:18 +02:00
Simon L.
1c5169c9e4
increase to 13.0.4
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-05-15 15:38:22 +02:00
Simon L.
15ae285d9f
increase to 13.0.3
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-05-07 16:22:14 +02:00
Simon L.
91d59af4dc
increase to 13.0.2
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-05-06 13:03:28 +02:00
Simon L.
99ea91c5ef
increase to v13.0.1
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-05-04 10:49:10 +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
Simon L.
1f813aacc3
timezone: only set the placeholder and not the value automatically because it is confusing
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-25 16:41:48 +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.
ccda322888
aio-interface: combine all disable-*.js files into a single disable-containers.js ( #7958 )
2026-04-20 13:24:50 +02:00
copilot-swe-agent[bot]
479f68d69e
aio-interface: combine all disable-*.js files into disable-containers.js
...
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/a5859e89-d042-4dd5-82e9-9ceed4e22c70
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-20 13:15:46 +02:00
Simon L.
e1ae6444e5
increase version of click-handlers
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-20 13:08:47 +02: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.
1f3a2fd537
increase to 13.0.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-14 15:58:45 +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
Simon L.
b9b622755b
increase to 12.9.2
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-07 11:37:52 +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.
bb4790ed3a
increase to 12.9.1
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-27 13:32:11 +01: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
Pablo Zmdl
74693303a3
Force loading of changed JS despite possible caches
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-24 08:03:37 +01:00
Pablo Zmdl
387b39099f
Fix log viewer on small screens
...
Previously it showed a lot of white space at the bottom, and the floating box
didn't stick. Both is now fixed.
AI-assistant: Copilot v1.0.7 (Claude Sonnet 4.6)
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-03-23 13:39:04 +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.
c2e7990d33
increase to 12.9.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-03-17 13:10:37 +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
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
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.
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
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
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
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
Pablo Zmdl
280898be6f
Reload every 5s, but only if visible
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-02-23 13:36:28 +01:00
Pablo Zmdl
862a17ab4e
Auto-reload the log view, and scroll to bottom.
...
Includes a button to disable the automatic reloading (useful when inspecting some lines in the middle).
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-02-20 14:22:57 +01:00
Simon L.
b192f496dc
increase to 12.8.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-18 18:35:15 +01:00
Oleksandr Piskun
987191ac14
feat(app-api): add HaRP container ( #7493 )
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com >
Signed-off-by: bigcat88 <bigcat88@icloud.com >
Signed-off-by: Oleksandr Piskun <oleksandr2088@icloud.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
Co-authored-by: Simon L. <szaimen@e.mail.de >
2026-02-18 13:45:44 +01:00