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_28.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,10 +141,28 @@ Added APIs
141
141
* ``\OCP\IPhoneNumberUtil::convertToStandardFormat`` to convert input into an E164 formatted phone number. See :ref:`phonenumberutil` for an example.
142
142
* ``\OCP\IPhoneNumberUtil::getCountryCodeForRegion`` to get the E164 country code for a given region. See :ref:`phonenumberutil` for an example.
143
143
* ``\OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowEvalWasm(bool)``: sets ``wasm-unsafe-eval`` in ``script-src`` of the Content Security Policy `to allow compilation and execution of WebAssembly on the page <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe_webassembly_execution>`_
* ``wasm-unsafe-eval`` is `supported by most browsers <https://caniuse.com/mdn-http_headers_content-security-policy_script-src_wasm-unsafe-eval>`_
146
163
* WebAssembly compilation and execution in worker threads is not affected by this directive (browsers allow compilation and execution of WebAssembly in worker threads by default)
147
164
165
+
148
166
Changed APIs
149
167
^^^^^^^^^^^^
150
168
@@ -202,6 +220,8 @@ Added events
202
220
* Typed event ``OCP\DB\Events\AddMissingPrimaryKeyEvent`` to add missing indices to the database schema.
203
221
* Typed event ``OCP\Files\Events\NodeAddedToFavorite`` was added
204
222
* Typed event ``OCP\Files\Events\NodeRemovedFromFavorite`` was added
223
+
* Typed event ``OCP\FilesMetadata\Event\MetadataBackgroundEvent`` was added
224
+
* Typed event ``OCP\FilesMetadata\Event\MetadataLiveEvent`` was added
205
225
* Typed event ``OCP\Share\Events\BeforeShareCreatedEvent`` was added
206
226
* Typed event ``OCP\Share\Events\BeforeShareDeletedEvent`` was added
207
227
* Typed event ``OCP\Share\Events\ShareAcceptedEvent`` was added
| <nc:file-metadata-gps> | The GPS location of a file taken from EXIF data.| ``{"latitude":52.52093727702034,"longitude":13.397258069518614}``|
0 commit comments