diff --git a/server/latest/Nextcloud_Developer_Manual.epub b/server/latest/Nextcloud_Developer_Manual.epub index 8fe3e19c951..faa56eebeaa 100644 Binary files a/server/latest/Nextcloud_Developer_Manual.epub and b/server/latest/Nextcloud_Developer_Manual.epub differ diff --git a/server/latest/Nextcloud_Server_Administration_Manual.epub b/server/latest/Nextcloud_Server_Administration_Manual.epub index bc7c9ef5068..f99e44d47d4 100644 Binary files a/server/latest/Nextcloud_Server_Administration_Manual.epub and b/server/latest/Nextcloud_Server_Administration_Manual.epub differ diff --git a/server/latest/Nextcloud_Server_Administration_Manual.pdf b/server/latest/Nextcloud_Server_Administration_Manual.pdf index b2c771d6d43..157c9904654 100644 Binary files a/server/latest/Nextcloud_Server_Administration_Manual.pdf and b/server/latest/Nextcloud_Server_Administration_Manual.pdf differ diff --git a/server/latest/Nextcloud_User_Manual.epub b/server/latest/Nextcloud_User_Manual.epub index bb9514815f8..f43c600e5ba 100644 Binary files a/server/latest/Nextcloud_User_Manual.epub and b/server/latest/Nextcloud_User_Manual.epub differ diff --git a/server/latest/Nextcloud_User_Manual.pdf b/server/latest/Nextcloud_User_Manual.pdf index bf03acd2d87..212a5aff3d8 100644 Binary files a/server/latest/Nextcloud_User_Manual.pdf and b/server/latest/Nextcloud_User_Manual.pdf differ diff --git a/server/latest/admin_manual/groupware/calendar.html b/server/latest/admin_manual/groupware/calendar.html index 72d19c644c3..d6579767ad4 100644 --- a/server/latest/admin_manual/groupware/calendar.html +++ b/server/latest/admin_manual/groupware/calendar.html @@ -408,8 +408,9 @@
Added in version 32.0.0.
-When a user logs in for the first time an example event is created in their personal calendar. -As an admin, you can disable the creation of the example event. +
When a user logs in for the first time an example event is created in their personal calendar.
+This feature is enabled by default and is controlled by the create_example_event app config.
As an admin, you can disable the creation of the example event. It is also possible to replace the default event with a custom one.
To disable the creation of the example event for new users:
sudo -E -u www-data php occ config:app:set dav create_example_event --value=no
+To replace the built-in default event with a custom one:
Navigate to the Groupware settings in the admin settings.
When a user logs in for the first time an example contact is created in the user’s address book.
+This feature is enabled by default and is controlled by the enableDefaultContact app config.
To disable the example contact feature:
Navigate to the Groupware settings in the admin settings.
Scroll down to the “Example content” section.
Disable the “Add example contact …” setting with the checkbox
It can also be toggled from the command line:
+sudo -E -u www-data php occ config:app:set dav enableDefaultContact --value=no
+If you want to set a specific contact that should be created.
Press the “Import contact” button.
PHP Runtime
8.2 (deprecated)
8.3
8.4
8.5 (recommended)
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/commands.html b/server/latest/developer_manual/app_development/commands.html index 728b67f33b0..d7b3c90f556 100644 --- a/server/latest/developer_manual/app_development/commands.html +++ b/server/latest/developer_manual/app_development/commands.html @@ -316,7 +316,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/dav_extension.html b/server/latest/developer_manual/app_development/dav_extension.html index e180d7be7ad..33e72fcb6d3 100644 --- a/server/latest/developer_manual/app_development/dav_extension.html +++ b/server/latest/developer_manual/app_development/dav_extension.html @@ -218,7 +218,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/dependency_management.html b/server/latest/developer_manual/app_development/dependency_management.html index c8a37e5f116..8c5f36a25a9 100644 --- a/server/latest/developer_manual/app_development/dependency_management.html +++ b/server/latest/developer_manual/app_development/dependency_management.html @@ -283,7 +283,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/index.html b/server/latest/developer_manual/app_development/index.html index ee7b42fc884..9b8dcf01df6 100644 --- a/server/latest/developer_manual/app_development/index.html +++ b/server/latest/developer_manual/app_development/index.html @@ -189,7 +189,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/info.html b/server/latest/developer_manual/app_development/info.html index e5e2e2ac7f1..846796f76b9 100644 --- a/server/latest/developer_manual/app_development/info.html +++ b/server/latest/developer_manual/app_development/info.html @@ -660,7 +660,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/intro.html b/server/latest/developer_manual/app_development/intro.html index a4576230d36..6e06c30d764 100644 --- a/server/latest/developer_manual/app_development/intro.html +++ b/server/latest/developer_manual/app_development/intro.html @@ -196,7 +196,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/translation.html b/server/latest/developer_manual/app_development/translation.html index f97757454c4..32b61d2d648 100644 --- a/server/latest/developer_manual/app_development/translation.html +++ b/server/latest/developer_manual/app_development/translation.html @@ -307,7 +307,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_development/tutorial.html b/server/latest/developer_manual/app_development/tutorial.html index 06840ac6b47..2c198cc7592 100644 --- a/server/latest/developer_manual/app_development/tutorial.html +++ b/server/latest/developer_manual/app_development/tutorial.html @@ -140,7 +140,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_publishing_maintenance/maintainer.html b/server/latest/developer_manual/app_publishing_maintenance/maintainer.html index 84e0c449d0c..d9732601082 100644 --- a/server/latest/developer_manual/app_publishing_maintenance/maintainer.html +++ b/server/latest/developer_manual/app_publishing_maintenance/maintainer.html @@ -166,7 +166,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_publishing_maintenance/publishing.html b/server/latest/developer_manual/app_publishing_maintenance/publishing.html index 76e320865d8..b0e76dda066 100644 --- a/server/latest/developer_manual/app_publishing_maintenance/publishing.html +++ b/server/latest/developer_manual/app_publishing_maintenance/publishing.html @@ -243,7 +243,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_publishing_maintenance/release_automation.html b/server/latest/developer_manual/app_publishing_maintenance/release_automation.html index 7dd3235dbc7..e9b385f4943 100644 --- a/server/latest/developer_manual/app_publishing_maintenance/release_automation.html +++ b/server/latest/developer_manual/app_publishing_maintenance/release_automation.html @@ -325,7 +325,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/app_publishing_maintenance/release_process.html b/server/latest/developer_manual/app_publishing_maintenance/release_process.html index 9c154ca37ec..ec5d8c30763 100644 --- a/server/latest/developer_manual/app_publishing_maintenance/release_process.html +++ b/server/latest/developer_manual/app_publishing_maintenance/release_process.html @@ -335,7 +335,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/_available_events_ocp.html b/server/latest/developer_manual/basics/_available_events_ocp.html index 4a827c65246..0b3c4d166d4 100644 --- a/server/latest/developer_manual/basics/_available_events_ocp.html +++ b/server/latest/developer_manual/basics/_available_events_ocp.html @@ -1214,7 +1214,7 @@OCP\WorkflowEng
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/backgroundjobs.html b/server/latest/developer_manual/basics/backgroundjobs.html
index e2885cf622c..b64e243b175 100644
--- a/server/latest/developer_manual/basics/backgroundjobs.html
+++ b/server/latest/developer_manual/basics/backgroundjobs.html
@@ -327,7 +327,7 @@ Scheduling
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/caching.html b/server/latest/developer_manual/basics/caching.html
index 62b9363b5f5..f96d3e77cd3 100644
--- a/server/latest/developer_manual/basics/caching.html
+++ b/server/latest/developer_manual/basics/caching.html
@@ -322,7 +322,7 @@ Distributed cache
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/controllers.html b/server/latest/developer_manual/basics/controllers.html
index 36d71101e0a..467a8acc8ec 100644
--- a/server/latest/developer_manual/basics/controllers.html
+++ b/server/latest/developer_manual/basics/controllers.html
@@ -1242,7 +1242,7 @@ Modifying the content security policy
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/dependency_injection.html b/server/latest/developer_manual/basics/dependency_injection.html
index 6eb09fd1702..c60705af750 100644
--- a/server/latest/developer_manual/basics/dependency_injection.html
+++ b/server/latest/developer_manual/basics/dependency_injection.html
@@ -692,7 +692,7 @@ Accessing the container from anywhere
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/events.html b/server/latest/developer_manual/basics/events.html
index fa0b3f7103e..9e9653e66fd 100644
--- a/server/latest/developer_manual/basics/events.html
+++ b/server/latest/developer_manual/basics/events.html
@@ -1749,7 +1749,7 @@ Public emitter
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/front-end/css.html b/server/latest/developer_manual/basics/front-end/css.html
index 7a66b787756..47c31860ae0 100644
--- a/server/latest/developer_manual/basics/front-end/css.html
+++ b/server/latest/developer_manual/basics/front-end/css.html
@@ -184,7 +184,7 @@ CSS
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/front-end/index.html b/server/latest/developer_manual/basics/front-end/index.html
index 7e30b43558e..dec5690ac43 100644
--- a/server/latest/developer_manual/basics/front-end/index.html
+++ b/server/latest/developer_manual/basics/front-end/index.html
@@ -175,7 +175,7 @@ Front-end
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/front-end/js.html b/server/latest/developer_manual/basics/front-end/js.html
index 8b325568322..314a95655e7 100644
--- a/server/latest/developer_manual/basics/front-end/js.html
+++ b/server/latest/developer_manual/basics/front-end/js.html
@@ -360,7 +360,7 @@ Obtaining the initial state in JavaScript
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/front-end/templates.html b/server/latest/developer_manual/basics/front-end/templates.html
index e4c36b4949a..0f29d9e7eee 100644
--- a/server/latest/developer_manual/basics/front-end/templates.html
+++ b/server/latest/developer_manual/basics/front-end/templates.html
@@ -212,7 +212,7 @@ Including images
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/front-end/theming.html b/server/latest/developer_manual/basics/front-end/theming.html
index 4d1558efd5e..720611beb68 100644
--- a/server/latest/developer_manual/basics/front-end/theming.html
+++ b/server/latest/developer_manual/basics/front-end/theming.html
@@ -185,7 +185,7 @@ Icons
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/index.html b/server/latest/developer_manual/basics/index.html
index 77c5ecfb6d3..0b5d9b11852 100644
--- a/server/latest/developer_manual/basics/index.html
+++ b/server/latest/developer_manual/basics/index.html
@@ -255,7 +255,7 @@ Basic concepts
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/logging.html b/server/latest/developer_manual/basics/logging.html
index 96d7ea7efb2..cad8c9dd34b 100644
--- a/server/latest/developer_manual/basics/logging.html
+++ b/server/latest/developer_manual/basics/logging.html
@@ -447,7 +447,7 @@ Admin audit logging
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/middlewares.html b/server/latest/developer_manual/basics/middlewares.html
index b34792132fe..0d9635c4677 100644
--- a/server/latest/developer_manual/basics/middlewares.html
+++ b/server/latest/developer_manual/basics/middlewares.html
@@ -318,7 +318,7 @@ Parsing annotations
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/public_share_template.html b/server/latest/developer_manual/basics/public_share_template.html
index 48b73c1a492..d9a8ec711cb 100644
--- a/server/latest/developer_manual/basics/public_share_template.html
+++ b/server/latest/developer_manual/basics/public_share_template.html
@@ -237,7 +237,7 @@ Public share template
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/request_lifecycle.html b/server/latest/developer_manual/basics/request_lifecycle.html
index 59455a5a0fa..aeda22be7f4 100644
--- a/server/latest/developer_manual/basics/request_lifecycle.html
+++ b/server/latest/developer_manual/basics/request_lifecycle.html
@@ -172,7 +172,7 @@ Front controller
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/routing.html b/server/latest/developer_manual/basics/routing.html
index c06fc940227..6a27e6214e6 100644
--- a/server/latest/developer_manual/basics/routing.html
+++ b/server/latest/developer_manual/basics/routing.html
@@ -397,7 +397,7 @@ router:match
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/setting.html b/server/latest/developer_manual/basics/setting.html
index 92663f11831..728d52010f6 100644
--- a/server/latest/developer_manual/basics/setting.html
+++ b/server/latest/developer_manual/basics/setting.html
@@ -317,7 +317,7 @@ Settings
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/storage/appdata.html b/server/latest/developer_manual/basics/storage/appdata.html
index 6fe1ea9be41..c3a13f08416 100644
--- a/server/latest/developer_manual/basics/storage/appdata.html
+++ b/server/latest/developer_manual/basics/storage/appdata.html
@@ -226,7 +226,7 @@ File<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/storage/configuration.html b/server/latest/developer_manual/basics/storage/configuration.html
index 3475b15f940..5ee1c828ccb 100644
--- a/server/latest/developer_manual/basics/storage/configuration.html
+++ b/server/latest/developer_manual/basics/storage/configuration.html
@@ -295,7 +295,7 @@ User values
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/storage/database.html b/server/latest/developer_manual/basics/storage/database.html
index be0d8821ab2..9130e5625fc 100644
--- a/server/latest/developer_manual/basics/storage/database.html
+++ b/server/latest/developer_manual/basics/storage/database.html
@@ -595,7 +595,7 @@ Supporting more databases
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/storage/filesystem.html b/server/latest/developer_manual/basics/storage/filesystem.html
index 459c8b52c5a..f5981992d3d 100644
--- a/server/latest/developer_manual/basics/storage/filesystem.html
+++ b/server/latest/developer_manual/basics/storage/filesystem.html
@@ -293,7 +293,7 @@ Adding mounts to the filesystem
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/storage/index.html b/server/latest/developer_manual/basics/storage/index.html
index e4c6848ec0b..7dc6ed49dcb 100644
--- a/server/latest/developer_manual/basics/storage/index.html
+++ b/server/latest/developer_manual/basics/storage/index.html
@@ -189,7 +189,7 @@ Storage and database
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/storage/migrations.html b/server/latest/developer_manual/basics/storage/migrations.html
index 670fe60f833..f805d0ef251 100644
--- a/server/latest/developer_manual/basics/storage/migrations.html
+++ b/server/latest/developer_manual/basics/storage/migrations.html
@@ -402,7 +402,7 @@ Replacing indices
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/testing.html b/server/latest/developer_manual/basics/testing.html
index 5eab722dab4..29da428f3a1 100644
--- a/server/latest/developer_manual/basics/testing.html
+++ b/server/latest/developer_manual/basics/testing.html
@@ -231,7 +231,7 @@ Testing
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/basics/translations.html b/server/latest/developer_manual/basics/translations.html
index 0f3e28ea8b7..fc800d1063b 100644
--- a/server/latest/developer_manual/basics/translations.html
+++ b/server/latest/developer_manual/basics/translations.html
@@ -529,7 +529,7 @@ l10n:createjs
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/ClientIntegration/index.html b/server/latest/developer_manual/client_apis/ClientIntegration/index.html
index 49fac86582f..f4cb76a4ace 100644
--- a/server/latest/developer_manual/client_apis/ClientIntegration/index.html
+++ b/server/latest/developer_manual/client_apis/ClientIntegration/index.html
@@ -385,7 +385,7 @@ Issues/Bugs
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/LoginFlow/index.html b/server/latest/developer_manual/client_apis/LoginFlow/index.html
index 1b4844da20a..a005b132f74 100644
--- a/server/latest/developer_manual/client_apis/LoginFlow/index.html
+++ b/server/latest/developer_manual/client_apis/LoginFlow/index.html
@@ -758,7 +758,7 @@ Login name vs. email login
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/index.html b/server/latest/developer_manual/client_apis/OCS/index.html
index 917c65c10c5..2cce30336b2 100644
--- a/server/latest/developer_manual/client_apis/OCS/index.html
+++ b/server/latest/developer_manual/client_apis/OCS/index.html
@@ -338,7 +338,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html b/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html
index 2a7bd415701..1302ae31500 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html
@@ -414,7 +414,7 @@ Filtering the auto-complete results
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-assistant-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-assistant-api.html
index d0b0d009c12..f449be55ec9 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-assistant-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-assistant-api.html
@@ -180,7 +180,7 @@ Related documentation
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html
index 94f085ed463..d421fa244d1 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html
@@ -338,7 +338,7 @@ Reset collection
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html b/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
index fabf1fbb460..665094f5f53 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
@@ -998,7 +998,7 @@ Generate the specification
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-out-of-office-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-out-of-office-api.html
index c66fd1115fb..b4eecbbcd26 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-out-of-office-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-out-of-office-api.html
@@ -416,7 +416,7 @@ Clear data and disable out-of-office
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-recommendations-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-recommendations-api.html
index 9f9df854e63..af39eec07ea 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-recommendations-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-recommendations-api.html
@@ -228,7 +228,7 @@ Fetch user setting and recommendations
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html
index e7002a15283..f2a31c34d99 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html
@@ -451,7 +451,7 @@ Decline a pending Federated Cloud Share
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-sharee-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-sharee-api.html
index e8439c9ffc0..99dc0a6fb3f 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-sharee-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-sharee-api.html
@@ -200,7 +200,7 @@ Sharee recommendations
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-status-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-status-api.html
index 14c05ec6106..380a697d1b2 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-status-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-status-api.html
@@ -493,7 +493,7 @@ User status - Restore backup
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html
index 2ce9d272b95..76de7556b36 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html
@@ -160,7 +160,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-text2image-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-text2image-api.html
index 9b91b14b46d..7f0dc4d015f 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-text2image-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-text2image-api.html
@@ -453,7 +453,7 @@ List tasks by App
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-textprocessing-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-textprocessing-api.html
index e786f094ea8..79ff5f6ecd6 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-textprocessing-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-textprocessing-api.html
@@ -341,7 +341,7 @@ Fetch a task by ID
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-translation-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-translation-api.html
index ff5447f4bde..1d931a37ba5 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-translation-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-translation-api.html
@@ -296,7 +296,7 @@ Translate a string
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/OCS/ocs-user-preferences-api.html b/server/latest/developer_manual/client_apis/OCS/ocs-user-preferences-api.html
index 9904daff9ad..fdec73ce3dc 100644
--- a/server/latest/developer_manual/client_apis/OCS/ocs-user-preferences-api.html
+++ b/server/latest/developer_manual/client_apis/OCS/ocs-user-preferences-api.html
@@ -297,7 +297,7 @@ Deleting multiple preference
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/RemoteWipe/index.html b/server/latest/developer_manual/client_apis/RemoteWipe/index.html
index 82d81179904..f6b2ab18c2e 100644
--- a/server/latest/developer_manual/client_apis/RemoteWipe/index.html
+++ b/server/latest/developer_manual/client_apis/RemoteWipe/index.html
@@ -180,7 +180,7 @@ Signalling completion
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/basic.html b/server/latest/developer_manual/client_apis/WebDAV/basic.html
index 66efc9abcf5..9f2b9c4cae8 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/basic.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/basic.html
@@ -1134,7 +1134,7 @@ Response Headers
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/bulkupload.html b/server/latest/developer_manual/client_apis/WebDAV/bulkupload.html
index 3d46b31f297..666891b1f5a 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/bulkupload.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/bulkupload.html
@@ -241,7 +241,7 @@ Starting a bulk upload
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/chunking.html b/server/latest/developer_manual/client_apis/WebDAV/chunking.html
index 545fc4554da..92f03821f44 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/chunking.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/chunking.html
@@ -244,7 +244,7 @@ Aborting the upload
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/comments.html b/server/latest/developer_manual/client_apis/WebDAV/comments.html
index 285f5b6866d..c8a251f57d7 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/comments.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/comments.html
@@ -231,7 +231,7 @@ Examples
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/index.html b/server/latest/developer_manual/client_apis/WebDAV/index.html
index 4d3556343a0..1b854724766 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/index.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/index.html
@@ -203,7 +203,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/search.html b/server/latest/developer_manual/client_apis/WebDAV/search.html
index c7b9bc67104..02d873cefc3 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/search.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/search.html
@@ -523,7 +523,7 @@ Examples search bodies
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/trashbin.html b/server/latest/developer_manual/client_apis/WebDAV/trashbin.html
index 7a1c62d1ae5..781952afe43 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/trashbin.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/trashbin.html
@@ -182,7 +182,7 @@ Emptying the trashbin
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/WebDAV/versions.html b/server/latest/developer_manual/client_apis/WebDAV/versions.html
index 73126b801a6..b69516544bb 100644
--- a/server/latest/developer_manual/client_apis/WebDAV/versions.html
+++ b/server/latest/developer_manual/client_apis/WebDAV/versions.html
@@ -165,7 +165,7 @@ Restoring a version
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/activity-api.html b/server/latest/developer_manual/client_apis/activity-api.html
index 108a6ce9141..8e3754ec80b 100644
--- a/server/latest/developer_manual/client_apis/activity-api.html
+++ b/server/latest/developer_manual/client_apis/activity-api.html
@@ -690,7 +690,7 @@ Further reading
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/android_library/examples.html b/server/latest/developer_manual/client_apis/android_library/examples.html
index 5fe1e4d7e13..e9429ae9c28 100644
--- a/server/latest/developer_manual/client_apis/android_library/examples.html
+++ b/server/latest/developer_manual/client_apis/android_library/examples.html
@@ -540,7 +540,7 @@ Tips<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/android_library/index.html b/server/latest/developer_manual/client_apis/android_library/index.html
index c2ab5462ebb..be49099c45c 100644
--- a/server/latest/developer_manual/client_apis/android_library/index.html
+++ b/server/latest/developer_manual/client_apis/android_library/index.html
@@ -175,7 +175,7 @@ Nextcloud Android library
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/android_library/library_installation.html b/server/latest/developer_manual/client_apis/android_library/library_installation.html
index 6029617ad2b..f5e29b9239c 100644
--- a/server/latest/developer_manual/client_apis/android_library/library_installation.html
+++ b/server/latest/developer_manual/client_apis/android_library/library_installation.html
@@ -182,7 +182,7 @@ Add the library project to your project as a Git submodule
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/files.html b/server/latest/developer_manual/client_apis/files.html
index fafd5422985..fdfb83b9f25 100644
--- a/server/latest/developer_manual/client_apis/files.html
+++ b/server/latest/developer_manual/client_apis/files.html
@@ -228,7 +228,7 @@ Examples
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/general.html b/server/latest/developer_manual/client_apis/general.html
index 7023500ca1c..b510eee6880 100644
--- a/server/latest/developer_manual/client_apis/general.html
+++ b/server/latest/developer_manual/client_apis/general.html
@@ -153,7 +153,7 @@ Maintenance Mode
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/client_apis/index.html b/server/latest/developer_manual/client_apis/index.html
index cb23b44a689..92cfbd63cf9 100644
--- a/server/latest/developer_manual/client_apis/index.html
+++ b/server/latest/developer_manual/client_apis/index.html
@@ -220,7 +220,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/design/components.html b/server/latest/developer_manual/design/components.html
index a3030f0d90e..8d3cb04c9e4 100644
--- a/server/latest/developer_manual/design/components.html
+++ b/server/latest/developer_manual/design/components.html
@@ -460,7 +460,7 @@ Radio groups
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/design/foundations.html b/server/latest/developer_manual/design/foundations.html
index 2afc6ccf9b4..4e79be03b32 100644
--- a/server/latest/developer_manual/design/foundations.html
+++ b/server/latest/developer_manual/design/foundations.html
@@ -378,7 +378,7 @@ Border radii
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/design/index.html b/server/latest/developer_manual/design/index.html
index 4235aff4846..52d651e9856 100644
--- a/server/latest/developer_manual/design/index.html
+++ b/server/latest/developer_manual/design/index.html
@@ -177,7 +177,7 @@ Design<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/design/introduction.html b/server/latest/developer_manual/design/introduction.html
index 3a11576ba01..b1319b403f3 100644
--- a/server/latest/developer_manual/design/introduction.html
+++ b/server/latest/developer_manual/design/introduction.html
@@ -158,7 +158,7 @@ Introduction
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/design/layout.html b/server/latest/developer_manual/design/layout.html
index 2d20b2c51ab..6e261c7dc5f 100644
--- a/server/latest/developer_manual/design/layout.html
+++ b/server/latest/developer_manual/design/layout.html
@@ -143,7 +143,7 @@ Layout<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/design/writing.html b/server/latest/developer_manual/design/writing.html
index 6b697d3b781..c2047a3e005 100644
--- a/server/latest/developer_manual/design/writing.html
+++ b/server/latest/developer_manual/design/writing.html
@@ -339,7 +339,7 @@ Translatable strings
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/desktop/building.html b/server/latest/developer_manual/desktop/building.html
index 76368dda4ab..0f2d0b7d45e 100644
--- a/server/latest/developer_manual/desktop/building.html
+++ b/server/latest/developer_manual/desktop/building.html
@@ -574,7 +574,7 @@ Address Sanitizer
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/desktop/index.html b/server/latest/developer_manual/desktop/index.html
index a0dec16331c..00974f13c74 100644
--- a/server/latest/developer_manual/desktop/index.html
+++ b/server/latest/developer_manual/desktop/index.html
@@ -147,7 +147,7 @@ Desktop Clients
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/ai.html b/server/latest/developer_manual/digging_deeper/ai.html
index 6ab8c323886..9e565cc5522 100644
--- a/server/latest/developer_manual/digging_deeper/ai.html
+++ b/server/latest/developer_manual/digging_deeper/ai.html
@@ -192,7 +192,7 @@ AI & Machine Learning
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/api.html b/server/latest/developer_manual/digging_deeper/api.html
index 8401fc7bfa4..01d6c0c1da0 100644
--- a/server/latest/developer_manual/digging_deeper/api.html
+++ b/server/latest/developer_manual/digging_deeper/api.html
@@ -202,7 +202,7 @@ PHP unstable API
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/apis.html b/server/latest/developer_manual/digging_deeper/apis.html
index 1379af368a8..9de855aae72 100644
--- a/server/latest/developer_manual/digging_deeper/apis.html
+++ b/server/latest/developer_manual/digging_deeper/apis.html
@@ -209,7 +209,7 @@ APIs & Integration
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/assistant_integration.html b/server/latest/developer_manual/digging_deeper/assistant_integration.html
index ff2e941112c..0652f26d73c 100644
--- a/server/latest/developer_manual/digging_deeper/assistant_integration.html
+++ b/server/latest/developer_manual/digging_deeper/assistant_integration.html
@@ -295,7 +295,7 @@ Populating input from a file
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/auth.html b/server/latest/developer_manual/digging_deeper/auth.html
index 22011098f8c..15f9b61778b 100644
--- a/server/latest/developer_manual/digging_deeper/auth.html
+++ b/server/latest/developer_manual/digging_deeper/auth.html
@@ -192,7 +192,7 @@ Users & Authentication
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/classloader.html b/server/latest/developer_manual/digging_deeper/classloader.html
index c3707c06c1e..a65a943dcf7 100644
--- a/server/latest/developer_manual/digging_deeper/classloader.html
+++ b/server/latest/developer_manual/digging_deeper/classloader.html
@@ -209,7 +209,7 @@ Server autoloading
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/config/appconfig.html b/server/latest/developer_manual/digging_deeper/config/appconfig.html
index 72a450d33e7..ca183cc0d54 100644
--- a/server/latest/developer_manual/digging_deeper/config/appconfig.html
+++ b/server/latest/developer_manual/digging_deeper/config/appconfig.html
@@ -467,7 +467,7 @@ Constants and flags
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/config/index.html b/server/latest/developer_manual/digging_deeper/config/index.html
index 2f1d33fb3e5..e788f791f34 100644
--- a/server/latest/developer_manual/digging_deeper/config/index.html
+++ b/server/latest/developer_manual/digging_deeper/config/index.html
@@ -175,7 +175,7 @@ Config & Preferences
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/config/lexicon.html b/server/latest/developer_manual/digging_deeper/config/lexicon.html
index 43c37f2498a..1ecb4b27ad6 100644
--- a/server/latest/developer_manual/digging_deeper/config/lexicon.html
+++ b/server/latest/developer_manual/digging_deeper/config/lexicon.html
@@ -291,7 +291,7 @@ ./occ config:app:get –details
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/config/userconfig.html b/server/latest/developer_manual/digging_deeper/config/userconfig.html
index 9bcc161763b..44ba83d1332 100644
--- a/server/latest/developer_manual/digging_deeper/config/userconfig.html
+++ b/server/latest/developer_manual/digging_deeper/config/userconfig.html
@@ -339,7 +339,7 @@ Miscellaneous
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/context_chat.html b/server/latest/developer_manual/digging_deeper/context_chat.html
index 4b60b299569..009b34c757d 100644
--- a/server/latest/developer_manual/digging_deeper/context_chat.html
+++ b/server/latest/developer_manual/digging_deeper/context_chat.html
@@ -276,7 +276,7 @@ Submitting ContentItem data
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/continuous_integration.html b/server/latest/developer_manual/digging_deeper/continuous_integration.html
index 18c3b79f509..a79dba699ff 100644
--- a/server/latest/developer_manual/digging_deeper/continuous_integration.html
+++ b/server/latest/developer_manual/digging_deeper/continuous_integration.html
@@ -247,7 +247,7 @@ php-cs<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/dashboard.html b/server/latest/developer_manual/digging_deeper/dashboard.html
index 41a07c33602..f3fdfcd0e43 100644
--- a/server/latest/developer_manual/digging_deeper/dashboard.html
+++ b/server/latest/developer_manual/digging_deeper/dashboard.html
@@ -687,7 +687,7 @@ Use the API
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/deadlock.html b/server/latest/developer_manual/digging_deeper/deadlock.html
index 85c1ceafb87..afd2e522bb0 100644
--- a/server/latest/developer_manual/digging_deeper/deadlock.html
+++ b/server/latest/developer_manual/digging_deeper/deadlock.html
@@ -247,7 +247,7 @@ References
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/debugging.html b/server/latest/developer_manual/digging_deeper/debugging.html
index d4400fd88dd..af1d4cd2fcb 100644
--- a/server/latest/developer_manual/digging_deeper/debugging.html
+++ b/server/latest/developer_manual/digging_deeper/debugging.html
@@ -242,7 +242,7 @@ Using alternative app directories
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/declarative_settings.html b/server/latest/developer_manual/digging_deeper/declarative_settings.html
index ef94fe793e0..feee84e5b1c 100644
--- a/server/latest/developer_manual/digging_deeper/declarative_settings.html
+++ b/server/latest/developer_manual/digging_deeper/declarative_settings.html
@@ -590,7 +590,7 @@ Sensitive field type
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/devtools.html b/server/latest/developer_manual/digging_deeper/devtools.html
index b73dad7fceb..e8ffdf940e4 100644
--- a/server/latest/developer_manual/digging_deeper/devtools.html
+++ b/server/latest/developer_manual/digging_deeper/devtools.html
@@ -201,7 +201,7 @@ Development Tools
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/direct_editing.html b/server/latest/developer_manual/digging_deeper/direct_editing.html
index d7bb21c2089..afd3d089291 100644
--- a/server/latest/developer_manual/digging_deeper/direct_editing.html
+++ b/server/latest/developer_manual/digging_deeper/direct_editing.html
@@ -603,7 +603,7 @@ See also
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/discovery.html b/server/latest/developer_manual/digging_deeper/discovery.html
index 404a52f7a89..fe61c11c317 100644
--- a/server/latest/developer_manual/digging_deeper/discovery.html
+++ b/server/latest/developer_manual/digging_deeper/discovery.html
@@ -178,7 +178,7 @@ Search & Discovery
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/email.html b/server/latest/developer_manual/digging_deeper/email.html
index be5fcf2a07f..d59714f9141 100644
--- a/server/latest/developer_manual/digging_deeper/email.html
+++ b/server/latest/developer_manual/digging_deeper/email.html
@@ -199,7 +199,7 @@ Inline attachments
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/files-metadata.html b/server/latest/developer_manual/digging_deeper/files-metadata.html
index 64f87a4c7dd..a38f4db4275 100644
--- a/server/latest/developer_manual/digging_deeper/files-metadata.html
+++ b/server/latest/developer_manual/digging_deeper/files-metadata.html
@@ -529,7 +529,7 @@ Metadata Query Helper
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/flow.html b/server/latest/developer_manual/digging_deeper/flow.html
index 183f1a2ca0e..51c30043c0a 100644
--- a/server/latest/developer_manual/digging_deeper/flow.html
+++ b/server/latest/developer_manual/digging_deeper/flow.html
@@ -185,7 +185,7 @@ Configuration Component
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/groupware/calendar.html b/server/latest/developer_manual/digging_deeper/groupware/calendar.html
index 2ea9a4f6031..be12affc954 100644
--- a/server/latest/developer_manual/digging_deeper/groupware/calendar.html
+++ b/server/latest/developer_manual/digging_deeper/groupware/calendar.html
@@ -378,7 +378,7 @@ Rooms
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/groupware/calendar_provider.html b/server/latest/developer_manual/digging_deeper/groupware/calendar_provider.html
index af7c5762400..0100efbf614 100644
--- a/server/latest/developer_manual/digging_deeper/groupware/calendar_provider.html
+++ b/server/latest/developer_manual/digging_deeper/groupware/calendar_provider.html
@@ -780,7 +780,7 @@ Register the calendar provider
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/groupware/contacts_menu.html b/server/latest/developer_manual/digging_deeper/groupware/contacts_menu.html
index c7871beae4f..d4addfdfcec 100644
--- a/server/latest/developer_manual/digging_deeper/groupware/contacts_menu.html
+++ b/server/latest/developer_manual/digging_deeper/groupware/contacts_menu.html
@@ -258,7 +258,7 @@ User status
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/groupware/index.html b/server/latest/developer_manual/digging_deeper/groupware/index.html
index 97a345774aa..6800d9d4ff2 100644
--- a/server/latest/developer_manual/digging_deeper/groupware/index.html
+++ b/server/latest/developer_manual/digging_deeper/groupware/index.html
@@ -182,7 +182,7 @@ Groupware integration
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/groupware/mail_provider.html b/server/latest/developer_manual/digging_deeper/groupware/mail_provider.html
index 87eac2fd1e9..47993ae52a8 100644
--- a/server/latest/developer_manual/digging_deeper/groupware/mail_provider.html
+++ b/server/latest/developer_manual/digging_deeper/groupware/mail_provider.html
@@ -364,7 +364,7 @@ Step 3: Register the Mail Provider
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/groupware_workflows.html b/server/latest/developer_manual/digging_deeper/groupware_workflows.html
index 28e40aee392..e683de729b1 100644
--- a/server/latest/developer_manual/digging_deeper/groupware_workflows.html
+++ b/server/latest/developer_manual/digging_deeper/groupware_workflows.html
@@ -164,7 +164,7 @@ Groupware & Workflows
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/http_client.html b/server/latest/developer_manual/digging_deeper/http_client.html
index 05f26fffde0..1c920b78e98 100644
--- a/server/latest/developer_manual/digging_deeper/http_client.html
+++ b/server/latest/developer_manual/digging_deeper/http_client.html
@@ -282,7 +282,7 @@ Error handling
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/index.html b/server/latest/developer_manual/digging_deeper/index.html
index a818e8310bd..7fb566fabc8 100644
--- a/server/latest/developer_manual/digging_deeper/index.html
+++ b/server/latest/developer_manual/digging_deeper/index.html
@@ -494,7 +494,7 @@ Digging deeper
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/internals.html b/server/latest/developer_manual/digging_deeper/internals.html
index 3c5bfe9f4f1..11df55dc283 100644
--- a/server/latest/developer_manual/digging_deeper/internals.html
+++ b/server/latest/developer_manual/digging_deeper/internals.html
@@ -219,7 +219,7 @@ Server Internals
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/javascript-apis.html b/server/latest/developer_manual/digging_deeper/javascript-apis.html
index 56b0cd69255..f82800fcff7 100644
--- a/server/latest/developer_manual/digging_deeper/javascript-apis.html
+++ b/server/latest/developer_manual/digging_deeper/javascript-apis.html
@@ -283,7 +283,7 @@ OCP – Public APIs
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/machinetranslation.html b/server/latest/developer_manual/digging_deeper/machinetranslation.html
index da5e4f8b8ea..100339f463a 100644
--- a/server/latest/developer_manual/digging_deeper/machinetranslation.html
+++ b/server/latest/developer_manual/digging_deeper/machinetranslation.html
@@ -326,7 +326,7 @@ Provider registration
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/notifications.html b/server/latest/developer_manual/digging_deeper/notifications.html
index da567df4c5c..6a6af338e05 100644
--- a/server/latest/developer_manual/digging_deeper/notifications.html
+++ b/server/latest/developer_manual/digging_deeper/notifications.html
@@ -151,7 +151,7 @@ Notifications
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/npm.html b/server/latest/developer_manual/digging_deeper/npm.html
index 3c62f4c3e1f..a1e135c0203 100644
--- a/server/latest/developer_manual/digging_deeper/npm.html
+++ b/server/latest/developer_manual/digging_deeper/npm.html
@@ -237,7 +237,7 @@ npm run lint (optional)
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/oidc.html b/server/latest/developer_manual/digging_deeper/oidc.html
index a8628143dc5..aa256e2fb07 100644
--- a/server/latest/developer_manual/digging_deeper/oidc.html
+++ b/server/latest/developer_manual/digging_deeper/oidc.html
@@ -176,7 +176,7 @@ Generating a token if Nextcloud is the provider
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/openmetrics.html b/server/latest/developer_manual/digging_deeper/openmetrics.html
index 479e18d8b5a..e783c45fa3f 100644
--- a/server/latest/developer_manual/digging_deeper/openmetrics.html
+++ b/server/latest/developer_manual/digging_deeper/openmetrics.html
@@ -232,7 +232,7 @@ Implement a new exporter
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/out_of_office.html b/server/latest/developer_manual/digging_deeper/out_of_office.html
index 020e72c2c0f..bd6b2083d3d 100644
--- a/server/latest/developer_manual/digging_deeper/out_of_office.html
+++ b/server/latest/developer_manual/digging_deeper/out_of_office.html
@@ -266,7 +266,7 @@ Common data structure
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/performance.html b/server/latest/developer_manual/digging_deeper/performance.html
index b4a0a49087c..851510f92ed 100644
--- a/server/latest/developer_manual/digging_deeper/performance.html
+++ b/server/latest/developer_manual/digging_deeper/performance.html
@@ -263,7 +263,7 @@ Getting help
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/phonenumberutil.html b/server/latest/developer_manual/digging_deeper/phonenumberutil.html
index f3e887a4798..ca8279cf7af 100644
--- a/server/latest/developer_manual/digging_deeper/phonenumberutil.html
+++ b/server/latest/developer_manual/digging_deeper/phonenumberutil.html
@@ -204,7 +204,7 @@ Get the country code for a region
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/profile.html b/server/latest/developer_manual/digging_deeper/profile.html
index 8f766429626..97a43e21525 100644
--- a/server/latest/developer_manual/digging_deeper/profile.html
+++ b/server/latest/developer_manual/digging_deeper/profile.html
@@ -326,7 +326,7 @@ Register a profile action
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/profiler.html b/server/latest/developer_manual/digging_deeper/profiler.html
index 00610035011..830feaac0a6 100644
--- a/server/latest/developer_manual/digging_deeper/profiler.html
+++ b/server/latest/developer_manual/digging_deeper/profiler.html
@@ -290,7 +290,7 @@ Contributing
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/projects.html b/server/latest/developer_manual/digging_deeper/projects.html
index be7da97b772..eb1c405e650 100644
--- a/server/latest/developer_manual/digging_deeper/projects.html
+++ b/server/latest/developer_manual/digging_deeper/projects.html
@@ -359,7 +359,7 @@ Provide a user interface
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/psr.html b/server/latest/developer_manual/digging_deeper/psr.html
index 4b549853c8d..079ea1bdf48 100644
--- a/server/latest/developer_manual/digging_deeper/psr.html
+++ b/server/latest/developer_manual/digging_deeper/psr.html
@@ -203,7 +203,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/publicpage.html b/server/latest/developer_manual/digging_deeper/publicpage.html
index 8b610943e92..26ffd943204 100644
--- a/server/latest/developer_manual/digging_deeper/publicpage.html
+++ b/server/latest/developer_manual/digging_deeper/publicpage.html
@@ -242,7 +242,7 @@ Implementing an authenticated public page
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 22, 2026.
diff --git a/server/latest/developer_manual/digging_deeper/reference.html b/server/latest/developer_manual/digging_deeper/reference.html
index bc11753b7f8..ab700291fda 100644
--- a/server/latest/developer_manual/digging_deeper/reference.html
+++ b/server/latest/developer_manual/digging_deeper/reference.html
@@ -989,7 +989,7 @@ Register a custom picker component
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+