Skip to content

Commit

Permalink
Merge pull request #10583 from nextcloud/backport/10582/stable27
Browse files Browse the repository at this point in the history
[stable27] feat: Add information about module javascript to NC27 upgrade guide
  • Loading branch information
susnux authored Jun 9, 2023
2 parents 298e1cb + ec1ce04 commit b6f6d01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion admin_manual/release_notes/upgrade_to_27.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ System requirements
Exposed system address book
---------------------------

Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.
Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.

Web server configuration
------------------------

* The recommended :ref:`nginx configuration<nginx-config>` changed as Nextcloud now supports module javascript with the ``.mjs`` extension, make sure to add this extension to the list of static files.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Make sure your ``appinfo/info.xml`` allows for Nextcloud 27.
Front-end changes
-----------------

General
^^^^^^^

* With Nextcloud 27 you can also provide module javascript files with the ``.mjs`` file extension. For backwards compatibilty you can provide files with the same name but the ``.js`` file extension which will be loaded for Nextcloud versions before 27.

Added APIs
^^^^^^^^^^

Expand Down

0 comments on commit b6f6d01

Please sign in to comment.