You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ Upgrade to Nextcloud 30
5
5
General
6
6
-------
7
7
8
+
Capabilities
9
+
------------
10
+
11
+
``files``
12
+
^^^^^^^^^
13
+
14
+
- ``blacklist_files_regex`` is deprecated now use ``forbidden_filenames`` instead
15
+
- ``forbidden_filename_characters`` was added to provide a list of characters not allowed within filenames
16
+
- ``forbidden_filename_extensions`` was added to provide a list of extensions (suffixes) not allwed for filenames
17
+
8
18
Front-end changes
9
19
-----------------
10
20
@@ -30,18 +40,20 @@ Removed globals
30
40
Deprecated APIs
31
41
^^^^^^^^^^^^^^^
32
42
33
-
* ``OC.dialogs.fileexists`` was already deprecated in Nextcloud 29, but is now also marked as such.
43
+
- ``OC.config.blacklist_files_regex`` is deprecated now, use the ``files`` capabilities instead
44
+
- ``OC.config.forbidden_filename_characters`` is deprecated now, use the ``files`` capabilities instead
45
+
- ``OC.dialogs.fileexists`` was already deprecated in Nextcloud 29, but is now also marked as such.
34
46
Use ``openConflictPicker`` from `@nextcloud/upload <https://nextcloud-libraries.github.io/nextcloud-upload/functions/openConflictPicker.html>`_ instead.
35
-
* Most ``OC.dialogs`` API is now deprecated and will be removed in the future. For generic dialogs use the ``DialogBuilder`` from the :ref:`js-library_nextcloud-dialogs`.
47
+
- Most ``OC.dialogs`` API is now deprecated and will be removed in the future. For generic dialogs use the ``DialogBuilder`` from the :ref:`js-library_nextcloud-dialogs`.
0 commit comments