diff --git a/server/33/Nextcloud_Developer_Manual.epub b/server/33/Nextcloud_Developer_Manual.epub index 9ba0d9a3f8c..611b6ede63f 100644 Binary files a/server/33/Nextcloud_Developer_Manual.epub and b/server/33/Nextcloud_Developer_Manual.epub differ diff --git a/server/33/Nextcloud_Server_Administration_Manual.epub b/server/33/Nextcloud_Server_Administration_Manual.epub index befeb40edd1..54dd741e3d5 100644 Binary files a/server/33/Nextcloud_Server_Administration_Manual.epub and b/server/33/Nextcloud_Server_Administration_Manual.epub differ diff --git a/server/33/Nextcloud_Server_Administration_Manual.pdf b/server/33/Nextcloud_Server_Administration_Manual.pdf index abe6e3e40c6..f076e272805 100644 Binary files a/server/33/Nextcloud_Server_Administration_Manual.pdf and b/server/33/Nextcloud_Server_Administration_Manual.pdf differ diff --git a/server/33/Nextcloud_User_Manual.epub b/server/33/Nextcloud_User_Manual.epub index 7f1babff0e4..7cd43d815a1 100644 Binary files a/server/33/Nextcloud_User_Manual.epub and b/server/33/Nextcloud_User_Manual.epub differ diff --git a/server/33/Nextcloud_User_Manual.pdf b/server/33/Nextcloud_User_Manual.pdf index 6ba389a5b57..b2cd8a8b2bd 100644 Binary files a/server/33/Nextcloud_User_Manual.pdf and b/server/33/Nextcloud_User_Manual.pdf differ diff --git a/server/33/admin_manual/groupware/calendar.html b/server/33/admin_manual/groupware/calendar.html index bcec5b3f16f..bba8543c195 100644 --- a/server/33/admin_manual/groupware/calendar.html +++ b/server/33/admin_manual/groupware/calendar.html @@ -394,8 +394,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.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_development/dav_extension.html b/server/33/developer_manual/app_development/dav_extension.html index ead5db88326..343fbe6dc02 100644 --- a/server/33/developer_manual/app_development/dav_extension.html +++ b/server/33/developer_manual/app_development/dav_extension.html @@ -207,7 +207,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_development/dependency_management.html b/server/33/developer_manual/app_development/dependency_management.html index 4a040f4bc09..c501c0bf0f4 100644 --- a/server/33/developer_manual/app_development/dependency_management.html +++ b/server/33/developer_manual/app_development/dependency_management.html @@ -272,7 +272,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_development/index.html b/server/33/developer_manual/app_development/index.html index a460f4a6c83..59ad6c7750f 100644 --- a/server/33/developer_manual/app_development/index.html +++ b/server/33/developer_manual/app_development/index.html @@ -168,7 +168,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_development/info.html b/server/33/developer_manual/app_development/info.html index 239d8910568..37c342e109d 100644 --- a/server/33/developer_manual/app_development/info.html +++ b/server/33/developer_manual/app_development/info.html @@ -629,7 +629,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_development/intro.html b/server/33/developer_manual/app_development/intro.html index cf77f31eb20..24dcce69911 100644 --- a/server/33/developer_manual/app_development/intro.html +++ b/server/33/developer_manual/app_development/intro.html @@ -185,7 +185,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_development/translation_setup.html b/server/33/developer_manual/app_development/translation_setup.html index 9de6559da2d..dc9ea0d15ee 100644 --- a/server/33/developer_manual/app_development/translation_setup.html +++ b/server/33/developer_manual/app_development/translation_setup.html @@ -275,7 +275,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_development/tutorial.html b/server/33/developer_manual/app_development/tutorial.html index a4bab3880a1..b96bcbc9a40 100644 --- a/server/33/developer_manual/app_development/tutorial.html +++ b/server/33/developer_manual/app_development/tutorial.html @@ -129,7 +129,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_15.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_15.html index 51c0e2d3616..8bd6f809f2f 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_15.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_15.html @@ -201,7 +201,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_17.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_17.html index 109b5b742c8..1b09537f9f2 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_17.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_17.html @@ -219,7 +219,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_18.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_18.html index 4d8af79d8bc..ec10deb4782 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_18.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_18.html @@ -211,7 +211,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_19.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_19.html index 947d7b00ca8..df346a80a0c 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_19.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_19.html @@ -244,7 +244,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_20.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_20.html index 27d8e883305..03c884988f4 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_20.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_20.html @@ -368,7 +368,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_21.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_21.html index 22c9ac5269d..0e50d53fc74 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_21.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_21.html @@ -218,7 +218,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_22.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_22.html index d5476227a2f..39d9cd1bcae 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_22.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_22.html @@ -239,7 +239,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_23.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_23.html index 90b398a6a7f..55673d51142 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_23.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_23.html @@ -195,7 +195,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.html index 6c541f318b1..ef56ae00444 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.html @@ -204,7 +204,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.html index b7e575e93c5..3b843520936 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.html @@ -205,7 +205,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.html index 630bf6ddc22..f6a702cf90f 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.html @@ -266,7 +266,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.html index 7ff5f768009..c22a0024ca2 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.html @@ -262,7 +262,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.html index f0dc4ddcecb..3201b86891b 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.html @@ -229,7 +229,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.html index c37131c2184..e6af5fdcf34 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.html @@ -455,7 +455,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.html index fe798c8b865..9b13e80a1e3 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.html @@ -557,7 +557,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.html b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.html index 31cde70223d..feb6135e627 100644 --- a/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.html +++ b/server/33/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.html @@ -406,7 +406,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/maintainer.html b/server/33/developer_manual/app_publishing_maintenance/maintainer.html index abc8a67e6ba..48ddce4c02d 100644 --- a/server/33/developer_manual/app_publishing_maintenance/maintainer.html +++ b/server/33/developer_manual/app_publishing_maintenance/maintainer.html @@ -157,7 +157,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/publishing.html b/server/33/developer_manual/app_publishing_maintenance/publishing.html index a1d4284029f..40e71a708c7 100644 --- a/server/33/developer_manual/app_publishing_maintenance/publishing.html +++ b/server/33/developer_manual/app_publishing_maintenance/publishing.html @@ -234,7 +234,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/release_automation.html b/server/33/developer_manual/app_publishing_maintenance/release_automation.html index 0b24cd4e1f5..de07b8dc9c5 100644 --- a/server/33/developer_manual/app_publishing_maintenance/release_automation.html +++ b/server/33/developer_manual/app_publishing_maintenance/release_automation.html @@ -316,7 +316,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/app_publishing_maintenance/release_process.html b/server/33/developer_manual/app_publishing_maintenance/release_process.html index 9c6f17e95b2..16682076a6a 100644 --- a/server/33/developer_manual/app_publishing_maintenance/release_process.html +++ b/server/33/developer_manual/app_publishing_maintenance/release_process.html @@ -326,7 +326,7 @@© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/_available_events_ocp.html b/server/33/developer_manual/basics/_available_events_ocp.html index 4cc14183e99..242212d0904 100644 --- a/server/33/developer_manual/basics/_available_events_ocp.html +++ b/server/33/developer_manual/basics/_available_events_ocp.html @@ -1204,7 +1204,7 @@OCP\WorkflowEng
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/backgroundjobs.html b/server/33/developer_manual/basics/backgroundjobs.html
index 1e26bde8fa4..f577edcc67f 100644
--- a/server/33/developer_manual/basics/backgroundjobs.html
+++ b/server/33/developer_manual/basics/backgroundjobs.html
@@ -317,7 +317,7 @@ Scheduling
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/caching.html b/server/33/developer_manual/basics/caching.html
index 191d12ac863..e29e11e2688 100644
--- a/server/33/developer_manual/basics/caching.html
+++ b/server/33/developer_manual/basics/caching.html
@@ -312,7 +312,7 @@ Distributed cache
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/controllers.html b/server/33/developer_manual/basics/controllers.html
index a21a33fdbe9..1ce38b24f1c 100644
--- a/server/33/developer_manual/basics/controllers.html
+++ b/server/33/developer_manual/basics/controllers.html
@@ -1192,7 +1192,7 @@ Modifying the content security policy
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/dependency_injection.html b/server/33/developer_manual/basics/dependency_injection.html
index 088c4c44ccf..1160fdcd909 100644
--- a/server/33/developer_manual/basics/dependency_injection.html
+++ b/server/33/developer_manual/basics/dependency_injection.html
@@ -682,7 +682,7 @@ Accessing the container from anywhere
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/events.html b/server/33/developer_manual/basics/events.html
index e5d0957cb93..77d3e8352c9 100644
--- a/server/33/developer_manual/basics/events.html
+++ b/server/33/developer_manual/basics/events.html
@@ -1739,7 +1739,7 @@ Public emitter
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/front-end/css.html b/server/33/developer_manual/basics/front-end/css.html
index ef69e9bed98..58eb707569b 100644
--- a/server/33/developer_manual/basics/front-end/css.html
+++ b/server/33/developer_manual/basics/front-end/css.html
@@ -174,7 +174,7 @@ CSS
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/front-end/index.html b/server/33/developer_manual/basics/front-end/index.html
index e81ef0600ff..408fd3ea95a 100644
--- a/server/33/developer_manual/basics/front-end/index.html
+++ b/server/33/developer_manual/basics/front-end/index.html
@@ -165,7 +165,7 @@ Front-end
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/front-end/js.html b/server/33/developer_manual/basics/front-end/js.html
index 55d5f58b400..d5c6101bf0f 100644
--- a/server/33/developer_manual/basics/front-end/js.html
+++ b/server/33/developer_manual/basics/front-end/js.html
@@ -350,7 +350,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 23, 2026.
diff --git a/server/33/developer_manual/basics/front-end/templates.html b/server/33/developer_manual/basics/front-end/templates.html
index 0911b051252..a31559dfe98 100644
--- a/server/33/developer_manual/basics/front-end/templates.html
+++ b/server/33/developer_manual/basics/front-end/templates.html
@@ -202,7 +202,7 @@ Including images
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/front-end/theming.html b/server/33/developer_manual/basics/front-end/theming.html
index a0c5bc1e7e1..6bd514926f8 100644
--- a/server/33/developer_manual/basics/front-end/theming.html
+++ b/server/33/developer_manual/basics/front-end/theming.html
@@ -175,7 +175,7 @@ Icons
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/index.html b/server/33/developer_manual/basics/index.html
index c072c4ca09b..991bc9619bf 100644
--- a/server/33/developer_manual/basics/index.html
+++ b/server/33/developer_manual/basics/index.html
@@ -234,7 +234,7 @@ Basic concepts
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/logging.html b/server/33/developer_manual/basics/logging.html
index dffb68798a4..46f2459bb3f 100644
--- a/server/33/developer_manual/basics/logging.html
+++ b/server/33/developer_manual/basics/logging.html
@@ -189,7 +189,7 @@ Admin audit logging
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/middlewares.html b/server/33/developer_manual/basics/middlewares.html
index f530b579716..f396bfc58e8 100644
--- a/server/33/developer_manual/basics/middlewares.html
+++ b/server/33/developer_manual/basics/middlewares.html
@@ -308,7 +308,7 @@ Parsing annotations
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/public_share_template.html b/server/33/developer_manual/basics/public_share_template.html
index 7b84ad8139f..8ee1e1e6de0 100644
--- a/server/33/developer_manual/basics/public_share_template.html
+++ b/server/33/developer_manual/basics/public_share_template.html
@@ -227,7 +227,7 @@ Public share template
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/request_lifecycle.html b/server/33/developer_manual/basics/request_lifecycle.html
index 8f18c73c451..da0b9904064 100644
--- a/server/33/developer_manual/basics/request_lifecycle.html
+++ b/server/33/developer_manual/basics/request_lifecycle.html
@@ -162,7 +162,7 @@ Front controller
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/routing.html b/server/33/developer_manual/basics/routing.html
index ffa222b40aa..856320b107c 100644
--- a/server/33/developer_manual/basics/routing.html
+++ b/server/33/developer_manual/basics/routing.html
@@ -346,7 +346,7 @@ Using the URLGenerator
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/setting.html b/server/33/developer_manual/basics/setting.html
index 4701a38413a..7fd98c7aff5 100644
--- a/server/33/developer_manual/basics/setting.html
+++ b/server/33/developer_manual/basics/setting.html
@@ -307,7 +307,7 @@ Settings
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/storage/appdata.html b/server/33/developer_manual/basics/storage/appdata.html
index ee931b5915b..d580cd8c696 100644
--- a/server/33/developer_manual/basics/storage/appdata.html
+++ b/server/33/developer_manual/basics/storage/appdata.html
@@ -216,7 +216,7 @@ File<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/storage/configuration.html b/server/33/developer_manual/basics/storage/configuration.html
index 55b568be018..1a4d4c0bb9b 100644
--- a/server/33/developer_manual/basics/storage/configuration.html
+++ b/server/33/developer_manual/basics/storage/configuration.html
@@ -285,7 +285,7 @@ User values
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/storage/database.html b/server/33/developer_manual/basics/storage/database.html
index 4465c7d1074..b0b21528f05 100644
--- a/server/33/developer_manual/basics/storage/database.html
+++ b/server/33/developer_manual/basics/storage/database.html
@@ -585,7 +585,7 @@ Supporting more databases
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/storage/filesystem.html b/server/33/developer_manual/basics/storage/filesystem.html
index 21f66ffa14c..6651c984bf1 100644
--- a/server/33/developer_manual/basics/storage/filesystem.html
+++ b/server/33/developer_manual/basics/storage/filesystem.html
@@ -283,7 +283,7 @@ Adding mounts to the filesystem
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/storage/index.html b/server/33/developer_manual/basics/storage/index.html
index 4462544b8ce..8062b1fedb4 100644
--- a/server/33/developer_manual/basics/storage/index.html
+++ b/server/33/developer_manual/basics/storage/index.html
@@ -179,7 +179,7 @@ Storage and database
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/storage/migrations.html b/server/33/developer_manual/basics/storage/migrations.html
index 8833e888ad0..ca0ca4448c6 100644
--- a/server/33/developer_manual/basics/storage/migrations.html
+++ b/server/33/developer_manual/basics/storage/migrations.html
@@ -350,7 +350,7 @@ Replacing indices
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/testing.html b/server/33/developer_manual/basics/testing.html
index 6d637040ac4..60c4e23152f 100644
--- a/server/33/developer_manual/basics/testing.html
+++ b/server/33/developer_manual/basics/testing.html
@@ -221,7 +221,7 @@ Testing
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/basics/translations.html b/server/33/developer_manual/basics/translations.html
index 61ff557e51d..aad5ff94d61 100644
--- a/server/33/developer_manual/basics/translations.html
+++ b/server/33/developer_manual/basics/translations.html
@@ -494,7 +494,7 @@ Testing translations
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/LoginFlow/index.html b/server/33/developer_manual/client_apis/LoginFlow/index.html
index 67777c68e6b..6f715ac8234 100644
--- a/server/33/developer_manual/client_apis/LoginFlow/index.html
+++ b/server/33/developer_manual/client_apis/LoginFlow/index.html
@@ -272,7 +272,7 @@ Login name vs. email login
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/index.html b/server/33/developer_manual/client_apis/OCS/index.html
index 93e4fcb9575..3c866f7a0cc 100644
--- a/server/33/developer_manual/client_apis/OCS/index.html
+++ b/server/33/developer_manual/client_apis/OCS/index.html
@@ -322,7 +322,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-api-overview.html b/server/33/developer_manual/client_apis/OCS/ocs-api-overview.html
index cd23b958d74..0198dbdfcd9 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-api-overview.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-api-overview.html
@@ -366,7 +366,7 @@ Filtering the auto-complete results
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html b/server/33/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html
index 5919e7f4980..cf2b9cb7a21 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-fulltextsearch-collections-api.html
@@ -326,7 +326,7 @@ Reset collection
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-openapi.html b/server/33/developer_manual/client_apis/OCS/ocs-openapi.html
index a788db12772..f73ddf80817 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-openapi.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-openapi.html
@@ -961,7 +961,7 @@ Generate the specification
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-out-of-office-api.html b/server/33/developer_manual/client_apis/OCS/ocs-out-of-office-api.html
index a9991321e9b..406de7059eb 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-out-of-office-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-out-of-office-api.html
@@ -404,7 +404,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 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-recommendations-api.html b/server/33/developer_manual/client_apis/OCS/ocs-recommendations-api.html
index 7eeaa98058d..1c1d8bb9623 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-recommendations-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-recommendations-api.html
@@ -216,7 +216,7 @@ Fetch user setting and recommendations
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-share-api.html b/server/33/developer_manual/client_apis/OCS/ocs-share-api.html
index 29fcd08fccb..85063632d0c 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-share-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-share-api.html
@@ -439,7 +439,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 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-sharee-api.html b/server/33/developer_manual/client_apis/OCS/ocs-sharee-api.html
index a0eb923e695..92778c65608 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-sharee-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-sharee-api.html
@@ -188,7 +188,7 @@ Sharee recommendations
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-status-api.html b/server/33/developer_manual/client_apis/OCS/ocs-status-api.html
index 3823e85133e..6299fd6d30b 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-status-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-status-api.html
@@ -481,7 +481,7 @@ User status - Restore backup
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html b/server/33/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html
index b9491b042a3..f689c10a671 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html
@@ -148,7 +148,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-text2image-api.html b/server/33/developer_manual/client_apis/OCS/ocs-text2image-api.html
index 52b1edb587d..b91fdb0444b 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-text2image-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-text2image-api.html
@@ -441,7 +441,7 @@ List tasks by App
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-textprocessing-api.html b/server/33/developer_manual/client_apis/OCS/ocs-textprocessing-api.html
index c3bc718fff5..9360fbdfafe 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-textprocessing-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-textprocessing-api.html
@@ -329,7 +329,7 @@ Fetch a task by ID
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-translation-api.html b/server/33/developer_manual/client_apis/OCS/ocs-translation-api.html
index db56e35cdc1..244cf4307f7 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-translation-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-translation-api.html
@@ -284,7 +284,7 @@ Translate a string
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/OCS/ocs-user-preferences-api.html b/server/33/developer_manual/client_apis/OCS/ocs-user-preferences-api.html
index 1e6d22cabea..06a678f49f2 100644
--- a/server/33/developer_manual/client_apis/OCS/ocs-user-preferences-api.html
+++ b/server/33/developer_manual/client_apis/OCS/ocs-user-preferences-api.html
@@ -285,7 +285,7 @@ Deleting multiple preference
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/RemoteWipe/index.html b/server/33/developer_manual/client_apis/RemoteWipe/index.html
index e7b3e92abc5..d4ca6c5994c 100644
--- a/server/33/developer_manual/client_apis/RemoteWipe/index.html
+++ b/server/33/developer_manual/client_apis/RemoteWipe/index.html
@@ -169,7 +169,7 @@ Signalling completion
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/basic.html b/server/33/developer_manual/client_apis/WebDAV/basic.html
index e2ab69b4179..a4be1abe5dd 100644
--- a/server/33/developer_manual/client_apis/WebDAV/basic.html
+++ b/server/33/developer_manual/client_apis/WebDAV/basic.html
@@ -944,7 +944,7 @@ Response Headers
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/bulkupload.html b/server/33/developer_manual/client_apis/WebDAV/bulkupload.html
index fb0303f242c..5726eeb5cce 100644
--- a/server/33/developer_manual/client_apis/WebDAV/bulkupload.html
+++ b/server/33/developer_manual/client_apis/WebDAV/bulkupload.html
@@ -230,7 +230,7 @@ Starting a bulk upload
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/chunking.html b/server/33/developer_manual/client_apis/WebDAV/chunking.html
index 221fc2af08b..4ad0f8e9097 100644
--- a/server/33/developer_manual/client_apis/WebDAV/chunking.html
+++ b/server/33/developer_manual/client_apis/WebDAV/chunking.html
@@ -233,7 +233,7 @@ Aborting the upload
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/comments.html b/server/33/developer_manual/client_apis/WebDAV/comments.html
index 88d12241b1b..487b22a66ef 100644
--- a/server/33/developer_manual/client_apis/WebDAV/comments.html
+++ b/server/33/developer_manual/client_apis/WebDAV/comments.html
@@ -220,7 +220,7 @@ Examples
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/index.html b/server/33/developer_manual/client_apis/WebDAV/index.html
index af10aef7c34..f2330ef7c86 100644
--- a/server/33/developer_manual/client_apis/WebDAV/index.html
+++ b/server/33/developer_manual/client_apis/WebDAV/index.html
@@ -191,7 +191,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/search.html b/server/33/developer_manual/client_apis/WebDAV/search.html
index df5c5a81b20..cdb0f86a5fa 100644
--- a/server/33/developer_manual/client_apis/WebDAV/search.html
+++ b/server/33/developer_manual/client_apis/WebDAV/search.html
@@ -512,7 +512,7 @@ Examples search bodies
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/trashbin.html b/server/33/developer_manual/client_apis/WebDAV/trashbin.html
index 580d830ee19..f1f47de1b13 100644
--- a/server/33/developer_manual/client_apis/WebDAV/trashbin.html
+++ b/server/33/developer_manual/client_apis/WebDAV/trashbin.html
@@ -171,7 +171,7 @@ Emptying the trashbin
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/WebDAV/versions.html b/server/33/developer_manual/client_apis/WebDAV/versions.html
index b084a6c30b7..a5daba1d37c 100644
--- a/server/33/developer_manual/client_apis/WebDAV/versions.html
+++ b/server/33/developer_manual/client_apis/WebDAV/versions.html
@@ -154,7 +154,7 @@ Restoring a version
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/activity-api.html b/server/33/developer_manual/client_apis/activity-api.html
index de8a427bb2f..c8d8f4f13af 100644
--- a/server/33/developer_manual/client_apis/activity-api.html
+++ b/server/33/developer_manual/client_apis/activity-api.html
@@ -128,7 +128,7 @@ Activity
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/android_library/examples.html b/server/33/developer_manual/client_apis/android_library/examples.html
index ececea4539c..22f9db18f5f 100644
--- a/server/33/developer_manual/client_apis/android_library/examples.html
+++ b/server/33/developer_manual/client_apis/android_library/examples.html
@@ -529,7 +529,7 @@ Tips<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/android_library/index.html b/server/33/developer_manual/client_apis/android_library/index.html
index 739a8d5c475..ed7870c81d4 100644
--- a/server/33/developer_manual/client_apis/android_library/index.html
+++ b/server/33/developer_manual/client_apis/android_library/index.html
@@ -164,7 +164,7 @@ Nextcloud Android library
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/android_library/library_installation.html b/server/33/developer_manual/client_apis/android_library/library_installation.html
index 04a4c96f296..4ac5bcbc00d 100644
--- a/server/33/developer_manual/client_apis/android_library/library_installation.html
+++ b/server/33/developer_manual/client_apis/android_library/library_installation.html
@@ -171,7 +171,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 23, 2026.
diff --git a/server/33/developer_manual/client_apis/files.html b/server/33/developer_manual/client_apis/files.html
index 98e3c168f6f..ac4cbc17083 100644
--- a/server/33/developer_manual/client_apis/files.html
+++ b/server/33/developer_manual/client_apis/files.html
@@ -217,7 +217,7 @@ Examples
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/general.html b/server/33/developer_manual/client_apis/general.html
index f8bc3335a12..e67b02df401 100644
--- a/server/33/developer_manual/client_apis/general.html
+++ b/server/33/developer_manual/client_apis/general.html
@@ -142,7 +142,7 @@ Maintenance Mode
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/client_apis/index.html b/server/33/developer_manual/client_apis/index.html
index 25baca0b000..2c84f332245 100644
--- a/server/33/developer_manual/client_apis/index.html
+++ b/server/33/developer_manual/client_apis/index.html
@@ -187,7 +187,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/design/atomiccomponents.html b/server/33/developer_manual/design/atomiccomponents.html
index b5ac3a29cde..2c3ba267639 100644
--- a/server/33/developer_manual/design/atomiccomponents.html
+++ b/server/33/developer_manual/design/atomiccomponents.html
@@ -314,7 +314,7 @@ Pickers
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/design/foundations.html b/server/33/developer_manual/design/foundations.html
index 36e22632675..62a1d9dbcfa 100644
--- a/server/33/developer_manual/design/foundations.html
+++ b/server/33/developer_manual/design/foundations.html
@@ -360,7 +360,7 @@ Wording
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/design/index.html b/server/33/developer_manual/design/index.html
index f297626df3b..b7ee6afde00 100644
--- a/server/33/developer_manual/design/index.html
+++ b/server/33/developer_manual/design/index.html
@@ -174,7 +174,7 @@ Interface & interaction design
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/design/introduction.html b/server/33/developer_manual/design/introduction.html
index e22edac3071..b4485b77de5 100644
--- a/server/33/developer_manual/design/introduction.html
+++ b/server/33/developer_manual/design/introduction.html
@@ -145,7 +145,7 @@
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/design/layout.html b/server/33/developer_manual/design/layout.html
index 4108718b906..731ddff439a 100644
--- a/server/33/developer_manual/design/layout.html
+++ b/server/33/developer_manual/design/layout.html
@@ -174,7 +174,7 @@ Navigation → List → Content
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/design/layoutcomponents.html b/server/33/developer_manual/design/layoutcomponents.html
index 253aad25aed..cac1b5f16f7 100644
--- a/server/33/developer_manual/design/layoutcomponents.html
+++ b/server/33/developer_manual/design/layoutcomponents.html
@@ -271,7 +271,7 @@ Sharing
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/design/writing.html b/server/33/developer_manual/design/writing.html
index 5af29822260..e5b85dc383b 100644
--- a/server/33/developer_manual/design/writing.html
+++ b/server/33/developer_manual/design/writing.html
@@ -330,7 +330,7 @@ Translatable strings
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/desktop/building.html b/server/33/developer_manual/desktop/building.html
index 285d39fe57f..4ccd4fea52e 100644
--- a/server/33/developer_manual/desktop/building.html
+++ b/server/33/developer_manual/desktop/building.html
@@ -564,7 +564,7 @@ Address Sanitizer
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/desktop/index.html b/server/33/developer_manual/desktop/index.html
index 0a69c10336b..4b3cdefd886 100644
--- a/server/33/developer_manual/desktop/index.html
+++ b/server/33/developer_manual/desktop/index.html
@@ -137,7 +137,7 @@ Desktop Clients
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/api.html b/server/33/developer_manual/digging_deeper/api.html
index 5a0d779748f..a4674d76586 100644
--- a/server/33/developer_manual/digging_deeper/api.html
+++ b/server/33/developer_manual/digging_deeper/api.html
@@ -222,7 +222,7 @@ PHP unstable API
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/classloader.html b/server/33/developer_manual/digging_deeper/classloader.html
index f00d5a77bc8..cfb5dcea327 100644
--- a/server/33/developer_manual/digging_deeper/classloader.html
+++ b/server/33/developer_manual/digging_deeper/classloader.html
@@ -231,7 +231,7 @@ Server autoloading
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/config/appconfig.html b/server/33/developer_manual/digging_deeper/config/appconfig.html
index 36fe6d10e5e..c9f513c5ec5 100644
--- a/server/33/developer_manual/digging_deeper/config/appconfig.html
+++ b/server/33/developer_manual/digging_deeper/config/appconfig.html
@@ -347,7 +347,7 @@ Miscellaneous
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/config/index.html b/server/33/developer_manual/digging_deeper/config/index.html
index 821c4a87aad..b0fe8a21ff9 100644
--- a/server/33/developer_manual/digging_deeper/config/index.html
+++ b/server/33/developer_manual/digging_deeper/config/index.html
@@ -185,7 +185,7 @@ Config & Preferences
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/config/userconfig.html b/server/33/developer_manual/digging_deeper/config/userconfig.html
index 2c532cdba47..bd5a40d506c 100644
--- a/server/33/developer_manual/digging_deeper/config/userconfig.html
+++ b/server/33/developer_manual/digging_deeper/config/userconfig.html
@@ -353,7 +353,7 @@ Miscellaneous
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/context_chat.html b/server/33/developer_manual/digging_deeper/context_chat.html
index f3f847c4765..f6b1e3a42dc 100644
--- a/server/33/developer_manual/digging_deeper/context_chat.html
+++ b/server/33/developer_manual/digging_deeper/context_chat.html
@@ -301,7 +301,7 @@ Submitting ContentItem data
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/continuous_integration.html b/server/33/developer_manual/digging_deeper/continuous_integration.html
index 260f4861924..542a0a79ec1 100644
--- a/server/33/developer_manual/digging_deeper/continuous_integration.html
+++ b/server/33/developer_manual/digging_deeper/continuous_integration.html
@@ -271,7 +271,7 @@ php-cs<
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/dashboard.html b/server/33/developer_manual/digging_deeper/dashboard.html
index 812b90abdd8..31d22637a70 100644
--- a/server/33/developer_manual/digging_deeper/dashboard.html
+++ b/server/33/developer_manual/digging_deeper/dashboard.html
@@ -717,7 +717,7 @@ Use the API
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/deadlock.html b/server/33/developer_manual/digging_deeper/deadlock.html
index c6b8ad4955c..c2d138001e0 100644
--- a/server/33/developer_manual/digging_deeper/deadlock.html
+++ b/server/33/developer_manual/digging_deeper/deadlock.html
@@ -267,7 +267,7 @@ References
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/debugging.html b/server/33/developer_manual/digging_deeper/debugging.html
index 3c24623e027..5c266a67e72 100644
--- a/server/33/developer_manual/digging_deeper/debugging.html
+++ b/server/33/developer_manual/digging_deeper/debugging.html
@@ -264,7 +264,7 @@ Using alternative app directories
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/declarative_settings.html b/server/33/developer_manual/digging_deeper/declarative_settings.html
index b9c5c5f25ad..8c96aafa1a4 100644
--- a/server/33/developer_manual/digging_deeper/declarative_settings.html
+++ b/server/33/developer_manual/digging_deeper/declarative_settings.html
@@ -612,7 +612,7 @@ Sensitive field type
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/email.html b/server/33/developer_manual/digging_deeper/email.html
index 8c8adf6dd7a..d8d4e470b94 100644
--- a/server/33/developer_manual/digging_deeper/email.html
+++ b/server/33/developer_manual/digging_deeper/email.html
@@ -215,7 +215,7 @@ Inline attachments
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/files-metadata.html b/server/33/developer_manual/digging_deeper/files-metadata.html
index 871d87f4ed2..8427ce360c4 100644
--- a/server/33/developer_manual/digging_deeper/files-metadata.html
+++ b/server/33/developer_manual/digging_deeper/files-metadata.html
@@ -552,7 +552,7 @@ Metadata Query Helper
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/flow.html b/server/33/developer_manual/digging_deeper/flow.html
index fcc9c9705b2..5513bdc6de4 100644
--- a/server/33/developer_manual/digging_deeper/flow.html
+++ b/server/33/developer_manual/digging_deeper/flow.html
@@ -208,7 +208,7 @@ Configuration Component
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/groupware/calendar.html b/server/33/developer_manual/digging_deeper/groupware/calendar.html
index 8ac2ba3267d..3f331436a9d 100644
--- a/server/33/developer_manual/digging_deeper/groupware/calendar.html
+++ b/server/33/developer_manual/digging_deeper/groupware/calendar.html
@@ -408,7 +408,7 @@ Rooms
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/groupware/calendar_provider.html b/server/33/developer_manual/digging_deeper/groupware/calendar_provider.html
index 44d3ad02a87..7b881519ba4 100644
--- a/server/33/developer_manual/digging_deeper/groupware/calendar_provider.html
+++ b/server/33/developer_manual/digging_deeper/groupware/calendar_provider.html
@@ -811,7 +811,7 @@ Register the calendar provider
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/groupware/contacts_menu.html b/server/33/developer_manual/digging_deeper/groupware/contacts_menu.html
index 1925ff4a613..786c632caa2 100644
--- a/server/33/developer_manual/digging_deeper/groupware/contacts_menu.html
+++ b/server/33/developer_manual/digging_deeper/groupware/contacts_menu.html
@@ -286,7 +286,7 @@ User status
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/groupware/index.html b/server/33/developer_manual/digging_deeper/groupware/index.html
index 85df464069f..ea7f69a0612 100644
--- a/server/33/developer_manual/digging_deeper/groupware/index.html
+++ b/server/33/developer_manual/digging_deeper/groupware/index.html
@@ -205,7 +205,7 @@ Groupware integration
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/groupware/mail_provider.html b/server/33/developer_manual/digging_deeper/groupware/mail_provider.html
index 62a27631e30..4ddb31b0400 100644
--- a/server/33/developer_manual/digging_deeper/groupware/mail_provider.html
+++ b/server/33/developer_manual/digging_deeper/groupware/mail_provider.html
@@ -392,7 +392,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 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/http_client.html b/server/33/developer_manual/digging_deeper/http_client.html
index 0e4ccfc0db6..ef0bb1e7e35 100644
--- a/server/33/developer_manual/digging_deeper/http_client.html
+++ b/server/33/developer_manual/digging_deeper/http_client.html
@@ -298,7 +298,7 @@ Error handling
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/index.html b/server/33/developer_manual/digging_deeper/index.html
index 442a11c2f0e..79269049e3b 100644
--- a/server/33/developer_manual/digging_deeper/index.html
+++ b/server/33/developer_manual/digging_deeper/index.html
@@ -676,7 +676,7 @@ Digging deeper
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/javascript-apis.html b/server/33/developer_manual/digging_deeper/javascript-apis.html
index eec385e4baf..6927eada0b3 100644
--- a/server/33/developer_manual/digging_deeper/javascript-apis.html
+++ b/server/33/developer_manual/digging_deeper/javascript-apis.html
@@ -327,7 +327,7 @@ OCP – Public APIs
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/notifications.html b/server/33/developer_manual/digging_deeper/notifications.html
index f89fcc10eab..72fb6756d05 100644
--- a/server/33/developer_manual/digging_deeper/notifications.html
+++ b/server/33/developer_manual/digging_deeper/notifications.html
@@ -167,7 +167,7 @@ Notifications
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/npm.html b/server/33/developer_manual/digging_deeper/npm.html
index aa784eed3c2..a74683544d9 100644
--- a/server/33/developer_manual/digging_deeper/npm.html
+++ b/server/33/developer_manual/digging_deeper/npm.html
@@ -256,7 +256,7 @@ npm run lint (optional)
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/oidc.html b/server/33/developer_manual/digging_deeper/oidc.html
index b0e2ba3eae1..8330c80c30f 100644
--- a/server/33/developer_manual/digging_deeper/oidc.html
+++ b/server/33/developer_manual/digging_deeper/oidc.html
@@ -195,7 +195,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 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/openmetrics.html b/server/33/developer_manual/digging_deeper/openmetrics.html
index 579970a1e15..7992ca9ffb2 100644
--- a/server/33/developer_manual/digging_deeper/openmetrics.html
+++ b/server/33/developer_manual/digging_deeper/openmetrics.html
@@ -247,7 +247,7 @@ Implement a new exporter
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/out_of_office.html b/server/33/developer_manual/digging_deeper/out_of_office.html
index 919632d6b48..215f6ab9d28 100644
--- a/server/33/developer_manual/digging_deeper/out_of_office.html
+++ b/server/33/developer_manual/digging_deeper/out_of_office.html
@@ -285,7 +285,7 @@ Common data structure
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/performance.html b/server/33/developer_manual/digging_deeper/performance.html
index 948050abba7..182706b20e0 100644
--- a/server/33/developer_manual/digging_deeper/performance.html
+++ b/server/33/developer_manual/digging_deeper/performance.html
@@ -286,7 +286,7 @@ Getting help
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/phonenumberutil.html b/server/33/developer_manual/digging_deeper/phonenumberutil.html
index e1fc65454b1..a15a784f39e 100644
--- a/server/33/developer_manual/digging_deeper/phonenumberutil.html
+++ b/server/33/developer_manual/digging_deeper/phonenumberutil.html
@@ -219,7 +219,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 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/profile.html b/server/33/developer_manual/digging_deeper/profile.html
index 1270c5b1fcb..61ac998895f 100644
--- a/server/33/developer_manual/digging_deeper/profile.html
+++ b/server/33/developer_manual/digging_deeper/profile.html
@@ -345,7 +345,7 @@ Register a profile action
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
- Last updated on Jun 17, 2026.
+ Last updated on Jun 23, 2026.
diff --git a/server/33/developer_manual/digging_deeper/profiler.html b/server/33/developer_manual/digging_deeper/profiler.html
index 901e77d900f..027d0182cb5 100644
--- a/server/33/developer_manual/digging_deeper/profiler.html
+++ b/server/33/developer_manual/digging_deeper/profiler.html
@@ -316,7 +316,7 @@ Contributing
© Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
-