Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Make sure your ``appinfo/info.xml`` allows for Nextcloud 26.
<nextcloud min-version="23" max-version="26" />
</dependencies>

Personal settings section *Groupware* moved to *Availability*
-------------------------------------------------------------

Up to Nextcloud 25 there had been a :ref:`settings section<settings-section>` *Groupware* with the ID ``groupware``. As of Nextcloud 26 this section doesn't exist anymore. Existing server settings were moved to a new section *Availability*/``availability``.

If your app provides groupware-related settings, see if they make can be shown on the *Availability* page or need a new app-provided section.

Front-end changes
-----------------

Expand Down
2 changes: 2 additions & 0 deletions developer_manual/digging_deeper/settings.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _settings-section:

========
Settings
========
Expand Down