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.
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
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
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.
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.
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.
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.
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
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
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
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
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.
bdda7c2178
Merge pull request #7541 from nextcloud/enh/noid/use-strict-types-in-php
...
add `declare(strict_types=1);` to all php files
2026-02-13 10:54:23 +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
Simon L.
eba86c3ad1
add declare(strict_types=1); to all php files
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-03 13:25:53 +01:00
Pablo Zmdl
82cbbe1829
Wrap ConfigurationController#SetConfig into a "transaction"
...
This avoids a lot of subsequent writes and reads from the file system, because
now only commitTransaction() actually writes the config file.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-02 10:17:57 +01:00
Pablo Zmdl
bf43a6dae6
Lower case method names in ConfigurationManager
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 16:51:36 +01:00
Pablo Zmdl
c4aa148bff
Camelize property aio_community_containers => aioCommunityContainers
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
b499001501
Camelize property collabora_additional_options => collaboraAdditionalOptions
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
5373471ed8
Camelize property collabora_dictionaries => collaboraDictionaries
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:57 +01:00
Pablo Zmdl
2425a07772
Camelize property install_latest_major => installLatestMajor
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
68f811b25f
Camelize property AIO_URL => aioUrl
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
62a21dd34a
Camelize property instance_restore_attempt => instanceRestoreAttempt
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
dd5d51cb2a
Camelize property AIO_TOKEN => aioToken
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
27fd1e82ab
Turn install_latest_major property into a string so we can save a version string or number
...
I chose a string instead of an integer so we have more freedom what to
actually save (maybe we want to include minor version digits at one point).
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
76d475f2b2
Replace setMultiple() by startTransaction() and commitTransaction()
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
77bec5898f
Type for Closure argument
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
9c9ad02f8a
Set multiple attributes at once
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
6c04cd055f
Make aio_community_containers an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
228440f2a8
Make collabora_additional_options an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
ca35006a85
Make collabora_dictionaries an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
6e5237cd20
Make timezone an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
5b0b9ef826
Make domain an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
f737d2f598
Make isFulltextsearchEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
f16f5b233d
Make isImaginaryEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00
Pablo Zmdl
190d47810b
Make isTalkRecordingEnabled an attribute
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-01-28 11:51:56 +01:00